aboutsummaryrefslogtreecommitdiff
path: root/src/gui/presetmanager.py
AgeCommit message (Collapse)Author
2026-01-12update for Pillow 12 and Qt 6tassaron
2026-01-11update to Qt 6 and Pillow 12tassaron
and yeah, I accidentally ran black on the codebase. I don't want to spend more free time fixing that. All of these changes are simple renames or removals, nothing too major.
2022-04-29remove extra window properties from window objectstassaron
instead of windows with properties which are windows, windows now have the UI added directly to them using an argument of `uic.loadUi` Also, DPI scaling moved to MainWindow __init__
2022-04-22make pip-installable as a packagetassaron
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-14undoable removeComponent actiontassaron
2017-08-14organizing GUImode-specific codetassaron