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
77dbcf5a88
refactor: migrate bar 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
2bb28197a0
fix: don't use easingCurve type
...
Fixes #1401
Nix does not have Qt 6.11 yet
2026-04-19 16:09:15 +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
20dca094ec
chore: remove unused imports
2026-04-15 18:33:01 +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
3cffc1ff94
fix: even MORE non global access
2026-04-13 16:52:41 +10:00
2 * r + 2 * t
8106aca173
fix: even more non global access
2026-04-13 16:42:00 +10:00
2 * r + 2 * t
7e4b14f6ba
fix: per monitor props not having ancestor scope
2026-04-13 00:07:55 +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
b8d17ad8ef
fix: use global config for global properties
2026-04-12 22:47:30 +10:00
2 * r + 2 * t
31d7a77929
fix: popouts anims, should not be per-monitor
...
Anims are not per-monitor
2026-04-11 23:49:40 +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
b5dcd07ab8
fix: use correct size tokens in QML
2026-04-11 21:24:16 +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
bd35b2bef5
Merge branch 'main' into sdfs
2026-04-08 22:46:04 +10:00
2 * r + 2 * t
7f0acf15b3
chore: fix linter warnings
2026-04-08 19:42:11 +10:00
2 * r + 2 * t
e1e0c314c6
refactor: move popout position logic to wrapper
2026-04-08 19:36:04 +10:00
2 * r + 2 * t
eaa6aefa6c
fix: popout transition anim
2026-04-08 18:44:38 +10:00
2 * r + 2 * t
df27c93224
feat: improve popouts
...
Fix bg tracking, use slow spatial for detach, default spatial for
everything else, adjust deform, move instead of width scale
2026-04-08 17:06:37 +10:00
2 * r + 2 * t
c126075d40
chore: clean out legacy background code
2026-04-06 23:42:47 +10:00
2 * r + 2 * t
0e50b62413
refactor: move drawers window -> ContentWindow.qml
2026-04-06 23:38:36 +10:00
Evertiro
f924dbfbbb
feat: show battery status in Bluetooth popout ( #1130 )
...
* Display bluetooth battery in popout when possible
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* Actually return the alert icon if battery status can't be determined
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* Fix lint error
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* move icon to right + static popout width
---------
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-04-03 15:32:00 +11:00
2 * r + 2 * t
b57d596230
Merge branch 'main' into sdfs
2026-03-30 02:10:22 +11:00
Robin Seger
c588794b20
feat: fullscreen notification & toasts overlay ( #1276 )
...
* reworked fullscreen mode as transforming shell
* controlcenter configuring of toasts & notifs
* fix animation on fs switch
* border rounding & shadow animation
* change controlcenter notifications layout
* stay on WlrLayer.Overlay, use Anim
* ci: update action versions
* qmlformat
* format take two
* third time's the charm
* fix: special workspace fullscreen
* fix: bar width border.thickness on non-persistent behaviour
* merge fix
* stop layout shift on close
* last few conventions sorted
* linting
* maximized state to fullscreen
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-03-29 15:22:00 +11:00
2 * r + 2 * t
edf1c155f1
Merge branch 'main' into sdfs
2026-03-28 19:54:17 +11:00
2 * r + 2 * t
42a1f34ddb
chore: fix property-override linter warnings
2026-03-28 18:17:36 +11:00
2 * r + 2 * t
5a4dbf1300
Merge branch 'main' into sdfs
2026-03-27 21:24:17 +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
87f33d55ee
feat: sdf blob based drawers
2026-03-25 12:04:55 +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
2a54c089a4
chore: fix rest of linter warnings
2026-03-22 01:31:52 +11:00
2 * r + 2 * t
20c7482b2b
chore: fix bar linter warnings
2026-03-21 16:04: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
d2acd1014d
chore: fix PersistentProperties missing-prop linter errors
2026-03-20 22:17:36 +11:00
2 * r + 2 * t
beddbb111e
chore: run qmlformat
2026-03-20 16:06:40 +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
473e4456b0
feat: async bar
2026-03-20 01:18:45 +11:00
2 * r + 2 * t
5e4df661a0
fix: tray menu currentItem maybe null
2026-03-19 22:59:20 +11:00