| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix | tassaron | 2017-08-12 | 1 | -11/+5 |
| | | |||||
| * | rv pointless optimization & remove circular imports (again...) | tassaron | 2017-08-12 | 2 | -21/+15 |
| | | | | | the last commit does showcase an enlightening bug however | ||||
| * | move previewWindow class into new file | tassaron | 2017-08-12 | 1 | -12/+25 |
| | | | | | and cache frequently-created blank frames | ||||
| * | using the builtin logging module | tassaron | 2017-08-10 | 2 | -7/+18 |
| | | |||||
| * | relative stroke px size & no Qt pen on stroke | tassaron | 2017-08-08 | 1 | -2/+5 |
| | | |||||
| * | component class now tracks colorwidgets | tassaron | 2017-08-01 | 2 | -22/+3 |
| | | | | | so adding new color-selection widgets is now simple | ||||
| * | added Spectrum component with many options | tassaron | 2017-07-30 | 2 | -15/+69 |
| | | | | | tweaked Waveform, added some ffmpeg logging, made generic widget functions | ||||
| * | generic preview sound for waveform component | tassaron | 2017-07-29 | 1 | -4/+10 |
| | | | | | with secret preference to use the audio file again | ||||
| * | waveform component is working, preview is glitchy | tassaron | 2017-07-29 | 3 | -26/+37 |
| | | |||||
| * | starting work on Waveform component | tassaron | 2017-07-29 | 2 | -9/+127 |
| | | | | | 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 |
| | | |||||
| * | fixed video component eating stdout | tassaron | 2017-07-27 | 1 | -3/+3 |
| | | | | | + made height/width into properties to simplify render methods | ||||
| * | error can be locked within properties() | tassaron | 2017-07-25 | 1 | -2/+2 |
| | | | | | and simplified the componenterrors again | ||||
| * | ComponentError exception wraps previewRender | tassaron | 2017-07-23 | 1 | -0/+18 |
| | | | | | probably where errors are likeliest to be found | ||||
| * | better component error messages | tassaron | 2017-07-23 | 2 | -1/+9 |
| | | | | | fatal errors cancel the export instead of crashing | ||||
| * | components auto-connect & track widgets, less autosave spam | tassaron | 2017-07-23 | 4 | -76/+48 |
| | | | | | importing toolkit from live interpreter now works | ||||
| * | add component in context menu, del/ins hotkeys | tassaron | 2017-07-20 | 1 | -1/+8 |
| | | | | | + preset manager uses mainwindow component list | ||||
| * | ffmpeg functions moved to toolkit, component format simplified | tassaron | 2017-07-20 | 4 | -6/+314 |
| | | | | | component methods are auto-decorated & settings are now class variables | ||||
| * | combined toolkit.py & frame.py into toolkit package | tassaron | 2017-07-17 | 3 | -0/+200 |
