summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-22plugin/appdb: forward signals2 * r + 2 * t3-13/+30
2025-09-21plugin/fsm: fix crash2 * r + 2 * t1-6/+5
Don't capture entries cause entries may be destroyed before async callback
2025-09-21utilities: add toasts2 * r + 2 * t3-0/+198
2025-09-17plugin: delete -> deleteLater2 * r + 2 * t2-3/+3
2025-09-16plugin: fix crashes2 * r + 2 * t11-288/+108
Fixes #629
2025-09-14plugin/cutils: fix saveItem2 * r + 2 * t1-1/+1
Fixes #615
2025-09-14utilities: add recording control2 * r + 2 * t4-20/+80
2025-09-13plugin: managers -> internal2 * r + 2 * t6-3/+3
2025-09-13plugin/managers: add CircularIndicatorManager2 * r + 2 * t3-0/+284
Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
2025-09-13plugin: refactor into modules2 * r + 2 * t20-39/+69
2025-09-13plugin/cmake: link qt quick2 * r + 2 * t1-1/+2
See #608
2025-09-12plugin/service: fix invoke after destruction2 * r + 2 * t1-2/+19
2025-09-12plugin: fix floating point comparison2 * r + 2 * t2-2/+2
Closes #602
2025-09-11plugin: add requests2 * r + 2 * t3-0/+59
Replaces QML Requests singleton
2025-09-11plugin: format + refactor2 * r + 2 * t5-49/+84
2025-09-11plugin/appdb: fix persistence2 * r + 2 * t1-3/+9
2025-09-11plugin: use qt typedefs for fixed ints2 * r + 2 * t3-32/+30
2025-09-11launcher: sort apps by usage2 * r + 2 * t3-1/+297
Closes #588
2025-09-10plugin: remove multimedia dep2 * r + 2 * t1-3/+12
Also remove QML module version
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 * t1-3/+3
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 * t3-2/+160
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 * t3-52/+99