aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-03Broken pipe raises OSError on some platforms.tassaron1-2/+2
2022-05-03update readmetassaron1-11/+8
2022-05-02remove unneeded call to .copy()tassaron1-1/+1
2022-05-02add commandline option to disable preview during exporttassaron3-2/+11
2022-05-02Don't render checkerboard during previewtassaron1-3/+1
2022-05-02fixes #70 - store a ref to preview frame & update preview synchronouslytassaron2-24/+23
2022-05-02add useful comment about why this reference existstassaron1-0/+2
2022-05-02log QThread IDstassaron2-0/+3
2022-04-30tested working instructions for Ubuntu 22.04tassaron1-6/+6
2022-04-30create test report in home folder after `--test`tassaron1-1/+34
2022-04-30fix progress bar percentage not increasingtassaron1-1/+1
2022-04-30fix 'QThread killed while running' at program exittassaron2-23/+19
2022-04-30fix misspelled ffmpegtassaron1-1/+1
2022-04-30test if ffmpeg is really found at startuptassaron2-32/+39
2022-04-30raise log level of library logfiletassaron1-3/+6
2022-04-29license may be affected by packagingtassaron1-1/+3
2022-04-29log ffmpeg bintassaron1-7/+12
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