| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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 | plugin/ac: not singleton | 2 * r + 2 * t | 8 | -66/+212 | |
| Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service | |||||
| 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 | plugin/ac: fix idle state + reduce buffer size | 2 * r + 2 * t | 3 | -27/+55 | |
| 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 | 11 | -246/+412 | |
| Actually read from speakers not mic | |||||
| 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 | 3 | -2/+210 | |
| 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-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 | 7 | -31/+150 | |
| 2025-09-06 | plugin: namespace everything | 2 * r + 2 * t | 10 | -1/+41 | |
| 2025-09-04 | plugin: add BeatTracker | 2 * r + 2 * t | 4 | -3/+161 | |
| Replaces beat-detector.cpp | |||||
| 2025-09-04 | plugin: add qalculator | 2 * r + 2 * t | 3 | -1/+70 | |
| For launcher >calc instead of qalc proc | |||||
| 2025-09-03 | plugin/cim: use QtConcurrent | 2 * r + 2 * t | 3 | -47/+54 | |
| 2025-09-03 | plugin/fsm: nodiscard stuff | 2 * r + 2 * t | 1 | -15/+15 | |
| 2025-09-03 | plugin/fsm: emit entriesChanged | 2 * r + 2 * t | 1 | -0/+2 | |
| 2025-09-03 | internal: refactor Paths util | 2 * r + 2 * t | 2 | -0/+11 | |
| 2025-09-03 | plugin/fsm: incremental updates | 2 * r + 2 * t | 2 | -22/+87 | |
| 2025-09-02 | internal: use FileSystemModel for FileDialog | 2 * r + 2 * t | 1 | -2/+20 | |
| 2025-09-02 | plugin/fsm: add showHidden & dirs filter | 2 * r + 2 * t | 2 | -41/+88 | |
| 2025-09-02 | plugin/fsm: allow disabling watching | 2 * r + 2 * t | 2 | -2/+24 | |
| 2025-09-02 | plugin/fsm: async add watcher paths | 2 * r + 2 * t | 1 | -10/+22 | |
| Also remove debug messages and remove futures from hash on completion | |||||
| 2025-09-02 | plugin/fsm: async update | 2 * r + 2 * t | 4 | -53/+100 | |
| 2025-09-02 | plugin/fsm: only update changed dir | 2 * r + 2 * t | 2 | -5/+16 | |
| Also add added and removed signals | |||||
| 2025-09-02 | plugin/fsm: sort dirs first | 2 * r + 2 * t | 1 | -0/+3 | |
| 2025-09-02 | plugin/fsm: incremental updates + sort | 2 * r + 2 * t | 1 | -10/+21 | |
| 2025-09-01 | internal: format cpp | 2 * r + 2 * t | 6 | -99/+130 | |
| 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 | 2 | -22/+11 | |
| 2025-09-01 | plugin: fix warnings + const stuff | 2 * r + 2 * t | 6 | -62/+62 | |
| 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 | 2 | -27/+46 | |
| Also rename filter & add props | |||||
| 2025-08-31 | plugin: add FileSystemModel | 2 * r + 2 * t | 3 | -0/+276 | |
| 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 | 2 | -51/+208 | |
| Fixes stutters in wallpaper list Also fix crash when saveItem target doesn't have a window | |||||
| 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 | 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 | 4 | -14/+42 | |
| 2025-08-30 | plugin/cutils: fix saveItem scaling | 2 * r + 2 * t | 1 | -4/+11 | |
| Fixes #521 Closes #524 | |||||