| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixes #70 - store a ref to preview frame & update preview synchronously | tassaron | 2022-05-02 | 1 | -22/+21 |
| | | | | | removing the Python thread might not have been necessary. I will test this next | ||||
| * | log QThread IDs | tassaron | 2022-05-02 | 1 | -0/+2 |
| | | |||||
| * | fix progress bar percentage not increasing | tassaron | 2022-04-30 | 1 | -1/+1 |
| | | | | | numpy.floor now returns a float if given a float | ||||
| * | use super().__init__ in the modern python3 style | tassaron | 2022-04-29 | 1 | -2/+2 |
| | | |||||
| * | add more logging to the video export | tassaron | 2022-04-25 | 1 | -2/+10 |
| | | |||||
| * | make pip-installable as a package | tassaron | 2022-04-22 | 1 | -4/+4 |
| | | |||||
| * | fail gracefully if createFfmpegCommand returns empty | tassaron | 2022-04-21 | 1 | -7/+16 |
| | | |||||
| * | fix crash if ffmpeg is not installed (tested on windows 11) | tassaron | 2022-04-21 | 1 | -3/+9 |
| | | |||||
| * | ctrl-c ends commandline mode properly | tassaron | 2017-08-28 | 1 | -3/+8 |
| | | |||||
| * | remove % from log calls | tassaron | 2017-08-19 | 1 | -3/+4 |
| | | |||||
| * | faster Spectrum preview & custom VERBOSE loglvl | tassaron | 2017-08-14 | 1 | -2/+2 |
| | | |||||
| * | made an authors file | tassaron | 2017-08-13 | 1 | -1/+3 |
| | | |||||
| * | graceful renderNode crash, code clean-up | tassaron | 2017-08-13 | 1 | -36/+52 |
| | | |||||
| * | using the builtin logging module | tassaron | 2017-08-10 | 1 | -7/+17 |
| | | |||||
| * | waveform component is working, preview is glitchy | tassaron | 2017-07-29 | 1 | -12/+26 |
| | | |||||
| * | starting work on Waveform component | tassaron | 2017-07-29 | 1 | -1/+1 |
| | | | | | split Video class out of Video component for reuse in Waveform | ||||
| * | some minor bugfixes | tassaron | 2017-07-27 | 1 | -1/+1 |
| | | |||||
| * | fixed video component eating stdout | tassaron | 2017-07-27 | 1 | -6/+8 |
| | | | | | + made height/width into properties to simplify render methods | ||||
| * | don't]] always trigger error() | tassaron | 2017-07-25 | 1 | -1/+1 |
| | | |||||
| * | error can be locked within properties() | tassaron | 2017-07-25 | 1 | -4/+7 |
| | | | | | and simplified the componenterrors again | ||||
| * | repeated errors don't cause repeated windows | tassaron | 2017-07-25 | 1 | -4/+4 |
| | | |||||
| * | ComponentError exception wraps previewRender | tassaron | 2017-07-23 | 1 | -2/+2 |
| | | | | | probably where errors are likeliest to be found | ||||
| * | better component error messages | tassaron | 2017-07-23 | 1 | -22/+30 |
| | | | | | fatal errors cancel the export instead of crashing | ||||
| * | components auto-connect & track widgets, less autosave spam | tassaron | 2017-07-23 | 1 | -2/+5 |
| | | | | | importing toolkit from live interpreter now works | ||||
| * | ffmpeg functions moved to toolkit, component format simplified | tassaron | 2017-07-20 | 1 | -17/+28 |
| | | | | | component methods are auto-decorated & settings are now class variables | ||||
