| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use pyproject.toml + uv_build | Aeliton G. Silva | 2026-01-13 | 1 | -93/+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 | -23/+27 |
| | | | | | 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 useful comment about why this reference exists | tassaron | 2022-05-02 | 1 | -0/+2 |
| | | |||||
| * | log QThread IDs | tassaron | 2022-05-02 | 1 | -0/+1 |
| | | |||||
| * | fix 'QThread killed while running' at program exit | tassaron | 2022-04-30 | 1 | -8/+4 |
| | | |||||
| * | use super().__init__ in the modern python3 style | tassaron | 2022-04-29 | 1 | -2/+2 |
| | | |||||
| * | make pip-installable as a package | tassaron | 2022-04-22 | 1 | -2/+2 |
| | | |||||
| * | relative widgets scale properly when undoing at different resolutions | tassaron | 2017-08-20 | 1 | -3/+3 |
| | | |||||
| * | fixed issues with undoing relative widgets | tassaron | 2017-08-19 | 1 | -1/+1 |
| | | |||||
| * | organizing GUImode-specific code | tassaron | 2017-08-14 | 1 | -0/+90 |
