Commit Graph

804 Commits

Author SHA1 Message Date
Vinicius Moreira
da8a4e6547 [backup] improvement: 'single mode' should only remove self generated snapshots 2022-03-29 17:44:00 -03:00
Vinicius Moreira
4aef256c89 [view] improvement: only displaying the 'Installed' filter when installed packages are available on the table 2022-03-29 12:15:32 -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
ba9c61db4e [arch] fix: displaying '?' instead of '0' for dependency sizes 2022-03-28 15:53:36 -03:00
Vinicius Moreira
eb7347dbea [debian] fix: packages descriptions are not displayed on the system's default language 2022-03-28 15:24:42 -03:00
Vinicius Moreira
4e1bffa72f [snap] improvement: allowing the actions output locale to be decided by the Snap client 2022-03-25 15:56:47 -03:00
Vinicius Moreira
1961521a5e [CHANGELOG.md] fix 0.10.1 changes 2022-03-25 15:50:42 -03:00
Vinicius Moreira
330613f2c5 [commons.system] fix: some action errors not being displayed on the details component when they are concatenated with sudo output 2022-03-25 15:50:01 -03:00
Vinicius Moreira
e654ae06a5 [web] fix: using the wrong locale format for the Accept-Language header 2022-03-25 12:53:14 -03:00
Vinicius Moreira
6c8adfe1ed [flatpak] feature: 'full update' custom action 2022-03-25 11:46:46 -03:00
Vinicius Moreira
a5ed57177c [flatpak] fix: wrong encoded strings displayed (requires Flatpak >= 1.12) 2022-03-25 09:06:51 -03:00
Vinicius Moreira
e56ee01d52 [CHANGELOG.md] Updating 0.10.1 changes 2022-03-24 17:36:59 -03:00
Vinicius Moreira
d10255ed3e [view] fix: rare crash when updating table items 2022-03-24 17:34:00 -03:00
Vinicius Moreira
6800d6f8e5 [arch] fix: not displaying ignored updates (regression) 2022-03-14 17:29:21 -03:00
Vinicius Moreira
53d7e53513 [CHANGELOG.md] Adding 0.10.0 release date 2022-03-14 14:01:42 -03:00
Vinicius Moreira
acc7b173f0 [appimage] fix: 'get_history' is not properly sorting releases by version 2022-03-14 11:58:06 -03:00
Vinicius Moreira
fb26524276 [appimage] fix: history not being ordered by release date 2022-03-14 10:11: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
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
fd50cb9f88 [linux_dist.appimage] AppImageBuilder.yml: removing more unneeded libraries 2022-03-11 17:44:52 -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
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
f6c8ad9553 [debian] initial Debian package management support 2022-03-10 17:11:19 -03:00
Vinicius Moreira
79488dd79f [core] updates check interval default to 5 minutes 2022-03-09 09:36:53 -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
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
ff9d3be65b fix: not accepting blank root passwords 2022-02-28 11:25:41 -03:00
Vinicius Moreira
c5ce7f9f36 [appimage] replacing manual upgrade icon 2022-02-25 15:48:47 -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
Vinicius Moreira
7c75a55c57 [view] improvement: removing the 'what is this ?' icons from some apps table columns 2022-02-25 14:15:05 -03:00
Vinicius Moreira
320b6062ca [view] improvement: displaying tips for some custom actions (on mouse hover) 2022-02-25 11:59:08 -03:00
Vinicius Moreira
e3dfa825dd [view] improvement: displaying the current image index as a label in the button bar (screenshots dialog) 2022-02-24 10:59:24 -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
d2ed73d9ca [view] improvement: upgrade summary dialog width 2022-02-21 14:21:42 -03:00
Vinicius Moreira
edfa1f7c4c [CHANGELOG.md] fix: release version 2022-02-14 15:06:55 -03:00
Vinicius Moreira
265bb8073e [CHANGELOG.md] Updating 0.9.28 changelog 2022-02-14 14:59:22 -03:00
Vinicius Moreira
def2bd0c3c [view.qt.systray] fix: bauh-cli calls not referencing the containerized Python's interpreter [AppImage] 2022-02-14 14:47:48 -03:00