aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-04-25add more logging to the video exporttassaron
2022-04-25add --debug option and rename -e so it's more explicittassaron
2022-04-25fix ImportErrortassaron
2022-04-22add commandline option for tests. add first teststassaron
2022-04-22make pip-installable as a packagetassaron
2022-04-21fail gracefully if createFfmpegCommand returns emptytassaron
2022-04-21createFfmpegCommand returns an empty list if it failstassaron
previously it raised an exception
2022-04-21fix RuntimeError caused by QUndoStack signal handlertassaron
2022-04-21fix crash if ffmpeg is not installed (tested on windows 11)tassaron
2022-04-13fix missing audio in output video due to change in ffmpeg command syntax ↵tassaron
(tested with v4.4.1)
2022-04-13cast floats to ints when calling resize(), setX(), and setY() (argument ↵tassaron
types changed in newer version)
2020-03-15quick update to be somewhat compatible with newer versions of Pillow, ↵tassaron2
ffmpeg, and Ubuntu
2017-08-28ctrl-c ends commandline mode properlytassaron
2017-08-27undoable Life component grid actionstassaron
2017-08-27file logging can be turned completely offtassaron
and various changes to log levels and messages everywhere
2017-08-27disallow suspiciously enormous floatstassaron
this stops a bad project file from crashing my computer...
2017-08-26fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron
and now Ctrl+Alt+Shift+A gives a bunch of debug info
2017-08-21potential dataDir paths in comments for future referencetassaron
2017-08-20added undo button to GUItassaron
with icons that theoretically should look ok cross-platform
2017-08-20don't merge undos when setting text with a buttontassaron
plus changes to life.py for pep8 compliance
2017-08-20relative widgets scale properly when undoing at different resolutionstassaron
2017-08-19remove % from log callstassaron
2017-08-19fixed issues with undoing relative widgetstassaron
2017-08-17undoable preset open, rename, and delete'tassaron
2017-08-17component updateWrapper and more obvious method namestassaron
2017-08-17undoable add-comp & clear-preset actionstassaron
2017-08-16undoable component movementtassaron
2017-08-16undo merge IDs given per attr instead of widget typetassaron
2017-08-16merge consecutive actions on the same widget typetassaron
2017-08-15undoable edits for normal component settings; TODO: merge small editstassaron
2017-08-14undoable removeComponent actiontassaron
2017-08-14organizing GUImode-specific codetassaron
2017-08-14better aevalsrc inputs for spectrum previewstassaron
2017-08-14faster Spectrum preview & custom VERBOSE loglvltassaron
2017-08-13made an authors filetassaron
2017-08-13graceful renderNode crash, code clean-uptassaron
2017-08-12fixtassaron
2017-08-12rv pointless optimization & remove circular imports (again...)tassaron
the last commit does showcase an enlightening bug however
2017-08-12move previewWindow class into new filetassaron
and cache frequently-created blank frames
2017-08-11why did I use a dict here?tassaron
2017-08-10Life comp shift buttons and Show Grid optiontassaron
2017-08-10fixed relative image scale bug & Life preset bugtassaron
dicts must be alphabetized in AV files
2017-08-10using the builtin logging moduletassaron
2017-08-10added connected path shape to Lifetassaron
2017-08-10rm garbage filetassaron
2017-08-10more shapes and custom image option for Lifetassaron
2017-08-09Conway's Game of Life componenttassaron
2017-08-08fixed incorrect outline for small-capstassaron
2017-08-08relative dropshadowtassaron
2017-08-08relative stroke px size & no Qt pen on stroketassaron