aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature-newgui' of github.com:djfun/audio-visualizer-python int...DH42017-06-231-39/+56
|\
| * fixed crash after creating a project on commandlinetassaron2017-06-231-4/+14
| * Merge branch 'feature-newgui' into newgui-commandlineBrianna2017-06-231-7/+38
| |\
| * | preset-loading and basic args from commandlinetassaron2017-06-221-1/+0
| * | basic commandline functionality using 3 argstassaron2017-06-181-34/+42
* | | Fixed Ctrl+End HotkeyDH42017-06-231-1/+1
| |/ |/|
* | cx_freeze Path UpdatesDH42017-06-231-4/+2
* | Implement HotkeysDH42017-06-231-3/+36
|/
* exports to ~ if no dir given, fix infinite loop when cancellingtassaron2017-06-171-15/+21
* ask to save changes before changing current projecttassaron2017-06-171-29/+59
* color component size, position, and gradient optionstassaron2017-06-161-1/+3
* drag events for component list now working!tassaron2017-06-151-8/+26
* various bugfixes, blankFrame method for componentstassaron2017-06-151-2/+2
* video scaling, position and distortiontassaron2017-06-151-1/+2
* clear preset button, disable New Project during exporttassaron2017-06-151-6/+14
* no keyerror when opening new presettassaron2017-06-141-1/+1
* asterisk next to modified preset is more accuratetassaron2017-06-131-7/+13
* adding an asterisk to modified, unsaved presetstassaron2017-06-121-9/+17
* split up openProject code for use in importPresettassaron2017-06-111-54/+6
* using tab in component list updates widgettassaron2017-06-111-4/+3
* can't right-click empty space + color eyedroppertassaron2017-06-111-12/+15
* made basic export function, moved more code into coretassaron2017-06-101-21/+7
* close button works, dialogs properly parentedtassaron2017-06-101-1/+3
* start connecting import/export buttonstassaron2017-06-081-4/+4
* saved preset titles, code clean-upstassaron2017-06-081-66/+93