summaryrefslogtreecommitdiff
path: root/plugin (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove lockscreenFreya Murphy6 days3-93/+0
* remove more things again lolFreya Murphy6 days9-999/+0
* feat: replace canvas -> c++ component2 * r + 2 * t10 days7-0/+623
* hyprextras: avoid arg() overhead in applyOptions string building2 * r + 2 * t10 days1-2/+4
* circularindicator: guard signal emissions with change checks2 * r + 2 * t10 days1-3/+9
* filesystemmodel: use static QMimeDatabase instance2 * r + 2 * t10 days1-2/+2
* appdb: cache favourite status during sort and avoid double sort2 * r + 2 * t10 days1-11/+18
* launcher: add favorite apps (#946)Bora Gülerman2026-02-192-1/+58
* plugin: fix build on NixOS (#1128)Lukáš Pražák2026-01-301-1/+4
* plugin: fix libcava update issues2 * r + 2 * t2026-01-282-9/+1
* plugin/cutils: fix copyfile when overwrite file doesn't exist2 * r + 2 * t2026-01-121-1/+1
* internal: fix serviceref lsp warning2 * r + 2 * t2025-10-211-1/+1
* internal: use QQmlListProperty2 * r + 2 * t2025-10-149-40/+54
* plugin/cutils: warn on overwrite fail2 * r + 2 * t2025-10-011-1/+4
* plugin/cp: O(n) monstercat2 * r + 2 * t2025-09-271-9/+15
* idlemonitor: handle logind lock/unlock2 * r + 2 * t2025-09-274-35/+72
* plugin/hypr: fix shadowed declSoramane2025-09-261-4/+4
* plugin: add sleep notifierSoramane2025-09-264-1/+58
* 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
* 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
* plugin: add hypr extras (#690)2 * r + 2 * t2025-09-246-1/+415
* 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
* 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
* 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
* plugin/appdb: forward signals2 * r + 2 * t2025-09-223-13/+30
* plugin/fsm: fix crash2 * r + 2 * t2025-09-211-6/+5
* 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
* plugin/cutils: fix saveItem2 * r + 2 * t2025-09-141-1/+1
* 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
* plugin: refactor into modules2 * r + 2 * t2025-09-1320-39/+69
* plugin/cmake: link qt quick2 * r + 2 * t2025-09-131-1/+2
* 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
* plugin: add requests2 * r + 2 * t2025-09-113-0/+59