aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-29use super().__init__ in the modern python3 styletassaron2-3/+3
2022-04-29better log messages when setting window titletassaron1-1/+2
2022-04-29delay opening logfile until first call to loggertassaron1-2/+2
2022-04-29document keyboard shortcuts. fix "show ffmpeg command"tassaron2-3/+29
2022-04-28remove punctuation from project names at commandlinetassaron1-4/+9
2022-04-28cast int to str in ffmpeg commandtassaron1-6/+3
2022-04-28change call to superclass __init__ to super()tassaron1-1/+1
2022-04-27add logging to Color component. remove unused importstassaron1-5/+6
2022-04-27fix segmentation fault when rendering Color componenttassaron1-1/+2
2022-04-26tests for commandline argument parsingtassaron5-12/+54
2022-04-25add more logging to the video exporttassaron1-2/+10
2022-04-25add --debug option and rename -e so it's more explicittassaron1-7/+18
2022-04-25fix ImportErrortassaron1-1/+1
2022-04-22some work on the readme (install instructions not done yet)tassaron1-39/+44
2022-04-22authors file is just a list of namestassaron1-11/+5
2022-04-22add commandline option for tests. add first teststassaron8-11/+94
2022-04-22make pip-installable as a packagetassaron24-92/+106
2022-04-21fail gracefully if createFfmpegCommand returns emptytassaron1-7/+16
2022-04-21createFfmpegCommand returns an empty list if it failstassaron1-0/+9
2022-04-21fix RuntimeError caused by QUndoStack signal handlertassaron1-3/+11
2022-04-21fix crash if ffmpeg is not installed (tested on windows 11)tassaron2-3/+12
2022-04-13update readme with known working versionstassaron1-3/+4
2022-04-13fix missing audio in output video due to change in ffmpeg command syntax (tes...tassaron1-7/+6
2022-04-13cast floats to ints when calling resize(), setX(), and setY() (argument types...tassaron2-5/+6
2020-03-15quick update to be somewhat compatible with newer versions of Pillow, ffmpeg,...tassaron22-9/+12