aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickpointersinglehandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not crash on WindowsJan Arve Saether2017-06-231-2/+0
* Move properties into grouped "point" propertyJan Arve Saether2017-05-231-47/+48
* Add and use QQuickPointerSingleHandler::moveTarget()Shawn Rutledge2017-04-281-0/+6
* QQPSingleHandler: accept only left mouse button by defaultShawn Rutledge2017-04-281-1/+1
* QQPSingleHandler: store m_scenePressPos separatelyShawn Rutledge2017-04-271-0/+2
* QQuickPointerSingleHandler: add setIgnoreAdditionalPointsShawn Rutledge2017-04-241-1/+7
* QQPSingleHandler: don't accept a touchpoint other than the chosen oneShawn Rutledge2017-04-211-6/+9
* QQPSingleHandler: verify wantsEventPoint() even when pointId is chosenShawn Rutledge2017-04-211-4/+3
* DragHandler: restrict dragging to *only* one fingerJan Arve Saether2017-03-281-8/+24
* Deactivate when reset() is calledJan Arve Saether2017-03-091-0/+1
* PointerHandlers: fix some grab notification and signal order problemsShawn Rutledge2017-03-081-2/+5
* QQuickPointerSingleHandler warning: show pointId in hexShawn Rutledge2017-03-061-1/+1
* API: Move acceptedButtons to QQuickPointerSingleHandlerJan Arve Saether2017-02-231-0/+14
* unify handler grab state handling into onGrabChangedShawn Rutledge2017-02-211-10/+20
* clarify further exclusive vs. passive grabsShawn Rutledge2017-02-201-2/+2
* start making explicit exclusive or passive grabsShawn Rutledge2017-02-101-4/+4
* corrections: copy some values from QQuickEventPoint to propertiesShawn Rutledge2017-02-081-10/+14
* QQPSingleHandler: copy some values from QQuickEventPoint to propertiesShawn Rutledge2017-01-031-21/+59
* DragHandler active property replaces dragging; same as grabbingShawn Rutledge2016-12-291-0/+11
* Don't assume that target is the parent itemJan Arve Saether2016-12-291-1/+1
* SingleHandler: add virtual wantsEventPoint(QQuickEventPoint *)Shawn Rutledge2016-12-091-5/+31
* add QQuickPointerHandler::handleGrabCancel; call in setGrabShawn Rutledge2016-10-171-0/+6
* QQuickPointerSingleHandler: choose the current point only if pressedShawn Rutledge2016-10-141-1/+1
* QQuickPointerSingleHandler: add pressedButtons propertyShawn Rutledge2016-09-191-0/+8
* simplify QQuickPointerSingleHandler::wantsPointerEventShawn Rutledge2016-09-021-35/+19
* QQuickPointerSingleHandler::handlePointerEventImpl: accept current pointShawn Rutledge2016-09-021-0/+1
* QQuickPointerSingleHandler: auto-grab if the point is acceptedShawn Rutledge2016-08-251-2/+3
* add QQuickPointerSingleHandlerShawn Rutledge2016-08-251-0/+105