aboutsummaryrefslogtreecommitdiffstats
path: root/main.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added ability to cancel export.DH42017-06-011-3/+11
|
* Added aspect ratio scaling to preview area.DH42017-06-011-6/+29
|
* resolution comboBox gets updatedtassaron2017-06-011-1/+6
|
* tidying uptassaron2017-06-011-5/+6
|
* settings.ini now saved/loaded with projectstassaron2017-06-011-20/+23
|
* components can be saved and loaded as projectstassaron2017-06-011-6/+50
|
* a handy showMessage() methodtassaron2017-06-011-14/+34
| | | | and starting on the project buttons
* restrict presets to boring characterstassaron2017-06-011-15/+25
|
* saveable titleFont, xPosition glitches fixedtassaron2017-06-011-1/+3
|
* Merge pull request #6 from IamDH4/feature-rendering-engineBrianna2017-06-011-0/+1
|\ | | | | a rendering engine that uses more threads
| * New rendering engine partially implemented. Also added a live preview during ↵DH42017-05-311-0/+1
| | | | | | | | rendering. FIXME: spectrum is out of sync / rendering too quickly.
* | get confirmation when overwriting presetstassaron2017-05-301-1/+14
| |
* | presets are workingtassaron2017-05-301-3/+2
| | | | | | | | except for font because it can't be represented as a string
* | the most simple way of saving dictionariestassaron2017-05-301-7/+23
|/
* Merge branch 'feature-newgui' of ↵tassaron2017-05-291-9/+54
|\ | | | | | | https://www.github.com/IamDH4/audio-visualizer-python into feature-newgui
| * 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
| | | | plus numerous bugs removed and added
* Fixed Resolution Change in preview. Removed debugging print statements.DH42017-05-281-2/+1
|