summaryrefslogtreecommitdiff
path: root/src/frontend/gui/sisyphus-gui.py
AgeCommit message (Collapse)Author
2024-03-01* expose the --nodeps option from Portage in Sisyphus CLIHEADv6.2403.1masterV3n3RiX
* 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-25rename some functionsv6.2402.0V3n3RiX
2023-07-21backend : rework the update logic a littleV3n3RiX
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-12adjust uninstallV3n3RiX
2023-04-09uninstall : simplify function argumentsV3n3RiX
2023-04-09rewrite upgrade; cleaner API : one entrypoint instead of three, handle ↵V3n3RiX
keyboard interrupt gracefully
2023-04-09rewrite install; cleaner API : one entrypoint instead of three, handle ↵V3n3RiX
keyboard interrupt gracefully
2023-04-08make uninstall function parameters more descriptiveV3n3RiX
2023-04-07gfx_ui : do not execute the animation in gui modeV3n3RiX
2023-04-07rewrite updateV3n3RiX
2023-04-07rewrite uninstallV3n3RiX
2023-04-07backend : rewrite autoremoveV3n3RiX
2023-03-11run autopep8 on the codeV3n3RiX
2022-11-05some more consistencyv4.2211.0V3n3RiX
2022-10-30move setMirror -> mirrorsV3n3RiX
2022-10-30fix a typoV3n3RiX
2022-10-30merge upgradepkg && upgradesrcV3n3RiX
2022-10-30merge installpkg && installsrcV3n3RiX
2022-10-30various cleanupsV3n3RiX
2022-10-30move upgrade{Pkg,Src} -> upgrade{pkg,src}V3n3RiX
2022-10-30move updateAll -> updateV3n3RiX
2022-10-30move uninstallAll -> uninstallV3n3RiX
2022-10-30move setJobs -> setjobsV3n3RiX
2022-10-30move installPkg -> installpkgV3n3RiX
2022-10-30move getFilesystem -> getfsV3n3RiX
2022-10-30move autoRemoveAll -> autoremoveV3n3RiX
2022-10-27sisyphus-gui : add alien filterV3n3RiX
2022-10-26fix variables in syncDatabaseV3n3RiX
2022-10-26rename start && startqt -> cliExec && guiExecV3n3RiX
2022-10-26merge uninstall && force uninstall functionsV3n3RiX
2022-09-17rearrange the backendV3n3RiX
2022-07-14sisyphus-gui : rework window positioning, fix implicit float->int conversion ↵V3n3RiX
assumption which is deprecated in python3.10
2021-08-21sisyphus-gui : shave off some LoCV3n3RiX
2021-03-06backend:V3n3RiX
* drop some checks we had in place due to expensive metadata regen * less time checking -> more time working -> faster sisyphus
2021-02-02* better explain some used termsV3n3RiX
* update the help menu and CLI documentation * remove animations from setjobs module (it takes less than a second, so it's pointless) * make some error messages less cryptic && offer help to understand them * don't kill the graphical interface right away if there is a missmatch, display the error, offer help && and then die in 10 seconds
2021-01-30ui : move package operations into the backendV3n3RiX
2021-01-23modernise the gui interfaceV3n3RiX
2021-01-09* use .join rather than str to convert lists to stringsV3n3RiX
* fix output message when multiple source packages are requested * minor UI tweaks
2020-06-09sisyphus-cli : plug more functions : install, uninstall, forceuninstall, ↵V3n3RiX
update, upgrade, rescue, spmsync, autoremove - all work
2020-06-08rename some constants to something more prettyV3n3RiX
2020-06-06filesystem module : gather all the folder and file paths used by sisyphus ↵V3n3RiX
under one module, and expose them to other modules from there
2020-06-06minor fixes, make the gui client work with the new backendV3n3RiX
2019-10-06fix GUI when unable to install packages with same name from different categoriesbionel
2019-09-15regenerate portage metadata whenever we're changing the branches, rename ↵v3.1909.2V3n3RiX
some functions
2019-09-14replace subprocess.call with subprocess.Popen in sync code, rework the logic ↵v3.1909.1V3n3RiX
a bit to make it more reliable
2019-08-04make sisyphus auto adapt itself to the CPU numbers used in a systemv3.1908.0V3n3RiX
2019-07-08sisyphus-gui : try to maintain the focus on inputboxV3n3RiX
2019-07-05bugfix : fix extraction error when two (or more) binary packages have the ↵V3n3RiX
exact same name but they aZre in different categories (e.g.: acct-group/mail-0.tbz2 && acct-user/mail-0.tbz2)
2019-07-04sisyphus-gui : set focus on inputBox by defaultV3n3RiX
2019-07-04libsisyphus : fix a race condition && sisyphus-gui : use breeze style if ↵V3n3RiX
available