aboutsummaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2022-05-09rename visualisation to visualizationtassaron
2022-05-07set window titles of minor dialog windowstassaron
2022-05-06undoStack dialog's creation moved to __init__.tassaron
2022-05-06disable undo/redo while video is exportingtassaron
2022-05-05start mainwindow smaller and with classic visualizertassaron
2022-05-02fixes #70 - store a ref to preview frame & update preview synchronouslytassaron
2022-05-02add useful comment about why this reference existstassaron
2022-05-02log QThread IDstassaron
2022-04-30fix 'QThread killed while running' at program exittassaron
2022-04-30test if ffmpeg is really found at startuptassaron
2022-04-29switch Pillow-SIMD for Pillowtassaron
2022-04-29remove extra window properties from window objectstassaron
2022-04-29use super().__init__ in the modern python3 styletassaron
2022-04-29better log messages when setting window titletassaron
2022-04-29document keyboard shortcuts. fix "show ffmpeg command"tassaron
2022-04-22make pip-installable as a packagetassaron
2022-04-21fix RuntimeError caused by QUndoStack signal handlertassaron
2022-04-13cast floats to ints when calling resize(), setX(), and setY() (argument types...tassaron
2020-03-15quick update to be somewhat compatible with newer versions of Pillow, ffmpeg,...tassaron2
2017-08-27undoable Life component grid actionstassaron
2017-08-27file logging can be turned completely offtassaron
2017-08-26fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron
2017-08-20added undo button to GUItassaron
2017-08-20don't merge undos when setting text with a buttontassaron
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-17undoable add-comp & clear-preset actionstassaron
2017-08-16undoable component movementtassaron
2017-08-15undoable edits for normal component settings; TODO: merge small editstassaron
2017-08-14undoable removeComponent actiontassaron
2017-08-14organizing GUImode-specific codetassaron