aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #35 from djfun/newgui-bugfixesBrianna2017-06-2512-93/+163
|\ | | | | Newgui bugfixes
| * disable some hotkeys while encoding, more friendly error messagestassaron2017-06-255-59/+107
| |
| * fixed lack of asterisks after openProject, added asterisk to window titletassaron2017-06-242-5/+8
| |
| * fixing bugstassaron2017-06-249-37/+56
| |
* | Merge pull request #34 from djfun/feature-newgui-qt5Brianna2017-06-2425-167/+200
|\| | | | | Update to Qt5
| * merged with feature-newguitassaron2017-06-245-11/+27
| |\ | |/ |/|
* | pep8 cleanuptassaron2017-06-237-59/+85
| |
| * Fixed QtWidgets not imported on some components.DH42017-06-234-5/+5
| |
| * qt5 fixestassaron2017-06-2310-117/+143
| | | | | | | | also pep8 compliance
| * QT5 Conversion + Directory StructureDH42017-06-2325-105/+122
|/
* Merge branch 'feature-newgui' of github.com:djfun/audio-visualizer-python ↵DH42017-06-2311-244/+422
|\ | | | | | | into feature-newgui
| * Fixed crash after creating a new project on commandlinetassaron2017-06-231-4/+14
| |\
| | * fixed crash after creating a project on commandlinetassaron2017-06-231-4/+14
| | | | | | | | | | | | because it didn't check for errors while saving
| * | Merge pull request #32 from djfun/newgui-commandlineBrianna2017-06-2311-240/+408
| |\| | | | | | | making commandline features from master work with the new component system
| | * Merge branch 'feature-newgui' into newgui-commandlineBrianna2017-06-236-33/+97
| | |\ | | |/ | |/|
| | * more commandline component optionstassaron2017-06-227-35/+74
| | | | | | | | | | | | commandline options that existed before the redesign are now back
| | * can send multiple arguments to a componenttassaron2017-06-223-8/+15
| | |
| | * bugfixestassaron2017-06-226-34/+17
| | |
| | * preset-loading and basic args from commandlinetassaron2017-06-2210-62/+156
| | | | | | | | | | | | also made some docstrings more informative
| | * able to create components from commandlinetassaron2017-06-182-5/+46
| | | | | | | | | | | | TODO: make components respond to argument
| | * basic commandline functionality using 3 argstassaron2017-06-185-191/+196
| | | | | | | | | | | | needs more args so components can be modified without gui
* | | Fixed Ctrl+End HotkeyDH42017-06-231-1/+1
|/ /
* | cx_freeze Path UpdatesDH42017-06-236-30/+62
| |
* | Implement HotkeysDH42017-06-231-3/+36
|/
* exports to ~ if no dir given, fix infinite loop when cancellingtassaron2017-06-172-16/+25
|