aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickdraghandler_p.h
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Fix draghandler to respect axis constraintsJan Arve Sæther2018-02-211-2/+8
* change the type of DragHandler::translation to QVector2D; document itShawn Rutledge2017-09-291-4/+4
* Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-031-2/+2
* DragHandler: allow parent to be different from targetShawn Rutledge2017-04-271-1/+3
* DragHandler: onGrabChanged, enforceConstraintsShawn Rutledge2017-04-241-0/+1
* Make all handler constructors explicitJan Arve Saether2017-02-211-1/+1
* start making explicit exclusive or passive grabsShawn Rutledge2017-02-101-1/+1
* Add a DragHandler::translation propertyJan Arve Saether2016-12-291-0/+6
* DragHandler active property replaces dragging; same as grabbingShawn Rutledge2016-12-291-5/+0
* DragHandler: override wantsEventPoint to retain interest out of boundsShawn Rutledge2016-12-091-0/+3
* pointerhandlers: replace Q_DECL_OVERRIDE with overrideShawn Rutledge2016-12-091-1/+1
* Introduce DragHandlerShawn Rutledge2016-08-261-0/+130