aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/util/util.vala
Commit message (Collapse)AuthorAgeFilesLines
* Store avatars in the user's cache directory.dot-cache-avatarsMiquel Lionel2024-09-261-0/+32
| | | | | | | | - Not anymore in ~/.local/share, where media files are stored. - Already existing ~/.local/share/dino/avatars directory will be moved to ~/.cache/dino/avatars - If both directories already exists, the old one (in ~/.local/share) is removed.
* Discover plugins in Meson build directorieshrxi2024-09-151-2/+22
| | | | | | | If the environment looks like a Meson build dir (parent directory is called "main"), then also look for plugins in `../plugins/*`. Fixes #1591.
* Add a WeakMap implementation + testsfiaxh2020-11-141-0/+69