summaryrefslogtreecommitdiff
path: root/src/frontend
AgeCommit message (Collapse)Author
2020-08-18pythonize check.root :Pbionel
2020-08-18make sisyphus.check.root more portable, replace it everywhereV3n3RiX
2020-08-18fix imports in dbsearch (no need to import the whole thing), rename it so we ↵V3n3RiX
have something uniform
2020-08-13add alien filter, trigger updatesbionel
2020-08-04add dbsearch for cli frontendbionel
2020-07-04fix some minor typosv4.2007.0V3n3RiX
2020-06-22add readme, make setjobs more selectivev4.2006.0bionel
2020-06-21make setjobs selectivebionel
2020-06-20backend : adjust to changed optionsV3n3RiX
2020-06-20change the hybrid option to ebuildbionel
2020-06-19minor tweaksV3n3RiX
2020-06-19small improvements, add short optionsbionel
2020-06-14sisyphus-cli : plug in the hybrid options, document themV3n3RiX
2020-06-10sisyphus-cli : document uninstall option betterV3n3RiX
2020-06-10branchsetup : new generic module, drop old branchinject, branchmaster && ↵V3n3RiX
branchnext modules; plug the new module into the new cli client -> works magic
2020-06-09sisyphus-cli : plug more functions : install, uninstall, forceuninstall, ↵V3n3RiX
update, upgrade, rescue, spmsync, autoremove - all work
2020-06-09make search workV3n3RiX
2020-06-09sisyphus-cli : import the backend into the new client, plug the mirror ↵V3n3RiX
module -> mirror setup works
2020-06-09cli-frontend : make the new client the default clinetV3n3RiX
2020-06-09Add implementation of sisiphus-cli using typerbionel
2020-06-08rename some constants to something more prettyV3n3RiX
2020-06-07add spmsync option backV3n3RiX
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
2020-06-06populate __init__.py to simplify the client imports, ignore some irrelevant ↵V3n3RiX
errors
2020-06-06big rewrite : split the backend in smaller pieces, rework the cli frontend ↵V3n3RiX
to work with the new backend ... gui frontend wip
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-09-07sisyphus-gui : adjust other UI elements to the new vertical resolutionV3n3RiX
2019-09-07sisyphus-gui : reduce vertical resolution to 600pxV3n3RiX
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-07sisyphus-cli : make branch switching syntax bit more prettyV3n3RiX
2019-07-06libsisyphus : use pygit2 instead of subprocess to change branches, add ↵V3n3RiX
options to use gitlab.com or pagure.io as remote
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
2019-07-03sisyphus-gui : implement a progress box inside the main windowV3n3RiX
2019-06-13add capability to switch branchesV3n3RiX
2019-06-13make hybrid options default, this way one can install whatever he wants from ↵V3n3RiX
the get go
2019-04-07fix potential UI loading issuesv2.1904.1V3n3RiX
2019-04-02more backend bugfixes: drop some redundant code, rework update and make sure ↵v2.1904.0V3n3RiX
we're always synced
2019-03-21optimise the code a littleV3n3RiX
2019-03-21make syncing more robust, rely on git, not emergeV3n3RiX
2019-02-27libsisyphus backend :V3n3RiX
* detect when a package needs a keyword or mask change in order to proceed * print the requierd changes to stdout, and suggest user to appply them in order to proceed * this fixes a bug when sisyphus would start to download the binary dependencies of keyworded or masked packages but fail to install them due to missing keyword or mask changes sisyphus-gui : * adjust to libsisyphus backend changes
2019-02-26rename some variablesV3n3RiX
2018-12-31make search only search for binaries, implement hybrid search as an option ↵V3n3RiX
to search for binaries and/or ebuilds
2018-11-20libsisyphus : make use of tuples to get all dependency (binary,source) ↵V3n3RiX
information in one go, thus improving dependency resolution time by 100%
2018-11-14add dash dash :DV3n3RiX