aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* waveform component is working, preview is glitchytassaron2017-07-298-87/+256
* starting work on Waveform componenttassaron2017-07-298-160/+607
* move code into a new function for future expansiontassaron2017-07-281-87/+97
* Merge pull request #49 from djfun/toolkitBrianna2017-07-2725-1233/+1588
|\
| * some minor bugfixestassaron2017-07-275-12/+14
| * quit if project doesn't exist when exporting from commandlinetassaron2017-07-272-3/+7
| * fixed video component eating stdouttassaron2017-07-2710-155/+141
| * don't]] always trigger error()tassaron2017-07-251-1/+1
| * removed pyctassaron2017-07-252-1/+1
| * error can be locked within properties()tassaron2017-07-256-66/+46
| * repeated errors don't cause repeated windowstassaron2017-07-257-45/+63
| * preset manager uses mainwindow row for every buttontassaron2017-07-243-34/+67
| * ComponentError exception wraps previewRendertassaron2017-07-237-60/+104
| * better component error messagestassaron2017-07-239-82/+190
| * components auto-connect & track widgets, less autosave spamtassaron2017-07-2321-620/+604
| * add component in context menu, del/ins hotkeystassaron2017-07-208-68/+122
| * ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-2019-495/+628
| * 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 Xrikai2017-07-231-0/+1
|/ /
* | Merge pull request #46 from djfun/extra-sound-optionsBrianna2017-07-1616-79/+354
|\|
| * new hotkey to preview the ffmpeg commandtassaron2017-07-164-5/+26
| * apply complex filters to audio streams from componentstassaron2017-07-1610-47/+283
| * trying to make setup.py worktassaron2017-07-157-35/+53
* | Merge audio-mixing branchBrianna2017-07-1517-251/+721
|\|