summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Models/filesystemmodel.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-25plugin/hypr: fix updating keyboards2 * r + 2 * t1-5/+10
2025-09-25plugin/hypr: fix devices + better error handling2 * r + 2 * t5-8/+46
Also fix lock indicators
2025-09-25plugin/appdb: delete when backing entries deleted2 * r + 2 * t1-3/+38
2025-09-25bar: fix height when tray expansion2 * r + 2 * t2-7/+12
2025-09-25bar: add compact tray option2 * r + 2 * t7-16/+97
Closes #659
2025-09-25readme: update example config (#693)Nathachou1-1/+3
* Update README.md (added playback and explorer examples in config I know it's pretty useless to add this but some guys wouldn't know we can edit these in shell config file * Update README.md I'm stupid
2025-09-25plugin/hypr: fix event socket2 * r + 2 * t1-2/+2
2025-09-25plugin/hypr: add more helpers2 * r + 2 * t5-8/+45
Also refresh options on dynamic option application
2025-09-24plugin: add hypr extras (#690)2 * r + 2 * t10-62/+445
* move machine * works * prevent duplicate refreshes * use instead of hyprctl proc
2025-09-24plugin: sub namespace modulesSoramane18-36/+36
2025-09-24internal: add option for splitbutton menu pos2 * r + 2 * t2-3/+13
2025-09-24plugin/ia: fix luminance2 * r + 2 * t1-1/+1
2025-09-24nix: consistent build type2 * r + 2 * t1-5/+8
2025-09-24plugin/fsm: fix crash2 * r + 2 * t4-31/+14
Fixes #663 Fixes #681 Fixes #647 also build dev plugin with RelWithDebInfo
2025-09-24plugin: add image analyser2 * r + 2 * t7-255/+298
2025-09-23players: persist active player across reloads2 * r + 2 * t1-2/+10
2025-09-23dashboard/media: improve ui2 * r + 2 * t4-267/+80
2025-09-23readme: update with new configs2 * r + 2 * t1-1/+3
2025-09-23hypr: add cap/num lock toasts2 * r + 2 * t2-0/+24
2025-09-23popouts/kblayout: add switch layout button (#682)AleksElixir2-3/+31
* keyboard layout * Update KbLayout.qml Code cleanup * Update KbLayout.qml more code cleanup * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-09-23config: enable/disable specific toasts2 * r + 2 * t6-6/+23
2025-09-23audio: audio device changed toasts (#684)Robin Seger3-1/+45
* Added toast notifications for audio device changes * rename to toasts * moved into audio service * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-09-23plugin: fix clazy warnings2 * r + 2 * t4-13/+14
2025-09-23dev: build with clazy2 * r + 2 * t1-4/+1
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-23idlemonitor: configurable timeouts2 * r + 2 * t3-29/+53
Closes #669
2025-09-23internal: add toasts for gamemode & dnd2 * r + 2 * t2-2/+13
2025-09-22notifs: wrap time to days2 * r + 2 * t1-5/+10
2025-09-22config: add toasts for events2 * r + 2 * t2-3/+24
Loaded, load parse error, load failed, save failed Also increase toast icon size
2025-09-22internal: fix choose wallpaper button2 * r + 2 * t2-20/+22
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-22lock: different error messages2 * r + 2 * t1-2/+2
To separate between fprint and passwd errors
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-22colours: fix term colours2 * r + 2 * t1-16/+16
2025-09-22plugin/appdb: forward signals2 * r + 2 * t4-15/+32
2025-09-22drawers: fix input mask on special ws2 * r + 2 * t1-1/+6
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-21batterymonitor: change charging icon2 * r + 2 * t1-1/+1
Fixes #664
2025-09-21batterymonitor: fix warn levels2 * r + 2 * t1-1/+1
2025-09-21feat: add battery warnings2 * r + 2 * t6-1/+117
Closes #73 Closes #117
2025-09-21utilities: add toasts2 * r + 2 * t9-71/+576
2025-09-21sidebar/notifs: add link support2 * r + 2 * t6-1/+22
2025-09-21[CI] chore: update flakegithub-actions1-10/+10
2025-09-20internal: centralise focus grabs2 * r + 2 * t4-18/+6
Except detached popouts focus grab (its meant to be exclusive to the other grab)
2025-09-20drawers: fix drag to open on empty ws2 * r + 2 * t1-6/+12
Ugh hyprland bug afaict
2025-09-20internal: make osd, session and utilities exclusive2 * r + 2 * t2-3/+4
Hide utilities when session open Hide osd when utilities open Prevents overlaps