Commit Graph

1139 Commits

Author SHA1 Message Date
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
Vinicius Moreira
8488b086e6 [flatpak] fix: not displaying update components not associated with installed packages 2021-11-09 11:47:36 -03:00
Vinicius Moreira
e539eea6f6 [view] fix: upgrade summary (not displaying the icon type for some applications) 2021-11-08 17:25:37 -03:00
Vinicius Moreira
6678cb282a bumping version to 0.9.21 2021-11-08 17:23:24 -03:00
Vinicius Moreira
f0c29d4089 [common] fix: some backend commands could hang when require user interaction 2021-11-05 16:07:37 -03:00
Vinicius Moreira
75e16056c0 [flatpak] fix: nost listing updates for Flatpak 1.2 2021-11-05 14:17:03 -03:00
Vinicius Moreira
a6c065efb6 [flatpak] fix: not listing installed packages for Flatpak 1.2 2021-11-05 13:48:51 -03:00
Vinicius Moreira
cea02dcd41 [view] fix: always requesting the password on the initialization dialog when launched by the root user 2021-11-04 18:08:53 -03:00
Vinicius Moreira
b2f8266bce [view] fix: not properly sorting file extensions for the FileChooser component 2021-11-03 15:37:41 -03:00
Vinicius Moreira
1b58963fc6 bumping version to 0.9.20 2021-11-03 15:17:26 -03:00
Vinicius Moreira
d41f04e74e [appimage] improvement: not displaying 'imported' besides the imported application name on the table (only for the name tip) 2021-11-03 15:16:28 -03:00
Vinicius Moreira
d9d647fdbf [appimage] improvement: validating the AppImage file extension when updating imported files 2021-11-03 15:10:28 -03:00
Vinicius Moreira
7b229dfde9 [view] improvement: always displaying the 'any file filter' (*) as the last option for file chooser components 2021-11-03 14:59:04 -03:00
Vinicius Moreira
43b460e6be refactoring: removing unneeded line 2021-11-03 14:37:49 -03:00
Vinicius Moreira
c0ce28e1d6 [appimage] fix: not displaying the filter for any kind of file (*) when updating imported AppImages 2021-11-03 14:36:49 -03:00
jon r
148ea069d0 Remove redundant white space 2021-08-31 02:31:50 +02:00
Vinicius Moreira
9bb1a2d492 [view] improvement: not using native dialogs for file/directory choosing to prevent unexpected behaviors and wrong theming 2021-08-23 15:52:38 -03:00
Vinicius Moreira
e2ec2b1bc1 [gem.arch] improvement: 'rebuild-detector' integration disabled by default 2021-08-23 14:43:19 -03:00