summaryrefslogtreecommitdiff
path: root/assets/cpp/version.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-01plugin/fsm: only provide modelData role2 * r + 2 * t2-41/+6
2025-09-01plugin/cim: better sourceSize2 * r + 2 * t3-27/+11
2025-09-01plugin: fix warnings + const stuff2 * r + 2 * t6-62/+62
2025-09-01cmake: more compiler warnings2 * r + 2 * t2-2/+13
2025-08-31plugin/fsm: lazy entriesChanged2 * r + 2 * t1-15/+32
Only emit when it actually changes (comparison via paths)
2025-08-31plugin/fsm: add new roles2 * r + 2 * t2-2/+10
2025-08-31plugin/fsm: rename files -> entries2 * r + 2 * t3-29/+48
Also rename filter & add props
2025-08-31plugin: add FileSystemModel2 * r + 2 * t6-50/+288
2025-08-31plugin/cim: check if cache is valid image2 * r + 2 * t2-5/+5
2025-08-31plugin/cutils: add getAverageLuminance2 * r + 2 * t3-58/+219
Fixes stutters in wallpaper list Also fix crash when saveItem target doesn't have a window
2025-08-31[CI] chore: update flakegithub-actions1-10/+10
2025-08-31dev: build using clang by defaultSoramane1-0/+3
2025-08-31nix: add debug packageSoramane2-4/+12
Also use clangStdenv to build Use RelWithDebInfo for release builds
2025-08-30plugin/cim: safe async this2 * r + 2 * t1-18/+19
Fixes wallpaper picker crash on fast input
2025-08-30plugin/cim: fix null images2 * r + 2 * t1-1/+14
2025-08-30wallpapers: use CAELESTIA_WALLPAPERS_DIR env2 * r + 2 * t3-4/+6
Env var overrides config option
2025-08-30readme/install: explain different aur packages2 * r + 2 * t1-1/+5
2025-08-30readme: rename arch installation section2 * r + 2 * t1-1/+1
2025-08-30plugin/cim: fix cache path2 * r + 2 * t2-7/+8
Different cache paths for different fill modes
2025-08-30plugin/cim: respect image fill mode2 * r + 2 * t2-20/+39
Also prevent duplicate sha calcs
2025-08-30plugin/cim: better cache impl2 * r + 2 * t5-19/+42
2025-08-30dev: reload on cmakelists change2 * r + 2 * t1-0/+1
2025-08-30plugin/cutils: fix saveItem scaling2 * r + 2 * t1-4/+11
Fixes #521 Closes #524
2025-08-30launcher: allow show on hover (#498)M Matthew Hydock3-3/+7
added `showOnHover` to launcher config, disabled by default to preserve existing functionality. when enabled, drag-to-show is disabled.
2025-08-30brightness: detect monitors by connector instead of model (#503)anders1301-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-30nix/hm: add option to disable systemd service (#526)Davi Ribeiro2-3/+21
* nix/hm: add option to disable systemd service * readme: complement home manager configuring
2025-08-30dev: fix qml import paths + direnv on non-nixSoramane1-3/+5
Closes #519
2025-08-30config: fix default playerAliases (#506)anders1302-4/+3
2025-08-29dev: better direnvSoramane2-7/+11
Move rebuild logic to direnv instead of nix
2025-08-29plugin/cim: update on size changeSoramane3-28/+73
2025-08-29cmake: better modules enable/disableSoramane2-6/+7
2025-08-29nix: fix + expose lib stuffSoramane4-18/+38
Also format
2025-08-29lib: add version script2 * r + 2 * t5-4/+60
2025-08-29nix: fixes2 * r + 2 * t2-5/+7
2025-08-29nix: better nix develop + refactor (#490)Davi Ribeiro5-11/+48
2025-08-29ci: no cpack2 * r + 2 * t2-24/+14
2025-08-29readme: add local changes example2 * r + 2 * t1-24/+10
Also remove releases installation section
2025-08-28readme: fix installer example2 * r + 2 * t1-1/+1
2025-08-28readme: add home manager to configuring2 * r + 2 * t1-0/+18
2025-08-28readme: add nix & release installation2 * r + 2 * t1-0/+55
2025-08-28ci: fix release2 * r + 2 * t1-1/+2
woe
2025-08-28ci: fix release2 * r + 2 * t1-1/+1
Install qt deps
2025-08-28ci: fix release2 * r + 2 * t1-1/+6
Install deps
2025-08-28ci: fix release2 * r + 2 * t1-1/+7
Also create *-latest files for easy curling
2025-08-28cmake: strip prefixed versions when passed in2 * r + 2 * t1-2/+2