aboutsummaryrefslogtreecommitdiff
path: root/src/component.py
AgeCommit message (Collapse)Author
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-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
2017-07-16apply complex filters to audio streams from componentstassaron
tons of sound options could be given now, + installation using setup.py
2017-07-13components automatically drawPreview & save currentPresettassaron
this makes a Component easier to program. also more comments
2017-07-11fixed various bugstassaron
2017-07-09separated creation of ffmpeg commandtassaron
for future use to sllow editing the command before starting the export
2017-07-09a basic Sound component for mixing soundstassaron
to be greatly expanded...
2017-07-09more comments + warnings for outdated dependenciestassaron
2017-07-02frame-drawing tools for components to sharetassaron
2017-07-02renamed component basetassaron