| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-07-29 | starting work on Waveform component | tassaron | 8 | -160/+607 | |
| split Video class out of Video component for reuse in Waveform | |||||
| 2017-07-28 | move code into a new function for future expansion | tassaron | 1 | -87/+97 | |
| 2017-07-27 | some minor bugfixes | tassaron | 5 | -12/+14 | |
| 2017-07-27 | quit if project doesn't exist when exporting from commandline | tassaron | 2 | -3/+7 | |
| 2017-07-27 | fixed video component eating stdout | tassaron | 10 | -155/+141 | |
| + made height/width into properties to simplify render methods | |||||
| 2017-07-25 | don't]] always trigger error() | tassaron | 1 | -1/+1 | |
| 2017-07-25 | removed pyc | tassaron | 2 | -1/+1 | |
| 2017-07-25 | error can be locked within properties() | tassaron | 6 | -66/+46 | |
| and simplified the componenterrors again | |||||
| 2017-07-25 | repeated errors don't cause repeated windows | tassaron | 7 | -45/+63 | |
| 2017-07-24 | preset manager uses mainwindow row for every button | tassaron | 3 | -34/+67 | |
| and minor changes to componenterrors | |||||
| 2017-07-23 | Fixes opening behind other windows on OS X | rikai | 1 | -0/+1 | |
| Just a quick fix, this will raise the window to the front after it's created. | |||||
| 2017-07-23 | ComponentError exception wraps previewRender | tassaron | 7 | -60/+104 | |
| probably where errors are likeliest to be found | |||||
| 2017-07-23 | better component error messages | tassaron | 9 | -82/+190 | |
| fatal errors cancel the export instead of crashing | |||||
| 2017-07-23 | components auto-connect & track widgets, less autosave spam | tassaron | 21 | -620/+604 | |
| importing toolkit from live interpreter now works | |||||
| 2017-07-20 | add component in context menu, del/ins hotkeys | tassaron | 8 | -68/+122 | |
| + preset manager uses mainwindow component list | |||||
| 2017-07-20 | ffmpeg functions moved to toolkit, component format simplified | tassaron | 19 | -495/+628 | |
| component methods are auto-decorated & settings are now class variables | |||||
| 2017-07-17 | combined toolkit.py & frame.py into toolkit package | tassaron | 15 | -49/+58 | |
| 2017-07-16 | new hotkey to preview the ffmpeg command | tassaron | 4 | -5/+26 | |
| 2017-07-16 | apply complex filters to audio streams from components | tassaron | 10 | -47/+283 | |
| tons of sound options could be given now, + installation using setup.py | |||||
| 2017-07-15 | trying to make setup.py work | tassaron | 7 | -35/+53 | |
| 2017-07-15 | use -t on inputs so ffmpeg knows when to stop filters | tassaron | 6 | -23/+67 | |
| + better feedback in cmd mode | |||||
| 2017-07-15 | Video comp verifies audio streams, videoThread moved into Core | tassaron | 5 | -47/+73 | |
| off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs | |||||
| 2017-07-13 | components automatically drawPreview & save currentPreset | tassaron | 9 | -20/+28 | |
| this makes a Component easier to program. also more comments | |||||
| 2017-07-13 | staticComponents list is reversed now | tassaron | 2 | -9/+9 | |
| 2017-07-13 | more error messages for blank components | tassaron | 5 | -14/+53 | |
