summaryrefslogtreecommitdiff
path: root/src/frontend/gui/sisyphus-qt5.py
AgeCommit message (Collapse)Author
13 daysbugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=165V3n3RiX
2024-09-22backend :v4.2409.2V3n3RiX
* 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.
2024-09-21backend: add gfx_ui param to setbranchv4.2409.1V3n3RiX
qt frontend: change branch from settings window cli frontend: adjust to backend change in setbranch
2024-09-18qt frontend : move the progress output do a dedicated window && ui tweaksV3n3RiX
* 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
2024-09-02GUI frontend:v6.2409.0V3n3RiX
* listen for SIGTERM signal backend : * send SIGTERM to GUI application to terminate it gracefully when required
2024-09-02port to PyQt6, adjust launcher, minor UI tweaksV3n3RiX