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
|
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
|
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 |
|
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
|
0c4b479de9
|
[api.http] refactoring: removing unneeded return type
|
2021-11-20 10:37:11 -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
|
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 |
|
Vinicius Moreira
|
8b59c2ae77
|
[appimage] refactoring: i18n key
|
2021-11-19 17:27:51 -03:00 |
|
Vinicius Moreira
|
93362878e3
|
[appimage] fix: uninstalling the application when download fails (dowgrading)
|
2021-11-19 17:22:14 -03:00 |
|
Vinicius Moreira
|
65df7654f9
|
[appimage] fix: uninstalling the application when an update download fails
|
2021-11-19 17:01:41 -03:00 |
|
Vinicius Moreira
|
e930a97966
|
[appimage] fix: displaying updates without the associated download URL for some applications
|
2021-11-17 15:49:10 -03:00 |
|
Vinicius Moreira
|
46a3b46652
|
[api] fix: crashing when trying to retrieve a file size without proving its URL
|
2021-11-17 15:36:21 -03:00 |
|
Vinicius Moreira
|
b50b067158
|
[view] fix: crashing when QT components sizes are not integers
|
2021-11-17 15:14:27 -03:00 |
|
Vinicius Moreira
|
b95de10268
|
[commons/system] more fixes related to some backend commands hanging
|
2021-11-11 18:13:06 -03:00 |
|
Vinicius Moreira
|
7f89e04809
|
[commons/system] more fixes related to some backend commands hanging
|
2021-11-11 15:04:16 -03:00 |
|
Vinicius Moreira
|
6e7c871b1a
|
[flatpak] fix: not displaying updates for partials listed as installed apps/runtimes
|
2021-11-09 13:12:06 -03:00 |
|
Vinicius Moreira
|
00fda53287
|
[flatpak] fix: partials split call
|
2021-11-09 13:00:19 -03:00 |
|
Vinicius Moreira
|
35ca24b680
|
[arch] refactoring: i18n (warning: AUR missing deps)
|
2021-11-09 12:51:56 -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
|
d68bf1e53d
|
[flatpak] fix: not displaying the updates size for Flatpak 1.2
|
2021-11-09 12:28:41 -03:00 |
|