aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-22more commandline component optionstassaron
commandline options that existed before the redesign are now back
2017-06-22can send multiple arguments to a componenttassaron
2017-06-22bugfixestassaron
2017-06-22preset-loading and basic args from commandlinetassaron
also made some docstrings more informative
2017-06-18able to create components from commandlinetassaron
TODO: make components respond to argument
2017-06-18basic commandline functionality using 3 argstassaron
needs more args so components can be modified without gui
2017-06-17exports to ~ if no dir given, fix infinite loop when cancellingtassaron
2017-06-17ask to save changes before changing current projecttassaron
also limited total # of components to 50
2017-06-16spread option for gradientstassaron
2017-06-16color component size, position, and gradient optionstassaron
2017-06-16added width and height to color.uitassaron
2017-06-15Redesigned preset UI + video & image component scaling/positioningBrianna
Added preset manager
2017-06-15drag events for component list now working!tassaron
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-15clear preset button, disable New Project during exporttassaron
enable preset manager during export, and clear deleted presets from project files when opened
2017-06-14image component stretch/scale/x/y optionstassaron
2017-06-14no keyerror when opening new presettassaron
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-11split up openProject code for use in importPresettassaron
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-10made basic export function, moved more code into coretassaron
2017-06-10close button works, dialogs properly parentedtassaron
hint text wording changed by IamDH4's suggestion
2017-06-08start connecting import/export buttonstassaron
2017-06-08preset searchbar works, ui experimentally changedtassaron
closebutton where I keep expecting it to be
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-08drag'n'drop componentList, move component code to core.pytassaron
FIXME: finish implementing drag'n'drop, Down button
2017-06-07added submenu for opening presets, moved codetassaron
2017-06-07laying some foundations for new preset implementationtassaron
2017-06-07newProject method & various small fixestassaron
2017-06-07Created projects and presets button. FIXME: Hookup New Project menu item. ↵DH4
Hookup preset manager.
2017-06-07Added Bitrate SelectionDH4
2017-06-07Merge branch 'feature-newgui' of github.com:djfun/audio-visualizer-python ↵DH4
into feature-newgui
2017-06-07Added Encoder Settings, FIXME: Add bitrate options.DH4
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-06Add checkerboard for transpart frames.DH4
2017-06-06Revert default window size.DH4
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