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
|
d04963160b
|
refactor: migrate controlcenter network 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
|
d675478e91
|
refactor: use new anim type prop
|
2026-04-15 18:32:19 +10:00 |
|
2 * r + 2 * t
|
666d451f4b
|
fix: global config use for rest of global props
|
2026-04-12 23:02:00 +10:00 |
|
2 * r + 2 * t
|
42b9e57eae
|
fix: use singleton for conf writes
|
2026-04-12 03:46:37 +10:00 |
|
2 * r + 2 * t
|
3d012e86b3
|
chore: remove old Config.save()
|
2026-04-12 03:45:17 +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 |
|
Robin Seger
|
dfc5bcf8b9
|
fix: preserve VPN interface and command fields (#1373)
|
2026-04-03 02:43:22 +11:00 |
|
Robin Seger
|
5c59e4490a
|
feat: VPN fixes & improvements (#1116)
* feat: add VPN settings and management UI
- Add VPN configuration UI
- Update VPN toggle visibility to check enabled providers
* controlcenter: VPN modal transitions & cleanup
* controlcenter: VPN modal styling
* controlcenter: VPN modal scrim
* controlcenter: VPN modal padding
* controlcenter: VPN modal enter & exit behaviour
* vpn: reworked managment & fixes
- Switched to primarily use provider status json
- Emitting more detailed toasts and errors/states
- Authentication prompt button to open in browser
- Better resets and provider change
* vpn: replace use of qt5compat
* fixing providers, status and adding custom option
* local qml-lint script lied to me
* format
* section order
* linting
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
|
2026-03-29 15:25:52 +11:00 |
|
Leith
|
9c34c232e4
|
fix: ignore escape and tab in input fields (#1330)
|
2026-03-26 15:52:03 +11:00 |
|
2 * r + 2 * t
|
25515fd32b
|
chore: fix rest of formatting issues
|
2026-03-22 16:08:57 +11: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
|
c3fd5aa905
|
chore: fix unqualified access
|
2026-03-20 23:42:36 +11:00 |
|
2 * r + 2 * t
|
8b64d38e26
|
chore: remove unused imports
|
2026-03-20 22:33:26 +11:00 |
|
2 * r + 2 * t
|
796c2e4e76
|
chore: fix prop order
|
2026-03-20 16:03:18 +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 |
|
2 * r + 2 * t
|
96ed5895d8
|
feat: async control center
|
2026-03-20 01:02:44 +11:00 |
|
2 * r + 2 * t
|
9d7f0c48ce
|
internal: format
|
2026-01-28 19:21:44 +11:00 |
|
2 * r + 2 * t
|
6c1765c2e1
|
controlcenter: remove qt5compat dep
|
2026-01-28 19:20:12 +11:00 |
|
Robin Seger
|
2ddc367e4e
|
controlcenter: added VPN settings & management (#1095)
* feat: add VPN settings and management UI
- Add VPN configuration UI
- Update VPN toggle visibility to check enabled providers
* controlcenter: VPN modal transitions & cleanup
* controlcenter: VPN modal styling
* controlcenter: VPN modal scrim
* controlcenter: VPN modal padding
* controlcenter: VPN modal enter & exit behaviour
|
2026-01-21 00:12:08 +11:00 |
|
2 * r + 2 * t
|
4f7f21a86d
|
internal: no async loaders
Fixes reload issue and all stuff not loading issues
|
2026-01-16 01:40:38 +11:00 |
|
ATMDA
|
5a369702d1
|
controlcenter: updated wireless icons
|
2025-11-20 08:36:10 -05:00 |
|
ATMDA
|
ae74eabfca
|
refactor: EthernetList styling
|
2025-11-20 08:24:19 -05:00 |
|
ATMDA
|
ea9ab75db1
|
refactor: EthernetList correction on selected style
|
2025-11-20 08:18:29 -05:00 |
|
ATMDA
|
a15554ffde
|
refactor: EthernetList and WirelessList components removed border properties
|
2025-11-20 08:13:59 -05:00 |
|
ATMDA
|
bf3a1781d1
|
refactor: reorganized AppearancePane sections into dedicated components
|
2025-11-19 22:18:10 -05:00 |
|
ATMDA
|
a243b6148b
|
refactor: replaced input fields with SliderInput components
|
2025-11-19 21:57:55 -05: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
|
70ec8cea65
|
refactor: NetworkConnection util created, migrated all functions
|
2025-11-19 19:11:41 -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
|
52b1b79abd
|
controlcenter: added elevation effect to networking pane for improved visual hierarchy
|
2025-11-17 20:03:31 -05:00 |
|
ATMDA
|
ee33f8f07b
|
controlcenter: corrected timing of network panel animations
|
2025-11-17 19:44:31 -05:00 |
|
ATMDA
|
23e5d7d13c
|
controlcenter: renamed panel titles from settings to panel name
|
2025-11-17 15:46:40 -05:00 |
|
ATMDA
|
70c1e5f257
|
controlcenter: updated lock badge colors on networking
|
2025-11-17 13:46:12 -05:00 |
|