aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolkit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixtassaron2017-08-121-11/+5
|
* rv pointless optimization & remove circular imports (again...)tassaron2017-08-122-21/+15
| | | | 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-102-7/+18
|
* relative stroke px size & no Qt pen on stroketassaron2017-08-081-2/+5
|
* component class now tracks colorwidgetstassaron2017-08-012-22/+3
| | | | so adding new color-selection widgets is now simple
* added Spectrum component with many optionstassaron2017-07-302-15/+69
| | | | tweaked Waveform, added some ffmpeg logging, made generic widget functions
* generic preview sound for waveform componenttassaron2017-07-291-4/+10
| | | | with secret preference to use the audio file again
* waveform component is working, preview is glitchytassaron2017-07-293-26/+37
|
* starting work on Waveform componenttassaron2017-07-292-9/+127
| | | | split Video class out of Video component for reuse in Waveform
* move code into a new function for future expansiontassaron2017-07-281-87/+97
|
* fixed video component eating stdouttassaron2017-07-271-3/+3
| | | | + made height/width into properties to simplify render methods
* error can be locked within properties()tassaron2017-07-251-2/+2
| | | | and simplified the componenterrors again
* ComponentError exception wraps previewRendertassaron2017-07-231-0/+18
| | | | probably where errors are likeliest to be found
* better component error messagestassaron2017-07-232-1/+9
| | | | fatal errors cancel the export instead of crashing
* components auto-connect & track widgets, less autosave spamtassaron2017-07-234-76/+48
| | | | importing toolkit from live interpreter now works
* add component in context menu, del/ins hotkeystassaron2017-07-201-1/+8
| | | | + preset manager uses mainwindow component list
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-204-6/+314
| | | | component methods are auto-decorated & settings are now class variables
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-173-0/+200