Commit Graph

591 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
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
65df7654f9 [appimage] fix: uninstalling the application when an update download fails 2021-11-19 17:01:41 -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
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
e539eea6f6 [view] fix: upgrade summary (not displaying the icon type for some applications) 2021-11-08 17:25:37 -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
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
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
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
4db47b2594 [ui] fix -> conflict resolution: still displaying that updates are ignored for a given package after its uninstallation 2021-03-03 10:52:51 -03:00
Vinicius Moreira
7236a40c06 [ui] fix -> settings: tray icon tooltip wrongly formatted 2021-03-03 10:07:57 -03:00
Vinicius Moreira
485f578913 [ui] improvement -> checking if the internet connection is available before proceeding with the upgrade process 2021-03-02 13:11:02 -03:00
Vinicius Moreira
2d552316db [ui] improvement -> checking if internet connection is available before trying to upgrade the selected packages 2021-02-12 14:57:48 -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
2f0b2ddf99 [ui] improvement -> not displaying the number of packages when none is displayed / available 2021-01-19 12:13:13 -03:00
Vinicius Moreira
67304e86e7 [ui] fix -> settings dialog hangs sometimes when the button 'Change' is clicked 2021-01-19 12:08:31 -03:00
Vinicius Moreira
94e44f9341 [ui] fix -> table icons margin-right 2021-01-19 10:19:50 -03:00
Vinicius Moreira
85cbf081ee [ui] improvement -> refactoring table icons size to qss 2021-01-18 17:22:39 -03:00
Vinicius Moreira
86ca716bfb [ui] fix -> wrong package type icon size depending on resolution 2021-01-18 16:51:24 -03:00
Vinicius Moreira
27a57135f3 [ui] fix: initialization dialog hanging sometimes 2021-01-18 16:33:22 -03:00
Vinicius Moreira
0680a3118d [arch] feature -> AUR: rebuild-detector integration 2021-01-14 11:29:17 -03:00
Vinicius Moreira
b7efe72a50 improvement -> adding a little delay before reloading the main window after saving the settings 2021-01-13 15:49:42 -03:00
Vinicius Moreira
80f6b20b9c improvement -> reloading the manage panel in a separate thread after saving the settings 2021-01-13 15:40:52 -03:00
Vinicius Moreira
5fd161888a [arch] feature -> AUR: new custom action to quickly reinstall a package 2021-01-13 15:28:19 -03:00
Vinicius Moreira
5b40911321 [ui] setting 'info' cursor to form help icons 2021-01-12 17:41:37 -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
4d0660e0ea [arch] fix -> crashing when information of a given package is not available 2021-01-02 10:13:53 -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
c978c499dd i18n -> improvements 2020-12-23 14:50:36 -03:00
Vinicius Moreira
3c4de456c5 [appimage] improvement -> new custom action 'Update database' 2020-12-23 14:40:26 -03:00
Vinicius Moreira
adfb265dc3 [appimage] improvements -> database files only updated when expired 2020-12-23 13:39:58 -03:00