Commit Graph

1470 Commits

Author SHA1 Message Date
Vinicius Moreira
39dd0f1ac8 [arch] improvement: always listing repository packages as primary options when multiple providers for a given dependency are available 2022-01-28 12:31:18 -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
f69ed7aa4a [commons.system] fix: not handling unicode decode errors when reading a subprocess output 2022-01-27 16:32:32 -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
d205281b3a [arch] fix: not informing all the provided packages on the transaction context to the dependency sorting algorithm 2022-01-27 11:42:57 -03:00
Vinicius Moreira
82f140f2e1 [arch] fix: not upgrading a package when a dependent package relies on a specific version with epoch 2022-01-24 15:42:35 -03:00
Vinicius Moreira
131b787108 [arch] refactoring: proper typing 2022-01-07 18:23:44 -03:00
Vinicius Moreira
5921cfd3da Merge branch 'master' into staging 2022-01-01 11:24:35 -03:00
DN-debug
4b9c27fe93 [view] new logo (by @DN-debug) 2022-01-01 11:23:01 -03:00
Vinicius Moreira
3104f2ff78 bumping version to 0.9.26 2021-12-31 09:59:28 -03:00
DN-debug
bca72070f9 [view] new theme: knight (@DN-debug) 2021-12-31 09:53:08 -03:00
Vinicius Moreira
05694342cc [api.http] refactoring: String formatting method 2021-12-24 08:31:01 -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
ba2e3c4f35 improvement: --reset now cleans the temporary files as well 2021-12-24 08:20:49 -03:00
Vinicius Moreira
b24b1eb5cf [view.qt.systray] fix: not able to call to notify updates (AppImage package) 2021-12-23 13:58:12 -03:00
Vinicius Moreira
68ce25b287 [AppImage package] fix: not able to reinitialize 2021-12-22 17:49:26 -03:00
Vinicius Moreira
80756c23af bumping version to 0.9.25 2021-12-22 17:43:54 -03:00
Vinicius Moreira
bd02ef2d4c [view.qt.apps_table] improvement: calling pkg.get_custom_actions once to improve memory usage 2021-12-17 14:59:16 -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
33292bab61 [snap] improvement: do not request confirmation dialog for custom action 'Change channel' 2021-12-17 13:56:43 -03:00
Vinicius Moreira
bcffa3c146 [appimage] improvement: manual update form title 2021-12-17 13:40:33 -03:00
Vinicius Moreira
e246008cb2 [appimage] improvement: do not request confirmation for manual update of imported files 2021-12-17 13:37:25 -03:00
Vinicius Moreira
31b72d2879 [view] improvement: not requesting confirmation for custom package actions that do not require it 2021-12-17 13:34:33 -03:00
Vinicius Moreira
e32f665762 [view] fix: darcula/light stylesheets not displaying the help icons 2021-12-17 12:07:34 -03:00
Vinicius Moreira
d3240e7e07 [web] improvement: i18n support description 2021-12-17 12:04:45 -03:00
Vinicius Moreira
1ee40f15bb [view.qt.systray] refactoring: String formatting method 2021-12-17 11:58:24 -03:00
Vinicius Moreira
4c6d7ebb47 [view] improvement: confirmation dialog icon size 2021-12-16 10:15:18 -03:00
Vinicius Moreira
00829ba0a7 [view] improvement: not depending on system's confirmation dialog icon 2021-12-16 09:37:39 -03:00
Vinicius Moreira
5de814e12a [view.qt.window] refactoring: fix code alignment 2021-12-16 09:14:32 -03:00
Vinicius Moreira
f7cbb881aa [view.qt.prepare] fix: initialization panel's lower components positioning 2021-12-16 09:06:59 -03:00
Vinicius Moreira
3c4bab1222 [web] improvement: updating default User-Agent header when checking URLs 2021-12-15 16:46:32 -03:00
Vinicius Moreira
c561d308bf [core.controller] fix: not passing the 'is_url' parameter as a bool 2021-12-15 16:45:30 -03:00
Vinicius Moreira
30cdfd8d52 [web] improvement: default pre-selected installation category is now 'Network' 2021-12-15 16:27:10 -03:00
Vinicius Moreira
01293e872f [appimage] improvement: not displaying a confirmation dialog for the custom action 'Install AppImage file' 2021-12-15 16:05:11 -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
15531450fd [web] improvement: not displaying a confirmation dialog for the custom action 'Install Web Application' 2021-12-15 15:56:29 -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
98e19ea934 [view.qt.thread] fix: crashing for custom actions that can request a system backup 2021-12-15 15:47:32 -03:00
Vinicius Moreira
0a5501fbd8 [arch] refactoring: creating custom actions on demand 2021-12-15 15:39:31 -03:00
Vinicius Moreira
e58940dd11 [appimage] refactoring: creating custom actions on demand 2021-12-15 15:09:50 -03:00
Vinicius Moreira
3b8b8a05dd [web] refactoring: creating custom actions on demand 2021-12-15 15:06:53 -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
0ebc56b8f6 [appimage] improvement: not enabled for non-x86_64 systems 2021-12-15 14:28:24 -03:00
Vinicius Moreira
011a3116d8 [web] improvement: invalid URL message (i18n) 2021-12-15 13:59:38 -03:00
Vinicius Moreira
e841c4023b [web] fix: wrong spelling (i18n) 2021-12-15 13:54:56 -03:00
Vinicius Moreira
388191d633 [web] improvement: adding a placeholder to the address field on the installation form 2021-12-15 13:52:46 -03:00
Vinicius Moreira
1218bdd655 [web] improvement: adding the 'URL' word besides the address field on the installation form 2021-12-15 13:47:35 -03:00
Vinicius Moreira
db8747cae5 [web] i18n: installation form title 2021-12-15 13:44:52 -03:00