| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-05-09 | use pytest-qt to test actual export process | tassaron | 2 | -1/+31 | |
| 2022-05-09 | no components on commandline adds a default visualizer | tassaron | 1 | -0/+4 | |
| 2022-05-09 | include test data in package, pytest-qt plugin for testing Qt event loop, ↵ | tassaron | 5 | -25/+22 | |
| remove useless pytest fixtures | |||||
| 2022-05-09 | rename visualisation to visualization | tassaron | 2 | -6/+9 | |
| 2022-05-09 | demote error message to debug message | tassaron | 1 | -1/+1 | |
| it's worth noting, but not important enough for 'error' | |||||
| 2022-05-08 | reorganize Classic Visualizer widgets to be more left-aligned | tassaron | 1 | -29/+68 | |
| Looks less weird when window is maximized | |||||
| 2022-05-08 | Add sensitivity option to classic visualizer | tassaron | 2 | -39/+51 | |
| Allows to decide how balanced the up/down smoothing is. The default (0) is the same as before; increasing sensitivity makes the up/down values closer to each other (less smooth, more sensitive) | |||||
| 2022-05-07 | fix | tassaron | 1 | -1/+1 | |
| 2022-05-07 | concatenate trimmed ffmpeg logs to the test report | tassaron | 1 | -8/+29 | |
| 2022-05-07 | --export-project uses -i and -o if provided | tassaron | 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 | |||||
| 2022-05-07 | Fix drawing of "peace" shape. Rename a shape to pie | tassaron | 2 | -9/+6 | |
| 2022-05-07 | change default colour to white for consistency with the default settings of ↵ | tassaron | 1 | -1/+1 | |
| other foreground elements | |||||
| 2022-05-07 | Add initial state to the grid - a Queen Bee Shuttle | tassaron | 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 | |||||
| 2022-05-07 | fix to make the QFontComboBox update the preview | tassaron | 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 | |||||
| 2022-05-07 | set window titles of minor dialog windows | tassaron | 1 | -5/+8 | |
| 2022-05-06 | ffmpeg filter_complex creation code is more readable | tassaron | 1 | -112/+119 | |
| 2022-05-06 | convert Spectrum FFmpeg complex_filters to f-strings | tassaron | 1 | -30/+31 | |
| 2022-05-06 | fix ffmpeg syntax error | tassaron | 1 | -1/+1 | |
| "syntax is deprecated. Use '|' to separate the list items" from invalid arguments to aevalsrc | |||||
| 2022-05-06 | convert to f-string | tassaron | 1 | -20/+11 | |
| 2022-05-06 | convert to f-string for readability | tassaron | 1 | -8/+4 | |
| 2022-05-06 | undoStack dialog's creation moved to __init__. | tassaron | 1 | -17/+11 | |
| And the automatically added "greeting" components don't show in undo history | |||||
| 2022-05-06 | disable undo/redo while video is exporting | tassaron | 1 | -5/+21 | |
| 2022-05-05 | show program name as 'avp' when invoked as python -m avp | tassaron | 1 | -0/+1 | |
| 2022-05-05 | start mainwindow smaller and with classic visualizer | tassaron | 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 :) | |||||
| 2022-05-05 | update module docstring | tassaron | 1 | -5/+7 | |
