summaryrefslogtreecommitdiff
path: root/plugin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* plugin: format + refactor2 * r + 2 * t2025-09-115-49/+84
|
* plugin/appdb: fix persistence2 * r + 2 * t2025-09-111-3/+9
|
* plugin: use qt typedefs for fixed ints2 * r + 2 * t2025-09-113-32/+30
|
* launcher: sort apps by usage2 * r + 2 * t2025-09-113-1/+297
| | | | Closes #588
* plugin: remove multimedia dep2 * r + 2 * t2025-09-102-13/+12
| | | | Also remove QML module version
* plugin/service: remove zero ref warning2 * r + 2 * t2025-09-091-1/+0
| | | | Reloads don't play nice with it + it doesn't matter anyways
* plugin/ac: not singleton2 * r + 2 * t2025-09-098-66/+212
| | | | | | Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
* plugin: use lower case imports2 * r + 2 * t2025-09-0820-66/+41
|
* plugin/ac: use double buffer2 * r + 2 * t2025-09-084-72/+36
| | | | Double buffer instead of circular buffer
* plugin/ac: fix idle state + reduce buffer size2 * r + 2 * t2025-09-083-27/+55
|
* 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-062-3/+5
| | | | 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-044-3/+161
| | | | 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-024-53/+100
|
* 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