Bug 477218

Summary: Make desktop toolbox floating
Product: [Plasma] plasmashell Reporter: Fushan Wen <qydwhotmail>
Component: ContainmentAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: nate, niccolo.venerandi, notmart
Priority: NOR    
Version: master   
Target Milestone: 1.0   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Fushan Wen 2023-11-19 04:29:51 UTC
Like the panel

The problem is Fitts' law is not preserved. A mouse event redirector might be needed.
Comment 1 Bug Janitor Service 2023-11-19 04:32:24 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1844
Comment 2 Fushan Wen 2023-11-21 00:59:32 UTC
Git commit 276fef88d133111e457962c1bb6f5f4d636b6fd1 by Fushan Wen.
Committed on 21/11/2023 at 01:55.
Pushed by fusionfuture into branch 'master'.

desktoptoolbox: make it float in tablet mode

In tablet mode, Fitts' law doesn't really apply in this case, so the toolbox can
be floating.

M  +4    -3    toolboxes/desktoptoolbox/contents/ui/ToolBoxContent.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/276fef88d133111e457962c1bb6f5f4d636b6fd1
Comment 3 Fushan Wen 2024-06-01 03:05:05 UTC
It's floating now!