8bada1d61a
feat(bar): popouts drop down from the top bar — Phase B
...
The bar hover fly-outs (wifi/audio/bluetooth/tray/active-window) slid out
sideways from the old left edge; now they drop DOWN from the top bar:
- ClipWrapper.qml: the collapsing/slide axis is now height (was width); the
popout is positioned along the bar by x (from the hovered widget's x-centre,
via currentCenter) and docks at the top edge; the dock<->detach animation
guard moves to the x (along-bar) axis. The content slides in via a negative
top margin instead of left margin.
- Wrapper.qml: mirror the size-transition animation guards (height is now the
always-animated extent axis, width the gated along-bar axis).
Verified live in the dev VM: all popouts open downward under their widget.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 23:34:44 +01:00
2 * r + 2 * t
eb0a2a0813
feat: replace control center popout with nexus
2026-06-07 22:09:32 +10:00
2 * r + 2 * t
7ea5fd3c70
fix: use effects curve for effects
2026-04-23 03:45:22 +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
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
3a37d77d1f
feat: replace qml config module with c++ module
2026-04-11 21:18:56 +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
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
87f33d55ee
feat: sdf blob based drawers
2026-03-25 12:04:55 +11:00
2 * r + 2 * t
d0f2df9bae
chore: fix all import formats
2026-03-22 06:02:19 +11:00
2 * r + 2 * t
20c7482b2b
chore: fix bar linter warnings
2026-03-21 16:04:57 +11:00
2 * r + 2 * t
796c2e4e76
chore: fix prop order
2026-03-20 16:03:18 +11:00
2 * r + 2 * t
9d7f0c48ce
internal: format
2026-01-28 19:21:44 +11:00
2 * r + 2 * t
33c1c694de
internal: fix errors due to sync loaders
2026-01-16 01:59:20 +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
45ef91998e
tray: wireless password input popout
2025-11-14 17:42:49 -05:00
2 * r + 2 * t
a57dd9343a
popouts/tray: better interaction
...
Not exclusive when on first layer of submenus
Closes #610
2025-09-13 11:25:11 +10:00
2 * r + 2 * t
6e8a32d4e4
internal: use Anim component
2025-08-24 17:22:00 +10:00
2 * r + 2 * t
d1e5f48446
internal: rename Hyprland -> Hypr
...
Prevent shadowing
Fixes window info not changing on switching to an empty workspace
2025-08-24 14:14:30 +10:00
2 * r + 2 * t
d9ffc13825
controlcenter: add floating mode
...
Closes #363
2025-08-07 15:38:17 +10:00
2 * r + 2 * t
fb650907a0
internal: rename dcontent -> controlcenter
2025-08-05 16:19:58 +10:00
2 * r + 2 * t
de82d391be
popouts: unload when hidden
2025-07-28 23:12:58 +10:00
2 * r + 2 * t
982a5a3e8d
dcontent: create bluetooth panel
2025-07-23 23:04:28 +10:00
2 * r + 2 * t
e104428b28
popouts: better tray menu focus handling
...
Don't hide on hover lost, use a focus grab instead
2025-07-23 17:21:05 +10:00
Soramane
4598e8a775
internal: use new qs imports
2025-07-16 18:02:28 +10:00
2 * r + 2 * t
bed6f7c5d5
internal: windowinfo pass in client
...
So it can be used for clients other than the active one
Also fix text below screencopyview
2025-06-27 21:46:24 +10:00
2 * r + 2 * t
4a86b66d06
feat: window info panel
...
Also disable reload popup
2025-06-21 22:47:13 +10:00
outfoxxed
fc4eff7271
popouts: fix multimonitor
2025-06-06 23:26:17 -07:00
2 * r + 2 * t
023d00d658
drawers: fix interaction areas
...
Outer corners shouldn't be part of interaction area
2025-06-05 18:41:45 +10:00
2 * r + 2 * t
5bd740abe7
bar: save cpu usage
...
Stop window preview when not visible
2025-06-03 13:29:11 +08:00
2 * r + 2 * t
24a3da8138
feat: bar popouts
...
Create active window popout
2025-06-02 16:31:26 +08:00