aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* use pytest-qt to test actual export processtassaron2022-05-092-1/+31
|
* no components on commandline adds a default visualizertassaron2022-05-091-0/+4
|
* include test data in package, pytest-qt plugin for testing Qt event loop, ↵tassaron2022-05-093-23/+19
| | | | remove useless pytest fixtures
* rename visualisation to visualizationtassaron2022-05-092-6/+9
|
* demote error message to debug messagetassaron2022-05-091-1/+1
| | | | it's worth noting, but not important enough for 'error'
* reorganize Classic Visualizer widgets to be more left-alignedtassaron2022-05-081-29/+68
| | | | Looks less weird when window is maximized
* Add sensitivity option to classic visualizertassaron2022-05-082-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)
* fixtassaron2022-05-071-1/+1
|
* concatenate trimmed ffmpeg logs to the test reporttassaron2022-05-071-8/+29
|
* --export-project uses -i and -o if providedtassaron2022-05-071-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 pietassaron2022-05-072-9/+6
|
* change default colour to white for consistency with the default settings of ↵tassaron2022-05-071-1/+1
| | | | other foreground elements
* Add initial state to the grid - a Queen Bee Shuttletassaron2022-05-071-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 previewtassaron2022-05-071-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 windowstassaron2022-05-071-5/+8
|
* ffmpeg filter_complex creation code is more readabletassaron2022-05-061-112/+119
|
* convert Spectrum FFmpeg complex_filters to f-stringstassaron2022-05-061-30/+31
|
* fix ffmpeg syntax errortassaron2022-05-061-1/+1
| | | | "syntax is deprecated. Use '|' to separate the list items" from invalid arguments to aevalsrc
* convert to f-stringtassaron2022-05-061-20/+11
|
* convert to f-string for readabilitytassaron2022-05-061-8/+4
|
* undoStack dialog's creation moved to __init__.tassaron2022-05-061-17/+11
| | | | And the automatically added "greeting" components don't show in undo history
* disable undo/redo while video is exportingtassaron2022-05-061-5/+21
|
* show program name as 'avp' when invoked as python -m avptassaron2022-05-051-0/+1
|
* start mainwindow smaller and with classic visualizertassaron2022-05-051-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 docstringtassaron2022-05-051-5/+7
|