Commit Graph

532 Commits

Author SHA1 Message Date
Vinicius Moreira
6cdd554a9d [view.qt] using the showEvent callback instead of show to try fix centralisation issues 2023-12-02 15:02:15 -03:00
Vinicius Moreira
cbb55151bf [view.qt] refactoring: icon URL checking 2023-12-01 09:11:19 -03:00
Vinicius Moreira
f7337313c3 [view] enhancement: able to open URLs in the browser (package info window) 2023-12-01 08:02:53 -03:00
Vinicius Moreira
4000f0116a [view] refactoring: URL regex 2023-12-01 07:36:11 -03:00
Vinicius Moreira
a4c24c8aa6 [view] feature: adding a new 'verified' filter for the packages table 2023-11-30 17:17:32 -03:00
Vinicius Moreira
4c91973028 [view.qt] more centralisation fixes 2023-11-29 16:55:47 -03:00
Vinicius Moreira
81a547f7ec [view.qt.thread] enhancement: reducing the file downloader inactivity timeout 2023-11-29 12:33:24 -03:00
Vinicius Moreira
9ec85eab39 [view.qt.thread] refactoring: file downloader URL pattern checking 2023-11-29 12:31:56 -03:00
Vinicius Moreira
c2c17e63ac [view.qt] fix: wrong widgets centralisation issue 2023-11-29 12:26:46 -03:00
Vinicius Moreira
442ef76035 [view.qt] fix: QT crash in case the file downloader thread is still alive 2023-11-28 17:22:05 -03:00
Vinicius Moreira
656661b7b8 [view.qt] enhancement: faster packages filtering 2023-11-28 17:07:19 -03:00
Vinicius Moreira
2d43fc5414 [view.qt] adding log statistics when filtering packages 2023-11-26 11:24:27 -03:00
Vinicius Moreira
925aaf35c5 enhancement: marked several threads as 'daemon' for a faster termination 2023-11-26 11:16:43 -03:00
Vinicius Moreira
676f4300b7 [view.qt] refactoring: remove unused import 2023-11-26 11:05:08 -03:00
Vinicius Moreira
6efa763236 [view.qt] enhacement: custom package icons downloader (faster) 2023-11-25 17:28:44 -03:00
Vinicius Moreira
ba90d0cdd8 [view.prepare] enhancement: skip button enabled after 10 seconds 2023-01-10 11:07:46 -03:00
Vinicius Moreira
2524dd0b07 [view] fix: prepare panel sometimes being displayed on the top left corner 2022-12-16 08:30:59 -03:00
Vinicius Moreira
28d4dae56a Merge branch 'master' into staging
# Conflicts:
#	bauh/gems/appimage/controller.py
#	bauh/gems/arch/updates.py
2022-12-12 07:53:51 -03:00
Bruno Cabral
fb4109bd77 flake warnings (#304) 2022-12-12 07:44:27 -03:00
Vinicius Moreira
7c576f81e2 [view] fix: initialization dialog not being properly centralized 2022-11-30 07:49:40 -03:00
Vinicius Moreira
65705af2e1 [view] fix: windows positioning regressions 2022-11-25 07:36:00 -03:00
Vinicius Moreira
de8b143273 [view] fix: several issues related to resizing 2022-11-04 17:53:05 -03:00
Vinicius Moreira
361afb108b [view] fix: management panel not fully maximizing when moved from a different display device with a higher resolution 2022-10-25 07:54:59 -03:00
Vinicius Moreira
0f28d8374f [view] fix: management panel not fully maximizing 2022-10-24 08:22:40 -03:00
Vinicius Moreira
1c7b17a269 [view] refactoring: removing unused import 2022-10-24 08:15:13 -03:00
Vinicius Moreira
f64d2abfc7 [view] improvement: auto-resizing the management panel when filters are applied 2022-05-27 15:01:22 -03:00
Vinicius Moreira
684248461b [view] fix: double suggestions loading call when no app is returned 2022-05-20 17:38:19 -03:00
Vinicius Moreira
62a1c4fa3b [view] feature: new parameter '--suggestions' to force loading software suggestions after the initialization process 2022-05-20 11:36:47 -03:00
Vinicius Moreira
9f0956d29e [view] improvement: the app publisher displayed on the management window will be cut based on a percentage over the primary screen width (12%) 2022-05-17 11:27:56 -03:00
Vinicius Moreira
6944560706 [view] improvement: the app name displayed on the management window will be cut based on a percentage over the primary screen width (15%) 2022-05-17 11:17:15 -03:00
Vinicius Moreira
9e6d9feaaf [view] improvement: the app description displayed on the management window will be cut based on a percentage over the primary screen width (18%) 2022-05-17 11:06:44 -03:00
Vinicius Moreira
ca5c33e3f8 [view] improvement: increasing the version column display limit to 22% 2022-05-17 10:41:40 -03:00
Vinicius Moreira
0c07ef410c [view] improvement: only displaying both the installed and latest versions on the 'version' column if its width is no more than 20% of the primary screen width 2022-05-17 10:37:45 -03:00
Vinicius Moreira
712a72edf6 [view] improvement: enforcing maximum width and height for the management window based on the primary screen resolution 2022-05-17 10:12:09 -03:00
Vinicius Moreira
af46feb64e [view] improvement: settings window size rules moved to stylesheet files 2022-05-12 14:13:12 -03:00
Vinicius Moreira
9bffd3bd5b [view.qt.apps_table] refactoring: replacing lists by generators 2022-05-03 11:43:48 -03:00
Vinicius Moreira
41ac7a12e0 [view] improvement: manage window minimum width related to the table columns 2022-04-18 14:31:35 -03:00
Vinicius Moreira
2d518f891d [view] improvement: table columns width for maximized window 2022-04-18 11:41:38 -03:00
Vinicius Moreira
4becff2340 [view] improvement: using pre-defined sizes for the main window 2022-04-18 11:20:59 -03:00
Vinicius Moreira
0d79ec39b4 [api.abstract.view] improvement: allowing the multiple select options width to be defined 2022-04-16 07:18:05 -03:00
Vinicius Moreira
924a3ede46 [api.abstract.view] refactoring: TabGroupComponent as a ViewContainer 2022-04-11 17:25:33 -03:00
Vinicius Moreira
ff254db925 [api] improvement: allowing several settings views to be returned (SoftwareManager.get_settings) 2022-04-11 15:09:18 -03:00
Vinicius Moreira
374b7ce03f [api] refactoring: removing screen measures as parameters of SoftwareManager.get_settings 2022-04-08 17:41:29 -03:00
Vinicius Moreira
9b9c437005 [view.window] refactoring: upgrade logs 2022-04-08 11:15:43 -03:00
Vinicius Moreira
581f5b9d46 [view] fix: uninstall and downgrade logs are not available 2022-04-08 10:45:43 -03:00
Vinicius Moreira
73a93965dd [view.qt.window] fix: typo 2022-04-08 10:12:47 -03:00
Vinicius Moreira
7d12810772 [commons.util] improvement: returning a float for 'size_to_byte' parsing 2022-04-06 10:16:48 -03:00
Vinicius Moreira
ce2df57b8f [view] improvement: changing some words and symbols to improve readability and cohesion (upgrade summary) 2022-04-05 17:36:40 -03:00
Vinicius Moreira
5e8da6afa8 [view] improvement: displaying a '+' for positive update sizes (upgrade summary) 2022-04-04 16:48:36 -03:00
Vinicius Moreira
c66cd464af [view] improvement: 'close' button added to the screenshots window 2022-03-30 18:17:35 -03:00