aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-01Performance boost for static backgrounds. moved drawBars() inside class.DH4
2017-06-01Fixed spectrum rendering. Fixed multiple static renders.DH4
2017-06-01Merge pull request #5 from IamDH4/tassaron-render-testDH4
minor fixes, comments
2017-06-01minor fixes, commentstassaron
2017-05-31fix syntax errortassaron
2017-05-31basic preset functionalityBrianna
2017-05-31Fixed frame loop bug.DH4
2017-05-31New rendering engine partially implemented. Also added a live preview during ↵DH4
rendering. FIXME: spectrum is out of sync / rendering too quickly.
2017-05-30get confirmation when overwriting presetstassaron
2017-05-30presets are workingtassaron
except for font because it can't be represented as a string
2017-05-30the most simple way of saving dictionariestassaron
2017-05-29added static components which don't get called each frame when renderingBrianna
2017-05-29Merge branch 'feature-newgui' into feature-newgui-lesstextrendersBrianna
2017-05-29Merge branch 'feature-newgui' of ↵tassaron
https://www.github.com/IamDH4/audio-visualizer-python into feature-newgui
2017-05-29added component base classtassaron
2017-05-29remove test videotassaron
2017-05-29title text does not need to generate a new image each frametassaron
2017-05-28Merge pull request #2 from IamDH4/feature-newgui-presetsBrianna
basic start to implementing presets
2017-05-28save empty presets, comboBox populates with preset namestassaron
2017-05-28savePreset creates a filetassaron
2017-05-28turned openPreset button into comboBox to fit a new designtassaron
2017-05-28create data directory structuretassaron
2017-05-28Merge pull request #1 from IamDH4/feature-newgui-bugfix-listorderDH4
Fixed component list not affecting render order. FIXME Reverse the r…
2017-05-28Fixed component list not affecting render order. FIXME Reverse the render orderDH4
2017-05-28slight fixes to component UIstassaron
2017-05-28slight fixes to component UIstassaron
and adding a component changes the stackedWidget
2017-05-28Implemented change list orderDH4
2017-05-28Fixed Stack & list sync bug.DH4
2017-05-28fixed travelling text bugtassaron
2017-05-28rm old ui filetassaron
2017-05-28title text is now a componenttassaron
plus numerous bugs removed and added
2017-05-28Fixed Resolution Change in preview. Removed debugging print statements.DH4
2017-05-28Integration with tassaron2 modular design. True Alpha Rendering added, ↵DH4
several bug fixes.
2017-05-27Created a new UI, several new features to be implemented. FIXME: Resolution ↵DH4
change requires an application restart.
2017-05-27Removed .vscode directory and updated .gitignoreDH4
2017-05-27Fixed Scaling BugsDH4
2017-05-27Added automatic scaling of Image and bars. Set title x/y position, and font ↵DH4
size based on scale.
2017-05-26Removed hardcoded parameters. Defaults loaded at runtime.DH4
2017-05-25Merge branch 'tassaron2-master'Martin Kaistra
2017-05-25improved color button ui xmltassaron
2017-05-25Merge branch 'feature-hdpi'Martin Kaistra
2017-05-23rm unused variabletassaron
2017-05-23rm duplicate codetassaron
2017-05-23select colors more easily using QColorDialogtassaron
2017-05-23try fixing problems with high dpi screens, font size for video in pixelsMartin Kaistra
2017-05-22colors are configurable in the GUItassaron
any invalid RGB tuple entered will result in white
2017-05-22text and visualization colour can be changed using commandlinetassaron
2017-05-22make sure tempfiles get deletedtassaron
2017-05-22rm line that makes atexit raise an errortassaron
I don't notice any difference in behaviour without this line
2017-05-22Merge branch 'feature-commandline'Martin Kaistra