Commit Graph

650 Commits

Author SHA1 Message Date
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
Vinicius Moreira
def2bd0c3c [view.qt.systray] fix: bauh-cli calls not referencing the containerized Python's interpreter [AppImage] 2022-02-14 14:47:48 -03:00
Vinicius Moreira
c718fe0a36 [view.qt.settings] fix: confirmation dialog icon when launched alone 2022-01-28 19:24:50 -03:00
Vinicius Moreira
d07e0e326c [style.knight] fix: adding missing qss rule 2022-01-28 19:09:14 -03:00
DN-debug
4b9c27fe93 [view] new logo (by @DN-debug) 2022-01-01 11:23:01 -03:00
DN-debug
bca72070f9 [view] new theme: knight (@DN-debug) 2021-12-31 09:53:08 -03:00
Vinicius Moreira
ba2e3c4f35 improvement: --reset now cleans the temporary files as well 2021-12-24 08:20:49 -03:00
Vinicius Moreira
b24b1eb5cf [view.qt.systray] fix: not able to call to notify updates (AppImage package) 2021-12-23 13:58:12 -03:00
Vinicius Moreira
68ce25b287 [AppImage package] fix: not able to reinitialize 2021-12-22 17:49:26 -03:00
Vinicius Moreira
bd02ef2d4c [view.qt.apps_table] improvement: calling pkg.get_custom_actions once to improve memory usage 2021-12-17 14:59:16 -03:00
Vinicius Moreira
3296fd34da [api] improvement: SoftwarePackage.get_supported_actions can now return any iterable 2021-12-17 14:55:53 -03:00
Vinicius Moreira
31b72d2879 [view] improvement: not requesting confirmation for custom package actions that do not require it 2021-12-17 13:34:33 -03:00
Vinicius Moreira
e32f665762 [view] fix: darcula/light stylesheets not displaying the help icons 2021-12-17 12:07:34 -03:00
Vinicius Moreira
1ee40f15bb [view.qt.systray] refactoring: String formatting method 2021-12-17 11:58:24 -03:00
Vinicius Moreira
4c6d7ebb47 [view] improvement: confirmation dialog icon size 2021-12-16 10:15:18 -03:00
Vinicius Moreira
00829ba0a7 [view] improvement: not depending on system's confirmation dialog icon 2021-12-16 09:37:39 -03:00
Vinicius Moreira
5de814e12a [view.qt.window] refactoring: fix code alignment 2021-12-16 09:14:32 -03:00
Vinicius Moreira
f7cbb881aa [view.qt.prepare] fix: initialization panel's lower components positioning 2021-12-16 09:06:59 -03:00
Vinicius Moreira
c561d308bf [core.controller] fix: not passing the 'is_url' parameter as a bool 2021-12-15 16:45:30 -03:00
Vinicius Moreira
9f13b0efd5 [view] improvement: only displaying a confirmation dialog for custom actions that start immediately 2021-12-15 15:55:41 -03:00
Vinicius Moreira
98e19ea934 [view.qt.thread] fix: crashing for custom actions that can request a system backup 2021-12-15 15:47:32 -03:00
Vinicius Moreira
fb3313c008 [api] refactoring: 'get_custom_actions' renamed to 'gen_custom_actions' and returning a Generator 2021-12-15 14:59:49 -03:00
Vinicius Moreira
0ebc56b8f6 [appimage] improvement: not enabled for non-x86_64 systems 2021-12-15 14:28:24 -03:00