aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolkit/frame.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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