summaryrefslogtreecommitdiff
path: root/plugin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* plugin/hypr: fix updating keyboards2 * r + 2 * t2025-09-251-5/+10
|
* plugin/hypr: fix devices + better error handling2 * r + 2 * t2025-09-254-7/+39
| | | | Also fix lock indicators
* plugin/appdb: delete when backing entries deleted2 * r + 2 * t2025-09-251-3/+38
|
* plugin/hypr: fix event socket2 * r + 2 * t2025-09-251-2/+2
|
* plugin/hypr: add more helpers2 * r + 2 * t2025-09-252-0/+32
| | | | Also refresh options on dynamic option application
* plugin: add hypr extras (#690)2 * r + 2 * t2025-09-246-1/+415
| | | | | | | | | * move machine * works * prevent duplicate refreshes * use instead of hyprctl proc
* plugin: sub namespace modulesSoramane2025-09-2418-36/+36
|
* plugin/ia: fix luminance2 * r + 2 * t2025-09-241-1/+1
|
* plugin/fsm: fix crash2 * r + 2 * t2025-09-243-30/+13
| | | | | | | | Fixes #663 Fixes #681 Fixes #647 also build dev plugin with RelWithDebInfo
* plugin: add image analyser2 * r + 2 * t2025-09-245-241/+285
|
* plugin: fix clazy warnings2 * r + 2 * t2025-09-234-13/+14
|
* plugin/fsm: update relativePath when path changed2 * r + 2 * t2025-09-232-2/+20
|
* plugin/fsm: emit entriesChanged before destruction2 * r + 2 * t2025-09-231-2/+5
|
* plugin/service: ref by object2 * r + 2 * t2025-09-227-45/+20
| | | | Use QSet and auto unref on sender destruction
* plugin: delete entries after emitting signal2 * r + 2 * t2025-09-222-3/+8
|
* plugin/fsm: dont store comparator2 * r + 2 * t2025-09-221-4/+6
|
* plugin/cutils: qthreadpool -> qtconcurrent2 * r + 2 * t2025-09-221-58/+56
|
* plugin/appdb: debounce updating entries2 * r + 2 * t2025-09-222-1/+9
| | | | Fixes #667
* plugin/appdb: forward signals2 * r + 2 * t2025-09-223-13/+30
|
* plugin/fsm: fix crash2 * r + 2 * t2025-09-211-6/+5
| | | | Don't capture entries cause entries may be destroyed before async callback
* utilities: add toasts2 * r + 2 * t2025-09-213-0/+198
|
* plugin: delete -> deleteLater2 * r + 2 * t2025-09-172-3/+3
|
* plugin: fix crashes2 * r + 2 * t2025-09-1611-288/+108
| | | | Fixes #629
* 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-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
|