| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | concatenate trimmed ffmpeg logs to the test report | tassaron | 2022-05-07 | 1 | -8/+29 |
| | | |||||
| * | --export-project uses -i and -o if provided | tassaron | 2022-05-07 | 1 | -32/+49 |
| | | | | | | 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 | ||||
| * | Fix drawing of "peace" shape. Rename a shape to pie | tassaron | 2022-05-07 | 2 | -9/+6 |
| | | |||||
| * | change default colour to white for consistency with the default settings of ↵ | tassaron | 2022-05-07 | 1 | -1/+1 |
| | | | | | other foreground elements | ||||
| * | Add initial state to the grid - a Queen Bee Shuttle | tassaron | 2022-05-07 | 1 | -1/+13 |
| | | | | | I chose this one because it repeats forever, so the user gets a useable default setting for any length of video they want to make | ||||
| * | fix to make the QFontComboBox update the preview | tassaron | 2022-05-07 | 1 | -5/+6 |
| | | | | | Unfortunately it's not an "undoable" ComponentAction object, it just triggers the raw PyQt Signal for now. This is a small patch until I fix it better by rewriting the Component base class, someday :P | ||||
| * | set window titles of minor dialog windows | tassaron | 2022-05-07 | 1 | -5/+8 |
| | | |||||
| * | ffmpeg filter_complex creation code is more readable | tassaron | 2022-05-06 | 1 | -112/+119 |
| | | |||||
| * | convert Spectrum FFmpeg complex_filters to f-strings | tassaron | 2022-05-06 | 1 | -30/+31 |
| | | |||||
| * | fix ffmpeg syntax error | tassaron | 2022-05-06 | 1 | -1/+1 |
| | | | | | "syntax is deprecated. Use '|' to separate the list items" from invalid arguments to aevalsrc | ||||
| * | convert to f-string | tassaron | 2022-05-06 | 1 | -20/+11 |
| | | |||||
| * | convert to f-string for readability | tassaron | 2022-05-06 | 1 | -8/+4 |
| | | |||||
| * | undoStack dialog's creation moved to __init__. | tassaron | 2022-05-06 | 1 | -17/+11 |
| | | | | | And the automatically added "greeting" components don't show in undo history | ||||
| * | disable undo/redo while video is exporting | tassaron | 2022-05-06 | 1 | -5/+21 |
| | | |||||
| * | show program name as 'avp' when invoked as python -m avp | tassaron | 2022-05-05 | 1 | -0/+1 |
| | | |||||
| * | start mainwindow smaller and with classic visualizer | tassaron | 2022-05-05 | 1 | -2/+7 |
| | | | | | instead of a giant blank canvas, invite the user with some classic components and a smaller window more appropriate for this small utility :) | ||||
| * | update module docstring | tassaron | 2022-05-05 | 1 | -5/+7 |
| | | |||||
| * | docstrings | tassaron | 2022-05-05 | 1 | -8/+24 |
| | | |||||
| * | catch PermissionError if FFmpeg doesn't work | tassaron | 2022-05-05 | 1 | -1/+1 |
| | | |||||
| * | move more createVideo work into its own methods | tassaron | 2022-05-05 | 1 | -99/+116 |
| | | | | | rename renderFrame to frameRender for consistency with components | ||||
| * | move "determine audio duration" into its own method | tassaron | 2022-05-05 | 1 | -21/+27 |
| | | |||||
| * | change version number | tassaron | 2022-05-05 | 1 | -1/+1 |
| | | |||||
| * | show every frame of preview during export | tassaron | 2022-05-05 | 1 | -5/+1 |
| | | |||||
| * | remove Python threads from video export process | tassaron | 2022-05-05 | 1 | -106/+55 |
| | | |||||
| * | change version number | tassaron | 2022-05-03 | 1 | -1/+1 |
| | | |||||
