aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove extra window properties from window objectstassaron2022-04-291-15/+3
| | | | | instead of windows with properties which are windows, windows now have the UI added directly to them using an argument of `uic.loadUi` Also, DPI scaling moved to MainWindow __init__
* remove punctuation from project names at commandlinetassaron2022-04-281-4/+9
| | | | stop someone shooting themself in the foot by doing `avp /?` on Windows
* 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 ↵tassaron2022-04-131-3/+4
| | | | types changed in newer version)
* fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron2017-08-261-5/+0
| | | | and now Ctrl+Alt+Shift+A gives a bunch of debug info
* 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
|\ | | | | Code reorganization, more readable component code, better error messages
| * components auto-connect & track widgets, less autosave spamtassaron2017-07-231-17/+6
| | | | | | | | importing toolkit from live interpreter now works
* | Fixes opening behind other windows on OS Xrikai2017-07-231-0/+1
|/ | | Just a quick fix, this will raise the window to the front after it's created.
* apply complex filters to audio streams from componentstassaron2017-07-161-1/+1
| | | | tons of sound options could be given now, + installation using setup.py
* 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
| | | | + better feedback in cmd mode
* 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
| | | | also pep8 compliance
* QT5 Conversion + Directory StructureDH42017-06-231-0/+88