| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | generic preview sound for waveform component | tassaron | 2017-07-29 | 5 | -18/+39 | |
| | | | | | | | | | | | | | with secret preference to use the audio file again | |||||
| | | * | waveform component is working, preview is glitchy | tassaron | 2017-07-29 | 8 | -87/+256 | |
| | | | | ||||||
| | | * | starting work on Waveform component | tassaron | 2017-07-29 | 8 | -160/+607 | |
| | |/ | | | | | | | split Video class out of Video component for reuse in Waveform | |||||
| | * | move code into a new function for future expansion | tassaron | 2017-07-28 | 1 | -87/+97 | |
| | | | ||||||
| | * | Merge pull request #49 from djfun/toolkit | Brianna | 2017-07-27 | 25 | -1233/+1588 | |
| | |\ | | | | | | | Code reorganization, more readable component code, better error messages | |||||
| | | * | some minor bugfixes | tassaron | 2017-07-27 | 5 | -12/+14 | |
| | | | | ||||||
| | | * | quit if project doesn't exist when exporting from commandline | tassaron | 2017-07-27 | 2 | -3/+7 | |
| | | | | ||||||
| | | * | fixed video component eating stdout | tassaron | 2017-07-27 | 10 | -155/+141 | |
| | | | | | | | | | | | | | + made height/width into properties to simplify render methods | |||||
| | | * | don't]] always trigger error() | tassaron | 2017-07-25 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | removed pyc | tassaron | 2017-07-25 | 2 | -1/+1 | |
| | | | | ||||||
| | | * | error can be locked within properties() | tassaron | 2017-07-25 | 6 | -66/+46 | |
| | | | | | | | | | | | | | and simplified the componenterrors again | |||||
| | | * | repeated errors don't cause repeated windows | tassaron | 2017-07-25 | 7 | -45/+63 | |
| | | | | ||||||
| | | * | preset manager uses mainwindow row for every button | tassaron | 2017-07-24 | 3 | -34/+67 | |
| | | | | | | | | | | | | | and minor changes to componenterrors | |||||
| | | * | ComponentError exception wraps previewRender | tassaron | 2017-07-23 | 7 | -60/+104 | |
| | | | | | | | | | | | | | probably where errors are likeliest to be found | |||||
| | | * | better component error messages | tassaron | 2017-07-23 | 9 | -82/+190 | |
| | | | | | | | | | | | | | fatal errors cancel the export instead of crashing | |||||
| | | * | components auto-connect & track widgets, less autosave spam | tassaron | 2017-07-23 | 21 | -620/+604 | |
| | | | | | | | | | | | | | importing toolkit from live interpreter now works | |||||
| | | * | add component in context menu, del/ins hotkeys | tassaron | 2017-07-20 | 8 | -68/+122 | |
| | | | | | | | | | | | | | + preset manager uses mainwindow component list | |||||
| | | * | ffmpeg functions moved to toolkit, component format simplified | tassaron | 2017-07-20 | 19 | -495/+628 | |
| | | | | | | | | | | | | | component methods are auto-decorated & settings are now class variables | |||||
| | | * | combined toolkit.py & frame.py into toolkit package | tassaron | 2017-07-17 | 15 | -49/+58 | |
| | | | | ||||||
| | * | | Merge pull request #48 from rikai/patch-1 | DH4 | 2017-07-24 | 1 | -0/+1 | |
| | |\ \ | | | | | | | | | Fixes opening behind other windows on OS X | |||||
| | | * | | Fixes opening behind other windows on OS X | rikai | 2017-07-23 | 1 | -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-options | Brianna | 2017-07-16 | 16 | -79/+354 | |
| | |\| | | | | | | | Extra sound options | |||||
| | | * | new hotkey to preview the ffmpeg command | tassaron | 2017-07-16 | 4 | -5/+26 | |
| | | | | ||||||
| | | * | apply complex filters to audio streams from components | tassaron | 2017-07-16 | 10 | -47/+283 | |
| | | | | | | | | | | | | | tons of sound options could be given now, + installation using setup.py | |||||
| | | * | trying to make setup.py work | tassaron | 2017-07-15 | 7 | -35/+53 | |
| | | | | ||||||
