Commit Graph

182 Commits

Author SHA1 Message Date
Vinicius Moreira
33cfa97bf0 [api] improvement: list_suggestions as an optional method (SoftwareManager) 2022-04-12 10:22:38 -03:00
Vinicius Moreira
f3514b91e1 [view] improvement: some components' width reduced (settings) 2022-04-12 09:54:44 -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
bac69d9f82 [appimage] improvement: limiting the UI components width of the file installation and upgrade windows 2022-03-30 17:15:17 -03:00
Vinicius Moreira
acc7b173f0 [appimage] fix: 'get_history' is not properly sorting releases by version 2022-03-14 11:58:06 -03:00
Vinicius Moreira
fb26524276 [appimage] fix: history not being ordered by release date 2022-03-14 10:11:50 -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
83cd0f843a [appimage] improvement: always setting attributes not available for database installed applications (search) 2022-03-11 10:10:28 -03:00
Vinicius Moreira
166b5721bb [appimage] fix: info dialog is displaying attributes related to the installation after the application has been removed (search) 2022-03-11 09:40:24 -03:00
Vinicius Moreira
f6c8ad9553 [debian] initial Debian package management support 2022-03-10 17:11:19 -03:00
Vinicius Moreira
ff9d3be65b fix: not accepting blank root passwords 2022-02-28 11:25:41 -03:00
Vinicius Moreira
c5ce7f9f36 [appimage] replacing manual upgrade icon 2022-02-25 15:48:47 -03:00
Vinicius Moreira
7726ee0bcf [appimage] refactoring: more constants refactored as on demand class attributes 2022-02-25 15:45:52 -03:00
Vinicius Moreira
22372903e1 [appimage] fix: removed attribute reference 2022-02-25 15:39:31 -03:00
Vinicius Moreira
8ffcb492eb [appimage] refactoring: instantiating package custom actions on demand 2022-02-25 15:37:09 -03:00
Vinicius Moreira
0245a3f605 [appimage] improvement: adding tips for all custom actions 2022-02-25 15:30:25 -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
8000babec8 [appimage] fix: displaying duplicate installed apps for some cases (search) 2022-02-09 10:43:47 -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
bcffa3c146 [appimage] improvement: manual update form title 2021-12-17 13:40:33 -03:00
Vinicius Moreira
e246008cb2 [appimage] improvement: do not request confirmation for manual update of imported files 2021-12-17 13:37:25 -03:00
Vinicius Moreira
01293e872f [appimage] improvement: not displaying a confirmation dialog for the custom action 'Install AppImage file' 2021-12-15 16:05:11 -03:00
Vinicius Moreira
e58940dd11 [appimage] refactoring: creating custom actions on demand 2021-12-15 15:09:50 -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
Vinicius Moreira
459240933a [api.abstract.controller] refactoring: updating 'get_settings' return specification 2021-11-30 12:25:41 -03:00
Vinicius Moreira
3d0733a0d6 [appimage.controller] String formatting method 2021-11-29 12:03:18 -03:00
Vinicius Moreira
d9b6ee96ab [appimage] improvement: faster reading of installed applications 2021-11-29 11:36:42 -03:00
Vinicius Moreira
ae0f0c7e75 [appimage] refactoring: INSTALLATION_PATH constant renamed to INSTALLATION_DIR 2021-11-29 11:04:39 -03:00
Vinicius Moreira
9f4e08e29c [appimage] refactoring: removing '/' from INSTALLATION_PATH constant 2021-11-29 11:04:39 -03:00
Vinicius Moreira
ab302d460b [appimage] refactoring: LOCAL_PATH constant renamed to APPIMAGE_SHARED_DIR 2021-11-29 11:04:39 -03:00
Vinicius Moreira
0ecbb28219 [appimage] refactoring: installed AppImages are now stored at '/usr/local/share/bauh' for the root user 2021-11-29 11:04:09 -03:00
Vinicius Moreira
b3c1e72717 [api] refactoring: symlinks/binaries are now stored at /usr/local/bin for the root user 2021-11-25 18:42:09 -03:00
Vinicius Moreira
6a8fd24d23 [appimage.__init__] refactoring: String formatting method 2021-11-25 16:52:53 -03:00
Vinicius Moreira
243a1fb696 [api] refactoring: .desktop files are now installed at /usr/share/applications for the root user 2021-11-25 16:37:31 -03:00
Vinicius Moreira
9bfecc5131 [appimage] refactoring: APPIMAGE_CACHE_PATH renamed to APPIMAGE_CACHE_DIR 2021-11-25 16:11: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
47348c4b6c [api] refactoring: CONFIG_PATH constant renamed to CONFIG_DIR 2021-11-25 15:41:09 -03:00
Vinicius Moreira
184ce720f4 [appimage] refactoring: CONFIG_DIR constant renamed to APPIMAGE_CONFIG_DIR 2021-11-25 15:41:09 -03:00
Vinicius Moreira
a1683b6a7d [api] refactoring: configuration directory for the root user is now located at '/etc/bauh' 2021-11-25 15:41:09 -03:00
Vinicius Moreira
ea52236ee8 [appimage] fix: not able to upgrade imported AppImage files (regression from 0.9.21) 2021-11-25 14:13:04 -03:00
Vinicius Moreira
dc6c2cbe7a [appimage] fix: not able to import AppImage files (regression from 0.9.21) 2021-11-25 14:03:47 -03:00
Vinicius Moreira
e2b10903c0 [appimage] i18n: adding missing keys for 'fr' and 'it' 2021-11-25 13:49:38 -03:00
Vinicius Moreira
6875d62a16 [appimage] fix: trying to download a file without a URL associated with 2021-11-25 13:48:20 -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
6a68588cd4 [appimage] improvement: not stopping the upgrade process when one of several applications have been selected to upgrade 2021-11-19 18:21:25 -03:00