Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-22 | backend :v4.2409.2 | V3n3RiX | |
* 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-21 | backend: add gfx_ui param to setbranchv4.2409.1 | V3n3RiX | |
qt frontend: change branch from settings window cli frontend: adjust to backend change in setbranch | |||
2024-09-18 | qt frontend : move the progress output do a dedicated window && ui tweaks | V3n3RiX | |
* 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-02 | GUI frontend:v6.2409.0 | V3n3RiX | |
* listen for SIGTERM signal backend : * send SIGTERM to GUI application to terminate it gracefully when required | |||
2024-09-02 | port to PyQt6, adjust launcher, minor UI tweaks | V3n3RiX | |
2024-08-31 | unify db queryingv6.2408.0 | V3n3RiX | |
2024-08-26 | cosmetic tweaks | V3n3RiX | |
2024-08-23 | prepare for API documentation | V3n3RiX | |
2024-03-09 | rename some functions | V3n3RiX | |
2024-03-01 | * expose the --nodeps option from Portage in Sisyphus CLIv6.2403.1 | V3n3RiX | |
* use it to install packages without retreiving their dependencies * rewrite and update the CLI help menu to reflect the new option * some minor cosmetic fixes | |||
2024-02-25 | rename some functionsv6.2402.0 | V3n3RiX | |
2024-01-20 | don't silently fail while attempting to uninstall a package with reverse ↵v6.2401.0 | V3n3RiX | |
dependencies | |||
2024-01-20 | rewrite help menus | V3n3RiX | |
2023-07-21 | backend : rework the update logic a little | V3n3RiX | |
gui-frontend : hide the progress box initially, only show it when needed, make it significantly larger, disable UI elements instead of hiding them | |||
2023-04-28 | adjust some wording | V3n3RiX | |
2023-04-12 | adjust uninstall | V3n3RiX | |
2023-04-09 | uninstall : simplify function arguments | V3n3RiX | |
2023-04-09 | rewrite upgrade; cleaner API : one entrypoint instead of three, handle ↵ | V3n3RiX | |
keyboard interrupt gracefully | |||
2023-04-09 | rewrite install; cleaner API : one entrypoint instead of three, handle ↵ | V3n3RiX | |
keyboard interrupt gracefully | |||
2023-04-08 | simplify | V3n3RiX | |
2023-04-08 | install : implement --oneshot, bugfix : ↵ | V3n3RiX | |
https://bugs.redcorelinux.org/show_bug.cgi?id=138 | |||
2023-04-08 | make uninstall function parameters more descriptive | V3n3RiX | |
2023-04-07 | gfx_ui : do not execute the animation in gui mode | V3n3RiX | |
2023-04-07 | rewrite update | V3n3RiX | |
2023-04-07 | rewrite uninstall | V3n3RiX | |
2023-04-07 | backend : rewrite autoremove | V3n3RiX | |
2023-03-11 | run autopep8 on the code | V3n3RiX | |
2023-01-12 | bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=132 && add manual ↵v5.2301.0 | V3n3RiX | |
cache cleaning option | |||
2022-12-18 | add github as a remote option | V3n3RiX | |
2022-11-05 | some more consistencyv4.2211.0 | V3n3RiX | |
2022-10-30 | move setMirror -> mirrors | V3n3RiX | |
2022-10-30 | fix a typo | V3n3RiX | |
2022-10-30 | merge upgradepkg && upgradesrc | V3n3RiX | |
2022-10-30 | merge installpkg && installsrc | V3n3RiX | |
2022-10-30 | various cleanups | V3n3RiX | |
2022-10-30 | move upgrade{Pkg,Src} -> upgrade{pkg,src} | V3n3RiX | |
2022-10-30 | move updateAll -> update | V3n3RiX | |
2022-10-30 | move uninstallAll -> uninstall | V3n3RiX | |
2022-10-30 | move setJobs -> setjobs | V3n3RiX | |
2022-10-30 | move setBranch -> setbranch | V3n3RiX | |
2022-10-30 | move searchSrc -> searchsrc | V3n3RiX | |
2022-10-30 | move installSrc -> installsrc | V3n3RiX | |
2022-10-30 | move installPkg -> installpkg | V3n3RiX | |
2022-10-30 | move recoverDatabase -> recoverdb | V3n3RiX | |
2022-10-30 | move getFilesystem -> getfs | V3n3RiX | |
2022-10-30 | move checkEnvironment -> checkenv | V3n3RiX | |
2022-10-30 | move autoRemoveAll -> autoremove | V3n3RiX | |
2022-10-27 | sisyphus-gui : add alien filter | V3n3RiX | |
2022-10-26 | fix variables in syncDatabase | V3n3RiX | |
2022-10-26 | fix typo : upgradeable -> upgradable | V3n3RiX | |