aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron2017-08-261-2/+6
* potential dataDir paths in comments for future referencetassaron2017-08-211-1/+4
* remove % from log callstassaron2017-08-191-9/+10
* fixed issues with undoing relative widgetstassaron2017-08-191-7/+4
* undoable preset open, rename, and delete'tassaron2017-08-171-2/+2
* component updateWrapper and more obvious method namestassaron2017-08-171-2/+5
* undoable component movementtassaron2017-08-161-0/+1
* 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