aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add commandline option to disable preview during exporttassaron2022-05-021-0/+1
| | | | the weird use of type() is to avoid restructuring the code at this time. I will refactor this in a different pull request
* 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
| | | | | instead of windows with properties which are windows, windows now have the UI added directly to them using an argument of `uic.loadUi` Also, DPI scaling moved to MainWindow __init__
* rename videoCreated method to stopVideoThreadtassaron2022-04-291-2/+2
|
* delay opening logfile until first call to loggertassaron2022-04-291-2/+2
| | | | | fix deleting an open file if logger changes after parsing commandline args on Windows deleting an open file raises an exception
* 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
| | | | and various changes to log levels and messages everywhere
* fixed too-large Color sizes, fixed a redoing bug, rm pointless thingstassaron2017-08-261-2/+6
| | | | and now Ctrl+Alt+Shift+A gives a bunch of debug info
* 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
| | | | the last commit does showcase an enlightening bug however
* using the builtin logging moduletassaron2017-08-101-8/+65
|
* save presets as floats so project resolution is not relevanttassaron2017-08-031-1/+1
| | | | unfortunately this breaks old projects and presets
* max spinbox vals scale relatively & less errors when spamming res changetassaron2017-08-031-3/+3
| | | | w/h attrs are locked during render so preview thread always get correctly-sized frame
* generic preview sound for waveform componenttassaron2017-07-291-0/+1
| | | | with secret preference to use the audio file again
* quit if project doesn't exist when exporting from commandlinetassaron2017-07-271-2/+4
|