| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use pyproject.toml + uv_build | Aeliton G. Silva | 2026-01-13 | 1 | -597/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | update to Qt 6 and Pillow 12 | tassaron | 2026-01-11 | 1 | -219/+201 |
| | | | | | 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. | ||||
| * | add commandline option to disable preview during export | tassaron | 2022-05-02 | 1 | -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 logfile | tassaron | 2022-04-30 | 1 | -3/+6 |
| | | |||||
| * | log ffmpeg bin | tassaron | 2022-04-29 | 1 | -7/+12 |
| | | |||||
| * | remove extra window properties from window objects | tassaron | 2022-04-29 | 1 | -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 stopVideoThread | tassaron | 2022-04-29 | 1 | -2/+2 |
| | | |||||
| * | 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 | ||||
