aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* undoable edits for normal component settings; TODO: merge small editstassaron2017-08-151-7/+13
* undoable removeComponent actiontassaron2017-08-141-12/+24
* faster Spectrum preview & custom VERBOSE loglvltassaron2017-08-141-4/+6
* rv pointless optimization & remove circular imports (again...)tassaron2017-08-121-1/+1
* using the builtin logging moduletassaron2017-08-101-8/+65
* save presets as floats so project resolution is not relevanttassaron2017-08-031-1/+1
* max spinbox vals scale relatively & less errors when spamming res changetassaron2017-08-031-3/+3
* generic preview sound for waveform componenttassaron2017-07-291-0/+1
* quit if project doesn't exist when exporting from commandlinetassaron2017-07-271-2/+4
* repeated errors don't cause repeated windowstassaron2017-07-251-7/+8
* ComponentError exception wraps previewRendertassaron2017-07-231-0/+3
* better component error messagestassaron2017-07-231-6/+4
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-74/+122
* add component in context menu, del/ins hotkeystassaron2017-07-201-6/+4
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-318/+61
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-171-1/+1
* new hotkey to preview the ffmpeg commandtassaron2017-07-161-1/+5
* apply complex filters to audio streams from componentstassaron2017-07-161-17/+86
* use -t on inputs so ffmpeg knows when to stop filterstassaron2017-07-151-2/+6
* Video comp verifies audio streams, videoThread moved into Coretassaron2017-07-151-0/+16
* components automatically drawPreview & save currentPresettassaron2017-07-131-0/+1
* staticComponents list is reversed nowtassaron2017-07-131-4/+4
* added option to include audio from Video componentstassaron2017-07-131-2/+14
* merge consecutive static componentstassaron2017-07-131-0/+2
* fixed various bugstassaron2017-07-111-2/+2