| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-10-21 | internal: fix serviceref lsp warning | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-10-14 | internal: use QQmlListProperty | 2 * r + 2 * t | 9 | -40/+54 | |
| Fix lsp errors | |||||
| 2025-10-01 | plugin/cutils: warn on overwrite fail | 2 * r + 2 * t | 1 | -1/+4 | |
| 2025-09-27 | plugin/cp: O(n) monstercat | 2 * r + 2 * t | 1 | -9/+15 | |
| Closes #708 Looks slightly worse I think, but not by much | |||||
| 2025-09-27 | idlemonitor: handle logind lock/unlock | 2 * r + 2 * t | 4 | -35/+72 | |
| Fixes #705 | |||||
| 2025-09-26 | plugin/hypr: fix shadowed decl | Soramane | 1 | -4/+4 | |
| 2025-09-26 | plugin: add sleep notifier | Soramane | 4 | -1/+58 | |
| Lock before sleep | |||||
| 2025-09-25 | plugin/hypr: fix updating keyboards | 2 * r + 2 * t | 1 | -5/+10 | |
| 2025-09-25 | plugin/hypr: fix devices + better error handling | 2 * r + 2 * t | 4 | -7/+39 | |
| Also fix lock indicators | |||||
| 2025-09-25 | plugin/appdb: delete when backing entries deleted | 2 * r + 2 * t | 1 | -3/+38 | |
| 2025-09-25 | plugin/hypr: fix event socket | 2 * r + 2 * t | 1 | -2/+2 | |
| 2025-09-25 | plugin/hypr: add more helpers | 2 * r + 2 * t | 2 | -0/+32 | |
| Also refresh options on dynamic option application | |||||
| 2025-09-24 | plugin: add hypr extras (#690) | 2 * r + 2 * t | 6 | -1/+415 | |
| * move machine * works * prevent duplicate refreshes * use instead of hyprctl proc | |||||
| 2025-09-24 | plugin: sub namespace modules | Soramane | 18 | -36/+36 | |
| 2025-09-24 | plugin/ia: fix luminance | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-09-24 | plugin/fsm: fix crash | 2 * r + 2 * t | 3 | -30/+13 | |
| Fixes #663 Fixes #681 Fixes #647 also build dev plugin with RelWithDebInfo | |||||
| 2025-09-24 | plugin: add image analyser | 2 * r + 2 * t | 5 | -241/+285 | |
| 2025-09-23 | plugin: fix clazy warnings | 2 * r + 2 * t | 4 | -13/+14 | |
| 2025-09-23 | plugin/fsm: update relativePath when path changed | 2 * r + 2 * t | 2 | -2/+20 | |
| 2025-09-23 | plugin/fsm: emit entriesChanged before destruction | 2 * r + 2 * t | 1 | -2/+5 | |
| 2025-09-22 | plugin/service: ref by object | 2 * r + 2 * t | 7 | -45/+20 | |
| Use QSet and auto unref on sender destruction | |||||
| 2025-09-22 | plugin: delete entries after emitting signal | 2 * r + 2 * t | 2 | -3/+8 | |
| 2025-09-22 | plugin/fsm: dont store comparator | 2 * r + 2 * t | 1 | -4/+6 | |
| 2025-09-22 | plugin/cutils: qthreadpool -> qtconcurrent | 2 * r + 2 * t | 1 | -58/+56 | |
| 2025-09-22 | plugin/appdb: debounce updating entries | 2 * r + 2 * t | 2 | -1/+9 | |
| Fixes #667 | |||||
| 2025-09-22 | plugin/appdb: forward signals | 2 * r + 2 * t | 3 | -13/+30 | |
| 2025-09-21 | plugin/fsm: fix crash | 2 * r + 2 * t | 1 | -6/+5 | |
| Don't capture entries cause entries may be destroyed before async callback | |||||
| 2025-09-21 | utilities: add toasts | 2 * r + 2 * t | 3 | -0/+198 | |
| 2025-09-17 | plugin: delete -> deleteLater | 2 * r + 2 * t | 2 | -3/+3 | |
| 2025-09-16 | plugin: fix crashes | 2 * r + 2 * t | 11 | -288/+108 | |
| Fixes #629 | |||||
| 2025-09-14 | plugin/cutils: fix saveItem | 2 * r + 2 * t | 1 | -1/+1 | |
| Fixes #615 | |||||
| 2025-09-14 | utilities: add recording control | 2 * r + 2 * t | 4 | -20/+80 | |
| 2025-09-13 | plugin: managers -> internal | 2 * r + 2 * t | 6 | -3/+3 | |
| 2025-09-13 | plugin/managers: add CircularIndicatorManager | 2 * r + 2 * t | 3 | -0/+284 | |
| Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++ | |||||
| 2025-09-13 | plugin: refactor into modules | 2 * r + 2 * t | 20 | -39/+69 | |
| 2025-09-13 | plugin/cmake: link qt quick | 2 * r + 2 * t | 1 | -1/+2 | |
| See #608 | |||||
| 2025-09-12 | plugin/service: fix invoke after destruction | 2 * r + 2 * t | 1 | -2/+19 | |
| 2025-09-12 | plugin: fix floating point comparison | 2 * r + 2 * t | 2 | -2/+2 | |
| Closes #602 | |||||
| 2025-09-11 | plugin: add requests | 2 * r + 2 * t | 3 | -0/+59 | |
| Replaces QML Requests singleton | |||||
| 2025-09-11 | plugin: format + refactor | 2 * r + 2 * t | 5 | -49/+84 | |
| 2025-09-11 | plugin/appdb: fix persistence | 2 * r + 2 * t | 1 | -3/+9 | |
| 2025-09-11 | plugin: use qt typedefs for fixed ints | 2 * r + 2 * t | 3 | -32/+30 | |
| 2025-09-11 | launcher: sort apps by usage | 2 * r + 2 * t | 3 | -1/+297 | |
| Closes #588 | |||||
| 2025-09-10 | plugin: remove multimedia dep | 2 * r + 2 * t | 1 | -3/+12 | |
| Also remove QML module version | |||||
| 2025-09-09 | plugin/service: remove zero ref warning | 2 * r + 2 * t | 1 | -1/+0 | |
| Reloads don't play nice with it + it doesn't matter anyways | |||||
| 2025-09-09 | plugin/ac: not singleton | 2 * r + 2 * t | 8 | -66/+212 | |
| Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service | |||||
| 2025-09-08 | plugin: use lower case imports | 2 * r + 2 * t | 20 | -66/+41 | |
| 2025-09-08 | plugin/ac: use double buffer | 2 * r + 2 * t | 4 | -72/+36 | |
| Double buffer instead of circular buffer | |||||
| 2025-09-08 | plugin/ac: fix idle state + reduce buffer size | 2 * r + 2 * t | 3 | -27/+55 | |
| 2025-09-08 | plugin/ac: rt process | 2 * r + 2 * t | 1 | -1/+3 | |