aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolkit/ffmpeg.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* error can be locked within properties()tassaron2017-07-251-2/+2
| | | | and simplified the componenterrors again
* better component error messagestassaron2017-07-231-1/+1
| | | | fatal errors cancel the export instead of crashing
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-12/+34
| | | | importing toolkit from live interpreter now works
* add component in context menu, del/ins hotkeystassaron2017-07-201-1/+8
| | | | + preset manager uses mainwindow component list
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-0/+284
component methods are auto-decorated & settings are now class variables