| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-11 | update to Qt 6 and Pillow 12 | tassaron | |
| and yeah, I accidentally ran black on the codebase. I don't want to spend more free time fixing that. All of these changes are simple renames or removals, nothing too major. | |||
| 2022-05-09 | move variable declaration closer to usage. | tassaron | |
| 2022-05-09 | no components on commandline adds a default visualizer | tassaron | |
| 2022-05-09 | rename visualisation to visualization | tassaron | |
| 2022-05-07 | fix | tassaron | |
| 2022-05-07 | concatenate trimmed ffmpeg logs to the test report | tassaron | |
| 2022-05-07 | --export-project uses -i and -o if provided | tassaron | |
| Also remove unneeded instance variables `parser` and `args`, and quit if input/output can't be determined. Also, --debug and --test are now mutually exclusive | |||
| 2022-05-05 | show program name as 'avp' when invoked as python -m avp | tassaron | |
| 2022-05-02 | add commandline option to disable preview during export | tassaron | |
| the weird use of type() is to avoid restructuring the code at this time. I will refactor this in a different pull request | |||
| 2022-04-30 | create test report in home folder after `--test` | tassaron | |
| 2022-04-29 | use super().__init__ in the modern python3 style | tassaron | |
| 2022-04-28 | change call to superclass __init__ to super() | tassaron | |
| 2022-04-26 | tests for commandline argument parsing | tassaron | |
| 2022-04-25 | add --debug option and rename -e so it's more explicit | tassaron | |
| 2022-04-22 | add commandline option for tests. add first tests | tassaron | |
| 2017-08-28 | ctrl-c ends commandline mode properly | tassaron | |
| 2017-08-14 | undoable removeComponent action | tassaron | |
| 2017-07-27 | quit if project doesn't exist when exporting from commandline | tassaron | |
| 2017-07-23 | ComponentError exception wraps previewRender | tassaron | |
| probably where errors are likeliest to be found | |||
| 2017-07-23 | components auto-connect & track widgets, less autosave spam | tassaron | |
| importing toolkit from live interpreter now works | |||
| 2017-07-20 | ffmpeg functions moved to toolkit, component format simplified | tassaron | |
| component methods are auto-decorated & settings are now class variables | |||
| 2017-07-15 | use -t on inputs so ffmpeg knows when to stop filters | tassaron | |
| + better feedback in cmd mode | |||
| 2017-07-15 | Video comp verifies audio streams, videoThread moved into Core | tassaron | |
| off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs | |||
| 2017-07-06 | image options to mirror & saturate colours | tassaron | |
| and some friendly docstrings | |||
| 2017-07-04 | moved functions into toolkit, fixed CMD appearing on Windows | tassaron | |
| 2017-06-25 | needs more tuples | tassaron | |
| 2017-06-25 | --export commandline option | tassaron | |
| overrides -i and -o to use saved fields from a project file | |||
| 2017-06-25 | project files save settings & out/in fields | tassaron | |
| 2017-06-23 | qt5 fixes | tassaron | |
| also pep8 compliance | |||
| 2017-06-23 | QT5 Conversion + Directory Structure | DH4 | |
