Vinicius Moreira
|
d2ed73d9ca
|
[view] improvement: upgrade summary dialog width
|
2022-02-21 14:21:42 -03:00 |
|
Vinicius Moreira
|
656810ffe5
|
[view] improvement: able to define min width for form component
|
2022-02-21 13:51:08 -03:00 |
|
Vinicius Moreira
|
47490ece8f
|
[view] improvement: able to define min width for multiple select component
|
2022-02-21 13:50:44 -03:00 |
|
Vinicius Moreira
|
6ba04dfed1
|
[view] improvement: able to specify min_width for label components
|
2022-02-21 13:49:16 -03:00 |
|
Vinicius Moreira
|
05694342cc
|
[api.http] refactoring: String formatting method
|
2021-12-24 08:31:01 -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
|
9f13b0efd5
|
[view] improvement: only displaying a confirmation dialog for custom actions that start immediately
|
2021-12-15 15:55:41 -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
|
8576a1f169
|
[web] feature: new custom action button to install apps
|
2021-12-15 13:40:20 -03:00 |
|
Vinicius Moreira
|
e4370bbe7a
|
[api.http] handling 'too many redirects' exception
|
2021-12-14 12:13:38 -03:00 |
|
Vinicius Moreira
|
e69d691766
|
[view] fix: crashing when using floats for spinner components
|
2021-12-13 12:03:59 -03:00 |
|
Vinicius Moreira
|
6d3917ee99
|
[arch] feature: allowing AUR packages to be installed when bauh is launched by the root user
|
2021-12-07 15:41:02 -03:00 |
|
Vinicius Moreira
|
459240933a
|
[api.abstract.controller] refactoring: updating 'get_settings' return specification
|
2021-11-30 12:25:41 -03:00 |
|
Vinicius Moreira
|
ce4f3f67ab
|
[api.abstract.context] improvement: adding 'root_user' attribute to skip checking calls
|
2021-11-30 12:17:04 -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
|
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
|
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
|
530a5019e2
|
[api] refactoring: adding AUTOSTART_DIR constant to 'paths' 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
|
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
|
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
|
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
|
0c4b479de9
|
[api.http] refactoring: removing unneeded return type
|
2021-11-20 10:37:11 -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
|
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
|
43b460e6be
|
refactoring: removing unneeded line
|
2021-11-03 14:37:49 -03:00 |
|
Vinicius Moreira
|
476a30c9f4
|
[arch] improvmenet -> cleaning up some code warnings
|
2021-06-17 17:28:29 -03:00 |
|
Vinicius Moreira
|
8c0c4d4546
|
[appimage] fix -> crashing when trying to upgrade and the internet connection is off
|
2021-02-12 14:47:23 -03:00 |
|
Vinicius Moreira
|
aac3c82dd8
|
[appimage] improvement -> allowing the property 'suggestions.expiration' to be managed through the UI
|
2021-02-01 17:40:42 -03:00 |
|
Vinicius Moreira
|
926ee65105
|
[arch] feature -> ignoring binary package when checking with rebuild-detector
|
2021-01-18 11:20:48 -03:00 |
|
Vinicius Moreira
|
0680a3118d
|
[arch] feature -> AUR: rebuild-detector integration
|
2021-01-14 11:29:17 -03:00 |
|
Vinicius Moreira
|
f25f5daaad
|
Merge branch 'master' into staging
|
2021-01-14 08:42:47 -03:00 |
|
freddii
|
228bb1a3f4
|
fixed wrong spelled words
|
2021-01-14 11:18:42 +01: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
|
af6367b0ab
|
[arch] fixes -> not displaying installed AUR packages when AUR support is disabled | downloading AUR index during the initialization process when AUR support is disabled
|
2021-01-12 16:06:34 -03:00 |
|
Vinicius Moreira
|
6aebaf6718
|
[arch] improvement -> repositories/AUR search time
|
2021-01-11 16:33:13 -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 |
|
Vinicius Moreira
|
a9b196522d
|
[arch] improvement -> AUR: the index is not always being updated during the initialization process
|
2020-12-21 16:08:45 -03:00 |
|
Vinicius Moreira
|
cf17a91b83
|
[arch] improvement -> AUR: upgrade checking now considers modification dates as well
|
2020-12-17 18:35:34 -03:00 |
|
Vinicius Moreira
|
bef465a1ea
|
[ui] fix: upgrading: only requesting the root password if required | [flatpak] fix -> crashing when trying to downgrade
|
2020-12-10 19:15:34 -03:00 |
|
Vinicius Moreira
|
8d761c35e9
|
[web] feature -> new installation option 'allow protected content'
|
2020-12-07 18:18:38 -03:00 |
|
Vinicius Moreira
|
60228eec97
|
[ui] feature: themes
|
2020-11-27 15:52:57 -03:00 |
|
Vinicius Moreira
|
590eb2abd2
|
[api] marking argument type as optional
|
2020-09-10 13:41:21 -03:00 |
|