aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ctrl-c ends commandline mode properlytassaron2017-08-281-0/+9
|
* undoable removeComponent actiontassaron2017-08-141-0/+1
|
* quit if project doesn't exist when exporting from commandlinetassaron2017-07-271-1/+3
|
* ComponentError exception wraps previewRendertassaron2017-07-231-0/+6
| | | | probably where errors are likeliest to be found
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-2/+0
| | | | importing toolkit from live interpreter now works
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-5/+5
| | | | component methods are auto-decorated & settings are now class variables
* use -t on inputs so ffmpeg knows when to stop filterstassaron2017-07-151-0/+20
| | | | + better feedback in cmd mode
* Video comp verifies audio streams, videoThread moved into Coretassaron2017-07-151-14/+8
| | | | off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs
* image options to mirror & saturate colourstassaron2017-07-061-0/+5
| | | | and some friendly docstrings
* moved functions into toolkit, fixed CMD appearing on Windowstassaron2017-07-041-1/+1
|
* needs more tuplestassaron2017-06-251-6/+6
|
* --export commandline optiontassaron2017-06-251-9/+39
| | | | overrides -i and -o to use saved fields from a project file
* project files save settings & out/in fieldstassaron2017-06-251-4/+2
|
* qt5 fixestassaron2017-06-231-7/+8
| | | | also pep8 compliance
* QT5 Conversion + Directory StructureDH42017-06-231-0/+126