Show grabby hand cursors when hovering and dragging draggable widgets
ClosedPublic

Authored by ngraham on Dec 15 2019, 11:49 AM.

Details

Summary

Same idea as D25998, but for desktop widgets and done on the C++ side to avoid weird
interactions between a MouseArea and a MultiPointTouchArea on the QML side.

Test Plan

Diff Detail

Repository
R120 Plasma Workspace
Branch
grabby-hands-on-widgets (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 19878
Build 19896: arc lint + arc unit
ngraham created this revision.Dec 15 2019, 11:49 AM
Restricted Application added a project: Plasma. · View Herald TranscriptDec 15 2019, 11:49 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
ngraham requested review of this revision.Dec 15 2019, 11:49 AM
apol accepted this revision.Dec 15 2019, 12:16 PM
This revision is now accepted and ready to land.Dec 15 2019, 12:16 PM
mart accepted this revision.Dec 15 2019, 12:41 PM
mart added inline comments.
components/containmentlayoutmanager/itemcontainer.cpp
652

shouldn't be necessary here but when going out of edit mode

ngraham updated this revision to Diff 71592.Dec 15 2019, 12:52 PM
ngraham marked an inline comment as done.

Address review comment

This revision was automatically updated to reflect the committed changes.