| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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 | |
| 2022-05-05 | docstrings | tassaron | 1 | -8/+24 | |
| 2022-05-05 | catch PermissionError if FFmpeg doesn't work | tassaron | 1 | -1/+1 | |
| 2022-05-05 | move more createVideo work into its own methods | tassaron | 1 | -99/+116 | |
| rename renderFrame to frameRender for consistency with components | |||||
| 2022-05-05 | move "determine audio duration" into its own method | tassaron | 1 | -21/+27 | |
| 2022-05-05 | change version number | tassaron | 1 | -1/+1 | |
| 2022-05-05 | show every frame of preview during export | tassaron | 1 | -5/+1 | |
| 2022-05-05 | remove Python threads from video export process | tassaron | 1 | -106/+55 | |
| 2022-05-05 | fix broken link. move commandline info lower | tassaron | 1 | -20/+10 | |
| 2022-05-05 | add more links to wiki | tassaron | 1 | -2/+3 | |
| 2022-05-05 | shrink screenshot slightly, add alt/tite text | tassaron | 1 | -2/+3 | |
| 2022-05-05 | new readme with screenshot | tassaron | 2 | -35/+45 | |
| 2022-05-03 | change version number | tassaron | 1 | -1/+1 | |
