aboutsummaryrefslogtreecommitdiff
path: root/src/toolkit
AgeCommit message (Collapse)Author
2017-07-29starting work on Waveform componenttassaron
split Video class out of Video component for reuse in Waveform
2017-07-28move code into a new function for future expansiontassaron
2017-07-27fixed video component eating stdouttassaron
+ made height/width into properties to simplify render methods
2017-07-25error can be locked within properties()tassaron
and simplified the componenterrors again
2017-07-23ComponentError exception wraps previewRendertassaron
probably where errors are likeliest to be found
2017-07-23better component error messagestassaron
fatal errors cancel the export instead of crashing
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-20ffmpeg functions moved to toolkit, component format simplifiedtassaron
component methods are auto-decorated & settings are now class variables
2017-07-17combined toolkit.py & frame.py into toolkit packagetassaron