| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | better log messages when setting window title | tassaron | 2022-04-29 | 1 | -1/+2 | |
| | | | | | log before and after method call instead of just after | |||||
| * | delay opening logfile until first call to logger | tassaron | 2022-04-29 | 1 | -2/+2 | |
| | | | | | | fix deleting an open file if logger changes after parsing commandline args on Windows deleting an open file raises an exception | |||||
| * | document keyboard shortcuts. fix "show ffmpeg command" | tassaron | 2022-04-29 | 1 | -3/+5 | |
| | | ||||||
| * | remove punctuation from project names at commandline | tassaron | 2022-04-28 | 1 | -4/+9 | |
| | | | | | stop someone shooting themself in the foot by doing `avp /?` on Windows | |||||
| * | cast int to str in ffmpeg command | tassaron | 2022-04-28 | 1 | -6/+3 | |
| | | ||||||
| * | change call to superclass __init__ to super() | tassaron | 2022-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | add logging to Color component. remove unused imports | tassaron | 2022-04-27 | 1 | -5/+6 | |
| | | ||||||
| * | fix segmentation fault when rendering Color component | tassaron | 2022-04-27 | 1 | -1/+2 | |
| | | | | | Pillow's ImageQt is a subclass of QImage | |||||
| * | tests for commandline argument parsing | tassaron | 2022-04-26 | 5 | -12/+54 | |
| | | ||||||
| * | add more logging to the video export | tassaron | 2022-04-25 | 1 | -2/+10 | |
| | | ||||||
| * | add --debug option and rename -e so it's more explicit | tassaron | 2022-04-25 | 1 | -7/+18 | |
| | | ||||||
| * | fix ImportError | tassaron | 2022-04-25 | 1 | -1/+1 | |
| | | ||||||
| * | add commandline option for tests. add first tests | tassaron | 2022-04-22 | 7 | -7/+88 | |
| | | ||||||
| * | make pip-installable as a package | tassaron | 2022-04-22 | 22 | -66/+64 | |
| | | ||||||
| * | fail gracefully if createFfmpegCommand returns empty | tassaron | 2022-04-21 | 1 | -7/+16 | |
| | | ||||||
| * | createFfmpegCommand returns an empty list if it fails | tassaron | 2022-04-21 | 1 | -0/+9 | |
| | | | | | previously it raised an exception | |||||
| * | fix RuntimeError caused by QUndoStack signal handler | tassaron | 2022-04-21 | 1 | -3/+11 | |
| | | ||||||
| * | fix crash if ffmpeg is not installed (tested on windows 11) | tassaron | 2022-04-21 | 2 | -3/+12 | |
| | | ||||||
| * | fix missing audio in output video due to change in ffmpeg command syntax ↵ | tassaron | 2022-04-13 | 1 | -7/+6 | |
| | | | | | (tested with v4.4.1) | |||||
| * | cast floats to ints when calling resize(), setX(), and setY() (argument ↵ | tassaron | 2022-04-13 | 2 | -5/+6 | |
| | | | | | types changed in newer version) | |||||
| * | quick update to be somewhat compatible with newer versions of Pillow, ↵ | tassaron2 | 2020-03-15 | 1 | -3/+4 | |
| | | | | | ffmpeg, and Ubuntu | |||||
| * | ctrl-c ends commandline mode properly | tassaron | 2017-08-28 | 5 | -10/+24 | |
| | | ||||||
| * | undoable Life component grid actions | tassaron | 2017-08-27 | 2 | -38/+102 | |
| | | ||||||
| * | file logging can be turned completely off | tassaron | 2017-08-27 | 7 | -90/+119 | |
| | | | | | and various changes to log levels and messages everywhere | |||||
| * | disallow suspiciously enormous floats | tassaron | 2017-08-27 | 1 | -3/+10 | |
| | | | | | this stops a bad project file from crashing my computer... | |||||
