Age | Commit message (Collapse) | Author |
|
|
|
* Improve the database query to take SLOTS into consideration
* This addresses the unreliability of the 'upgradable' filter.
* The change ensures consistent and accurate filtering of upgradable packages.
qt frontend :
* Select the package SLOT on install and remove operations
* This resolves a rare issue where for example Blender version 4.2 is unavailable,
* and selecting version 3.6, 4.0 or 4.1 inadvertently defaults to 4.2 due to a missing SLOT.
* The change ensures consistent and accurate version selection thanks to SLOT selection.
|
|
qt frontend: change branch from settings window
cli frontend: adjust to backend change in setbranch
|
|
* buffer the progress messages when the progress window is hidden
* replay the buffer when the progress window is shown
* display real-time output when the progress window is shown
|
|
* listen for SIGTERM signal
backend :
* send SIGTERM to GUI application to terminate it gracefully when required
|
|
|