aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-24fixing bugstassaron
2017-06-24Merge pull request #34 from djfun/feature-newgui-qt5Brianna
Update to Qt5
2017-06-24merged with feature-newguitassaron
2017-06-23Fixed QtWidgets not imported on some components.DH4
2017-06-23qt5 fixestassaron
also pep8 compliance
2017-06-23QT5 Conversion + Directory StructureDH4
2017-06-23pep8 cleanuptassaron
2017-06-23Merge branch 'feature-newgui' of github.com:djfun/audio-visualizer-python ↵DH4
into feature-newgui
2017-06-23Fixed Ctrl+End HotkeyDH4
2017-06-23Fixed crash after creating a new project on commandlinetassaron
2017-06-23fixed crash after creating a project on commandlinetassaron
because it didn't check for errors while saving
2017-06-23Merge pull request #32 from djfun/newgui-commandlineBrianna
making commandline features from master work with the new component system
2017-06-23Merge branch 'feature-newgui' into newgui-commandlineBrianna
2017-06-23cx_freeze Path UpdatesDH4
2017-06-23Implement HotkeysDH4
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