aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* repeated errors don't cause repeated windowstassaron2017-07-251-7/+8
|
* ComponentError exception wraps previewRendertassaron2017-07-231-0/+3
| | | | probably where errors are likeliest to be found
* better component error messagestassaron2017-07-231-6/+4
| | | | fatal errors cancel the export instead of crashing
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-74/+122
| | | | importing toolkit from live interpreter now works
* add component in context menu, del/ins hotkeystassaron2017-07-201-6/+4
| | | | + preset manager uses mainwindow component list