aboutsummaryrefslogtreecommitdiffstats
path: root/src/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* more error messages for blank componentstassaron2017-07-134-8/+31
|
* added option to include audio from Video componentstassaron2017-07-131-5/+3
|
* merge consecutive static componentstassaron2017-07-135-31/+34
|
* fixed various bugstassaron2017-07-115-18/+48
|
* separated creation of ffmpeg commandtassaron2017-07-094-7/+6
| | | | for future use to sllow editing the command before starting the export
* a basic Sound component for mixing soundstassaron2017-07-093-2/+197
| | | | to be greatly expanded...
* more comments + warnings for outdated dependenciestassaron2017-07-095-5/+9
|
* image options to mirror & saturate colourstassaron2017-07-062-2/+83
| | | | and some friendly docstrings
* added basic rotate option to imagestassaron2017-07-052-3/+57
|
* moved functions into toolkit, fixed CMD appearing on Windowstassaron2017-07-041-2/+3
|
* frame-drawing tools for components to sharetassaron2017-07-025-37/+30
|
* renamed component basetassaron2017-07-026-174/+16
|
* rm unneeded imports, work on freezingtassaron2017-07-022-3/+6
|
* Fixed Text Colors & update button color on manual value change.DH42017-07-011-1/+4
|
* added visualizer options + invalid presets get ignoredtassaron2017-06-263-26/+145
|
* preset delete, rename, save updates both windowstassaron2017-06-251-1/+1
|
* renamed Original Audio Visualization to Classic Visualizertassaron2017-06-252-1/+10
|
* --export commandline optiontassaron2017-06-251-1/+2
| | | | overrides -i and -o to use saved fields from a project file
* project files save settings & out/in fieldstassaron2017-06-252-6/+6
|
* disable some hotkeys while encoding, more friendly error messagestassaron2017-06-251-11/+17
|
* fixing bugstassaron2017-06-246-24/+30
|
* merged with feature-newguitassaron2017-06-242-2/+4
|
* Fixed QtWidgets not imported on some components.DH42017-06-234-5/+5
|
* qt5 fixestassaron2017-06-234-20/+25
| | | | also pep8 compliance
* QT5 Conversion + Directory StructureDH42017-06-2312-0/+2773