aboutsummaryrefslogtreecommitdiffstats
path: root/main.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Integration with tassaron2 modular design. True Alpha Rendering added, ↵DH42017-05-281-37/+67
| | | | several bug fixes.
* Created a new UI, several new features to be implemented. FIXME: Resolution ↵DH42017-05-271-67/+84
| | | | change requires an application restart.
* Fixed Scaling BugsDH42017-05-271-1/+2
|
* Added automatic scaling of Image and bars. Set title x/y position, and font ↵DH42017-05-271-6/+4
| | | | size based on scale.
* 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
| |
| * colors are configurable in the GUItassaron2017-05-221-16/+26
| | | | | | | | any invalid RGB tuple entered will result in white
| * text and visualization colour can be changed using commandlinetassaron2017-05-221-5/+36
| |
| * rm line that makes atexit raise an errortassaron2017-05-221-1/+0
| | | | | | | | I don't notice any difference in behaviour without this line
* | try fixing problems with high dpi screens, font size for video in pixelsMartin Kaistra2017-05-231-0/+7
|/