aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * repeated errors don't cause repeated windowstassaron2017-07-257-45/+63
| | |
| | * preset manager uses mainwindow row for every buttontassaron2017-07-243-34/+67
| | | | | | | | | | | | and minor changes to componenterrors
| | * ComponentError exception wraps previewRendertassaron2017-07-237-60/+104
| | | | | | | | | | | | probably where errors are likeliest to be found
| | * better component error messagestassaron2017-07-239-82/+190
| | | | | | | | | | | | fatal errors cancel the export instead of crashing
| | * components auto-connect & track widgets, less autosave spamtassaron2017-07-2321-620/+604
| | | | | | | | | | | | importing toolkit from live interpreter now works
| | * add component in context menu, del/ins hotkeystassaron2017-07-208-68/+122
| | | | | | | | | | | | + preset manager uses mainwindow component list
| | * ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-2019-495/+628
| | | | | | | | | | | | component methods are auto-decorated & settings are now class variables
| | * combined toolkit.py & frame.py into toolkit packagetassaron2017-07-1715-49/+58
| | |
| * | Merge pull request #48 from rikai/patch-1DH42017-07-241-0/+1
| |\ \ | | | | | | | | Fixes opening behind other windows on OS X
| | * | Fixes opening behind other windows on OS Xrikai2017-07-231-0/+1
| |/ / | | | | | | Just a quick fix, this will raise the window to the front after it's created.
| * | Merge pull request #46 from djfun/extra-sound-optionsBrianna2017-07-1616-79/+354
| |\| | | | | | | Extra sound options
| | * new hotkey to preview the ffmpeg commandtassaron2017-07-164-5/+26
| | |
| | * apply complex filters to audio streams from componentstassaron2017-07-1610-47/+283
| | | | | | | | | | | | tons of sound options could be given now, + installation using setup.py
| | * trying to make setup.py worktassaron2017-07-157-35/+53
| | |
| * | Merge audio-mixing branchBrianna2017-07-1517-251/+721
| |\| | | | | | | some basic audio features + more user feedback + merging static components
| | * use -t on inputs so ffmpeg knows when to stop filterstassaron2017-07-156-23/+67
| | | | | | | | | | | | + better feedback in cmd mode
| | * Video comp verifies audio streams, videoThread moved into Coretassaron2017-07-155-47/+73
| | | | | | | | | | | | off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs
| | * components automatically drawPreview & save currentPresettassaron2017-07-139-20/+28
| | | | | | | | | | | | this makes a Component easier to program. also more comments
| | * staticComponents list is reversed nowtassaron2017-07-132-9/+9
| | |
| | * more error messages for blank componentstassaron2017-07-135-14/+53
| | |
| | * added option to include audio from Video componentstassaron2017-07-133-9/+19
| | |
| | * merge consecutive static componentstassaron2017-07-1310-55/+100
| | |
| | * fixed various bugstassaron2017-07-1110-35/+83
| | |
| | * separated creation of ffmpeg commandtassaron2017-07-097-110/+116
| | | | | | | | | | | | for future use to sllow editing the command before starting the export
| | * a basic Sound component for mixing soundstassaron2017-07-099-81/+325
| |/ | | | | | | to be greatly expanded...