| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add commandline option to disable preview during export | tassaron | 2022-05-02 | 1 | -1/+2 |
| | | | | | the weird use of type() is to avoid restructuring the code at this time. I will refactor this in a different pull request | ||||
| * | Don't render checkerboard during preview | tassaron | 2022-05-02 | 1 | -3/+1 |
| | | | | | It was nice for consistency with the editing preview, but this slows down the main thread if we're doing the preview synchronously. And it's not really inaccurate to the final product, as far as I know. | ||||
| * | 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 | ||||
