aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickdraghandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-101-4/+3
|\
| * If DragHandler is dragged within its margin, don't jumpShawn Rutledge2019-04-051-4/+3
* | Refactor QQuickMultiPointHandler into public and private classesShawn Rutledge2019-04-021-4/+4
|/
* Doc: Fix link issuesNico Vertriest2019-01-031-1/+1
* Doc: Show that DragHandler is now a multi-point handlerShawn Rutledge2018-09-111-1/+1
* Rename QQEventPoint::GrabState to GrabTransitionShawn Rutledge2018-08-311-3/+3
* Doc: clarify the type and meaning of QQuickMultiPointHandler::centroidShawn Rutledge2018-08-221-1/+3
* Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-271-5/+1
* Rearrange docs: Pointer Handlers -> Input HandlersShawn Rutledge2018-07-261-2/+2
* Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-191-65/+125
* Rename Pointer Handlers to Input Handlers (as a concept)Shawn Rutledge2018-07-121-1/+1
* Put QQuickDragAxis into a separate fileJan Arve Sæther2018-06-251-33/+0
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Don't crash if DragHandler have target: nullJan Arve Sæther2018-03-021-6/+8
* doc: Fix several Can't link to errorsMartin Smith2018-02-281-20/+30
* doc: Correct mostly linking errorsMartin Smith2018-02-231-4/+5
* Fix draghandler to respect axis constraintsJan Arve Sæther2018-02-211-34/+54
* Fix a bug with calculation of translation in DragHandlerJan Arve Sæther2017-11-241-3/+4
* improve documentation of DragHandlerShawn Rutledge2017-09-291-2/+38
* change the type of DragHandler::translation to QVector2D; document itShawn Rutledge2017-09-291-2/+9
* rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-051-3/+3
* Rename single and multi pointer handler classnamesJan Arve Sæther2017-09-031-3/+3
* 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