aboutsummaryrefslogtreecommitdiffstats
path: root/main.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6 from IamDH4/feature-rendering-engineBrianna2017-06-011-0/+1
|\
| * New rendering engine partially implemented. Also added a live preview during ...DH42017-05-311-0/+1
* | get confirmation when overwriting presetstassaron2017-05-301-1/+14
* | presets are workingtassaron2017-05-301-3/+2
* | the most simple way of saving dictionariestassaron2017-05-301-7/+23
|/
* Merge branch 'feature-newgui' of https://www.github.com/IamDH4/audio-visualiz...tassaron2017-05-291-9/+54
|\
| * save empty presets, comboBox populates with preset namestassaron2017-05-281-4/+14
| * savePreset creates a filetassaron2017-05-281-6/+26
| * turned openPreset button into comboBox to fit a new designtassaron2017-05-281-7/+11
| * create data directory structuretassaron2017-05-281-2/+13
* | added component base classtassaron2017-05-291-2/+2
|/
* Fixed component list not affecting render order. FIXME Reverse the render orderDH42017-05-281-5/+11
* Implemented change list orderDH42017-05-281-0/+31
* Fixed Stack & list sync bug.DH42017-05-281-1/+4
* title text is now a componenttassaron2017-05-281-82/+33
* Fixed Resolution Change in preview. Removed debugging print statements.DH42017-05-281-2/+1
* Integration with tassaron2 modular design. True Alpha Rendering added, severa...DH42017-05-281-37/+67
* Created a new UI, several new features to be implemented. FIXME: Resolution c...DH42017-05-271-67/+84
* Fixed Scaling BugsDH42017-05-271-1/+2
* Added automatic scaling of Image and bars. Set title x/y position, and font s...DH42017-05-271-6/+4
* Removed hardcoded parameters. Defaults loaded at runtime.DH42017-05-261-0/+22
* Merge branch 'tassaron2-master'Martin Kaistra2017-05-251-9/+56
|\
| * rm unused variabletassaron2017-05-231-5/+3
| * rm duplicate codetassaron2017-05-231-15/+5
| * select colors more easily using QColorDialogtassaron2017-05-231-2/+21