aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-01tidying uptassaron1-5/+6
2017-06-01settings.ini now saved/loaded with projectstassaron1-20/+23
2017-06-01components can be saved and loaded as projectstassaron1-6/+50
2017-06-01a handy showMessage() methodtassaron1-14/+34
2017-06-01restrict presets to boring characterstassaron1-15/+25
2017-06-01saveable titleFont, xPosition glitches fixedtassaron2-8/+20
2017-06-01Performance boost for static backgrounds. moved drawBars() inside class.DH42-44/+42
2017-06-01Fixed spectrum rendering. Fixed multiple static renders.DH42-26/+30
2017-06-01minor fixes, commentstassaron2-25/+24
2017-05-31fix syntax errortassaron1-2/+2
2017-05-31Fixed frame loop bug.DH41-17/+18
2017-05-31New rendering engine partially implemented. Also added a live preview during ...DH43-131/+208
2017-05-30get confirmation when overwriting presetstassaron1-1/+14
2017-05-30presets are workingtassaron4-20/+44
2017-05-30the most simple way of saving dictionariestassaron3-10/+35
2017-05-29added component base classtassaron4-58/+74
2017-05-29remove test videotassaron2-1/+3
2017-05-29title text does not need to generate a new image each frametassaron3-5/+18
2017-05-28save empty presets, comboBox populates with preset namestassaron3-4/+20
2017-05-28savePreset creates a filetassaron3-6/+32
2017-05-28turned openPreset button into comboBox to fit a new designtassaron2-11/+17
2017-05-28create data directory structuretassaron1-2/+13
2017-05-28Fixed component list not affecting render order. FIXME Reverse the render orderDH41-5/+11
2017-05-28slight fixes to component UIstassaron3-298/+284
2017-05-28Implemented change list orderDH42-3/+55