aboutsummaryrefslogtreecommitdiffstats
path: root/src/toolkit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make pip-installable as a packagetassaron2022-04-223-6/+6
|
* createFfmpegCommand returns an empty list if it failstassaron2022-04-211-0/+9
| | | | previously it raised an exception
* fix crash if ffmpeg is not installed (tested on windows 11)tassaron2022-04-211-0/+3
|
* fix missing audio in output video due to change in ffmpeg command syntax ↵tassaron2022-04-131-7/+6
| | | | (tested with v4.4.1)
* ctrl-c ends commandline mode properlytassaron2017-08-281-0/+1
|
* file logging can be turned completely offtassaron2017-08-271-7/+15
| | | | and various changes to log levels and messages everywhere
* fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron2017-08-262-4/+1
| | | | and now Ctrl+Alt+Shift+A gives a bunch of debug info
* relative widgets scale properly when undoing at different resolutionstassaron2017-08-201-0/+1
|
* remove % from log callstassaron2017-08-192-7/+11
|
* fixed issues with undoing relative widgetstassaron2017-08-191-5/+42
|
* undoable edits for normal component settings; TODO: merge small editstassaron2017-08-152-1/+13
|
* better aevalsrc inputs for spectrum previewstassaron2017-08-141-5/+14
|
* faster Spectrum preview & custom VERBOSE loglvltassaron2017-08-141-1/+2
|
* fixtassaron2017-08-121-11/+5
|
* rv pointless optimization & remove circular imports (again...)tassaron2017-08-122-21/+15
| | | | the last commit does showcase an enlightening bug however
* move previewWindow class into new filetassaron2017-08-121-12/+25
| | | | and cache frequently-created blank frames
* using the builtin logging moduletassaron2017-08-102-7/+18
|
* relative stroke px size & no Qt pen on stroketassaron2017-08-081-2/+5
|
* component class now tracks colorwidgetstassaron2017-08-012-22/+3
| | | | so adding new color-selection widgets is now simple
* added Spectrum component with many optionstassaron2017-07-302-15/+69
| | | | tweaked Waveform, added some ffmpeg logging, made generic widget functions
* generic preview sound for waveform componenttassaron2017-07-291-4/+10
| | | | with secret preference to use the audio file again
* waveform component is working, preview is glitchytassaron2017-07-293-26/+37
|
* starting work on Waveform componenttassaron2017-07-292-9/+127
| | | | split Video class out of Video component for reuse in Waveform
* move code into a new function for future expansiontassaron2017-07-281-87/+97
|
* fixed video component eating stdouttassaron2017-07-271-3/+3
| | | | + made height/width into properties to simplify render methods