summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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; ↵V3n3RiX
injectPortageConfigRepo -> ins_p_cfg_repo
2023-03-09gentooRemote -> g_rmt; redcoreRemote -> r_rmt; portageConfigRemote -> p_cfg_rmtV3n3RiX
2023-03-09remoteGithub -> rmt_gh_addr; remoteGitlab -> rmt_gl_addr; remotePagure -> ↵V3n3RiX
rmt_pg_addr
2023-03-09gentooRepo -> g_repo; redcoreRepo -> r_repo; portageConfigRepo -> p_cfg_repoV3n3RiX
2023-03-09fetchList -> dl_list; gentooRepoDir -> g_src_dir; redcoreRepoDir -> ↵V3n3RiX
r_src_dir; portageConfigDir -> p_cfg_dir; portageCacheDir -> p_cch_dir; portageDistDir -> p_dst_dir; portageMetadataDir -> p_mtd_dir
2023-03-09isSane -> is_sane; needsConfig -> need_cfg; isBinary -> is_bin; isSource -> ↵V3n3RiX
is_src; areBinaries -> bin_list; areSources -> src_list
2023-03-09remoteTable -> rmt_tbl; localTable -> lcl_tbl; remoteCSV -> rmt_csv; ↵V3n3RiX
localCSV -> lcl_csv