aboutsummaryrefslogtreecommitdiffstats
path: root/src/components (follow)
Commit message (Expand)AuthorAgeFilesLines
* component class now tracks colorwidgetstassaron2017-08-014-140/+20
* crop aphasermeter so it scales to look biggertassaron2017-07-301-1/+2
* more options for the Spectrum componenttassaron2017-07-302-33/+436
* added Spectrum component with many optionstassaron2017-07-304-21/+869
* generic preview sound for waveform componenttassaron2017-07-291-13/+25
* waveform component is working, preview is glitchytassaron2017-07-294-49/+193
* starting work on Waveform componenttassaron2017-07-293-147/+473
* some minor bugfixestassaron2017-07-272-8/+9
* fixed video component eating stdouttassaron2017-07-276-78/+46
* error can be locked within properties()tassaron2017-07-251-20/+15
* repeated errors don't cause repeated windowstassaron2017-07-252-3/+2
* preset manager uses mainwindow row for every buttontassaron2017-07-241-10/+7
* ComponentError exception wraps previewRendertassaron2017-07-231-3/+3
* better component error messagestassaron2017-07-233-13/+15
* components auto-connect & track widgets, less autosave spamtassaron2017-07-236-337/+165
* add component in context menu, del/ins hotkeystassaron2017-07-201-2/+2
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-206-42/+33
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-176-13/+16
* new hotkey to preview the ffmpeg commandtassaron2017-07-161-2/+2
* apply complex filters to audio streams from componentstassaron2017-07-164-9/+155
* use -t on inputs so ffmpeg knows when to stop filterstassaron2017-07-152-12/+31
* Video comp verifies audio streams, videoThread moved into Coretassaron2017-07-151-5/+20
* components automatically drawPreview & save currentPresettassaron2017-07-136-6/+4
* more error messages for blank componentstassaron2017-07-134-8/+31
* added option to include audio from Video componentstassaron2017-07-131-5/+3