aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge consecutive static componentstassaron2017-07-131-0/+2
|
* fixed various bugstassaron2017-07-111-2/+2
|
* separated creation of ffmpeg commandtassaron2017-07-091-0/+93
| | | | for future use to sllow editing the command before starting the export
* a basic Sound component for mixing soundstassaron2017-07-091-2/+3
| | | | to be greatly expanded...
* more comments + warnings for outdated dependenciestassaron2017-07-091-4/+4
|
* image options to mirror & saturate colourstassaron2017-07-061-1/+1
| | | | and some friendly docstrings
* moved functions into toolkit, fixed CMD appearing on Windowstassaron2017-07-041-42/+23
|
* rm unneeded imports, work on freezingtassaron2017-07-021-9/+17
|
* renamed Original Audio Visualization to Classic Visualizertassaron2017-06-251-4/+15
|
* whitelist is more sensible here than blacklisttassaron2017-06-251-14/+7
|
* needs more tuplestassaron2017-06-251-14/+13
|
* newlines make project file easier to readtassaron2017-06-251-2/+2
|
* --export commandline optiontassaron2017-06-251-0/+2
| | | | overrides -i and -o to use saved fields from a project file
* project files save settings & out/in fieldstassaron2017-06-251-9/+62
|
* fixed lack of asterisks after openProject, added asterisk to window titletassaron2017-06-241-1/+3
|
* fixing bugstassaron2017-06-241-10/+11
|
* merged with feature-newguitassaron2017-06-241-2/+4
|
* qt5 fixestassaron2017-06-231-13/+15
| | | | also pep8 compliance
* QT5 Conversion + Directory StructureDH42017-06-231-0/+477