aboutsummaryrefslogtreecommitdiffstats
path: root/src/presetmanager.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* repeated errors don't cause repeated windowstassaron2017-07-251-27/+34
|
* preset manager uses mainwindow row for every buttontassaron2017-07-241-2/+8
| | | | and minor changes to componenterrors
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-5/+10
| | | | importing toolkit from live interpreter now works
* add component in context menu, del/ins hotkeystassaron2017-07-201-3/+20
| | | | + preset manager uses mainwindow component list
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-9/+11
| | | | component methods are auto-decorated & settings are now class variables
* trying to make setup.py worktassaron2017-07-151-1/+0
|
* components automatically drawPreview & save currentPresettassaron2017-07-131-0/+1
| | | | this makes a Component easier to program. also more comments
* image options to mirror & saturate colourstassaron2017-07-061-0/+4
| | | | and some friendly docstrings
* moved functions into toolkit, fixed CMD appearing on Windowstassaron2017-07-041-2/+3
|
* added visualizer options + invalid presets get ignoredtassaron2017-06-261-0/+2
|
* preset delete, rename, save updates both windowstassaron2017-06-251-3/+14
|
* project files save settings & out/in fieldstassaron2017-06-251-2/+2
|
* fixing bugstassaron2017-06-241-1/+2
|
* merged with feature-newguitassaron2017-06-241-6/+15
|
* qt5 fixestassaron2017-06-231-26/+29
| | | | also pep8 compliance
* QT5 Conversion + Directory StructureDH42017-06-231-0/+290