summaryrefslogtreecommitdiff
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-03-01rewrite the print statements in a more concise and professional wayv6.2403.0V3n3RiX
2024-03-01bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=156V3n3RiX
2024-02-28behave more like portage, and don't waste time resolving reverse ↵V3n3RiX
dependencies during force removal of a package
2024-02-26* extend https://bugs.redcorelinux.org/show_bug.cgi?id=143v6.2402.1V3n3RiX
* improve the UX at package removal stage and orphan removal stage * require double confirmation for a forced, unsafe removal of a package
2024-02-25rename some functionsv6.2402.0V3n3RiX
2024-02-25bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=143V3n3RiX
2024-02-08getcolor -> getclrV3n3RiX
2024-02-08download -> dlpkgV3n3RiX
2024-02-08I love picklesV3n3RiX
2024-01-20don't silently fail while attempting to uninstall a package with reverse ↵v6.2401.0V3n3RiX
dependencies
2024-01-20rewrite help menusV3n3RiX
2023-08-03adjust makeoptsV3n3RiX
2023-08-02randomly and automatically pick a correct binhost index while switching branchesV3n3RiX
2023-07-21sleep for 1 secondV3n3RiX
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-05-20fix missing importsv6.2305.0V3n3RiX
2023-05-05bugfix (part 2) : https://bugs.redcorelinux.org/show_bug.cgi?id=142V3n3RiX
2023-05-05bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=142V3n3RiX
2023-04-28adjust some wordingV3n3RiX
2023-04-15split extra long prints into smaller ones, improve code readabilityv6.2304.0V3n3RiX
2023-04-15backend : improve the countdown timer, use it to kill the GUI whenever an ↵V3n3RiX
unsupported operation is requested
2023-04-15fix typosV3n3RiX
2023-04-15check for internet connectivity, and stop execution if there is noneV3n3RiX
2023-04-14don't allow alien packages to be reinstalled from gui; catch them earlyV3n3RiX
2023-04-13search : don't automatically update the database while searching as root ↵V3n3RiX
(causes perceived slow-downs), improve signal handling
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-08solvedeps : make sure it stops with keyboard interruptV3n3RiX
2023-04-08setprofile : make sure it stops with keyboard interruptV3n3RiX
2023-04-08setbranch : make sure it stops with keyboard interruptV3n3RiX
2023-04-08getenv : make sure it stops with keyboard interruptV3n3RiX
2023-04-08make sure download stops with keyboard interruptV3n3RiX
2023-04-08axe auto-confirmation for --oneshot packagesV3n3RiX
2023-04-08simplifyV3n3RiX
2023-04-08install : implement --oneshot, bugfix : ↵V3n3RiX
https://bugs.redcorelinux.org/show_bug.cgi?id=138
2023-04-08setbranch : store the branches and remotes in a dict, simplyfying the codeV3n3RiX
2023-04-08update : handle KeyboardInterrupt gracefullyV3n3RiX
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-04-07download : show why and where we use output_redirection (aka, graphical ↵V3n3RiX
interface)
2023-04-07fix typoV3n3RiX
2023-04-07backend : rewrite the dependency solver in a more efficient wayV3n3RiX
2023-04-07let's tidy up emerge arguments a bitV3n3RiX
2023-04-07backend : rewrite download in a more efficient wayV3n3RiX