summaryrefslogtreecommitdiff
path: root/src/frontend/gui/sisyphus-gui.py
AgeCommit message (Collapse)Author
2018-03-26merge mirror settings window into main applicationV3n3RiX
2018-03-25connect sisyphus-config to main applicationV3n3RiX
2018-03-13convert gui code to camelcase, promote gui window to qmainwindow, add a demo ↵V3n3RiX
menubar
2018-01-03autopep8V3n3RiX
2018-01-03wthV3n3RiX
2018-01-03rename classes, and thread names to make a bit more senseV3n3RiX
2017-12-25sisyphus-gui : port updateThread to QObject as wellV3n3RiX
2017-12-25sisyphus-gui : len(Sisyphus.PKGLIST) is accurate only for the selections ↵V3n3RiX
made, not for the number of packages that will be installed, and since now we display how many packages, this may create confusion, so drop it
2017-12-25sisyphus-gui : finally, nailed it...statusbar will display packages ↵V3n3RiX
installed/removed/upgraded/cleaned
2017-12-25sisyphus-gui : improve multithreading && signal handlingV3n3RiX
2017-12-24move the code around, prepare the move to QprocessV3n3RiX
2017-10-09fix timestamp checkbionel
2017-10-05lets use <> for a while, may be more acuratebionel
2017-10-05nail the virtual bastardsbionel
2017-10-05identify rebuilt packages, improve selectsbionel
2017-10-04fix some typos, bring some uniformity to the tableV3n3RiX
2017-10-04Implement time-stamp and other improvementsionel busuioc
2017-09-30sisyphus-backend : add rescue option, to reinit a lost or corrupted db; fix ↵V3n3RiX
a widespread typo
2017-09-26make sisyphus less shyV3n3RiX
2017-09-25make sisy less shybionel
2017-09-24rearrange the tuples alphabetically, give some more information in qcomboboxV3n3RiX
2017-09-24altough commenting on the code is a good practice, we hate itV3n3RiX
2017-09-24remove rmv from model, filter is enoughbionel
2017-09-24implement removable filterbionel
2017-09-23Merge branch 'master' of gitlab.com:redcore/sisyphusV3n3RiX
2017-09-23we have this variable defined in the backend, so use itV3n3RiX
2017-09-23refine FILTEROUTbionel
2017-09-23Merge branch 'master' of gitlab.com:redcore/sisyphusV3n3RiX
2017-09-23make use of statusbar to display messagesV3n3RiX
2017-09-23follow ghiunhan naming convention .. for the momentbionel
2017-09-23remove downgradable filter, string comparing has to be refinedbionel
2017-09-23remove virtuals from listed packagesbionel
2017-09-23a bit of code cleanupbionel
2017-09-23show packages count in statusbarionel busuioc
2017-09-22with native qthread signals, we can remove some duplicated codeV3n3RiX
2017-09-22use native qthread signals, hide action buttons untill initial sync is completeV3n3RiX
2017-09-21sisyphus gui : reload the table once updateFinished signal is sentV3n3RiX
2017-09-21sisyphus-gui : start application faster, by running the update in it's own ↵V3n3RiX
thread
2017-09-20remove commentsbionel
2017-09-20improve filters, add Availablebionel
2017-09-20implement filtersbionel
2017-09-20trigger refresh also after upgradebionel
2017-09-20improve search, trigger model update after install/uninstallbionel
2017-09-19implement search by fieldbionel
2017-09-18step 1: prepare functions for seachByFieldbionel
2017-09-17sisyphus-gui : don't execute(install/remove) anything if no package is ↵V3n3RiX
selected, and warn user about it
2017-09-17sisyphus-gui : bring header labels backV3n3RiX
2017-09-17sisyphus-gui: search as you type, fix variable split(no longer needed)V3n3RiX
2017-09-17switch to model based tableviewbionel
2017-09-17sisyphus-gui : rename some functions to better reflect what they doV3n3RiX