| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-13 | Use pyproject.toml + uv_build | Aeliton G. Silva | |
| This replaces setup.py by a modern pyproject.toml using uv_build backend. Dependencies are being also managed by uv, so to install dependencies and run the project one can execute: ``` uv sync uv run pytest # optional python -m avp ``` To build the both source and binary (wheel) distribution package run: ``` uv build ``` Uv can be installed with `pip install uv`. The directory structure has been changed to reflect best practices. - src/* -> src/avp/ - src/tests -> ../tests | |||
| 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-10 | log name of missing/unreadable audio file | tassaron | |
| 2022-05-06 | fix ffmpeg syntax error | tassaron | |
| "syntax is deprecated. Use '|' to separate the list items" from invalid arguments to aevalsrc | |||
| 2022-05-05 | catch PermissionError if FFmpeg doesn't work | tassaron | |
| 2022-04-30 | fix misspelled ffmpeg | tassaron | |
| 2022-04-30 | test if ffmpeg is really found at startup | tassaron | |
| 2022-04-29 | ignore benign error from reading a closed pipe | tassaron | |
| happens when the video is done exporting sometimes. Not worth fixing | |||
| 2022-04-28 | cast int to str in ffmpeg command | tassaron | |
| 2022-04-27 | fix segmentation fault when rendering Color component | tassaron | |
| Pillow's ImageQt is a subclass of QImage | |||
| 2022-04-22 | make pip-installable as a package | tassaron | |
| 2022-04-21 | createFfmpegCommand returns an empty list if it fails | tassaron | |
| previously it raised an exception | |||
| 2022-04-21 | fix crash if ffmpeg is not installed (tested on windows 11) | tassaron | |
| 2022-04-13 | fix missing audio in output video due to change in ffmpeg command syntax ↵ | tassaron | |
| (tested with v4.4.1) | |||
| 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-20 | relative widgets scale properly when undoing at different resolutions | tassaron | |
| 2017-08-19 | remove % from log calls | tassaron | |
| 2017-08-19 | fixed issues with undoing relative widgets | tassaron | |
| 2017-08-15 | undoable edits for normal component settings; TODO: merge small edits | tassaron | |
| 2017-08-14 | better aevalsrc inputs for spectrum previews | tassaron | |
| 2017-08-14 | faster Spectrum preview & custom VERBOSE loglvl | tassaron | |
| 2017-08-12 | fix | tassaron | |
| 2017-08-12 | rv pointless optimization & remove circular imports (again...) | tassaron | |
| the last commit does showcase an enlightening bug however | |||
| 2017-08-12 | move previewWindow class into new file | tassaron | |
| and cache frequently-created blank frames | |||
| 2017-08-10 | using the builtin logging module | tassaron | |
| 2017-08-08 | relative stroke px size & no Qt pen on stroke | tassaron | |
| 2017-08-01 | component class now tracks colorwidgets | tassaron | |
| so adding new color-selection widgets is now simple | |||
| 2017-07-30 | added Spectrum component with many options | tassaron | |
| tweaked Waveform, added some ffmpeg logging, made generic widget functions | |||
| 2017-07-29 | generic preview sound for waveform component | tassaron | |
| with secret preference to use the audio file again | |||
| 2017-07-29 | waveform component is working, preview is glitchy | tassaron | |
| 2017-07-29 | starting work on Waveform component | tassaron | |
| split Video class out of Video component for reuse in Waveform | |||
| 2017-07-28 | move code into a new function for future expansion | tassaron | |
| 2017-07-27 | fixed video component eating stdout | tassaron | |
| + made height/width into properties to simplify render methods | |||
| 2017-07-25 | error can be locked within properties() | tassaron | |
| and simplified the componenterrors again | |||
| 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 | |
