Commit Graph

241 Commits

Author SHA1 Message Date
Vinicius Moreira
f375772e76 [arch] improvement: hard requirements dialog width (uninstall dialog) 2022-04-06 18:25:07 -03:00
Vinicius Moreira
9a9fc06348 [arch] improvement: hard requirements message size (uninstall dialog) 2022-04-06 18:24:34 -03:00
Vinicius Moreira
425bf692d1 [arch] improvement: displaying hard requirements versions and descriptions (uninstall dialog) 2022-04-06 18:13:49 -03:00
Vinicius Moreira
9e8ad38e03 [arch] improvement: text length of the 'dependencies installation' popup reduced 2022-03-28 16:58:22 -03:00
Vinicius Moreira
6800d6f8e5 [arch] fix: not displaying ignored updates (regression) 2022-03-14 17:29:21 -03:00
Vinicius Moreira
1bf45547b2 [arch] refactoring: 'orphan' as a property 2022-03-12 11:45:18 -03:00
Vinicius Moreira
ff0903d551 [arch] improvement: displaying the 'orphan' field for AUR packages (info) 2022-03-12 11:42:40 -03:00
Vinicius Moreira
500afe12d7 [arch] improvement: displaying the 'out of date' field for AUR packages 2022-03-12 11:35:24 -03:00
Vinicius Moreira
f6c8ad9553 [debian] initial Debian package management support 2022-03-10 17:11:19 -03:00
Vinicius Moreira
5594a5898a [arch] fix: not detecting conflicts (regression) 2022-03-02 15:38:41 -03:00
Vinicius Moreira
76ad2bfddc [arch] fix: install simulation actually installs the package when password is blank 2022-02-28 15:04:00 -03:00
Vinicius Moreira
ff9d3be65b fix: not accepting blank root passwords 2022-02-28 11:25:41 -03:00
Vinicius Moreira
9f9a75445f [arch] improvement: adding tips for all custom actions 2022-02-25 13:04:20 -03:00
Vinicius Moreira
5a1269d07f [api] improvement: SoftwareManager.get_screenshots returning a generator instead of a list 2022-02-24 10:32:20 -03:00
Vinicius Moreira
b2fb656dc0 [arch] improvement: displaying 'description' and 'version' as primary fields for repository packages (info) 2022-02-24 10:01:19 -03:00
Vinicius Moreira
23bc65b00e [arch] refactoring: removing unneeded parameters from 'launch' method 2022-02-24 09:54:29 -03:00
Vinicius Moreira
b67860f538 [arch] improvement: removing the '%U' parameter before launching applications to prevent error messages 2022-02-24 09:51:54 -03:00
Vinicius Moreira
6bc8cc91c2 [arch] improvement: displaying the 'executable' field on the info dialog if the package is an application 2022-02-24 09:48:10 -03:00
Vinicius Moreira
4e064aeee9 [arch] refactoring: replacing some sets by tuples 2022-02-11 15:23:50 -03:00
Vinicius Moreira
e84f88d37d [arch] improvement: preventing AUR's installed packages from not being mapped in cases the communication with the API fails 2022-02-10 11:09:32 -03:00
Vinicius Moreira
9564ce3237 [arch] fix: installation fails when several dependent packages conflict with the installed ones 2022-02-09 14:24:01 -03:00
Vinicius Moreira
b130ad6d0b [arch] improvement: explicitly marking installed dependent packages as 'dependencies' (installation) 2022-01-31 15:26:37 -03:00
Vinicius Moreira
9656f78020 [arch] improvement: new property 'prefer_repository_provider' 2022-01-28 18:31:17 -03:00
Vinicius Moreira
ca9b3d0e51 [arch] improvement: allowing AUR packages to be installed as dependencies of a repository package | fix: not displaying all possible AUR providers for a given dependency 2022-01-28 12:05:58 -03:00
Vinicius Moreira
644cf43511 [arch] improvement: not rechecking sub-dependencies of an AUR dependency to be installed 2022-01-27 12:28:31 -03:00
Vinicius Moreira
ea42871eda [arch] improvement: letting the AUR's API perform the semantic search 2021-12-24 08:28:00 -03:00
Vinicius Moreira
4d1757dbf9 [arch] improvement: not displaying a confirmation dialog for the custom action 'Refresh mirrors' 2021-12-15 16:00:33 -03:00
Vinicius Moreira
c3f98eab60 [arch] improvement: not displaying a confirmation dialog for the custom action 'Clean cache' 2021-12-15 15:59:30 -03:00
Vinicius Moreira
74bdf65fea [arch] improvement: not displaying a confirmation dialog for the custom action 'Check Snaps support' 2021-12-15 15:58:13 -03:00
Vinicius Moreira
0a5501fbd8 [arch] refactoring: creating custom actions on demand 2021-12-15 15:39:31 -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
f6e5b086e4 [arch] fix: regression (cannot reinstall uninstalled AUR packages on the same view) 2021-12-10 13:07:48 -03:00
Vinicius Moreira
34d5234977 [arch] fix: not updating the view (GUI) status correctly after uninstalling a package whose PKGBUILD file was edited 2021-12-09 13:37:09 -03:00
Vinicius Moreira
d4446e1c81 [arch] fix: missing error handling when hard requirements for optional dependencies cannot be found by pacman 2021-12-09 12:26:40 -03:00
Vinicius Moreira
e8a74037ab [arch.controller] refactoring: variable name 2021-12-09 11:33:55 -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
797bea4b6d [arch] refactoring: CONFIG_DIR constant renamed to ARCH_CONFIG_DIR 2021-11-25 15:41:09 -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
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
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
35ca24b680 [arch] refactoring: i18n (warning: AUR missing deps) 2021-11-09 12:51:56 -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
476a30c9f4 [arch] improvmenet -> cleaning up some code warnings 2021-06-17 17:28:29 -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
e67e5bc0a9 [arch] fix -> not restoring the CPUs to previous scaling governors after the package is built when optimizations are on 2021-04-04 10:27:35 -03:00
Vinicius Moreira
926ee65105 [arch] feature -> ignoring binary package when checking with rebuild-detector 2021-01-18 11:20:48 -03:00