summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Models/filesystemmodel.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-23plugin/fsm: update relativePath when path changed2 * r + 2 * t1-0/+13
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
2025-09-20sidebar/notifs: fix minor bugs2 * r + 2 * t2-11/+7
Image/app icon/urgency/time not updating until corresponding notif is fully destroyed Weird array mutation shenanigans
2025-09-20sidebar/notifs: better count anim2 * r + 2 * t2-7/+42
2025-09-20readme: fix example config (#652)Belal1-1/+1
2025-09-20sidebar/notifs: normalise non expanded height2 * r + 2 * t1-2/+12
Also wrap summary when expanded
2025-09-20sidebar/notifs: better expand/close anim2 * r + 2 * t1-2/+19
2025-09-20sidebar/notifs: better preview anim2 * r + 2 * t2-4/+28
2025-09-20notifs: persist images2 * r + 2 * t2-0/+50
2025-09-20sidebar/notifs: fix group sorting2 * r + 2 * t1-2/+6
2025-09-20notifs: fix persistence sorting order2 * r + 2 * t1-1/+1
2025-09-20sidebar/notifs: fix interactions outside container2 * r + 2 * t4-0/+22
2025-09-20sidebar/notifs: dimmer action text2 * r + 2 * t1-0/+2
2025-09-20utilities/record: hide sidebar as well2 * r + 2 * t1-0/+2
When hiding utilities
2025-09-20sidebar/notifs: better expand icon anim2 * r + 2 * t1-2/+17
2025-09-20sidebar/notifs: better anims + misc fixes2 * r + 2 * t8-151/+298
2025-09-20sidebar/notifs: sort groups by latest notif2 * r + 2 * t1-1/+4
2025-09-19internal: better scroll bar2 * r + 2 * t6-16/+92
2025-09-19sidebar/notifs: fix clear all button & expand bugs2 * r + 2 * t2-4/+6
Disable expand on drag on notifs when expanded (fixes drag expansion bugs and feels better) Also add scrollbar
2025-09-19notifs: persist time2 * r + 2 * t1-4/+5
2025-09-19sidebar/notifs: fix count updating2 * r + 2 * t1-5/+6
2025-09-19sidebar/notifs: add actions (#648)2 * r + 2 * t5-18/+232
* add actions (not done, transfer between machines) * notifs: fix persistence * notifs: persist actions (appearance only) * sidebar/notifs: add actions * sidebar/notifs: add copy action Also actions fill width * sidebar/notifs: better actions Fade at edges when scrollable * sidebar/notifs: fix urgency colours & icon * sidebar/notifs: remove unnecessary clipping * sidebar/notifs: fix artifacts with actions
2025-09-19sidebar/notifs: add mouse actions2 * r + 2 * t3-9/+85
2025-09-18notifs: persistent notifs + better sidebar notifs2 * r + 2 * t8-95/+260
2025-09-18sidebar: add notifs2 * r + 2 * t8-8/+627
2025-09-18feat: add sidebar2 * r + 2 * t16-55/+296
WIP