summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia (follow)
Commit message (Collapse)AuthorAgeFilesLines
* plugin/cutils: fix saveItem2 * r + 2 * t2025-09-141-1/+1
| | | | Fixes #615
* utilities: add recording control2 * r + 2 * t2025-09-144-20/+80
|
* plugin: managers -> internal2 * r + 2 * t2025-09-136-3/+3
|
* plugin/managers: add CircularIndicatorManager2 * r + 2 * t2025-09-133-0/+284
| | | | Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
* plugin: refactor into modules2 * r + 2 * t2025-09-1320-39/+69
|
* plugin/cmake: link qt quick2 * r + 2 * t2025-09-131-1/+2
| | | | See #608
* plugin/service: fix invoke after destruction2 * r + 2 * t2025-09-121-2/+19
|
* plugin: fix floating point comparison2 * r + 2 * t2025-09-122-2/+2
| | | | Closes #602
* plugin: add requests2 * r + 2 * t2025-09-113-0/+59
| | | | Replaces QML Requests singleton
* 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-101-3/+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-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
|