summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-06merge similar modules togetherv4.2103V3n3RiX
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-03-06backend :V3n3RiX
* we now ship updated metadata in our ebuild tree * we fetch it via normal update/sync operation * local regen/update is no longer required * this will improve update/sync operations considerably
2021-02-15backend : enable bdeps by default in solvedeps && install && ebuildinstall ↵V3n3RiX
modules so we get everything in one go
2021-02-08backend : we already have package category in the calculated dependency ↵v4.2102.0V3n3RiX
list, so use it and don't waste time extracting it from the tarbals
2021-02-06order imports, minor fix in check moduleV3n3RiX
2021-02-02minor changesV3n3RiX
2021-02-02make this code more prettyV3n3RiX
2021-02-02Revert "cleanup some code"V3n3RiX
This reverts commit e66109a13d8d3a6393e5c3255239c9ec2971d07c.
2021-02-02cleanup some codeV3n3RiX
2021-02-02remove some redundant code -> faster sync speedsV3n3RiX
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-31backend : refuse to run if there is a missmatch between the local branch and ↵V3n3RiX
the binary repository
2021-01-31backend : reuse binhost module in csvfiles module, one less portage callV3n3RiX
2021-01-31Revert "backend : reuse binhost module in csvfiles module, one less portage ↵V3n3RiX
call" This reverts commit e4f2e722b2740d16ddc2ffa9b184287a7850b203.
2021-01-31backend : reuse binhost module in csvfiles module, one less portage callV3n3RiX
2021-01-30don't start from 0, but from 1 insteadv4.2101.1V3n3RiX
2021-01-30backend : show how many binaries out of how many we downloaded so farV3n3RiX
2021-01-30fix typoV3n3RiX
2021-01-30ui : move package operations into the backendV3n3RiX
2021-01-29ui : convert qtextedit to qplaintexteditV3n3RiX
2021-01-25adjust some widget sizes to be uniform across the boardV3n3RiX
2021-01-24update the copyrightV3n3RiX
2021-01-24morph some qpushbutton into qtoolbutton, so we have nice labelsV3n3RiX
2021-01-24don't silently fail if a source package requested without the --ebuild ↵V3n3RiX
option needs a keyword, mask, REQUIRED_USE or USE change
2021-01-24these are too bigV3n3RiX
2021-01-23with flat buttons, let's increase the icon size a bitv4.2101.0V3n3RiX
2021-01-23modernise the gui interfaceV3n3RiX
2021-01-10minor tweaks to search filters && do not suggest --ebuild option when we ↵V3n3RiX
have a match
2021-01-09no more dash dashV3n3RiX
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-12-31do not use SMT coresV3n3RiX
2020-12-14set the correct profilev4.2012.0V3n3RiX
2020-11-29Makefile : allow package splitting without weird hacksV3n3RiX
2020-09-20fix check.rootbionel
2020-09-18shave off some duplicated codev4.2009.0V3n3RiX
2020-08-18avoid confusionsbionel
2020-08-18pythonize check.root :Pbionel
2020-08-18default no longer needed herebionel
2020-08-18quick fixbionel
2020-08-18remove redundancyV3n3RiX
2020-08-18fix missing importV3n3RiX
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-16better suggestion for aliensbionel
2020-08-16allow search as non-rootbionel
2020-08-14improve alien descriptionbionel
2020-08-13add alien filter, trigger updatesbionel
2020-08-04add dbsearch for cli frontendbionel
2020-07-04fix some minor typosv4.2007.0V3n3RiX