| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-09-11 | plugin/appdb: fix persistence | 2 * r + 2 * t | 2 | -21/+9 | |
| 2025-09-11 | plugin: use qt typedefs for fixed ints | 2 * r + 2 * t | 3 | -32/+30 | |
| 2025-09-11 | launcher: sort apps by usage | 2 * r + 2 * t | 4 | -20/+325 | |
| Closes #588 | |||||
| 2025-09-10 | plugin: remove multimedia dep | 2 * r + 2 * t | 3 | -14/+13 | |
| Also remove QML module version | |||||
| 2025-09-10 | launcher: not full rounding + better anim | 2 * r + 2 * t | 6 | -8/+21 | |
| 2025-09-10 | launcher: add config option for hiding applications (#568) | anders130 | 3 | -2/+4 | |
| * feat(launcher): add config option for excluding applications from launcher * fix(launcher): rename excludedApps to hiddenApps * chore: add example to readme * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-09-10 | launcher: fix showOnHover | 2 * r + 2 * t | 1 | -1/+2 | |
| Closes #591 Fixes #562 | |||||
| 2025-09-10 | launcher/wallpaper: include subfolder in search | 2 * r + 2 * t | 2 | -1/+1 | |
| Closes #589 | |||||
| 2025-09-09 | bar/tray: add icon subs | 2 * r + 2 * t | 4 | -8/+17 | |
| Usage: array of { id, image | icon } | |||||
| 2025-09-09 | plugin/service: remove zero ref warning | 2 * r + 2 * t | 1 | -1/+0 | |
| Reloads don't play nice with it + it doesn't matter anyways | |||||
| 2025-09-09 | internal: use Qt.resolvedUrl | 2 * r + 2 * t | 7 | -7/+7 | |
| 2025-09-09 | launcher: allow configuring actions (#558) | Belal | 4 | -141/+241 | |
| * refactor: make launcher actions configurable * use variants + internal -> setMode + format * reorder readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-09-09 | dashboard: fix pfp picker | 2 * r + 2 * t | 1 | -1/+1 | |
| Fixes #579 | |||||
| 2025-09-09 | dashboard/media: fix incubation warning | 2 * r + 2 * t | 1 | -1/+0 | |
| 2025-09-09 | plugin/ac: not singleton | 2 * r + 2 * t | 13 | -94/+241 | |
| Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service | |||||
| 2025-09-09 | nix: fix build error with libcava (#585) | Davi Ribeiro | 1 | -1/+2 | |
| libcava failing with fftw3.h not found | |||||
| 2025-09-09 | nix: fix pipewire | 2 * r + 2 * t | 1 | -2/+2 | |
| Fixes #583 | |||||
| 2025-09-08 | bar: configurable scroll actions (#559) | Belal | 3 | -3/+15 | |
| * bar: add option to disable scroll actions for volume and brightness * options for workspaces, brightness and volume * add options to readme + format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-09-08 | bar/statusicons: add mic indicator | 2 * r + 2 * t | 3 | -0/+14 | |
| Closes #578 | |||||
| 2025-09-08 | internal: force threaded render loop | 2 * r + 2 * t | 1 | -0/+1 | |
| Fixes #153 Fixes caelestia-dots/caelestia#118 Closes caelestia-dots/caelestia#137 | |||||
| 2025-09-08 | plugin: use lower case imports | 2 * r + 2 * t | 20 | -66/+41 | |
| 2025-09-08 | plugin/ac: use double buffer | 2 * r + 2 * t | 4 | -72/+36 | |
| Double buffer instead of circular buffer | |||||
| 2025-09-08 | nix: remove cava dep | 2 * r + 2 * t | 1 | -2/+0 | |
| 2025-09-08 | plugin/ac: fix idle state + reduce buffer size | 2 * r + 2 * t | 3 | -27/+55 | |
| 2025-09-08 | dashboard/media: ensure visualiser heads | 2 * r + 2 * t | 2 | -2/+1 | |
| 2025-09-08 | plugin/ac: rt process | 2 * r + 2 * t | 1 | -1/+3 | |
| 2025-09-08 | plugin/ap: fix collector | 2 * r + 2 * t | 15 | -278/+428 | |
| Actually read from speakers not mic | |||||
| 2025-09-08 | dev: export cmake compile commands | 2 * r + 2 * t | 2 | -1/+2 | |
| For LSP | |||||
| 2025-09-07 | plugin/cmake: use pkgconfig targets | 2 * r + 2 * t | 1 | -7/+4 | |
| 2025-09-07 | plugin/ap: don't load empty chunks | 2 * r + 2 * t | 1 | -1/+6 | |
| 2025-09-07 | plugin/cp: update values when bars changed | 2 * r + 2 * t | 1 | -1/+4 | |
| 2025-09-07 | plugin/cim: fix uninitialised pointer | 2 * r + 2 * t | 1 | -1/+2 | |
| 2025-09-07 | plugin/ap: cleaner chunk loading/accessing | 2 * r + 2 * t | 2 | -27/+10 | |
| 2025-09-07 | plugin: add cava provider | 2 * r + 2 * t | 4 | -3/+212 | |
| 2025-09-07 | plugin/ap: properly buffer data | 2 * r + 2 * t | 4 | -76/+224 | |
| Run at a stable fps instead of in large chunks Use one thread for collecting and another for processing | |||||
| 2025-09-07 | [CI] chore: update flake | github-actions | 1 | -10/+10 | |
| 2025-09-06 | plugin: async audio processing | 2 * r + 2 * t | 4 | -42/+141 | |
| 2025-09-06 | plugin: fix cmake version | 2 * r + 2 * t | 2 | -3/+5 | |
| Also print message | |||||
| 2025-09-06 | plugin: abstract audioprovider | 2 * r + 2 * t | 5 | -76/+131 | |
| 2025-09-06 | plugin: abstract service + ref | 2 * r + 2 * t | 9 | -33/+152 | |
| 2025-09-06 | plugin: namespace everything | 2 * r + 2 * t | 10 | -1/+41 | |
| 2025-09-04 | nix: fix package name typo (#567) | Christoffer Hald Christensen | 1 | -1/+1 | |
| 2025-09-04 | nix: disable qs hot reload (#564) | anders130 | 1 | -0/+2 | |
| * fix(hm): disable watch files to prevent unexpected config reload * nix: replace watchFiles patch with substituteInPlace in prePatch so nobody needs to maintain the patch when it breaks eventually | |||||
| 2025-09-04 | nix: fix devshell stdenv | 2 * r + 2 * t | 1 | -1/+1 | |
| Closes #560 | |||||
| 2025-09-04 | internal: rename assets -> extras | 2 * r + 2 * t | 5 | -12/+12 | |
| 2025-09-04 | internal: remove beat-detector.cpp | 2 * r + 2 * t | 3 | -583/+1 | |
| 2025-09-04 | plugin: add BeatTracker | 2 * r + 2 * t | 9 | -31/+176 | |
| Replaces beat-detector.cpp | |||||
| 2025-09-04 | nix: remove unneeded deps | 2 * r + 2 * t | 1 | -8/+0 | |
| 2025-09-04 | plugin: add qalculator | 2 * r + 2 * t | 5 | -41/+77 | |
| For launcher >calc instead of qalc proc | |||||
| 2025-09-03 | plugin/cim: use QtConcurrent | 2 * r + 2 * t | 3 | -47/+54 | |