summaryrefslogtreecommitdiff
path: root/modules/dashboard (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove recordingFreya Murphy7 days4-105/+0
|
* media: hide person icon if user pfp is ready (#1213)Xavier Lhinares8 days1-0/+1
|
* dash: use currentIndex for width, restore binding (#1286)Robin Seger8 days2-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>
* fix: performance network usage jumping around2 * r + 2 * t11 days1-9/+13
|
* feat: replace canvas -> c++ component2 * r + 2 * t11 days1-166/+26
| | | | Also add c++ ring buffer
* dashboard: gate network sparkline timers on visibility2 * r + 2 * t11 days1-2/+2
|
* dashboard: dynamic dashboard tabs + fix performance settings updating (#1253)Robin Seger13 days3-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>
* feat: allow different systems for weather/performance (#1109)Evertiro2026-02-201-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>
* dashboard/performance: new design, configurable, controlcenter support (#975)Thanh Minh2026-02-194-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>
* config: allow adjusting the speed of gifs (#1147)Evertiro2026-02-042-2/+2
| | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* internal: format2 * r + 2 * t2026-01-281-1/+2
|
* background: fix desktop clock 12h format2 * r + 2 * t2026-01-201-5/+3
|
* dashboard: fix flickering on switch panes2 * r + 2 * t2026-01-161-0/+10
|
* internal: no async loaders2 * r + 2 * t2026-01-161-1/+0
| | | | Fixes reload issue and all stuff not loading issues
* weather: better padding for forecast label2 * r + 2 * t2026-01-031-0/+1
|
* weather: use tPalette for containers2 * r + 2 * t2026-01-031-3/+4
|
* dashboard: fix scrolling between panes2 * r + 2 * t2026-01-031-9/+3
|
* dash: more expressive shapes2 * r + 2 * t2026-01-031-1/+12
|
* dashboard: fix index not initialised2 * r + 2 * t2026-01-031-2/+3
|
* dashboard: add weather tabEzekiel Gonzales2026-01-033-0/+287
| | | dashboard: Added Weather tab that shows weather forecast
* Merge pull request #906 from atdma/main2 * r + 2 * t2026-01-031-3/+8
|\ | | | | controlcenter: many setting panes and minor features
| * controlcenter: re-corrected bind loopATMDA2025-11-161-3/+8
| |
* | dashboard/media: fix log warnings (#949)senkun2025-12-021-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
* internal: add option for splitbutton menu pos2 * r + 2 * t2025-09-241-3/+1
|
* dashboard/media: improve ui2 * r + 2 * t2025-09-231-260/+61
|
* internal: centralise focus grabs2 * r + 2 * t2025-09-201-7/+0
| | | | Except detached popouts focus grab (its meant to be exclusive to the other grab)
* launcher: prevent overlap with dashboard2 * r + 2 * t2025-09-132-1/+4
| | | | Fixes #612
* plugin: refactor into modules2 * r + 2 * t2025-09-132-2/+2
|
* dashboard: persist state2 * r + 2 * t2025-09-124-15/+44
|
* internal: use Qt.resolvedUrl2 * r + 2 * t2025-09-091-1/+1
|
* dashboard: fix pfp picker2 * r + 2 * t2025-09-091-1/+1
| | | | Fixes #579
* dashboard/media: fix incubation warning2 * r + 2 * t2025-09-091-1/+0
|
* plugin/ac: not singleton2 * r + 2 * t2025-09-092-8/+6
| | | | | | Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
* dashboard/media: ensure visualiser heads2 * r + 2 * t2025-09-081-1/+1
|
* plugin/ap: fix collector2 * r + 2 * t2025-09-081-4/+4
| | | | Actually read from speakers not mic
* plugin: abstract service + ref2 * r + 2 * t2025-09-062-2/+2
|
* plugin: add BeatTracker2 * r + 2 * t2025-09-042-2/+13
| | | | Replaces beat-detector.cpp
* dashboard/calendar: add scroll2 * r + 2 * t2025-09-031-152/+165
|
* dashboard/calendar: fix2 * r + 2 * t2025-09-031-5/+7
|
* dashboard: add month/year and paging to calendar (#499)M Matthew Hydock2025-09-034-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>
* internal: refactor Paths util2 * r + 2 * t2025-09-033-3/+3
|
* dashboard/media: slightly improve media seeking2 * r + 2 * t2025-09-011-1/+7
| | | | Still kinda buggy, but not as bad
* dashboard/media: add scroll to seek (#528)Belal2025-09-011-0/+17
| | | | | | | | | * dashboard/media: add scroll to seek * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: better copy2 * r + 2 * t2025-08-271-2/+5
|
* background: add visualiser2 * r + 2 * t2025-08-251-3/+3
| | | | Also dashboard.visualiserBars -> services.visualiserBars
* internal: use Anim component2 * r + 2 * t2025-08-247-43/+15
|
* internal: add canim component2 * r + 2 * t2025-08-244-40/+9
|
* internal: add anim component2 * r + 2 * t2025-08-242-12/+0
| | | | No inlining
* config: player aliases + config default player2 * r + 2 * t2025-08-231-2/+2
| | | | Closes #441
* dashboard: better pfp pickerSoramane2025-08-231-10/+12
|