aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-07-13staticComponents list is reversed nowtassaron
2017-07-13more error messages for blank componentstassaron
2017-07-13added option to include audio from Video componentstassaron
2017-07-13merge consecutive static componentstassaron
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-06image options to mirror & saturate colourstassaron
and some friendly docstrings
2017-07-05added basic rotate option to imagestassaron
2017-07-05fixed syntax errortassaron
again...
2017-07-05use decorator for readabilitytassaron
2017-07-04made code worktassaron
2017-07-04updated Windows installation instructionstassaron
2017-07-04removed pyctassaron
2017-07-04moved functions into toolkit, fixed CMD appearing on Windowstassaron
2017-07-02frame-drawing tools for components to sharetassaron
2017-07-02renamed component basetassaron
2017-07-02rm unneeded imports, work on freezingtassaron
2017-07-01Fixed Text Colors & update button color on manual value change.DH4
2017-06-26added visualizer options + invalid presets get ignoredtassaron
2017-06-25an extra progress bar label for Mactassaron
progressBar text is not visible in native Mac style
2017-06-25component list not visually disabledtassaron
this looks better on Mac
2017-06-25preset delete, rename, save updates both windowstassaron
2017-06-25renamed Original Audio Visualization to Classic Visualizertassaron
2017-06-25whitelist is more sensible here than blacklisttassaron
2017-06-25needs more tuplestassaron
2017-06-25newlines make project file easier to readtassaron
2017-06-25--export commandline optiontassaron
overrides -i and -o to use saved fields from a project file
2017-06-25project files save settings & out/in fieldstassaron
2017-06-25disable some hotkeys while encoding, more friendly error messagestassaron
2017-06-24fixed lack of asterisks after openProject, added asterisk to window titletassaron
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