summaryrefslogtreecommitdiff
path: root/plugin/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-10-21internal: fix serviceref lsp warning2 * r + 2 * t1-1/+1
2025-10-14internal: use QQmlListProperty2 * r + 2 * t9-40/+54
Fix lsp errors
2025-10-01plugin/cutils: warn on overwrite fail2 * r + 2 * t1-1/+4
2025-09-27plugin/cp: O(n) monstercat2 * r + 2 * t1-9/+15
Closes #708 Looks slightly worse I think, but not by much
2025-09-27idlemonitor: handle logind lock/unlock2 * r + 2 * t4-35/+72
Fixes #705
2025-09-26plugin/hypr: fix shadowed declSoramane1-4/+4
2025-09-26plugin: add sleep notifierSoramane4-1/+58
Lock before sleep
2025-09-25plugin/hypr: fix updating keyboards2 * r + 2 * t1-5/+10
2025-09-25plugin/hypr: fix devices + better error handling2 * r + 2 * t4-7/+39
Also fix lock indicators
2025-09-25plugin/appdb: delete when backing entries deleted2 * r + 2 * t1-3/+38
2025-09-25plugin/hypr: fix event socket2 * r + 2 * t1-2/+2
2025-09-25plugin/hypr: add more helpers2 * r + 2 * t2-0/+32
Also refresh options on dynamic option application
2025-09-24plugin: add hypr extras (#690)2 * r + 2 * t6-1/+415
* move machine * works * prevent duplicate refreshes * use instead of hyprctl proc
2025-09-24plugin: sub namespace modulesSoramane18-36/+36
2025-09-24plugin/ia: fix luminance2 * r + 2 * t1-1/+1
2025-09-24plugin/fsm: fix crash2 * r + 2 * t3-30/+13
Fixes #663 Fixes #681 Fixes #647 also build dev plugin with RelWithDebInfo
2025-09-24plugin: add image analyser2 * r + 2 * t5-241/+285
2025-09-23plugin: fix clazy warnings2 * r + 2 * t4-13/+14
2025-09-23plugin/fsm: update relativePath when path changed2 * r + 2 * t2-2/+20
2025-09-23plugin/fsm: emit entriesChanged before destruction2 * r + 2 * t1-2/+5
2025-09-22plugin/service: ref by object2 * r + 2 * t7-45/+20
Use QSet and auto unref on sender destruction
2025-09-22plugin: delete entries after emitting signal2 * r + 2 * t2-3/+8
2025-09-22plugin/fsm: dont store comparator2 * r + 2 * t1-4/+6
2025-09-22plugin/cutils: qthreadpool -> qtconcurrent2 * r + 2 * t1-58/+56
2025-09-22plugin/appdb: debounce updating entries2 * r + 2 * t2-1/+9
Fixes #667
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