Vinicius Moreira
|
73a93965dd
|
[view.qt.window] fix: typo
|
2022-04-08 10:12:47 -03:00 |
|
Vinicius Moreira
|
45c586ed4b
|
[view] improvement: allowing max_width to be defined for the confirmation dialogs
|
2022-03-30 17:14:46 -03:00 |
|
Vinicius Moreira
|
075559a437
|
[view] fix: ancestor reference to 18n
|
2022-03-29 17:05:19 -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
|
d10255ed3e
|
[view] fix: rare crash when updating table items
|
2022-03-24 17:34:00 -03:00 |
|
Vinicius Moreira
|
ecdfe2ed7e
|
[view] fix: not applying filters after uninstalling a package
|
2022-03-14 10:01:04 -03:00 |
|
Vinicius Moreira
|
36f0bf507a
|
[view] improvement: new 'installed' filter
|
2022-03-11 12:40:12 -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
|
52408fefef
|
[view] improvement: allowing to set a min height for confirmation dialogs
|
2022-03-03 12:13:24 -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
|
d2ed73d9ca
|
[view] improvement: upgrade summary dialog width
|
2022-02-21 14:21:42 -03:00 |
|
Vinicius Moreira
|
5de814e12a
|
[view.qt.window] refactoring: fix code alignment
|
2021-12-16 09:14:32 -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
|
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
|
715ae4434b
|
[view.qt.window] fix: crashing when resizing with floats instead of integers
|
2021-12-13 09:08:23 -03:00 |
|
Vinicius Moreira
|
63dd4963cf
|
refactoring: LOGS_PATH constant renamed to LOGS_DIR and moved to 'api' module
|
2021-11-24 11:08:26 -03:00 |
|
Vinicius Moreira
|
f78498c1ec
|
[commons] refactoring: 'user' module moved to 'api'
|
2021-11-23 18:02:54 -03:00 |
|
Vinicius Moreira
|
2d552316db
|
[ui] improvement -> checking if internet connection is available before trying to upgrade the selected packages
|
2021-02-12 14:57:48 -03:00 |
|
Vinicius Moreira
|
2f0b2ddf99
|
[ui] improvement -> not displaying the number of packages when none is displayed / available
|
2021-01-19 12:13:13 -03:00 |
|
Vinicius Moreira
|
b7efe72a50
|
improvement -> adding a little delay before reloading the main window after saving the settings
|
2021-01-13 15:49:42 -03:00 |
|
Vinicius Moreira
|
80f6b20b9c
|
improvement -> reloading the manage panel in a separate thread after saving the settings
|
2021-01-13 15:40:52 -03:00 |
|
Vinicius Moreira
|
4d0660e0ea
|
[arch] fix -> crashing when information of a given package is not available
|
2021-01-02 10:13:53 -03:00 |
|
Vinicius Moreira
|
c91e982243
|
improvement -> all suported types now display a 'Checking configuration file' task during the initialization process
|
2020-12-30 13:35:15 -03:00 |
|
Vinicius Moreira
|
cdcb2bac0b
|
[core] improvement -> new settings property 'boot.load_apps' to prevent loading apps after the startup process
|
2020-12-24 11:42:40 -03:00 |
|
Vinicius Moreira
|
3c4de456c5
|
[appimage] improvement -> new custom action 'Update database'
|
2020-12-23 14:40:26 -03:00 |
|
Vinicius Moreira
|
bef465a1ea
|
[ui] fix: upgrading: only requesting the root password if required | [flatpak] fix -> crashing when trying to downgrade
|
2020-12-10 19:15:34 -03:00 |
|
Vinicius Moreira
|
8b94abe9cf
|
[ui] fix progress bar location
|
2020-11-30 16:54:03 -03:00 |
|
Vinicius Moreira
|
60228eec97
|
[ui] feature: themes
|
2020-11-27 15:52:57 -03:00 |
|
Vinicius Moreira
|
935f731b73
|
[ui] fix -> not hiding the console when a new search is done
|
2020-09-11 16:38:14 -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
|
19cd85bc98
|
[ui] -> fix: crashing when nothing can be upgraded
|
2020-08-04 09:55: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
|
9d86c97a80
|
[fix][ui] thread waiting error stack
|
2020-06-24 18:39:46 -03:00 |
|
Vinicius Moreira
|
b60ae0da26
|
[fix][ui] not reorganizing the window when the update is button checked
|
2020-06-24 15:11:27 -03:00 |
|
Vinicius Moreira
|
0242998044
|
[fix][ui] not resizing properly after applying filters
|
2020-06-24 14:56:51 -03:00 |
|
Vinicius Moreira
|
d2c401cb53
|
[improvement][ui] some components compatibility with the system's color scheme
|
2020-06-23 18:13:26 -03:00 |
|
Vinicius Moreira
|
d7aa3e1287
|
[fix][ui] keeping the console checkbox checked after a custom action finishes
|
2020-06-22 18:18:00 -03:00 |
|
Vinicius Moreira
|
99f319294e
|
[fix][ui] console keeps opened after after refreshing or loading installed/suggestions
|
2020-06-22 18:05:06 -03:00 |
|
Vinicius Moreira
|
dab70cdfb8
|
[improvement][ui] big refactoring regarding the components states
|
2020-06-22 17:00:32 -03:00 |
|
Vinicius Moreira
|
5701c95d2e
|
[fix][ui] button 'installed' is not displayed when suggestions are loaded after the first refresh
|
2020-06-16 16:13:17 -03:00 |
|
Vinicius Moreira
|
a339074e4d
|
[fix][ui] refresh button being displayed on the search view if a package with an update is uninstalled
|
2020-06-16 12:12:53 -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
|
81ddae5cbd
|
[improvement][ui] keeping the 'installed' button after an installation
|
2020-06-15 19:17:57 -03:00 |
|
Vinicius Moreira
|
ace5b96de7
|
[ui] removing unused code
|
2020-06-15 19:06:55 -03:00 |
|
Vinicius Moreira
|
e9ada3aec4
|
[fix][ui] displaying substatus when an action is finished
|
2020-06-15 16:50:11 -03:00 |
|
Vinicius Moreira
|
d8fa962276
|
[fix][ui] cleaning the search text after the installation
|
2020-06-15 16:44:38 -03:00 |
|
Vinicius Moreira
|
eb12b3e6f0
|
[improvement][ui] search: always putting the installed on top if no name filter is provided
|
2020-06-15 16:36:01 -03:00 |
|
Vinicius Moreira
|
a46ebd8a2f
|
[fix][ui] displaying the type filters on the search results when there is only one type available and some actions are done
|
2020-06-15 11:02:39 -03:00 |
|
Vinicius Moreira
|
3fc6178394
|
[refactoring][ui] removing unused code
|
2020-06-15 10:55:43 -03:00 |
|