Commit Graph

2150 Commits

Author SHA1 Message Date
Vinicius Moreira
ecdfe2ed7e [view] fix: not applying filters after uninstalling a package 2022-03-14 10:01:04 -03:00
Vinicius Moreira
e1921facf8 [common] refactoring: 'get_human_size_str' moved from 'system' to 'view_utils' 2022-03-14 09:46:17 -03:00
Vinicius Moreira
5538a52442 [commons] fix: get_human_size_str for negative numbers 2022-03-14 09:33:50 -03:00
Vinicius Moreira
3e13b64e4c [arch] feature: able to filter outdated packages by the new 'out of date' category (AUR only) 2022-03-12 12:17:22 -03:00
Vinicius Moreira
2ff5aa7f63 [arch] feature: able to filter orphan packages by the new 'orphan' category (AUR only) 2022-03-12 12:02:40 -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
09e9895d12 [view] fix: not displaying boolean fields (info) 2022-03-12 11:17:32 -03:00
Vinicius Moreira
3edacd75f4 [arch] fix: exception when trying to retrieve the PKGBUILD of a package without a base defined (info) 2022-03-12 11:02:16 -03:00
Vinicius Moreira
c003d0406c [tests] fix: broken tests 2022-03-11 17:54:33 -03:00
Vinicius Moreira
069c5179b2 [README.md] Adding missing AppImage installation dependency 2022-03-11 17:48:42 -03:00
Vinicius Moreira
fd50cb9f88 [linux_dist.appimage] AppImageBuilder.yml: removing more unneeded libraries 2022-03-11 17:44:52 -03:00
Vinicius Moreira
c56dba3f20 [debian] i18n: info 2022-03-11 17:08:06 -03:00
Vinicius Moreira
36f0bf507a [view] improvement: new 'installed' filter 2022-03-11 12:40:12 -03:00
Vinicius Moreira
508e9169c2 [view] improvement: sorting packages by closest match instead of considering installed first (search) 2022-03-11 11:55:07 -03:00
Vinicius Moreira
b1a131950c [CHANGELOG.md] updating 0.10.0 changes 2022-03-11 10:40:35 -03:00
Vinicius Moreira
066df8628e [appimage] feature: new custom action to self install bauh if it is running as an AppImage 2022-03-11 10:14:42 -03:00
Vinicius Moreira
83cd0f843a [appimage] improvement: always setting attributes not available for database installed applications (search) 2022-03-11 10:10:28 -03:00
Vinicius Moreira
166b5721bb [appimage] fix: info dialog is displaying attributes related to the installation after the application has been removed (search) 2022-03-11 09:40:24 -03:00
Vinicius Moreira
94ba539eb3 [api] adding the app version to the context 2022-03-10 17:12:43 -03:00
Vinicius Moreira
f6c8ad9553 [debian] initial Debian package management support 2022-03-10 17:11:19 -03:00
Vinicius Moreira
a08814c134 [dist.appimage] fix: latest AppRun environment (v2) does not work (segmentation fault) 2022-03-10 13:10:12 -03:00
Vinicius Moreira
9d88355b5c [dist.appimage] fix: latest AppRun environment (v2) does not work (segmentation fault) 2022-03-10 13:09:55 -03:00
Vinicius Moreira
79488dd79f [core] updates check interval default to 5 minutes 2022-03-09 09:36:53 -03:00
Vinicius Moreira
d0b4060739 [common] fix: size to byte conversion 2022-03-07 17:41:42 -03:00
Vinicius Moreira
9daa995d00 [common] fix: human-readable sizes
# Conflicts:
#	bauh/commons/system.py
2022-03-07 16:10:18 -03:00
Vinicius Moreira
ec0d0d6853 [view] fix: some package icons would not appear if there is no URL associated with them 2022-03-04 15:21:20 -03:00
Vinicius Moreira
e737df8e8c [api] refactoring: implementing __eq__ and __hash__ for PackageUpdate 2022-03-04 11:59:08 -03:00
Vinicius Moreira
821fd730a0 [core] improvement: able to handle different instance types of package categories 2022-03-04 11:36:30 -03:00
Vinicius Moreira
52408fefef [view] improvement: allowing to set a min height for confirmation dialogs 2022-03-03 12:13:24 -03:00
Vinicius Moreira
0987db7151 [arch] improvement: do not execute pacman install simulation on shell to avoid issues associated with blank chars 2022-03-02 16:14:06 -03:00
Vinicius Moreira
5594a5898a [arch] fix: not detecting conflicts (regression) 2022-03-02 15:38:41 -03:00
Vinicius Moreira
8c32bfec09 [systray] improvement: update checking interval on tray mode is now measured in minutes instead of seconds 2022-02-28 16:42:52 -03:00
Vinicius Moreira
a92e0440c3 [flatpak] improvement: removed some unneeded API calls when listing updates (cli/tray) 2022-02-28 16:26:42 -03:00
Vinicius Moreira
94af5a04d1 [systray] improvement: raising file check interval to 5 seconds 2022-02-28 15:23:54 -03:00
Vinicius Moreira
dd2c5cd662 [systray] refactoring: replacing 'try/except' by 'with' block 2022-02-28 15:22:10 -03:00
Vinicius Moreira
701546f286 bumping version to 0.9.29 2022-02-28 15:18:21 -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
8a0609de06 [core] improvement: instantiating custom actions on demand 2022-02-25 16:06:17 -03:00
Vinicius Moreira
27e430a7ef [core] improvement: adding tips for custom actions 2022-02-25 15:55:28 -03:00
Vinicius Moreira
c5ce7f9f36 [appimage] replacing manual upgrade icon 2022-02-25 15:48:47 -03:00
Vinicius Moreira
7726ee0bcf [appimage] refactoring: more constants refactored as on demand class attributes 2022-02-25 15:45:52 -03:00
Vinicius Moreira
22372903e1 [appimage] fix: removed attribute reference 2022-02-25 15:39:31 -03:00
Vinicius Moreira
8ffcb492eb [appimage] refactoring: instantiating package custom actions on demand 2022-02-25 15:37:09 -03:00
Vinicius Moreira
0245a3f605 [appimage] improvement: adding tips for all custom actions 2022-02-25 15:30:25 -03:00
Vinicius Moreira
4b4d7744de [arch] refactoring: instantiating cached attributes on demand 2022-02-25 15:16:54 -03:00
Vinicius Moreira
df8f406d4f [arch] refactoring: instantiating package custom actions on demand 2022-02-25 15:09:17 -03:00
Vinicius Moreira
f3c4bcbc71 [snap] refactoring: custom actions moved to SnapApplication and are instantiated on demand 2022-02-25 14:45:11 -03:00