| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add commandline option for tests. add first tests | tassaron | 2022-04-22 | 7 | -7/+88 |
| | | |||||
| * | make pip-installable as a package | tassaron | 2022-04-22 | 22 | -66/+64 |
| | | |||||
| * | fail gracefully if createFfmpegCommand returns empty | tassaron | 2022-04-21 | 1 | -7/+16 |
| | | |||||
| * | createFfmpegCommand returns an empty list if it fails | tassaron | 2022-04-21 | 1 | -0/+9 |
| | | | | | previously it raised an exception | ||||
| * | fix RuntimeError caused by QUndoStack signal handler | tassaron | 2022-04-21 | 1 | -3/+11 |
| | | |||||
| * | fix crash if ffmpeg is not installed (tested on windows 11) | tassaron | 2022-04-21 | 2 | -3/+12 |
| | | |||||
| * | fix missing audio in output video due to change in ffmpeg command syntax ↵ | tassaron | 2022-04-13 | 1 | -7/+6 |
| | | | | | (tested with v4.4.1) | ||||
| * | cast floats to ints when calling resize(), setX(), and setY() (argument ↵ | tassaron | 2022-04-13 | 2 | -5/+6 |
| | | | | | types changed in newer version) | ||||
| * | quick update to be somewhat compatible with newer versions of Pillow, ↵ | tassaron2 | 2020-03-15 | 1 | -3/+4 |
| | | | | | ffmpeg, and Ubuntu | ||||
| * | ctrl-c ends commandline mode properly | tassaron | 2017-08-28 | 5 | -10/+24 |
| | | |||||
| * | undoable Life component grid actions | tassaron | 2017-08-27 | 2 | -38/+102 |
| | | |||||
| * | file logging can be turned completely off | tassaron | 2017-08-27 | 7 | -90/+119 |
| | | | | | and various changes to log levels and messages everywhere | ||||
| * | disallow suspiciously enormous floats | tassaron | 2017-08-27 | 1 | -3/+10 |
| | | | | | this stops a bad project file from crashing my computer... | ||||
| * | fixed too-large Color sizes, fixed a redoing bug, rm pointless things | tassaron | 2017-08-26 | 10 | -59/+72 |
| | | | | | and now Ctrl+Alt+Shift+A gives a bunch of debug info | ||||
| * | potential dataDir paths in comments for future reference | tassaron | 2017-08-21 | 1 | -1/+4 |
| | | |||||
| * | added undo button to GUI | tassaron | 2017-08-20 | 4 | -8/+51 |
| | | | | | with icons that theoretically should look ok cross-platform | ||||
| * | don't merge undos when setting text with a button | tassaron | 2017-08-20 | 6 | -21/+37 |
| | | | | | plus changes to life.py for pep8 compliance | ||||
| * | relative widgets scale properly when undoing at different resolutions | tassaron | 2017-08-20 | 5 | -29/+68 |
| | | |||||
| * | remove % from log calls | tassaron | 2017-08-19 | 8 | -41/+66 |
| | | |||||
| * | fixed issues with undoing relative widgets | tassaron | 2017-08-19 | 17 | -81/+215 |
| | | |||||
| * | undoable preset open, rename, and delete' | tassaron | 2017-08-17 | 3 | -25/+107 |
| | | |||||
| * | component updateWrapper and more obvious method names | tassaron | 2017-08-17 | 2 | -93/+122 |
| | | |||||
| * | undoable add-comp & clear-preset actions | tassaron | 2017-08-17 | 4 | -22/+94 |
| | | |||||
| * | undoable component movement | tassaron | 2017-08-16 | 3 | -13/+45 |
| | | |||||
| * | undo merge IDs given per attr instead of widget type | tassaron | 2017-08-16 | 1 | -6/+1 |
| | | |||||
