Commit Graph

672 Commits

Author SHA1 Message Date
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
f3514b91e1 [view] improvement: some components' width reduced (settings) 2022-04-12 09:54:44 -03:00
Vinicius Moreira
2f68095e9b [view.core.settings] refactoring: PEP8 2022-04-11 17:43:43 -03:00
Vinicius Moreira
924a3ede46 [api.abstract.view] refactoring: TabGroupComponent as a ViewContainer 2022-04-11 17:25:33 -03:00
Vinicius Moreira
9ac0d015b7 [api] improvement: abstraction for view containers 2022-04-11 17:08:16 -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
3553b4faa4 [style] fix: max-width for some buttons is not enough 2022-04-08 12:19:37 -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
Vinicius Moreira
45c586ed4b [view] improvement: allowing max_width to be defined for the confirmation dialogs 2022-03-30 17:14:46 -03:00
Vinicius Moreira
889a30e2e8 [view] improvement: no margin for wrapped subcomponents of FormComponent 2022-03-30 16:20:24 -03:00
Vinicius Moreira
6d23916177 [timeshift] refactoring: using tuple instead of list 2022-03-30 14:08:20 -03:00
Vinicius Moreira
a904c73b2d [backup] improvement: remove_method option 2022-03-29 19:01:31 -03:00
Vinicius Moreira
da8a4e6547 [backup] improvement: 'single mode' should only remove self generated snapshots 2022-03-29 17:44:00 -03:00
Vinicius Moreira
075559a437 [view] fix: ancestor reference to 18n 2022-03-29 17:05:19 -03:00
Vinicius Moreira
4aef256c89 [view] improvement: only displaying the 'Installed' filter when installed packages are available on the table 2022-03-29 12:15:32 -03:00
Vinicius Moreira
d10255ed3e [view] fix: rare crash when updating table items 2022-03-24 17:34:00 -03:00
Vinicius Moreira
8392dc753c [view] fix: crashing when sorting packages 2022-03-14 12:38:31 -03:00
Vinicius Moreira
ecdfe2ed7e [view] fix: not applying filters after uninstalling a package 2022-03-14 10:01:04 -03:00
Vinicius Moreira
e1921facf8 [common] refactoring: 'get_human_size_str' moved from 'system' to 'view_utils' 2022-03-14 09:46:17 -03:00
Vinicius Moreira
09e9895d12 [view] fix: not displaying boolean fields (info) 2022-03-12 11:17:32 -03:00
Vinicius Moreira
36f0bf507a [view] improvement: new 'installed' filter 2022-03-11 12:40:12 -03:00
Vinicius Moreira
508e9169c2 [view] improvement: sorting packages by closest match instead of considering installed first (search) 2022-03-11 11:55:07 -03:00
Vinicius Moreira
066df8628e [appimage] feature: new custom action to self install bauh if it is running as an AppImage 2022-03-11 10:14:42 -03:00
Vinicius Moreira
f6c8ad9553 [debian] initial Debian package management support 2022-03-10 17:11:19 -03:00
Vinicius Moreira
79488dd79f [core] updates check interval default to 5 minutes 2022-03-09 09:36:53 -03:00
Vinicius Moreira
ec0d0d6853 [view] fix: some package icons would not appear if there is no URL associated with them 2022-03-04 15:21:20 -03:00
Vinicius Moreira
821fd730a0 [core] improvement: able to handle different instance types of package categories 2022-03-04 11:36:30 -03:00
Vinicius Moreira
52408fefef [view] improvement: allowing to set a min height for confirmation dialogs 2022-03-03 12:13:24 -03:00
Vinicius Moreira
8c32bfec09 [systray] improvement: update checking interval on tray mode is now measured in minutes instead of seconds 2022-02-28 16:42:52 -03:00
Vinicius Moreira
94af5a04d1 [systray] improvement: raising file check interval to 5 seconds 2022-02-28 15:23:54 -03:00
Vinicius Moreira
dd2c5cd662 [systray] refactoring: replacing 'try/except' by 'with' block 2022-02-28 15:22:10 -03:00
Vinicius Moreira
ff9d3be65b fix: not accepting blank root passwords 2022-02-28 11:25:41 -03:00
Vinicius Moreira
8a0609de06 [core] improvement: instantiating custom actions on demand 2022-02-25 16:06:17 -03:00
Vinicius Moreira
27e430a7ef [core] improvement: adding tips for custom actions 2022-02-25 15:55:28 -03:00
Vinicius Moreira
7c75a55c57 [view] improvement: removing the 'what is this ?' icons from some apps table columns 2022-02-25 14:15:05 -03:00
Vinicius Moreira
320b6062ca [view] improvement: displaying tips for some custom actions (on mouse hover) 2022-02-25 11:59:08 -03:00
Vinicius Moreira
5fea95654b [view] improvement: allowing the package name to concatenated with a custom action status 2022-02-24 14:19:14 -03:00
Vinicius Moreira
e3dfa825dd [view] improvement: displaying the current image index as a label in the button bar (screenshots dialog) 2022-02-24 10:59:24 -03:00
Vinicius Moreira
5a1269d07f [api] improvement: SoftwareManager.get_screenshots returning a generator instead of a list 2022-02-24 10:32:20 -03:00
Vinicius Moreira
d2ed73d9ca [view] improvement: upgrade summary dialog width 2022-02-21 14:21:42 -03:00
Vinicius Moreira
656810ffe5 [view] improvement: able to define min width for form component 2022-02-21 13:51:08 -03:00
Vinicius Moreira
47490ece8f [view] improvement: able to define min width for multiple select component 2022-02-21 13:50:44 -03:00
Vinicius Moreira
6ba04dfed1 [view] improvement: able to specify min_width for label components 2022-02-21 13:49:16 -03:00