aboutsummaryrefslogtreecommitdiff
path: root/components
AgeCommit message (Collapse)Author
2017-06-15various bugfixes, blankFrame method for componentstassaron
don't crash from broken project files or nonexistent videopaths, and shareable common paths in core.py
2017-06-15video scaling, position and distortiontassaron
2017-06-14image component stretch/scale/x/y optionstassaron
2017-06-13asterisk next to modified preset is more accuratetassaron
hopefully
2017-06-12adding an asterisk to modified, unsaved presetstassaron
flags for unsaved changes saved in project files
2017-06-11using tab in component list updates widgettassaron
and more understandable function names for writing/reading presets
2017-06-11can't right-click empty space + color eyedroppertassaron
2017-06-08rename and delete buttons in preset managertassaron
2017-06-08saved preset titles, code clean-upstassaron
componentList drag'n'drop disabled for now; will work on it in another branch
2017-06-07added submenu for opening presets, moved codetassaron
2017-06-07newProject method & various small fixestassaron
2017-06-06changed video init to use keywordstassaron
2017-06-06Code cleanupDH4
2017-06-06Use bytes instead of encoding a PNG in text module.DH4
2017-06-06fixed empty preview frame bugtassaron
2017-06-06Merge branch 'component-backgrounds' of ↵DH4
github.com:IamDH4/audio-visualizer-python into feature-newgui
2017-06-06When out of frames, send last frame to buffer. Added ability to loop video.DH4
2017-06-06added framebuffer to keep frames in ordertassaron
NOT WORKING: end of video detection
2017-06-05Performance Tuning. FIXME: Video component frames are rendered out of ↵DH4
order. Video component creates a severe performance bottleneck.
2017-06-05Font OffsetDH4
2017-06-04frames are taken straight from the in_pipetassaron
2017-06-04not dumping frames anymore, but not working yet eithertassaron
will finish later
2017-06-04video component almost working, rm hardcoded backgroundstassaron
2017-06-04half-finished video componenttassaron
will finish tomorrow
2017-06-03basic image componenttassaron
2017-06-03start of background replacement componentstassaron
2017-06-03Better text defaultsDH4
2017-06-03Layout FixesDH4
2017-06-03saved project dirstassaron
2017-06-02Progressbar enhancement.DH4
2017-06-02Cancel button stops pre-processing too.DH4
2017-06-01saveable titleFont, xPosition glitches fixedtassaron
2017-06-01Merge pull request #6 from IamDH4/feature-rendering-engineBrianna
a rendering engine that uses more threads
2017-06-01Performance boost for static backgrounds. moved drawBars() inside class.DH4
2017-06-01Fixed spectrum rendering. Fixed multiple static renders.DH4
2017-06-01minor fixes, commentstassaron
2017-05-31fix syntax errortassaron
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-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-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-29title text does not need to generate a new image each frametassaron
2017-05-28save empty presets, comboBox populates with preset namestassaron
2017-05-28savePreset creates a filetassaron
2017-05-28slight fixes to component UIstassaron
and adding a component changes the stackedWidget
2017-05-28fixed travelling text bugtassaron
2017-05-28title text is now a componenttassaron
plus numerous bugs removed and added
2017-05-28Integration with tassaron2 modular design. True Alpha Rendering added, ↵DH4
several bug fixes.