summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 uns...V3n3RiX
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 (cau...V3n3RiX
2023-04-12adjust uninstallV3n3RiX
2023-04-09uninstall : simplify function argumentsV3n3RiX
2023-04-09rewrite upgrade; cleaner API : one entrypoint instead of three, handle keyboa...V3n3RiX
2023-04-09rewrite install; cleaner API : one entrypoint instead of three, handle keyboa...V3n3RiX
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 : https://bugs.redcorelinux.org/show_bu...V3n3RiX
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 inter...V3n3RiX
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
2023-03-11run autopep8 on the codeV3n3RiX
2023-03-10more cryptic changesV3n3RiX
2023-03-10eselectExec -> e_exe; envExec -> env_exeV3n3RiX
2023-03-10injectGentooRepo -> ins_g_repo; injectRedcoreRepo -> ins_r_repo; injectPortag...V3n3RiX
2023-03-09gentooRemote -> g_rmt; redcoreRemote -> r_rmt; portageConfigRemote -> p_cfg_rmtV3n3RiX
2023-03-09remoteGithub -> rmt_gh_addr; remoteGitlab -> rmt_gl_addr; remotePagure -> rmt...V3n3RiX
2023-03-09gentooRepo -> g_repo; redcoreRepo -> r_repo; portageConfigRepo -> p_cfg_repoV3n3RiX
2023-03-09fetchList -> dl_list; gentooRepoDir -> g_src_dir; redcoreRepoDir -> r_src_dir...V3n3RiX
2023-03-09isSane -> is_sane; needsConfig -> need_cfg; isBinary -> is_bin; isSource -> i...V3n3RiX
2023-03-09remoteTable -> rmt_tbl; localTable -> lcl_tbl; remoteCSV -> rmt_csv; localCSV...V3n3RiX
2023-03-09remotePackagesCsv -> rmt_pcsv; remoteDescriptionsCsv -> rmt_dcsv; localPackag...V3n3RiX
2023-03-09systemBranch -> sys_brch; activeBranch -> act_brch; localBranch -> lcl_brch; ...V3n3RiX
2023-03-09fixupsV3n3RiX
2023-03-09gitExecStage -> g_exeV3n3RiX
2023-03-09csvURL -> csvaddrV3n3RiX
2023-03-09binhostURL -> bhaddrV3n3RiX
2023-03-09portageOutput -> p_outV3n3RiX
2023-03-09portageExec -> p_exeV3n3RiX
2023-03-05remove double fetchV3n3RiX
2023-03-05Revert "make some noise"V3n3RiX