aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-21createFfmpegCommand returns an empty list if it failstassaron1-0/+9
previously it raised an exception
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 ↵tassaron1-7/+6
(tested with v4.4.1)
2022-04-13cast floats to ints when calling resize(), setX(), and setY() (argument ↵tassaron2-5/+6
types changed in newer version)
2020-03-15quick update to be somewhat compatible with newer versions of Pillow, ↵tassaron22-9/+12
ffmpeg, and Ubuntu
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
and various changes to log levels and messages everywhere
2017-08-27disallow suspiciously enormous floatstassaron1-3/+10
this stops a bad project file from crashing my computer...
2017-08-26fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron10-59/+72
and now Ctrl+Alt+Shift+A gives a bunch of debug info
2017-08-21potential dataDir paths in comments for future referencetassaron1-1/+4
2017-08-20added undo button to GUItassaron4-8/+51
with icons that theoretically should look ok cross-platform
2017-08-20don't merge undos when setting text with a buttontassaron6-21/+37
plus changes to life.py for pep8 compliance
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
2017-08-16undo merge IDs given per attr instead of widget typetassaron1-6/+1
2017-08-16merge consecutive actions on the same widget typetassaron1-10/+44
2017-08-15undoable edits for normal component settings; TODO: merge small editstassaron10-34/+130