aboutsummaryrefslogtreecommitdiff
path: root/src/main.py
AgeCommit message (Collapse)Author
2017-08-26fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron
and now Ctrl+Alt+Shift+A gives a bunch of debug info
2017-08-19fixed issues with undoing relative widgetstassaron
2017-08-14undoable removeComponent actiontassaron
2017-08-10using the builtin logging moduletassaron
2017-07-27Merge pull request #49 from djfun/toolkitBrianna
Code reorganization, more readable component code, better error messages
2017-07-23Fixes opening behind other windows on OS Xrikai
Just a quick fix, this will raise the window to the front after it's created.
2017-07-23components auto-connect & track widgets, less autosave spamtassaron
importing toolkit from live interpreter now works
2017-07-16apply complex filters to audio streams from componentstassaron
tons of sound options could be given now, + installation using setup.py
2017-07-15trying to make setup.py worktassaron
2017-07-15use -t on inputs so ffmpeg knows when to stop filterstassaron
+ better feedback in cmd mode
2017-07-04moved functions into toolkit, fixed CMD appearing on Windowstassaron
2017-07-02rm unneeded imports, work on freezingtassaron
2017-06-25renamed Original Audio Visualization to Classic Visualizertassaron
2017-06-25disable some hotkeys while encoding, more friendly error messagestassaron
2017-06-24merged with feature-newguitassaron
2017-06-23qt5 fixestassaron
also pep8 compliance
2017-06-23QT5 Conversion + Directory StructureDH4