summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* plugin/ac: rt process2 * r + 2 * t2025-09-081-1/+3
|
* plugin/ap: fix collector2 * r + 2 * t2025-09-0811-246/+412
| | | | Actually read from speakers not mic
* plugin/cmake: use pkgconfig targets2 * r + 2 * t2025-09-071-7/+4
|
* plugin/ap: don't load empty chunks2 * r + 2 * t2025-09-071-1/+6
|
* plugin/cp: update values when bars changed2 * r + 2 * t2025-09-071-1/+4
|
* plugin/cim: fix uninitialised pointer2 * r + 2 * t2025-09-071-1/+2
|
* plugin/ap: cleaner chunk loading/accessing2 * r + 2 * t2025-09-072-27/+10
|
* plugin: add cava provider2 * r + 2 * t2025-09-073-2/+210
|
* plugin/ap: properly buffer data2 * r + 2 * t2025-09-074-76/+224
| | | | | Run at a stable fps instead of in large chunks Use one thread for collecting and another for processing
* plugin: async audio processing2 * r + 2 * t2025-09-064-42/+141
|
* plugin: fix cmake version2 * r + 2 * t2025-09-061-3/+3
| | | | Also print message
* plugin: abstract audioprovider2 * r + 2 * t2025-09-065-76/+131
|
* plugin: abstract service + ref2 * r + 2 * t2025-09-067-31/+150
|
* plugin: namespace everything2 * r + 2 * t2025-09-0610-1/+41
|
* plugin: add BeatTracker2 * r + 2 * t2025-09-043-2/+160
| | | | Replaces beat-detector.cpp
* plugin: add qalculator2 * r + 2 * t2025-09-043-1/+70
| | | | For launcher >calc instead of qalc proc
* plugin/cim: use QtConcurrent2 * r + 2 * t2025-09-033-47/+54
|
* plugin/fsm: nodiscard stuff2 * r + 2 * t2025-09-031-15/+15
|
* plugin/fsm: emit entriesChanged2 * r + 2 * t2025-09-031-0/+2
|
* internal: refactor Paths util2 * r + 2 * t2025-09-032-0/+11
|
* plugin/fsm: incremental updates2 * r + 2 * t2025-09-032-22/+87
|
* internal: use FileSystemModel for FileDialog2 * r + 2 * t2025-09-021-2/+20
|
* plugin/fsm: add showHidden & dirs filter2 * r + 2 * t2025-09-022-41/+88
|
* plugin/fsm: allow disabling watching2 * r + 2 * t2025-09-022-2/+24
|
* plugin/fsm: async add watcher paths2 * r + 2 * t2025-09-021-10/+22
| | | | Also remove debug messages and remove futures from hash on completion
* plugin/fsm: async update2 * r + 2 * t2025-09-023-52/+99
|
* plugin/fsm: only update changed dir2 * r + 2 * t2025-09-022-5/+16
| | | | Also add added and removed signals
* plugin/fsm: sort dirs first2 * r + 2 * t2025-09-021-0/+3
|
* plugin/fsm: incremental updates + sort2 * r + 2 * t2025-09-021-10/+21
|
* internal: format cpp2 * r + 2 * t2025-09-016-99/+130
|
* plugin/fsm: only provide modelData role2 * r + 2 * t2025-09-012-41/+6
|
* plugin/cim: better sourceSize2 * r + 2 * t2025-09-012-22/+11
|
* plugin: fix warnings + const stuff2 * r + 2 * t2025-09-016-62/+62
|
* plugin/fsm: lazy entriesChanged2 * r + 2 * t2025-08-311-15/+32
| | | | Only emit when it actually changes (comparison via paths)
* plugin/fsm: add new roles2 * r + 2 * t2025-08-312-2/+10
|
* plugin/fsm: rename files -> entries2 * r + 2 * t2025-08-312-27/+46
| | | | Also rename filter & add props
* plugin: add FileSystemModel2 * r + 2 * t2025-08-313-0/+276
|
* plugin/cim: check if cache is valid image2 * r + 2 * t2025-08-312-5/+5
|
* plugin/cutils: add getAverageLuminance2 * r + 2 * t2025-08-312-51/+208
| | | | | | Fixes stutters in wallpaper list Also fix crash when saveItem target doesn't have a window
* plugin/cim: safe async this2 * r + 2 * t2025-08-301-18/+19
| | | | Fixes wallpaper picker crash on fast input
* plugin/cim: fix null images2 * r + 2 * t2025-08-301-1/+14
|
* plugin/cim: fix cache path2 * r + 2 * t2025-08-302-7/+8
| | | | Different cache paths for different fill modes
* plugin/cim: respect image fill mode2 * r + 2 * t2025-08-302-20/+39
| | | | Also prevent duplicate sha calcs
* plugin/cim: better cache impl2 * r + 2 * t2025-08-303-13/+41
|
* plugin/cutils: fix saveItem scaling2 * r + 2 * t2025-08-301-4/+11
| | | | | Fixes #521 Closes #524
* plugin/cim: update on size changeSoramane2025-08-292-28/+64
|
* plugin: fix getDominantColour scaling2 * r + 2 * t2025-08-271-3/+11
|
* plugin: better getDominantColour2 * r + 2 * t2025-08-272-10/+11
| | | | Use callback instead of setting prop
* plugin/cim: fix removed slot2 * r + 2 * t2025-08-271-3/+0
|
* plugin: add getDominantColour2 * r + 2 * t2025-08-272-0/+74
| | | | Replaces wack canvas stuff for ColouredIcon