Commit Graph

1387 Commits

Author SHA1 Message Date
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
Vinicius Moreira
8576a1f169 [web] feature: new custom action button to install apps 2021-12-15 13:40:20 -03:00
Vinicius Moreira
cbc52b68ee [web.controller] refactoring: removing useless line 2021-12-14 14:38:13 -03:00
Vinicius Moreira
87ce6d0aac [web.controller] refactoring: Electron log pattern 2021-12-14 14:37:35 -03:00
Vinicius Moreira
5589a09bd5 [web.controller] refactoring: mapping Electron branch once 2021-12-14 14:35:30 -03:00
Vinicius Moreira
e520b9a9c0 [web] improvement: using custom installation properties by Electron version if required 2021-12-14 14:26:12 -03:00
Vinicius Moreira
609e47973c [web.controller] improvement: handling http redirect errors 2021-12-14 12:18:24 -03:00
Vinicius Moreira
e4370bbe7a [api.http] handling 'too many redirects' exception 2021-12-14 12:13:38 -03:00
Vinicius Moreira
04271efebc [web] fix: spelling 2021-12-13 17:37:30 -03:00
Vinicius Moreira
d7daeea26a [web] improvement: checking for javascript fixes based on the Electron version 2021-12-13 17:35:49 -03:00
Vinicius Moreira
9310e31f86 [web] improvement: checking for javascript fixes based on the Electron version 2021-12-13 17:02:56 -03:00
Vinicius Moreira
394a5367d3 [web] refactoring: using the Electron file URLs from bauh-files 2021-12-13 16:35:05 -03:00
Vinicius Moreira
3386dbad68 [web] improvmenet: always retrieving the nativefier URL from the environment settings 2021-12-13 16:14:02 -03:00
Vinicius Moreira
6d7a2ff25f [web] refactoring: using the environment definition file URL from bauh-files 2021-12-13 16:03:36 -03:00
Vinicius Moreira
60217e9173 [web.environment] refactoring: '_download_and_install' renamed to 'install_nodejs' 2021-12-13 15:54:29 -03:00
Vinicius Moreira
a0ad89a5e9 [web] refactoring: removing unused 'npm' module 2021-12-13 15:51:24 -03:00
Vinicius Moreira
b00f583067 [web] refactoring: using new suggestions file URL from bauh-files 2021-12-13 15:49:33 -03:00
Vinicius Moreira
e69d691766 [view] fix: crashing when using floats for spinner components 2021-12-13 12:03:59 -03:00
Vinicius Moreira
2b6aa2af6f bumping version to 0.9.24 2021-12-13 09:10:18 -03:00
Vinicius Moreira
715ae4434b [view.qt.window] fix: crashing when resizing with floats instead of integers 2021-12-13 09:08:23 -03:00
Vinicius Moreira
dd5b5f891c [web] improvement: able to specify a custom User-Agent when installing apps that demand specific settings to work properly on Electron 13.X 2021-12-12 19:03:20 -03:00
Vinicius Moreira
cf9fe8b87e [web.model] refactoring: adding Optional typing to WebApplication fields 2021-12-12 18:24:40 -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
cd391fe3dd [core] feature: new configuration file to disable packaging formats management globally 2021-12-10 12:18:33 -03:00
Vinicius Moreira
622af028cd [view.core.gems] refactoring: String formatting method 2021-12-10 11:36:34 -03:00
Vinicius Moreira
f34db97661 [snap] refactoring: String formatting method 2021-12-10 11:14:16 -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
afcc94b934 bumping version to 0.9.23 2021-12-07 12:25:30 -03:00
Vinicius Moreira
32a50beeac [flatpak] improvement: always considering 'system' as the installation level for the root user 2021-11-30 13:31:42 -03:00
Vinicius Moreira
f5111213b8 [flatpak] improvement: not displaying the installation target option when bauh is launched by the root user (settings) 2021-11-30 13:27:50 -03:00
Vinicius Moreira
459240933a [api.abstract.controller] refactoring: updating 'get_settings' return specification 2021-11-30 12:25:41 -03:00