Commit Graph

1769 Commits

Author SHA1 Message Date
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
7265c82fe5 [web.__init__] refactoring: String formatting method 2021-11-25 16:25:57 -03:00
Vinicius Moreira
506692267b [web] refactoring: WEB_CACHE_PATH renamed to WEB_CACHE_DIR 2021-11-25 16:18:01 -03:00
Vinicius Moreira
9287e1176d [snap] refactoring: SNAP_CACHE_PATH renamed to SNAP_CACHE_DIR 2021-11-25 16:16:15 -03:00
Vinicius Moreira
29df4b4f1b [arch] refactoring: ARCH_CACHE_PATH renamed to ARCH_CACHE_DIR 2021-11-25 16:14:07 -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
25c9ed9fa3 [api] refactoring: custom themes dir for root user is now /usr/share/bauh/themes 2021-11-25 15:57:59 -03:00
Vinicius Moreira
985657987f [web.controller] refactoring: autorstart dir creation 2021-11-25 15:41:09 -03:00
Vinicius Moreira
3db8cb11c9 [web] improvement: logging when a desktop entry is created as an autostart file 2021-11-25 15:41:09 -03:00
Vinicius Moreira
530a5019e2 [api] refactoring: adding AUTOSTART_DIR constant to 'paths' module 2021-11-25 15:41:09 -03:00
Vinicius Moreira
0c11c4c166 [web.model] refactoring: 'bauh' publisher String replaced by __app_name__ constant 2021-11-25 15:41:09 -03:00
Vinicius Moreira
86c61a7c45 [web.model] refactoring: String formatting method 2021-11-25 15:41:09 -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
47348c4b6c [api] refactoring: CONFIG_PATH constant renamed to CONFIG_DIR 2021-11-25 15:41:09 -03:00
Vinicius Moreira
797bea4b6d [arch] refactoring: CONFIG_DIR constant renamed to ARCH_CONFIG_DIR 2021-11-25 15:41:09 -03:00
Vinicius Moreira
43902e3ddc [arch] refactoring: defining CONFIG_DIR constant based on CONFIG_PATH constant from 'api' module 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
cae69c5ba2 [flatpak] refactoring: CONFIG_DIR constant renamed to FLATPAK_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
99595dfbb2 [web.environment] refactoring: removing useless docstring 2021-11-25 13:15:55 -03:00
Vinicius Moreira
8a17d2c35b [web.environment] refactoring: String formatting method 2021-11-25 13:14:55 -03:00
Vinicius Moreira
085e7e4af4 [web] refactoring: removing unneeded call to create the Electron cache directory 2021-11-25 13:14:30 -03:00
Vinicius Moreira
5e9409b6b7 [web] improvement: Electron cache moved to ~/.local/share/bauh/web/env/electron 2021-11-25 13:13:47 -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
63dd4963cf refactoring: LOGS_PATH constant renamed to LOGS_DIR and moved to 'api' module 2021-11-24 11:08:26 -03:00
Vinicius Moreira
83cc7cc134 [api] refactoring: temp dir now follow the patter /tmp/bauh@vinicius 2021-11-24 10:46:39 -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
f78498c1ec [commons] refactoring: 'user' module moved to 'api' 2021-11-23 18:02:54 -03:00
Vinicius Moreira
8f9810bd69 [api] refactoring: 'constants' module renamed to 'paths' 2021-11-23 17:53:05 -03:00
Vinicius Moreira
70073a7bad [tests] fix: broken Flatpak test case 2021-11-22 17:14:24 -03:00
Vinicius Moreira
22e440cd18 [view/qt/settings] refactoring: using getvalue() for StringIO instance instead of seek() and read() 2021-11-22 17:01:20 -03:00
Vinicius Moreira
10ddb353fd [view/qt/settings] refactoring: more on String formatting method 2021-11-22 17:00:21 -03:00
Vinicius Moreira
f9386316ae [view.qt.settings] fix: not re-enabling the action buttons when a validation error is displayed 2021-11-22 16:59:22 -03:00
Vinicius Moreira
6dec050fad [view/qt/settings] refactoring: String formatting method 2021-11-22 16:51:38 -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
5121bb40ef [arch] refactoring: removing useless exception handling 2021-11-22 13:38:15 -03:00
Vinicius Moreira
f6062ae822 Merge branch 'master' into staging 2021-11-22 13:34:20 -03:00
Vinicius Moreira
a523cd9f1d [README] Updating dependencies text 2021-11-22 13:34:01 -03:00
Vinicius Moreira
1e11f80bed [arch] fix: wget as a hard requirement for Arch package management 2021-11-22 13:30:37 -03:00
Vinicius Moreira
db4d6db37b bumping version to 0.9.22 2021-11-22 13:25:38 -03:00
Vinícius Moreira
41969d7b68 Update issue templates 2021-11-20 12:12:54 -03:00
Vinícius Moreira
7d27400c85 Update issue templates 2021-11-20 12:12:01 -03:00
Vinícius Moreira
081804a786 Update issue templates 2021-11-20 12:10:21 -03:00
Vinícius Moreira
7cbe98fe08 0.9.21 2021-11-20 11:24:18 -03:00
Vinicius Moreira
2cc532f6d1 [CHANGELOG.md] adding release date 2021-11-20 11:18:57 -03:00