Commit Graph

526 Commits

Author SHA1 Message Date
Vinicius Moreira
dcd2cfd8df [arch] improvement -> AUR: edit pkgbuild dialog with 'No' as the default button 2020-08-20 17:33:51 -03:00
Vinicius Moreira
20f049315c [arch] fix -> not informing the env vars during the launch process 2020-08-20 17:28:31 -03:00
Vinicius Moreira
c4e20e17c7 [web] fix -> not informing the env vars during the launch process 2020-08-20 14:37:49 -03:00
Vinicius Moreira
912550e0ed [appimage] fix -> not informing the env vars during the launch process 2020-08-20 14:34:01 -03:00
Vinicius Moreira
a8eb6dca72 [snap] fix -> not informing the env vars during the launch process 2020-08-20 14:32:06 -03:00
Vinicius Moreira
3691a2162c [flatpak] fix -> some env vars not available during the launch process 2020-08-20 14:27:24 -03:00
Vinicius Moreira
e06c677602 [flatpak] fix -> not properly checking the return result when setting the default remotes at the system level 2020-08-20 14:18:45 -03:00
Vinicius Moreira
a6cbfd4a3f [appimage] fix -> some environment variable are not available during the launch process 2020-08-20 14:15:55 -03:00
Vinicius Moreira
f45a47a466 [snap] fix -> some environment variables are not available during the common operations 2020-08-20 14:12:43 -03:00
Vinicius Moreira
b99462d0e5 [flatpak] fix -> some environment variables are not available during the common operations 2020-08-20 12:37:21 -03:00
Vinicius Moreira
4544a46421 [arch] improvement -> increasing PKGBUILD editing dialog dimensions 2020-08-20 12:04:49 -03:00
Vinicius Moreira
92384875cd [arch] improvement -> new settings property 'aur_remove_build_dir' 2020-08-20 11:55:37 -03:00
Vinicius Moreira
f632aea55e [arch] fix -> AUR: not installing the correct package built when several are generated 2020-08-19 19:05:44 -03:00
Vinicius Moreira
eb1a1520a4 [arch] fix -> some environment variables are not available during the common operations (install, upgrade, ...) 2020-08-19 14:59:14 -03:00
Vinicius Moreira
e20bfe461b [arch] -> improvement: 'aur_build_dir' property rendered as a file chooser 2020-08-18 18:41:27 -03:00
Vinicius Moreira
befcc79cb0 [arch] improvement -> AUR: new settings property 'aur_build_dir' 2020-08-18 18:15:49 -03:00
Vinicius Moreira
7e0ee26db1 [arch] fix -> AUR: importing PGP keys 2020-08-17 17:59:28 -03:00
Vinicius Moreira
11540cf1e7 [arch] fix -> AUR: multi-threaded download: not retrieving correctly some source files URLs 2020-08-17 15:14:12 -03:00
Vinicius Moreira
9c1ffbd356 [arch] feature -> AUR: allowing to edit the PKGBUILD file of a package to be installed/upgraded/downgraded 2020-08-16 12:39:20 -03:00
Vinicius Moreira
a027412842 [flatpak] fix -> crashing when an update size cannot be read 2020-08-12 11:56:42 -03:00
Vinicius Moreira
dd8683063b [flatpak] improvement -> downgrade function refactored 2020-08-12 11:46:55 -03:00
Vinicius Moreira
12b7acc559 [flatpak] fix -> installation fails when there are multiple references for a given package 2020-08-12 10:28:00 -03:00
Vinicius Moreira
adb0459ae2 [appimage] -> improvement: manual file upgrade -> auto-filling version and settings default search path to '~/Downloads' 2020-08-11 18:16:50 -03:00
Vinicius Moreira
a7f8e1cb08 [appimage] improvement -> changing 'imported' parentheses style 2020-08-11 15:45:09 -03:00
Vinicius Moreira
ae721f6eea [appimage] improvement -> manual file installation: trying to auto-fill the 'Name' and 'Version' fields 2020-08-11 15:38:30 -03:00
Vinicius Moreira
244d48f18a [appimage] fix -> manual file installation: crashing the application icon is not on the extracted folder root path 2020-08-11 14:01:04 -03:00
Vinicius Moreira
4de2eb317e [appimage] improvement -> manual file installation default search path set to '~/Downloads' 2020-08-11 13:38:35 -03:00
Vinicius Moreira
4f05cb985d Merge branch 'fpakexp' into staging
# Conflicts:
#	CHANGELOG.md
2020-08-11 11:42:54 -03:00
Vinicius Moreira
a0fbf52ad4 [arch] improvement -> pacman as the default downloader for repository packages 2020-08-11 11:34:23 -03:00
Vinicius Moreira
31b67a32b7 [arch] improvements -> upgrading firstly the keyring packages declared in 'SyncFirst' (/etc/pacman.conf) to avoid pacman downloading issues | only removing packages after downloading the required ones 2020-08-11 11:24:41 -03:00
Vinicius Moreira
444dca5641 [flatpak] fix -> downgrading crashing with version 1.8.X | history: the top commit is returned as '(null)' 2020-08-11 11:21:05 -03:00
Vinicius Moreira
57c88f9589 [flatpak] improvement -> Creating the exports path '~/.local/share/flatpak/exports/share' (if it does not exist) and adding it to install/upgrade/downgrade/remove commands path to prevent warning messages 2020-08-11 11:08:09 -03:00
Vinicius Moreira
b68a21894e [arch] improvement -> upgrade: only removing packages after downloading the required ones (when multi-threaded download is enabled) 2020-08-06 14:52:46 -03:00
Vinicius Moreira
78912d5eee [arch] fix -> some conflict resolution scenarios when upgrading several packages 2020-08-06 11:53:52 -03:00
Vinicius Moreira
4400e60622 [arch] improvement -> upgrade summary: displaying the reason a given package must be installed 2020-08-04 15:35:15 -03:00
Vinicius Moreira
d288c30484 [arch] fix -> Downloading some AUR packages sources twice when multi-threaded download is enabled 2020-08-04 12:27:33 -03:00
Vinicius Moreira
be7652ccf4 [arch] fix -> not able to upgrade a package that explicitly defines a conflict with itself 2020-08-04 10:53:42 -03:00
Vinicius Moreira
89989ab79d [fix][ui] using the sleep function wrongly within the Qt threads 2020-06-25 14:48:50 -03:00
Vinicius Moreira
dab70cdfb8 [improvement][ui] big refactoring regarding the components states 2020-06-22 17:00:32 -03:00
Vinicius Moreira
c66bd4d900 [improvement][appimage] new initialization task that checks if the installed AppImage files have symlinks associated with 2020-06-16 18:51:13 -03:00
Vinicius Moreira
20d6f0fa35 [improvement][appimage] creating a symlink for the installed applications at '~.local/bin' 2020-06-16 17:42:10 -03:00
Vinicius Moreira
328f987507 [fix][snap] not returning installed runtimes after an installation succeeds 2020-06-16 16:03:40 -03:00
Vinicius Moreira
4a95bd1abb [fix][flatpak] returning already installed packages after an installation succeeds 2020-06-16 14:45:43 -03:00
Vinicius Moreira
7ecc78529f [fix][flatpak] not returning installed runtimes after an installation succeeds 2020-06-16 13:16:39 -03:00
Vinicius Moreira
eee9e9abf8 [improvement][ui] uninstallation does not refresh the table if it succeeds 2020-06-16 11:41:06 -03:00
Vinicius Moreira
3ee6056814 [fix][arch] crashes when downgrading a package after being recently installed 2020-06-12 18:18:48 -03:00
Vinicius Moreira
8a131c0b64 [fix][appimage] considering all AppImages with no local paths equal 2020-06-12 18:10:25 -03:00
Vinicius Moreira
1b4137be32 [fix][arch] log message 2020-06-11 17:24:13 -03:00
Vinicius Moreira
f0c44ab019 [fix][ui] calling required tasks when '--settings' is specified as a param 2020-06-11 17:15:20 -03:00
Vinicius Moreira
ef70ce0864 [fix][arch] not waiting for the disk cache to be ready before reading installed packages 2020-06-11 16:53:10 -03:00