aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-29switch Pillow-SIMD for Pillowtassaron2-14/+4
2022-04-29ignore benign error from reading a closed pipetassaron1-3/+7
2022-04-29remove extra window properties from window objectstassaron9-243/+242
2022-04-29rename videoCreated method to stopVideoThreadtassaron1-2/+2
2022-04-29use super().__init__ in the modern python3 styletassaron4-6/+6
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