aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolkit/frame.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix segmentation fault when rendering Color componenttassaron2022-04-271-1/+2
| | | | Pillow's ImageQt is a subclass of QImage
* make pip-installable as a packagetassaron2022-04-221-1/+1
|
* ctrl-c ends commandline mode properlytassaron2017-08-281-0/+1
|
* fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron2017-08-261-3/+0
| | | | and now Ctrl+Alt+Shift+A gives a bunch of debug info
* undoable edits for normal component settings; TODO: merge small editstassaron2017-08-151-1/+1
|
* faster Spectrum preview & custom VERBOSE loglvltassaron2017-08-141-1/+2
|
* fixtassaron2017-08-121-11/+5
|
* rv pointless optimization & remove circular imports (again...)tassaron2017-08-121-20/+14
| | | | the last commit does showcase an enlightening bug however
* move previewWindow class into new filetassaron2017-08-121-12/+25
| | | | and cache frequently-created blank frames
* using the builtin logging moduletassaron2017-08-101-0/+6
|
* relative stroke px size & no Qt pen on stroketassaron2017-08-081-2/+5
|
* component class now tracks colorwidgetstassaron2017-08-011-3/+3
| | | | so adding new color-selection widgets is now simple
* waveform component is working, preview is glitchytassaron2017-07-291-0/+12
|
* ComponentError exception wraps previewRendertassaron2017-07-231-0/+18
| | | | probably where errors are likeliest to be found
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-2/+2
| | | | importing toolkit from live interpreter now works
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-4/+2
| | | | component methods are auto-decorated & settings are now class variables
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-171-0/+66