summaryrefslogtreecommitdiff
path: root/plugin (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-09plugin/service: remove zero ref warning2 * r + 2 * t1-1/+0
Reloads don't play nice with it + it doesn't matter anyways
2025-09-09plugin/ac: not singleton2 * r + 2 * t8-66/+212
Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
2025-09-08plugin: use lower case imports2 * r + 2 * t20-66/+41
2025-09-08plugin/ac: use double buffer2 * r + 2 * t4-72/+36
Double buffer instead of circular buffer
2025-09-08plugin/ac: fix idle state + reduce buffer size2 * r + 2 * t3-27/+55
2025-09-08plugin/ac: rt process2 * r + 2 * t1-1/+3
2025-09-08plugin/ap: fix collector2 * r + 2 * t11-246/+412
Actually read from speakers not mic
2025-09-07plugin/cmake: use pkgconfig targets2 * r + 2 * t1-7/+4
2025-09-07plugin/ap: don't load empty chunks2 * r + 2 * t1-1/+6
2025-09-07plugin/cp: update values when bars changed2 * r + 2 * t1-1/+4
2025-09-07plugin/cim: fix uninitialised pointer2 * r + 2 * t1-1/+2
2025-09-07plugin/ap: cleaner chunk loading/accessing2 * r + 2 * t2-27/+10
2025-09-07plugin: add cava provider2 * r + 2 * t3-2/+210
2025-09-07plugin/ap: properly buffer data2 * r + 2 * t4-76/+224
Run at a stable fps instead of in large chunks Use one thread for collecting and another for processing
2025-09-06plugin: async audio processing2 * r + 2 * t4-42/+141
2025-09-06plugin: fix cmake version2 * r + 2 * t2-3/+5
Also print message
2025-09-06plugin: abstract audioprovider2 * r + 2 * t5-76/+131
2025-09-06plugin: abstract service + ref2 * r + 2 * t7-31/+150
2025-09-06plugin: namespace everything2 * r + 2 * t10-1/+41
2025-09-04plugin: add BeatTracker2 * r + 2 * t4-3/+161
Replaces beat-detector.cpp
2025-09-04plugin: add qalculator2 * r + 2 * t3-1/+70
For launcher >calc instead of qalc proc
2025-09-03plugin/cim: use QtConcurrent2 * r + 2 * t3-47/+54
2025-09-03plugin/fsm: nodiscard stuff2 * r + 2 * t1-15/+15
2025-09-03plugin/fsm: emit entriesChanged2 * r + 2 * t1-0/+2
2025-09-03internal: refactor Paths util2 * r + 2 * t2-0/+11
2025-09-03plugin/fsm: incremental updates2 * r + 2 * t2-22/+87
2025-09-02internal: use FileSystemModel for FileDialog2 * r + 2 * t1-2/+20
2025-09-02plugin/fsm: add showHidden & dirs filter2 * r + 2 * t2-41/+88
2025-09-02plugin/fsm: allow disabling watching2 * r + 2 * t2-2/+24
2025-09-02plugin/fsm: async add watcher paths2 * r + 2 * t1-10/+22
Also remove debug messages and remove futures from hash on completion
2025-09-02plugin/fsm: async update2 * r + 2 * t4-53/+100
2025-09-02plugin/fsm: only update changed dir2 * r + 2 * t2-5/+16
Also add added and removed signals
2025-09-02plugin/fsm: sort dirs first2 * r + 2 * t1-0/+3
2025-09-02plugin/fsm: incremental updates + sort2 * r + 2 * t1-10/+21
2025-09-01internal: format cpp2 * r + 2 * t6-99/+130
2025-09-01plugin/fsm: only provide modelData role2 * r + 2 * t2-41/+6
2025-09-01plugin/cim: better sourceSize2 * r + 2 * t2-22/+11
2025-09-01plugin: fix warnings + const stuff2 * r + 2 * t6-62/+62
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 * t2-27/+46
Also rename filter & add props
2025-08-31plugin: add FileSystemModel2 * r + 2 * t3-0/+276
2025-08-31plugin/cim: check if cache is valid image2 * r + 2 * t2-5/+5
2025-08-31plugin/cutils: add getAverageLuminance2 * r + 2 * t2-51/+208
Fixes stutters in wallpaper list Also fix crash when saveItem target doesn't have a window
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-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 * t4-14/+42
2025-08-30plugin/cutils: fix saveItem scaling2 * r + 2 * t1-4/+11
Fixes #521 Closes #524