summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Models/filesystemmodel.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-10-14internal: fix lsp warnings2 * r + 2 * t1-73/+75
2025-10-14internal: use QQmlListProperty2 * r + 2 * t9-40/+54
Fix lsp errors
2025-10-14toasts: add toast for kb layout change2 * r + 2 * t3-0/+11
Closes #688
2025-10-13utilities/record: fix recording list months2 * r + 2 * t1-0/+1
Fixes #782
2025-10-13bar/workspaces: special ws icon config (#785)Robin Seger3-1/+15
* workspaces: icons config * add README json example
2025-10-13feat: configurable max volume (#723)Robin Seger4-2/+6
* feat: configurable max volume - Add maxVolume config option to ServiceConfig - Add maxValue property to FilledSlider component - Update OSD sliders to respect maxVolume setting - Update example config in README * fix: remove redundant maxValue prop
2025-10-12[CI] chore: update flakegithub-actions1-10/+10
2025-10-08readme: add clock font example conf2 * r + 2 * t1-0/+1
2025-10-08internal: fix bat charge state2 * r + 2 * t2-2/+2
Counts fully charged and pending charge as charging, same as prior to 90c051cf
2025-10-06assets: fix bongocat border (#752)Belal1-0/+0
Closes #656
2025-10-06internal: fix battery charging logic for tray and lock (#751)Dylan Myers2-2/+2
* Update StatusIcons.qml --- Fix battery chargiing logic idk what the difference is in the return value of UPower.onBattery and UPower.displayDevice.state, but the former always returns false after unplugging my laptop. Changing this to the more specific displayDevice.state === 2 fixes this * Fetch.qml --- Fix battery charging boolean logic * Use enum value for UPowerDeviceState instead of index * Use enum value for UPowerDeviceState instead of index * Update Fetch.qml --- invert battery conditional logic
2025-10-05[CI] chore: update flakegithub-actions1-10/+10
2025-10-03launcher: fix exclusion with sidebarSoramane1-2/+2
2025-10-01plugin/cutils: warn on overwrite fail2 * r + 2 * t1-1/+4
2025-10-01notifs: clear actually close notifs2 * r + 2 * t1-4/+4
2025-09-28[CI] chore: update flakegithub-actions1-6/+6
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 * t5-36/+75
Fixes #705
2025-09-26services/hypr: lock keys ignore mods2 * r + 2 * t1-1/+1
2025-09-26plugin/hypr: fix shadowed declSoramane1-4/+4
2025-09-26plugin: add sleep notifierSoramane7-3/+70
Lock before sleep
2025-09-25nix: add clazy to devshell2 * r + 2 * t1-1/+1
2025-09-25utilities: size fixes2 * r + 2 * t3-4/+4
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