summaryrefslogtreecommitdiff
path: root/modules/dashboard (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-03-16remove recordingFreya Murphy4-105/+0
2026-03-15media: hide person icon if user pfp is ready (#1213)Xavier Lhinares1-0/+1
2026-03-15dash: 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>
2026-03-13fix: performance network usage jumping around2 * r + 2 * t1-9/+13
2026-03-12feat: replace canvas -> c++ component2 * r + 2 * t1-166/+26
Also add c++ ring buffer
2026-03-12dashboard: gate network sparkline timers on visibility2 * r + 2 * t1-2/+2
2026-03-11dashboard: dynamic dashboard tabs + fix performance settings updating (#1253)Robin Seger3-57/+88
* [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>
2026-02-20feat: allow different systems for weather/performance (#1109)Evertiro1-1/+1
* Allow different systems for weather/performance Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * readme: update options Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> --------- Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
2026-02-19dashboard/performance: new design, configurable, controlcenter support (#975)Thanh Minh4-158/+898
* feat(dashboard): add configurable performance resources - Add config options to show/hide Battery, GPU, CPU, Memory, Storage - Make dashboard responsive based on number of visible resources - Scale resource sizes and spacing dynamically for 3, 4, or 5 items - Battery shows charge status and time remaining/to full - Each resource can be individually toggled via config * fix(dashboard): add dynamic right margin for last visible resource Ensures the rightmost resource always has proper margin to prevent content from being cut off at the edge * fix(performance): comment out duplicated value2 properties for memory and storage resources * controlcenter: add settings for dashboard * feat: handle readonly properties and re-usable codes * Feature/performance tab rework (#5) * dashboard/performance: rework tab with card-based grid layout - Replace circular arc meters with card-based grid layout - CPU/GPU cards show hardware name, usage and temperature with horizontal bars - Memory card with 3/4 arc indicator and used/total at bottom - Storage card shows physical disks from lsblk with aggregated partition usage - Add cpuName, gpuName, cpuFreq, cpuMaxFreq, disks properties to SystemUsage - Clean hardware names (remove Intel/AMD/NVIDIA prefixes, TM/R symbols) * dashboard/performance: new hero card design * dashboard/performance: update storage indicators to be reponsive to the physical disks count * dashboard/performance: fix the overlay bounding issue * dashboard/perfromance: refactor code * dashboard/performance: add battery gauge * dashboard/performance: correct battery icon * dashboard/performance: configurable battery * dashboard/performance: update layout * dashboard/performance: move the "Usage" text on top and smaller the font size * dashboard/performance: add a lot of configurations * dashboard/performance: add network metrics * fix: issue with hot reload * chore: update default vaule for mainValueSpacing to 0 * chore: group settings into collapasible sections * chore: making GPU & Battery toggle not showing if not found * chore: fix network widget spacing & text * chore: remove old disk bars configs, add update interval * chore: remove old & unused value, functions * chore: network graph update smoothly when data points change * chore: refactor settings - de-flood settings, most of the font & size setting now follow the global Appearance config - Most of sliders are not needed anymore, only keep the update interval slider - clean up * chore: remove readonly properties from the controlcenter/dashboard. * chore: minor fix * fix: fix warning about onPercChange() * fix: network metrics negative number * fix: add minimal height & width, placeholder for none toggled * fix: network graph move smoothly (#6) * fix: network graph move smoothly * clean up * fix: graph animation even more smooth * fix: padding issue * chore: network icons short description * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-02-04config: allow adjusting the speed of gifs (#1147)Evertiro2-2/+2
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
2026-01-28internal: format2 * r + 2 * t1-1/+2
2026-01-20background: fix desktop clock 12h format2 * r + 2 * t1-5/+3
2026-01-16dashboard: fix flickering on switch panes2 * r + 2 * t1-0/+10
2026-01-16internal: no async loaders2 * r + 2 * t1-1/+0
Fixes reload issue and all stuff not loading issues
2026-01-03weather: better padding for forecast label2 * r + 2 * t1-0/+1
2026-01-03weather: use tPalette for containers2 * r + 2 * t1-3/+4
2026-01-03dashboard: fix scrolling between panes2 * r + 2 * t1-9/+3
2026-01-03dash: more expressive shapes2 * r + 2 * t1-1/+12
2026-01-03dashboard: fix index not initialised2 * r + 2 * t1-2/+3
2026-01-03dashboard: add weather tabEzekiel Gonzales3-0/+287
dashboard: Added Weather tab that shows weather forecast
2025-12-02dashboard/media: fix log warnings (#949)senkun1-2/+2
* fix(dashboard): Media.qml module QML warnings due to stricter updated Qt6 checks * fix(dashboard): Media.qml module QML warnings * fix(dashboard): Media.qml module QML warnings
2025-11-16controlcenter: re-corrected bind loopATMDA1-3/+8
2025-09-24internal: add option for splitbutton menu pos2 * r + 2 * t1-3/+1
2025-09-23dashboard/media: improve ui2 * r + 2 * t1-260/+61
2025-09-20internal: centralise focus grabs2 * r + 2 * t1-7/+0
Except detached popouts focus grab (its meant to be exclusive to the other grab)
2025-09-13launcher: prevent overlap with dashboard2 * r + 2 * t2-1/+4
Fixes #612
2025-09-13plugin: refactor into modules2 * r + 2 * t2-2/+2
2025-09-12dashboard: persist state2 * r + 2 * t4-15/+44
2025-09-09internal: use Qt.resolvedUrl2 * r + 2 * t1-1/+1
2025-09-09dashboard: fix pfp picker2 * r + 2 * t1-1/+1
Fixes #579
2025-09-09dashboard/media: fix incubation warning2 * r + 2 * t1-1/+0
2025-09-09plugin/ac: not singleton2 * r + 2 * t2-8/+6
Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
2025-09-08dashboard/media: ensure visualiser heads2 * r + 2 * t1-1/+1
2025-09-08plugin/ap: fix collector2 * r + 2 * t1-4/+4
Actually read from speakers not mic
2025-09-06plugin: abstract service + ref2 * r + 2 * t2-2/+2
2025-09-04plugin: add BeatTracker2 * r + 2 * t2-2/+13
Replaces beat-detector.cpp
2025-09-03dashboard/calendar: add scroll2 * r + 2 * t1-152/+165
2025-09-03dashboard/calendar: fix2 * r + 2 * t1-5/+7
2025-09-03dashboard: add month/year and paging to calendar (#499)M Matthew Hydock4-33/+189
* add month/year and paging to calendar also, removed day/month from time panel, and highlighting weekends (need to figure out why the weekday enum is incorrect. locale issue?) * removing dayOfWeek offset hack this is clearly a me problem. my locale appears to be set to dz, but only for caelestia shell. not sure why. * aesthetic and localization improvements * ensure all localized dates use UTC issues i was having wrt localized date and day-of-week being off by one appear to have been due to my timezone. forcing UTC seems to fix this. * fixes * anim today indicator * keep state across open/close * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-09-03internal: refactor Paths util2 * r + 2 * t3-3/+3
2025-09-01dashboard/media: slightly improve media seeking2 * r + 2 * t1-1/+7
Still kinda buggy, but not as bad
2025-09-01dashboard/media: add scroll to seek (#528)Belal1-0/+17
* dashboard/media: add scroll to seek * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-27internal: better copy2 * r + 2 * t1-2/+5
2025-08-25background: add visualiser2 * r + 2 * t1-3/+3
Also dashboard.visualiserBars -> services.visualiserBars
2025-08-24internal: use Anim component2 * r + 2 * t7-43/+15
2025-08-24internal: add canim component2 * r + 2 * t4-40/+9
2025-08-24internal: add anim component2 * r + 2 * t2-12/+0
No inlining
2025-08-23config: player aliases + config default player2 * r + 2 * t1-2/+2
Closes #441
2025-08-23dashboard: better pfp pickerSoramane1-10/+12
2025-08-23dashboard: better visualiser2 * r + 2 * t1-1/+1