aboutsummaryrefslogtreecommitdiff
path: root/src/__init__.py
AgeCommit message (Collapse)Author
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-05-09use pytest-qt to test actual export processtassaron
2022-05-05change version numbertassaron
2022-05-03change version numbertassaron
2022-04-22make pip-installable as a packagetassaron
2017-08-14faster Spectrum preview & custom VERBOSE loglvltassaron
2017-07-23components auto-connect & track widgets, less autosave spamtassaron
importing toolkit from live interpreter now works
2017-07-20add component in context menu, del/ins hotkeystassaron
+ preset manager uses mainwindow component list
2017-07-15trying to make setup.py worktassaron