aboutsummaryrefslogtreecommitdiff
path: root/src/components/color.py
AgeCommit message (Collapse)Author
2017-08-03relativeWidgets might as well be a listtassaron
2017-08-03relative gradients & last good frame used for preview errorstassaron
2017-08-01width/height fields should be relative tootassaron
2017-08-01x/y pixel values update to match output resolutiontassaron
2017-08-01component class now tracks colorwidgetstassaron
so adding new color-selection widgets is now simple
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-13components automatically drawPreview & save currentPresettassaron
this makes a Component easier to program. also more comments
2017-07-13merge consecutive static componentstassaron
2017-07-09separated creation of ffmpeg commandtassaron
for future use to sllow editing the command before starting the export
2017-07-09more comments + warnings for outdated dependenciestassaron
2017-07-02frame-drawing tools for components to sharetassaron
2017-07-02renamed component basetassaron
2017-06-25preset delete, rename, save updates both windowstassaron
2017-06-24fixing bugstassaron
2017-06-24merged with feature-newguitassaron
2017-06-23Fixed QtWidgets not imported on some components.DH4
2017-06-23qt5 fixestassaron
also pep8 compliance
2017-06-23QT5 Conversion + Directory StructureDH4