| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | save presets as floats so project resolution is not relevant | tassaron | 2017-08-03 | 1 | -1/+1 |
| | | | | | unfortunately this breaks old projects and presets | ||||
| * | max spinbox vals scale relatively & less errors when spamming res change | tassaron | 2017-08-03 | 1 | -3/+3 |
| | | | | | w/h attrs are locked during render so preview thread always get correctly-sized frame | ||||
| * | generic preview sound for waveform component | tassaron | 2017-07-29 | 1 | -0/+1 |
| | | | | | with secret preference to use the audio file again | ||||
| * | quit if project doesn't exist when exporting from commandline | tassaron | 2017-07-27 | 1 | -2/+4 |
| | | |||||
| * | repeated errors don't cause repeated windows | tassaron | 2017-07-25 | 1 | -7/+8 |
| | | |||||
| * | ComponentError exception wraps previewRender | tassaron | 2017-07-23 | 1 | -0/+3 |
| | | | | | probably where errors are likeliest to be found | ||||
| * | better component error messages | tassaron | 2017-07-23 | 1 | -6/+4 |
| | | | | | fatal errors cancel the export instead of crashing | ||||
| * | components auto-connect & track widgets, less autosave spam | tassaron | 2017-07-23 | 1 | -74/+122 |
| | | | | | importing toolkit from live interpreter now works | ||||
| * | add component in context menu, del/ins hotkeys | tassaron | 2017-07-20 | 1 | -6/+4 |
| | | | | | + preset manager uses mainwindow component list | ||||
| * | ffmpeg functions moved to toolkit, component format simplified | tassaron | 2017-07-20 | 1 | -318/+61 |
| | | | | | component methods are auto-decorated & settings are now class variables | ||||
| * | combined toolkit.py & frame.py into toolkit package | tassaron | 2017-07-17 | 1 | -1/+1 |
| | | |||||
| * | new hotkey to preview the ffmpeg command | tassaron | 2017-07-16 | 1 | -1/+5 |
| | | |||||
| * | apply complex filters to audio streams from components | tassaron | 2017-07-16 | 1 | -17/+86 |
| | | | | | tons of sound options could be given now, + installation using setup.py | ||||
| * | use -t on inputs so ffmpeg knows when to stop filters | tassaron | 2017-07-15 | 1 | -2/+6 |
| | | | | | + better feedback in cmd mode | ||||
| * | Video comp verifies audio streams, videoThread moved into Core | tassaron | 2017-07-15 | 1 | -0/+16 |
| | | | | | off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs | ||||
| * | components automatically drawPreview & save currentPreset | tassaron | 2017-07-13 | 1 | -0/+1 |
| | | | | | this makes a Component easier to program. also more comments | ||||
| * | staticComponents list is reversed now | tassaron | 2017-07-13 | 1 | -4/+4 |
| | | |||||
| * | added option to include audio from Video components | tassaron | 2017-07-13 | 1 | -2/+14 |
| | | |||||
| * | merge consecutive static components | tassaron | 2017-07-13 | 1 | -0/+2 |
| | | |||||
| * | fixed various bugs | tassaron | 2017-07-11 | 1 | -2/+2 |
| | | |||||
| * | separated creation of ffmpeg command | tassaron | 2017-07-09 | 1 | -0/+93 |
| | | | | | for future use to sllow editing the command before starting the export | ||||
| * | a basic Sound component for mixing sounds | tassaron | 2017-07-09 | 1 | -2/+3 |
| | | | | | to be greatly expanded... | ||||
| * | more comments + warnings for outdated dependencies | tassaron | 2017-07-09 | 1 | -4/+4 |
| | | |||||
| * | image options to mirror & saturate colours | tassaron | 2017-07-06 | 1 | -1/+1 |
| | | | | | and some friendly docstrings | ||||
| * | moved functions into toolkit, fixed CMD appearing on Windows | tassaron | 2017-07-04 | 1 | -42/+23 |
| | | |||||
