aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* add commandline option to disable preview during exporttassaron2022-05-021-0/+1
* raise log level of library logfiletassaron2022-04-301-3/+6
* log ffmpeg bintassaron2022-04-291-7/+12
* remove extra window properties from window objectstassaron2022-04-291-1/+1
* rename videoCreated method to stopVideoThreadtassaron2022-04-291-2/+2
* delay opening logfile until first call to loggertassaron2022-04-291-2/+2
* make pip-installable as a packagetassaron2022-04-221-6/+6
* ctrl-c ends commandline mode properlytassaron2017-08-281-6/+4
* file logging can be turned completely offtassaron2017-08-271-45/+40
* 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