| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-11 | update to Qt 6 and Pillow 12 | tassaron | |
| and yeah, I accidentally ran black on the codebase. I don't want to spend more free time fixing that. All of these changes are simple renames or removals, nothing too major. | |||
| 2022-05-02 | add commandline option to disable preview during export | tassaron | |
| the weird use of type() is to avoid restructuring the code at this time. I will refactor this in a different pull request | |||
| 2022-04-30 | raise log level of library logfile | tassaron | |
| 2022-04-29 | log ffmpeg bin | tassaron | |
| 2022-04-29 | remove extra window properties from window objects | tassaron | |
| 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__ | |||
| 2022-04-29 | rename videoCreated method to stopVideoThread | tassaron | |
| 2022-04-29 | delay opening logfile until first call to logger | tassaron | |
| fix deleting an open file if logger changes after parsing commandline args on Windows deleting an open file raises an exception | |||
| 2022-04-22 | make pip-installable as a package | tassaron | |
| 2017-08-28 | ctrl-c ends commandline mode properly | tassaron | |
| 2017-08-27 | file logging can be turned completely off | tassaron | |
| and various changes to log levels and messages everywhere | |||
| 2017-08-26 | fixed too-large Color sizes, fixed a redoing bug, rm pointless things | tassaron | |
| and now Ctrl+Alt+Shift+A gives a bunch of debug info | |||
| 2017-08-21 | potential dataDir paths in comments for future reference | tassaron | |
| 2017-08-19 | remove % from log calls | tassaron | |
| 2017-08-19 | fixed issues with undoing relative widgets | tassaron | |
| 2017-08-17 | undoable preset open, rename, and delete' | tassaron | |
| 2017-08-17 | component updateWrapper and more obvious method names | tassaron | |
| 2017-08-16 | undoable component movement | tassaron | |
| 2017-08-15 | undoable edits for normal component settings; TODO: merge small edits | tassaron | |
| 2017-08-14 | undoable removeComponent action | tassaron | |
| 2017-08-14 | faster Spectrum preview & custom VERBOSE loglvl | tassaron | |
| 2017-08-12 | rv pointless optimization & remove circular imports (again...) | tassaron | |
| the last commit does showcase an enlightening bug however | |||
| 2017-08-10 | using the builtin logging module | tassaron | |
| 2017-08-03 | save presets as floats so project resolution is not relevant | tassaron | |
| unfortunately this breaks old projects and presets | |||
| 2017-08-03 | max spinbox vals scale relatively & less errors when spamming res change | tassaron | |
| w/h attrs are locked during render so preview thread always get correctly-sized frame | |||
| 2017-07-29 | generic preview sound for waveform component | tassaron | |
| with secret preference to use the audio file again | |||
| 2017-07-27 | quit if project doesn't exist when exporting from commandline | tassaron | |
| 2017-07-25 | repeated errors don't cause repeated windows | tassaron | |
| 2017-07-23 | ComponentError exception wraps previewRender | tassaron | |
| probably where errors are likeliest to be found | |||
| 2017-07-23 | better component error messages | tassaron | |
| fatal errors cancel the export instead of crashing | |||
| 2017-07-23 | components auto-connect & track widgets, less autosave spam | tassaron | |
| importing toolkit from live interpreter now works | |||
| 2017-07-20 | add component in context menu, del/ins hotkeys | tassaron | |
| + preset manager uses mainwindow component list | |||
| 2017-07-20 | ffmpeg functions moved to toolkit, component format simplified | tassaron | |
| component methods are auto-decorated & settings are now class variables | |||
| 2017-07-17 | combined toolkit.py & frame.py into toolkit package | tassaron | |
| 2017-07-16 | new hotkey to preview the ffmpeg command | tassaron | |
| 2017-07-16 | apply complex filters to audio streams from components | tassaron | |
| tons of sound options could be given now, + installation using setup.py | |||
| 2017-07-15 | use -t on inputs so ffmpeg knows when to stop filters | tassaron | |
| + better feedback in cmd mode | |||
| 2017-07-15 | Video comp verifies audio streams, videoThread moved into Core | tassaron | |
| off-by-1 bug fixed in exporting, & use fewer threads for fewer CPUs | |||
| 2017-07-13 | components automatically drawPreview & save currentPreset | tassaron | |
| this makes a Component easier to program. also more comments | |||
| 2017-07-13 | staticComponents list is reversed now | tassaron | |
| 2017-07-13 | added option to include audio from Video components | tassaron | |
| 2017-07-13 | merge consecutive static components | tassaron | |
| 2017-07-11 | fixed various bugs | tassaron | |
| 2017-07-09 | separated creation of ffmpeg command | tassaron | |
| for future use to sllow editing the command before starting the export | |||
| 2017-07-09 | a basic Sound component for mixing sounds | tassaron | |
| to be greatly expanded... | |||
| 2017-07-09 | more comments + warnings for outdated dependencies | tassaron | |
| 2017-07-06 | image options to mirror & saturate colours | tassaron | |
| and some friendly docstrings | |||
| 2017-07-04 | moved functions into toolkit, fixed CMD appearing on Windows | tassaron | |
| 2017-07-02 | rm unneeded imports, work on freezing | tassaron | |
| 2017-06-25 | renamed Original Audio Visualization to Classic Visualizer | tassaron | |
| 2017-06-25 | whitelist is more sensible here than blacklist | tassaron | |
