aboutsummaryrefslogtreecommitdiff
path: root/src/preview_thread.py
AgeCommit message (Collapse)Author
2017-07-27fixed video component eating stdouttassaron
+ made height/width into properties to simplify render methods
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-15trying to make setup.py worktassaron
2017-07-13merge consecutive static componentstassaron
2017-07-11fixed various bugstassaron
2017-07-09a basic Sound component for mixing soundstassaron
to be greatly expanded...
2017-07-09more comments + warnings for outdated dependenciestassaron
2017-07-06image options to mirror & saturate colourstassaron
and some friendly docstrings
2017-06-25--export commandline optiontassaron
overrides -i and -o to use saved fields from a project file
2017-06-25disable some hotkeys while encoding, more friendly error messagestassaron
2017-06-24fixing bugstassaron
2017-06-23QT5 Conversion + Directory StructureDH4