| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Suggest pipx for installation. Fix `avp` command. | tassaron | 2022-05-03 | 1 | -53/+0 |
| | | | | | Allegedly the gui_scripts is only different from console_scripts on Windows, and it has the effect of hiding the console window. This seemed to make the `avp` entrypoint crash, possibly because the app already contains its own logic for hiding the console window(?). I've tested this on Windows 11 and it seems to work better using console_scripts. | ||||
| * | remove extra window properties from window objects | tassaron | 2022-04-29 | 1 | -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 commandline | tassaron | 2022-04-28 | 1 | -4/+9 |
| | | | | | stop someone shooting themself in the foot by doing `avp /?` on Windows | ||||
| * | tests for commandline argument parsing | tassaron | 2022-04-26 | 1 | -6/+6 |
| | | |||||
| * | make pip-installable as a package | tassaron | 2022-04-22 | 1 | -6/+5 |
| | | |||||
| * | cast floats to ints when calling resize(), setX(), and setY() (argument ↵ | tassaron | 2022-04-13 | 1 | -3/+4 |
| | | | | | types changed in newer version) | ||||
| * | fixed too-large Color sizes, fixed a redoing bug, rm pointless things | tassaron | 2017-08-26 | 1 | -5/+0 |
| | | | | | and now Ctrl+Alt+Shift+A gives a bunch of debug info | ||||
| * | fixed issues with undoing relative widgets | tassaron | 2017-08-19 | 1 | -1/+1 |
| | | |||||
| * | undoable removeComponent action | tassaron | 2017-08-14 | 1 | -2/+2 |
| | | |||||
| * | using the builtin logging module | tassaron | 2017-08-10 | 1 | -0/+6 |
| | | |||||
| * | Merge pull request #49 from djfun/toolkit | Brianna | 2017-07-27 | 1 | -17/+6 |
| |\ | | | | | Code reorganization, more readable component code, better error messages | ||||
| | * | components auto-connect & track widgets, less autosave spam | tassaron | 2017-07-23 | 1 | -17/+6 |
| | | | | | | | | | importing toolkit from live interpreter now works | ||||
| * | | Fixes opening behind other windows on OS X | rikai | 2017-07-23 | 1 | -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 components | tassaron | 2017-07-16 | 1 | -1/+1 |
| | | | | | tons of sound options could be given now, + installation using setup.py | ||||
| * | trying to make setup.py work | tassaron | 2017-07-15 | 1 | -13/+16 |
| | | |||||
| * | use -t on inputs so ffmpeg knows when to stop filters | tassaron | 2017-07-15 | 1 | -5/+6 |
| | | | | | + better feedback in cmd mode | ||||
| * | moved functions into toolkit, fixed CMD appearing on Windows | tassaron | 2017-07-04 | 1 | -35/+0 |
| | | |||||
| * | rm unneeded imports, work on freezing | tassaron | 2017-07-02 | 1 | -1/+1 |
| | | |||||
| * | renamed Original Audio Visualization to Classic Visualizer | tassaron | 2017-06-25 | 1 | -2/+2 |
| | | |||||
| * | disable some hotkeys while encoding, more friendly error messages | tassaron | 2017-06-25 | 1 | -0/+9 |
| | | |||||
| * | merged with feature-newgui | tassaron | 2017-06-24 | 1 | -1/+4 |
| | | |||||
| * | qt5 fixes | tassaron | 2017-06-23 | 1 | -3/+3 |
| | | | | | also pep8 compliance | ||||
| * | QT5 Conversion + Directory Structure | DH4 | 2017-06-23 | 1 | -0/+88 |
