Commit Graph

148 Commits

Author SHA1 Message Date
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
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
e1921facf8 [common] refactoring: 'get_human_size_str' moved from 'system' to 'view_utils' 2022-03-14 09:46:17 -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
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
821fd730a0 [core] improvement: able to handle different instance types of package categories 2022-03-04 11:36:30 -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
5a1269d07f [api] improvement: SoftwareManager.get_screenshots returning a generator instead of a list 2022-02-24 10:32:20 -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
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
e69d691766 [view] fix: crashing when using floats for spinner components 2021-12-13 12:03:59 -03:00
Vinicius Moreira
cd391fe3dd [core] feature: new configuration file to disable packaging formats management globally 2021-12-10 12:18:33 -03:00
Vinicius Moreira
622af028cd [view.core.gems] refactoring: String formatting method 2021-12-10 11:36:34 -03:00
Vinicius Moreira
06035bb97e [api.paths] refactoring: CACHE_PATH renamed to CACHE_DIR 2021-11-25 16:09:42 -03:00
Vinicius Moreira
92d90eb9a2 [view.core.config] refactoring: FILE_PATH constant using CONFIG_DIR from 'api' module 2021-11-25 15:41:09 -03:00
Vinicius Moreira
ef254d611a [view] fix: single thread downloader does not create the directory where the file will be stored 2021-11-24 15:01:22 -03:00
Vinicius Moreira
aa889dcd51 [api] refactoring: caching directory for root user is now /var/cache/bauh 2021-11-24 10:34:04 -03:00
Vinicius Moreira
8f9810bd69 [api] refactoring: 'constants' module renamed to 'paths' 2021-11-23 17:53:05 -03:00
Vinicius Moreira
c80845cde4 [view] improvement: displaying a tooltip with the missing dependencies for a supported packaging technology 2021-11-22 15:48:48 -03:00
Vinicius Moreira
971e9a58c7 [view.core.controller] refactoring: changing String formatting method 2021-11-20 11:18:09 -03:00
Vinicius Moreira
1cd060cd1f [view.core.controller] refactoring: removing duplicate import 2021-11-20 10:52:44 -03:00
Vinicius Moreira
84518ce34d [view.core.controller] fix: install/uninstall logs 2021-11-20 10:51:50 -03:00
Vinicius Moreira
11af3c0bbc [view.core.downloader] refactoring: changing String formatting method 2021-11-20 10:44:25 -03:00
Vinicius Moreira
aef9ef0b0d [core.downloader] refactoring: String concatenation using StringIO 2021-11-20 10:35:37 -03:00
Vinicius Moreira
a136ef28f4 [core] improvement: multi-threaded download not enabled by default since it fails for some scenarios 2021-11-19 18:28:35 -03:00
Vinicius Moreira
6bc30ba516 [core.controller] refactoring: removing useless check 2021-11-09 12:48:22 -03:00
Vinicius Moreira
0a9133068e [view] fix: displaying initial warnings related to supported technologies even when they are not enabled or have the required dependencies 2021-11-09 12:47:13 -03:00
Vinicius Moreira
9a8772da8f improvement: replacing subprocess commands to detected installed CLIs by Python faster native calls (shutil.which) 2021-06-15 17:09:49 -03:00
Vinicius Moreira
7236a40c06 [ui] fix -> settings: tray icon tooltip wrongly formatted 2021-03-03 10:07:57 -03:00
Vinicius Moreira
7a3245ae5e [appimage] improvement -> caching suggestions to disk 2021-02-01 17:09:30 -03:00
Vinicius Moreira
978120ba71 fix -> missing Python hard dependency: packaging 2021-01-20 09:43:13 -03:00
Vinicius Moreira
ad642404f5 improvement -> saving settings time 2021-01-12 17:17:19 -03:00
Vinicius Moreira
6aebaf6718 [arch] improvement -> repositories/AUR search time 2021-01-11 16:33:13 -03:00
Vinicius Moreira
c91e982243 improvement -> all suported types now display a 'Checking configuration file' task during the initialization process 2020-12-30 13:35:15 -03:00
Vinicius Moreira
01bd532465 [arch][snap] improvement -> caching categories file for 24 hours 2020-12-28 10:41:54 -03:00
Vinicius Moreira
cdcb2bac0b [core] improvement -> new settings property 'boot.load_apps' to prevent loading apps after the startup process 2020-12-24 11:42:40 -03:00
Vinicius Moreira
3c4de456c5 [appimage] improvement -> new custom action 'Update database' 2020-12-23 14:40:26 -03:00
Vinicius Moreira
bef465a1ea [ui] fix: upgrading: only requesting the root password if required | [flatpak] fix -> crashing when trying to downgrade 2020-12-10 19:15:34 -03:00
Vinicius Moreira
170778b914 fix -> bauh release notification not working properly 2020-12-07 18:41:35 -03:00
Vinicius Moreira
60228eec97 [ui] feature: themes 2020-11-27 15:52:57 -03:00