aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove extra window properties from window objectstassaron2022-04-291-15/+3
* remove punctuation from project names at commandlinetassaron2022-04-281-4/+9
* tests for commandline argument parsingtassaron2022-04-261-6/+6
* make pip-installable as a packagetassaron2022-04-221-6/+5
* cast floats to ints when calling resize(), setX(), and setY() (argument types...tassaron2022-04-131-3/+4
* fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron2017-08-261-5/+0
* fixed issues with undoing relative widgetstassaron2017-08-191-1/+1
* undoable removeComponent actiontassaron2017-08-141-2/+2
* using the builtin logging moduletassaron2017-08-101-0/+6
* Merge pull request #49 from djfun/toolkitBrianna2017-07-271-17/+6
|\
| * components auto-connect & track widgets, less autosave spamtassaron2017-07-231-17/+6
* | Fixes opening behind other windows on OS Xrikai2017-07-231-0/+1
|/
* apply complex filters to audio streams from componentstassaron2017-07-161-1/+1
* trying to make setup.py worktassaron2017-07-151-13/+16
* use -t on inputs so ffmpeg knows when to stop filterstassaron2017-07-151-5/+6
* moved functions into toolkit, fixed CMD appearing on Windowstassaron2017-07-041-35/+0
* rm unneeded imports, work on freezingtassaron2017-07-021-1/+1
* renamed Original Audio Visualization to Classic Visualizertassaron2017-06-251-2/+2
* disable some hotkeys while encoding, more friendly error messagestassaron2017-06-251-0/+9
* merged with feature-newguitassaron2017-06-241-1/+4
* qt5 fixestassaron2017-06-231-3/+3
* QT5 Conversion + Directory StructureDH42017-06-231-0/+88