aboutsummaryrefslogtreecommitdiffstats
path: root/src/component.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* preset manager uses mainwindow row for every buttontassaron2017-07-241-22/+52
| | | | and minor changes to componenterrors
* ComponentError exception wraps previewRendertassaron2017-07-231-52/+67
| | | | probably where errors are likeliest to be found
* better component error messagestassaron2017-07-231-38/+119
| | | | fatal errors cancel the export instead of crashing
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-51/+145
| | | | importing toolkit from live interpreter now works
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-54/+113
| | | | component methods are auto-decorated & settings are now class variables
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-171-31/+0
|
* apply complex filters to audio streams from componentstassaron2017-07-161-2/+3
| | | | tons of sound options could be given now, + installation using setup.py
* components automatically drawPreview & save currentPresettassaron2017-07-131-14/+22
| | | | this makes a Component easier to program. also more comments
* fixed various bugstassaron2017-07-111-1/+8
|
* separated creation of ffmpeg commandtassaron2017-07-091-3/+7
| | | | for future use to sllow editing the command before starting the export
* a basic Sound component for mixing soundstassaron2017-07-091-4/+16
| | | | to be greatly expanded...
* more comments + warnings for outdated dependenciestassaron2017-07-091-23/+32
|
* frame-drawing tools for components to sharetassaron2017-07-021-6/+4
|
* renamed component basetassaron2017-07-021-0/+163