summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Models/filesystemmodel.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
7 dayshardcode single wallpaperFreya Murphy8-321/+14
7 daysremove recordingFreya Murphy9-400/+0
7 daysonly support one color schemeFreya Murphy1-1/+1
7 daysremove themes and configs from launcherFreya Murphy13-876/+14
7 daysclean up lock screenFreya Murphy4-370/+2
7 daysinit forkFreya Murphy1-1/+1
8 daysfix: close other popouts when hover activewindow2 * r + 2 * t1-0/+6
8 daysbar/activewindow: toggle when not show on hover2 * r + 2 * t1-3/+7
8 daysbar/activewindow: allow disable show on hover2 * r + 2 * t5-3/+22
Closes #1209 Closes #1019
8 daysbar/activewindow: format2 * r + 2 * t1-11/+12
8 daysbar/activewindow: fix anim2 * r + 2 * t1-1/+4
8 daysutilities: allow disabling and moving toggles + support for extra row (#1181)Ezekiel Gonzales4-54/+173
* quickToggles: Allow disabling and moving toggles and support for extra row * edit: README * splitIndex logic edit * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
8 daysbar: allow setting custom workspace app icons in shell.json (#1214)Xavier Lhinares4-5/+40
* bar: allow setting custom workspace app icons in shell.json * rename to windowIcons and use regex field for regex Also allow specifying regex flags and exact name * add default config (fix steam icons) --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
8 daysnix: remove outdated app2unit version pin (#1266)nik-bsta2-15/+0
* nix: Remove outadeted app2unit version pin. * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
8 daysbar/activewindow: add compact option (#1201)Ezekiel Gonzales5-20/+73
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
8 daysbar/osicon: fix blurriness (#1271)Kalagmitan3-40/+40
* osicon: Unblurred sidebar icon + The multiplier on the implicitWidth and implicitHeight caused the distro icon on the sidebar to look blurry. I believe this is because the screen can't render a fraction of a pixel, and so, the qtengine compensates by using anti-aliasing which causes the icon look smudged. + I changed the font size of the icon to a standard integer size (extraLarge) and removed the multipliers. A side-effect of this commit is that the icon looks a bit bigger now, I chose extraLarge instead of just large because the icon looked a bit too small, but I do not know of other people's preference on this. * feat: Adjusted root implictWidth and implicitHeight * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
8 dayscontrolcenter/taskbar: add excludedScreens (#1215)Bora Gülerman3-5/+56
also changed controlcenter/components/ConnectedButtonGroup - Changed row layout to grid layout - Added optional prop: row, which defaults to 1 so it looks same as row layout if not given - added new field to options, which bypasses rootItem bind. This is needed because we can not predict the number of monitors the user has, and can not create a seperate variable for each one
8 daysconfig: don't serialise sizes2 * r + 2 * t1-113/+51
We do not want to serialise sizes cause people aren't meant to change them
8 daysconfig: add option to hide notifications on lockscreen (#1211)八奈見 レイ4-4/+7
8 daysmedia: hide person icon if user pfp is ready (#1213)Xavier Lhinares2-0/+2
8 daysnotifs: support int:value hint (#1254)cordlessblues2-0/+43
* add .vscode/settings.json to gitignore * added support for the Int:value hint * fix * more fix * f * comment --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
8 dayssystemusage: optimized storage aggregation and improved device filtering (#1261)Kalagmitan1-71/+58
* refactor: Optimized storage aggregation + The storage aggregation logic doesn't account more complex storage setups and relied too much on risky string parsing to guess where partitions are. For example, in my case, I had a LUKS-encrypted drive which lives inside a "crypt," because it couldn't match the type (it only matched "disk" and "part"), it did not include my entire drive at all. Also, Linux devices names aren't always predictable (take mapper devices or complex NVMe paths), so if the RegEx doesn't match the name of those devices, the data just dissapears. I decided to go for a JSON approach making the code shorter and safer. Everything should work about the same. * systemusage: More intuitive filtering for storage devices + Removes "useless" drives from being show on the storage dashboard + Prioritizes the root disk to be shown first * refactor: formatted code properly
8 daysfix: missing serialization for hiddenIcons (#1263)Evertiro1-1/+2
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
8 daysworkspaces: window icons limit (#1267)Robin Seger5-2/+49
* workspace window icons display limit * serialization
8 daysdash: use currentIndex for width, restore binding (#1286)Robin Seger2-4/+10
* [CI] chore: update flake * Dashboard perf settings save, visibility on none enabled * Dashboard heigh stutter fixed, persist current tab * restore binding * wrapper async=false * ScriptModel, centralized tabs/panes, individual toggle * fixes, missed mediaUpdateInterval, passing values * add binding back, ensure active tab uses bar.currentIndex --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
11 daysfix: performance network usage jumping around2 * r + 2 * t1-9/+13
11 daysfeat: add excluded screens config opt2 * r + 2 * t7-4/+27
Completely disables everything (except lock) for screen
11 daysfeat: replace canvas -> c++ component2 * r + 2 * t9-181/+668
Also add c++ ring buffer
11 daysnotifs: skip markdown parsing for plain text bodies2 * r + 2 * t1-2/+3
11 dayshyprextras: avoid arg() overhead in applyOptions string building2 * r + 2 * t1-2/+4
11 daysbrightness: use map lookup for DDC monitor matching2 * r + 2 * t1-2/+9
11 daysnotifs: add sourceSize to notification images2 * r + 2 * t3-0/+6
11 daysdashboard: gate network sparkline timers on visibility2 * r + 2 * t1-2/+2
11 dayscircularindicator: guard signal emissions with change checks2 * r + 2 * t1-3/+9
11 daysfilesystemmodel: use static QMimeDatabase instance2 * r + 2 * t1-2/+2
11 daysnetworkusage: avoid intermediate array copy for history updates2 * r + 2 * t1-12/+4
11 daysstrings: cache compiled RegExp objects2 * r + 2 * t1-2/+8
11 dayssystemusage: combine chained replace calls into single regex2 * r + 2 * t1-2/+2
11 daysnotifs: single-pass derived properties in NotifGroup2 * r + 2 * t2-7/+54
11 daysworkspaces: replace reduce with for loop for occupied map2 * r + 2 * t1-4/+6
11 daysappdb: cache favourite status during sort and avoid double sort2 * r + 2 * t1-11/+18
11 daysaudio: replace reactive reduce with imperative node categorisation2 * r + 2 * t1-20/+28
11 daysnmcli: use Map-based lookups for network deduplication2 * r + 2 * t1-8/+16
Replace O(n²) nested .filter()/.find() loops with Map-keyed lookups for both removal and update passes in getNetworks().
11 daysnetwork: debounce nmcli monitor events2 * r + 2 * t1-6/+13
Batch rapid nmcli monitor events with a 200ms debounce timer instead of spawning processes on every event line.
11 daysnotifs: use adaptive timer for timeStr instead of reactive binding2 * r + 2 * t1-11/+27
Replace the per-second reactive binding with an imperative timer that adapts its interval based on notification age: 5s for <1min, 30s for <10min, 60s for <1h, 5min for <1d, 1h for older.
11 daysextras: fix typo2 * r + 2 * t1-1/+2
11 dayspicker: use hyprctl proc to get cursor on init2 * r + 2 * t1-0/+12
13 daysdashboard: dynamic dashboard tabs + fix performance settings updating (#1253)Robin Seger8-103/+219
* [CI] chore: update flake * Dashboard perf settings save, visibility on none enabled * Dashboard heigh stutter fixed, persist current tab * restore binding * wrapper async=false * ScriptModel, centralized tabs/panes, individual toggle * fixes, missed mediaUpdateInterval, passing values --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
14 dayssystemusage: improve GPU detection for AMD RX series GPU (#1246)Bilal Özel1-3/+6
* SystemUsage:improve GPU-Detection for AMD RX series GPU updated the gpuNameDetect command with glxinfo to fix gpu name detection * SystemUsage: adjust lspci command to detect graphics card better * SystemUsage: adjust regex to extract name out of last bracket * clean less * no need xargs --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-03-10feat: add Logo shape component (#1247)Robin Seger3-15/+115
* Logo Shape component - Added Logo.qml component with scaling - Updated OsIcon to use Logo component * missed removing tour * [CI] chore: update flake * Colours.palette defaults * fixed import, added logo to Fetch.qml * single shape parent, prop changes * prop changes --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>