aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickdraghandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move properties into grouped "point" propertyJan Arve Saether2017-05-231-1/+1
* Add and use QQuickPointerSingleHandler::moveTarget()Shawn Rutledge2017-04-281-1/+1
* DragHandler: allow parent to be different from targetShawn Rutledge2017-04-271-6/+31
* DragHandler: onGrabChanged, enforceConstraintsShawn Rutledge2017-04-241-0/+6
* DragHandler: don't steal exclusive grabShawn Rutledge2017-03-301-2/+3
* DragHandler: keep the grab (prevent stealing) when draggingShawn Rutledge2017-02-171-0/+8
* start making explicit exclusive or passive grabsShawn Rutledge2017-02-101-2/+3
* QQPSingleHandler: copy some values from QQuickEventPoint to propertiesShawn Rutledge2017-01-031-1/+1
* Add a DragHandler::translation propertyJan Arve Saether2016-12-291-0/+10
* DragHandler active property replaces dragging; same as grabbingShawn Rutledge2016-12-291-10/+1
* Don't assume that target is the parent itemJan Arve Saether2016-12-291-3/+0
* Fixed bug in DragHandler when dragging in scaled coordinate systemJan Arve Saether2016-12-271-4/+7
* DragHandler: override wantsEventPoint to retain interest out of boundsShawn Rutledge2016-12-091-0/+7
* DragHandler: grab when dragging over the thresholdShawn Rutledge2016-10-171-0/+1
* Introduce DragHandlerShawn Rutledge2016-08-261-0/+160