| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | delay opening logfile until first call to logger | tassaron | 2022-04-29 | 1 | -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 package | tassaron | 2022-04-22 | 1 | -6/+6 |
| | | |||||
| * | ctrl-c ends commandline mode properly | tassaron | 2017-08-28 | 1 | -6/+4 |
| | | |||||
| * | file logging can be turned completely off | tassaron | 2017-08-27 | 1 | -45/+40 |
| | | | | | and various changes to log levels and messages everywhere | ||||
| * | fixed too-large Color sizes, fixed a redoing bug, rm pointless things | tassaron | 2017-08-26 | 1 | -2/+6 |
| | | | | | and now Ctrl+Alt+Shift+A gives a bunch of debug info | ||||
| * | potential dataDir paths in comments for future reference | tassaron | 2017-08-21 | 1 | -1/+4 |
| | | |||||
| * | remove % from log calls | tassaron | 2017-08-19 | 1 | -9/+10 |
| | | |||||
| * | fixed issues with undoing relative widgets | tassaron | 2017-08-19 | 1 | -7/+4 |
| | | |||||
| * | undoable preset open, rename, and delete' | tassaron | 2017-08-17 | 1 | -2/+2 |
| | | |||||
| * | component updateWrapper and more obvious method names | tassaron | 2017-08-17 | 1 | -2/+5 |
| | | |||||
| * | undoable component movement | tassaron | 2017-08-16 | 1 | -0/+1 |
| | | |||||
| * | undoable edits for normal component settings; TODO: merge small edits | tassaron | 2017-08-15 | 1 | -7/+13 |
| | | |||||
| * | undoable removeComponent action | tassaron | 2017-08-14 | 1 | -12/+24 |
| | | |||||
| * | faster Spectrum preview & custom VERBOSE loglvl | tassaron | 2017-08-14 | 1 | -4/+6 |
| | | |||||
| * | rv pointless optimization & remove circular imports (again...) | tassaron | 2017-08-12 | 1 | -1/+1 |
| | | | | | the last commit does showcase an enlightening bug however | ||||
| * | using the builtin logging module | tassaron | 2017-08-10 | 1 | -8/+65 |
| | | |||||
| * | save presets as floats so project resolution is not relevant | tassaron | 2017-08-03 | 1 | -1/+1 |
| | | | | | unfortunately this breaks old projects and presets | ||||
| * | max spinbox vals scale relatively & less errors when spamming res change | tassaron | 2017-08-03 | 1 | -3/+3 |
| | | | | | w/h attrs are locked during render so preview thread always get correctly-sized frame | ||||
| * | generic preview sound for waveform component | tassaron | 2017-07-29 | 1 | -0/+1 |
| | | | | | with secret preference to use the audio file again | ||||
| * | quit if project doesn't exist when exporting from commandline | tassaron | 2017-07-27 | 1 | -2/+4 |
| | | |||||
| * | repeated errors don't cause repeated windows | tassaron | 2017-07-25 | 1 | -7/+8 |
| | | |||||
| * | ComponentError exception wraps previewRender | tassaron | 2017-07-23 | 1 | -0/+3 |
| | | | | | probably where errors are likeliest to be found | ||||
| * | better component error messages | tassaron | 2017-07-23 | 1 | -6/+4 |
| | | | | | fatal errors cancel the export instead of crashing | ||||
| * | components auto-connect & track widgets, less autosave spam | tassaron | 2017-07-23 | 1 | -74/+122 |
| | | | | | importing toolkit from live interpreter now works | ||||
| * | add component in context menu, del/ins hotkeys | tassaron | 2017-07-20 | 1 | -6/+4 |
| | | | | | + preset manager uses mainwindow component list | ||||
