| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use pyproject.toml + uv_build | Aeliton G. Silva | 2026-01-13 | 1 | -671/+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 | ||||
| * | undoable edits for normal component settings; TODO: merge small edits | tassaron | 2017-08-15 | 1 | -0/+6 |
| | | |||||
| * | dropshadow option for Text component | tassaron | 2017-08-07 | 1 | -0/+27 |
| | | |||||
| * | added stroke and font style options to Text component | tassaron | 2017-08-06 | 1 | -72/+367 |
| | | |||||
| * | save presets as floats so project resolution is not relevant | tassaron | 2017-08-03 | 1 | -45/+69 |
| | | | | | unfortunately this breaks old projects and presets | ||||
| * | max spinbox vals scale relatively & less errors when spamming res change | tassaron | 2017-08-03 | 1 | -0/+3 |
| | | | | | w/h attrs are locked during render so preview thread always get correctly-sized frame | ||||
| * | QT5 Conversion + Directory Structure | DH4 | 2017-06-23 | 1 | -0/+316 |
