Commit Graph

2181 Commits

Author SHA1 Message Date
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
Vinicius Moreira
077aa6ecff [snap] improvement: adding tips for all custom actions 2022-02-25 14:39:48 -03:00
Vinicius Moreira
d85b661ac3 [web] improvement: adding tips for all custom actions 2022-02-25 14:25:40 -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
9f9a75445f [arch] improvement: adding tips for all custom actions 2022-02-25 13:04:20 -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
5fea95654b [view] improvement: allowing the package name to concatenated with a custom action status 2022-02-24 14:19:14 -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
fa972d2ea0 [commons] improvement: not displaying any output related to '[sudo] password' 2022-02-23 15:47:02 -03:00
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
Vinícius Moreira
a6f5c2541d 0.9.28 2022-02-14 15:08:18 -03:00
Vinicius Moreira
edfa1f7c4c [CHANGELOG.md] fix: release version 2022-02-14 15:06:55 -03:00