aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-22add commandline option for tests. add first teststassaron1-7/+32
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
2017-08-28ctrl-c ends commandline mode properlytassaron6-11/+25
2017-08-27undoable Life component grid actionstassaron2-38/+102
2017-08-27file logging can be turned completely offtassaron7-90/+119
2017-08-27disallow suspiciously enormous floatstassaron1-3/+10
2017-08-26fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron10-59/+72
2017-08-21potential dataDir paths in comments for future referencetassaron1-1/+4
2017-08-20added undo button to GUItassaron4-8/+51
2017-08-20don't merge undos when setting text with a buttontassaron6-21/+37
2017-08-20relative widgets scale properly when undoing at different resolutionstassaron5-29/+68
2017-08-19remove % from log callstassaron8-41/+66
2017-08-19fixed issues with undoing relative widgetstassaron17-81/+215
2017-08-17undoable preset open, rename, and delete'tassaron3-25/+107
2017-08-17component updateWrapper and more obvious method namestassaron2-93/+122
2017-08-17undoable add-comp & clear-preset actionstassaron4-22/+94
2017-08-16undoable component movementtassaron3-13/+45