| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-09-01 | plugin/fsm: only provide modelData role | 2 * r + 2 * t | 2 | -41/+6 | |
| 2025-09-01 | plugin/cim: better sourceSize | 2 * r + 2 * t | 3 | -27/+11 | |
| 2025-09-01 | plugin: fix warnings + const stuff | 2 * r + 2 * t | 6 | -62/+62 | |
| 2025-09-01 | cmake: more compiler warnings | 2 * r + 2 * t | 2 | -2/+13 | |
| 2025-08-31 | plugin/fsm: lazy entriesChanged | 2 * r + 2 * t | 1 | -15/+32 | |
| Only emit when it actually changes (comparison via paths) | |||||
| 2025-08-31 | plugin/fsm: add new roles | 2 * r + 2 * t | 2 | -2/+10 | |
| 2025-08-31 | plugin/fsm: rename files -> entries | 2 * r + 2 * t | 3 | -29/+48 | |
| Also rename filter & add props | |||||
| 2025-08-31 | plugin: add FileSystemModel | 2 * r + 2 * t | 6 | -50/+288 | |
| 2025-08-31 | plugin/cim: check if cache is valid image | 2 * r + 2 * t | 2 | -5/+5 | |
| 2025-08-31 | plugin/cutils: add getAverageLuminance | 2 * r + 2 * t | 3 | -58/+219 | |
| Fixes stutters in wallpaper list Also fix crash when saveItem target doesn't have a window | |||||
| 2025-08-31 | [CI] chore: update flake | github-actions | 1 | -10/+10 | |
| 2025-08-31 | dev: build using clang by default | Soramane | 1 | -0/+3 | |
| 2025-08-31 | nix: add debug package | Soramane | 2 | -4/+12 | |
| Also use clangStdenv to build Use RelWithDebInfo for release builds | |||||
| 2025-08-30 | plugin/cim: safe async this | 2 * r + 2 * t | 1 | -18/+19 | |
| Fixes wallpaper picker crash on fast input | |||||
| 2025-08-30 | plugin/cim: fix null images | 2 * r + 2 * t | 1 | -1/+14 | |
| 2025-08-30 | wallpapers: use CAELESTIA_WALLPAPERS_DIR env | 2 * r + 2 * t | 3 | -4/+6 | |
| Env var overrides config option | |||||
| 2025-08-30 | readme/install: explain different aur packages | 2 * r + 2 * t | 1 | -1/+5 | |
| 2025-08-30 | readme: rename arch installation section | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-08-30 | plugin/cim: fix cache path | 2 * r + 2 * t | 2 | -7/+8 | |
| Different cache paths for different fill modes | |||||
| 2025-08-30 | plugin/cim: respect image fill mode | 2 * r + 2 * t | 2 | -20/+39 | |
| Also prevent duplicate sha calcs | |||||
| 2025-08-30 | plugin/cim: better cache impl | 2 * r + 2 * t | 5 | -19/+42 | |
| 2025-08-30 | dev: reload on cmakelists change | 2 * r + 2 * t | 1 | -0/+1 | |
| 2025-08-30 | plugin/cutils: fix saveItem scaling | 2 * r + 2 * t | 1 | -4/+11 | |
| Fixes #521 Closes #524 | |||||
| 2025-08-30 | launcher: allow show on hover (#498) | M Matthew Hydock | 3 | -3/+7 | |
| added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled. | |||||
| 2025-08-30 | brightness: detect monitors by connector instead of model (#503) | anders130 | 1 | -4/+4 | |
| * fix(brightness): change monitor detection to be based on connector using the model caused problems when using the same monitor twice * format + use connector for isDdc --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-08-30 | nix/hm: add option to disable systemd service (#526) | Davi Ribeiro | 2 | -3/+21 | |
| * nix/hm: add option to disable systemd service * readme: complement home manager configuring | |||||
| 2025-08-30 | dev: fix qml import paths + direnv on non-nix | Soramane | 1 | -3/+5 | |
| Closes #519 | |||||
| 2025-08-30 | config: fix default playerAliases (#506) | anders130 | 2 | -4/+3 | |
| 2025-08-29 | dev: better direnv | Soramane | 2 | -7/+11 | |
| Move rebuild logic to direnv instead of nix | |||||
| 2025-08-29 | plugin/cim: update on size change | Soramane | 3 | -28/+73 | |
| 2025-08-29 | cmake: better modules enable/disable | Soramane | 2 | -6/+7 | |
| 2025-08-29 | nix: fix + expose lib stuff | Soramane | 4 | -18/+38 | |
| Also format | |||||
| 2025-08-29 | lib: add version script | 2 * r + 2 * t | 5 | -4/+60 | |
| 2025-08-29 | nix: fixes | 2 * r + 2 * t | 2 | -5/+7 | |
| 2025-08-29 | nix: better nix develop + refactor (#490) | Davi Ribeiro | 5 | -11/+48 | |
| 2025-08-29 | ci: no cpack | 2 * r + 2 * t | 2 | -24/+14 | |
| 2025-08-29 | readme: add local changes example | 2 * r + 2 * t | 1 | -24/+10 | |
| Also remove releases installation section | |||||
| 2025-08-28 | readme: fix installer example | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-08-28 | readme: add home manager to configuring | 2 * r + 2 * t | 1 | -0/+18 | |
| 2025-08-28 | readme: add nix & release installation | 2 * r + 2 * t | 1 | -0/+55 | |
| 2025-08-28 | ci: fix release | 2 * r + 2 * t | 1 | -1/+2 | |
| woe | |||||
| 2025-08-28 | ci: fix release | 2 * r + 2 * t | 1 | -1/+1 | |
| Install qt deps | |||||
| 2025-08-28 | ci: fix release | 2 * r + 2 * t | 1 | -1/+6 | |
| Install deps | |||||
| 2025-08-28 | ci: fix release | 2 * r + 2 * t | 1 | -1/+7 | |
| Also create *-latest files for easy curling | |||||
| 2025-08-28 | cmake: strip prefixed versions when passed in | 2 * r + 2 * t | 1 | -2/+2 | |