2 * r + 2 * t
|
158588ce89
|
refactor: no need to explicitly type as default spatial
Default spatial is the default type, so no need to type anims as such
|
2026-04-23 03:47:56 +10:00 |
|
2 * r + 2 * t
|
6573a62fc5
|
refactor: use Font.Xxx enum for weights
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
acd492b3ea
|
refactor: migrate MaterialIcon font to fontStyle
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
9de9e7ec98
|
refactor: migrate rest of the stuff to new font api
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
c21c5fe552
|
refactor: migrate controlcenter bluetooth to new font API
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
7cb3944af7
|
refactor: replace scaled spacing with new tokens
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
52272c062d
|
feat: use M3 spacing tokens
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
0d0dcaf115
|
refactor: replace scaled padding with new tokens
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
57db6e246c
|
feat: use M3 padding tokens
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
711587d193
|
refactor: migrate to new rounding tokens
|
2026-04-22 22:47:18 +10:00 |
|
2 * r + 2 * t
|
6e234d6656
|
refactor: use signals instead of functions
|
2026-04-18 01:04:04 +10:00 |
|
2 * r + 2 * t
|
921c619ccb
|
refactor: use new AnchorAnim component
|
2026-04-15 18:32:19 +10:00 |
|
2 * r + 2 * t
|
d675478e91
|
refactor: use new anim type prop
|
2026-04-15 18:32:19 +10:00 |
|
2 * r + 2 * t
|
ae8d344f84
|
fix: qualify attached props on non-Item components
They do not have parents, so they won't inherit the config scope
otherwise
Animations are not per monitor
|
2026-04-11 22:43:31 +10:00 |
|
2 * r + 2 * t
|
71dd7b4db8
|
chore: format QML imports
|
2026-04-11 22:17:24 +10:00 |
|
2 * r + 2 * t
|
d99fefdd34
|
fix: use correct anim tokens in QML
|
2026-04-11 21:41:31 +10:00 |
|
2 * r + 2 * t
|
3a37d77d1f
|
feat: replace qml config module with c++ module
|
2026-04-11 21:18:56 +10:00 |
|
2 * r + 2 * t
|
d0f2df9bae
|
chore: fix all import formats
|
2026-03-22 06:02:19 +11:00 |
|
2 * r + 2 * t
|
be3da5a114
|
fix: control center
Tbh idk what the issue was, but the entire implementation is extremely
scuffed and we need to remake it completely
|
2026-03-22 01:12:57 +11:00 |
|
2 * r + 2 * t
|
8b64d38e26
|
chore: remove unused imports
|
2026-03-20 22:33:26 +11:00 |
|
2 * r + 2 * t
|
9e2ccbede3
|
chore: format everything
|
2026-03-20 04:42:06 +11:00 |
|
2 * r + 2 * t
|
3b08cd6594
|
chore: add newline after id
|
2026-03-20 04:42:06 +11:00 |
|
Evertiro
|
5b2e1a6231
|
fix: bluetooth battery bar (#1153)
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
|
2026-02-08 16:13:51 +11:00 |
|
2 * r + 2 * t
|
9d7f0c48ce
|
internal: format
|
2026-01-28 19:21:44 +11:00 |
|
2 * r + 2 * t
|
04bfc87f65
|
bluetooth: make device sort order stable
Closes #948
|
2026-01-03 18:58:40 +11:00 |
|
ATMDA
|
147410e39b
|
cleanup: removed unnecessary comments
|
2025-11-19 21:15:40 -05:00 |
|
ATMDA
|
ef46a02b2f
|
refactor: ToggleButton Tooltips and DeviceList
|
2025-11-19 21:04:32 -05:00 |
|
ATMDA
|
ff4e9bbdfd
|
refactor: Updated Bluetooth, Ethernet, and Wireless lists to use DeviceList component and improved layout structure
|
2025-11-19 19:51:28 -05:00 |
|
ATMDA
|
2d26626643
|
refactor: SplitPaneWithDetails integrated
|
2025-11-19 19:25:26 -05:00 |
|
ATMDA
|
e8fc13630c
|
refactor: SettingsHeader on all panels
|
2025-11-19 17:20:00 -05:00 |
|
ATMDA
|
d3ecbc1b64
|
controlcenter: correcting margins/padding after refactor
|
2025-11-19 13:21:18 -05:00 |
|
ATMDA
|
aff01f01a8
|
refactor: PaneTransition now component
|
2025-11-19 13:10:09 -05:00 |
|
ATMDA
|
ad4213d45c
|
refactor: SplitPaneLayout now component
|
2025-11-19 12:39:45 -05:00 |
|
ATMDA
|
23e5d7d13c
|
controlcenter: renamed panel titles from settings to panel name
|
2025-11-17 15:46:40 -05:00 |
|
ATMDA
|
338b636de7
|
controlcenter: corrected typeerror null checks
|
2025-11-17 08:38:25 -05:00 |
|
ATMDA
|
8c84f670e6
|
controlcenter: corrected null anchor warn
|
2025-11-17 08:13:44 -05:00 |
|
ATMDA
|
29f7c7aa4f
|
controlcenter: corrected scrolling in bluetooth details while selected
|
2025-11-17 08:12:22 -05:00 |
|
ATMDA
|
c2c04b8637
|
controlcenter: corrections on scrolling in panes and missing scrollbars
|
2025-11-17 08:09:32 -05:00 |
|
ATMDA
|
ff03760675
|
controlcenter: correcting containers (bluetooth pane)
|
2025-11-16 23:26:31 -05:00 |
|
ATMDA
|
fc2640c1ef
|
controlcenter: minor warning fix
|
2025-11-15 19:08:52 -05:00 |
|
ATMDA
|
b0006f2f11
|
controlcenter: corrected all panels edge-to-edge containers
|
2025-11-15 16:44:11 -05:00 |
|
ATMDA
|
f79fd9328c
|
controlcenter: fix edge to edge in panels
|
2025-11-15 10:25:45 -05:00 |
|
ATMDA
|
20e07b2a13
|
controlcenter: clip to all styledflickable
|
2025-11-15 00:29:42 -05:00 |
|
ATMDA
|
9de5e790a0
|
controlcenter: minor tidying (capitalization and filename)
|
2025-11-14 16:42:23 -05:00 |
|
ATMDA
|
9cdc30058a
|
controlcenter: font size adjustments on headings
|
2025-11-14 14:03:10 -05:00 |
|
2 * r + 2 * t
|
ccc398b2a0
|
internal: better scroll bar
|
2025-09-19 23:56:17 +10:00 |
|
2 * r + 2 * t
|
98a709af78
|
plugin/managers: add CircularIndicatorManager
Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
|
2025-09-13 15:50:04 +10:00 |
|
2 * r + 2 * t
|
486f9d2e2f
|
internal: add canim component
|
2025-08-24 16:51:09 +10:00 |
|
2 * r + 2 * t
|
9dcdee9cfc
|
internal: add anim component
No inlining
|
2025-08-24 16:42:03 +10:00 |
|
2 * r + 2 * t
|
5c93d07a8e
|
internal: scale rounding properly
|
2025-08-17 16:06:38 +10:00 |
|