aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | QQuickPointerSingleHandler: add setIgnoreAdditionalPointsShawn Rutledge2017-04-242-1/+10
| * | | | | DragHandler: onGrabChanged, enforceConstraintsShawn Rutledge2017-04-242-0/+7
| * | | | | QQPSingleHandler: don't accept a touchpoint other than the chosen oneShawn Rutledge2017-04-211-6/+9
| * | | | | TapHandler: do not react to stationary touchpointsShawn Rutledge2017-04-212-3/+9
| * | | | | QQPSingleHandler: verify wantsEventPoint() even when pointId is chosenShawn Rutledge2017-04-211-4/+3
| * | | | | TapHandler: don't "want" every updated/stationary pointShawn Rutledge2017-04-211-1/+1
| * | | | | TapHandler:wants: don't setPressed(false) unless pointId matchesShawn Rutledge2017-04-211-1/+1
| * | | | | QQuickPointerTouchEvent::reset(): preserve reordered touchpoints betterShawn Rutledge2017-04-202-15/+31
| * | | | | QQuickEventPoint: always inform grabberItem on touch grab cancelShawn Rutledge2017-04-201-0/+2
| * | | | | PinchHandler: add centroidVelocityShawn Rutledge2017-04-204-0/+15
| * | | | | TapHandler: add qt.quick.handler.tap logging categoryShawn Rutledge2017-04-201-14/+23
| * | | | | Fix remaining QQWindow qCDebugs to show eventpoint IDs in hexShawn Rutledge2017-04-201-2/+2
| * | | | | Make tst_qquickflickable::nestedSliderUsingTouch passShawn Rutledge2017-04-142-11/+3
| * | | | | Add QQuickItem acceptTouchEvents/setAcceptTouchEvents; require for touchShawn Rutledge2017-04-147-12/+54
| * | | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-04-1357-541/+613
| |\ \ \ \ \
| * | | | | | PointerHandlers always ungrab if wantsPointerEvent returns falseShawn Rutledge2017-03-301-2/+9
| * | | | | | DragHandler: don't steal exclusive grabShawn Rutledge2017-03-301-2/+3
| * | | | | | DragHandler: restrict dragging to *only* one fingerJan Arve Saether2017-03-281-8/+24
| * | | | | | PinchHandler: Do not grab immediatelyJan Arve Saether2017-03-141-6/+12
| * | | | | | Don't include exclusiveGrabbers when matching requiredPointCountJan Arve Saether2017-03-141-1/+13
| * | | | | | Deactivate when reset() is calledJan Arve Saether2017-03-091-0/+1
| * | | | | | QQuickPointerTouchEvent::reset: detect the type of exclusive grabberShawn Rutledge2017-03-091-0/+1
| * | | | | | PointerHandlers: fix some grab notification and signal order problemsShawn Rutledge2017-03-083-5/+15
| * | | | | | TapHandler: grab before emitting on press, after emitting on releaseShawn Rutledge2017-03-071-4/+14
| * | | | | | QQuickEventPoint::reset: don't cancel grabsShawn Rutledge2017-03-062-8/+4
| * | | | | | QQuickPointerSingleHandler warning: show pointId in hexShawn Rutledge2017-03-061-1/+1
| * | | | | | notify a PointerHandler when it loses grab due to Item::grabTouchPointsShawn Rutledge2017-03-063-16/+33
| * | | | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-03-0262-280/+632
| |\ \ \ \ \ \
| * | | | | | | API: Make some virtuals protected instead of publicJan Arve Saether2017-02-271-3/+2
| * | | | | | | Property velocity was double definedJan Arve Saether2017-02-241-1/+0
| * | | | | | | QQuickWindowPrivate::deliverTouchCancelEvent: deliver to handlers tooShawn Rutledge2017-02-234-14/+23
| * | | | | | | API: Move acceptedButtons to QQuickPointerSingleHandlerJan Arve Saether2017-02-235-23/+22
| * | | | | | | Make QQuickPointerSingleHandler::pointId() publicJan Arve Saether2017-02-231-1/+2
| * | | | | | | Change QQuickEventPoint::pointId to be plain intJan Arve Saether2017-02-224-15/+15
| * | | | | | | notify a PointerHandler when it loses grab via EventPoint::setGrabberItemShawn Rutledge2017-02-221-0/+4
| * | | | | | | QQuickEventPoint API changes after API reviewJan Arve Saether2017-02-223-27/+16
| * | | | | | | Make all handler constructors explicitJan Arve Saether2017-02-217-7/+7
| * | | | | | | unify handler grab state handling into onGrabChangedShawn Rutledge2017-02-218-74/+126
| * | | | | | | clarify further exclusive vs. passive grabsShawn Rutledge2017-02-206-50/+137
| * | | | | | | DragHandler: keep the grab (prevent stealing) when draggingShawn Rutledge2017-02-173-0/+20
| * | | | | | | allow stealing grab from handlers; notify passive grabbers when stolenShawn Rutledge2017-02-161-8/+30
| * | | | | | | Notify timeHeld property changed whenever press state changesJan Arve Saether2017-02-161-0/+1
| * | | | | | | remove unused return values in QQuickWindowPrivate delivery functionsShawn Rutledge2017-02-162-20/+14
| * | | | | | | QQuickWindow cat logging: show touchpoint IDs in hexShawn Rutledge2017-02-161-4/+4
| * | | | | | | QQuickWindow: remove sendFilteredTouchEventShawn Rutledge2017-02-164-113/+91
| * | | | | | | prioritize delivery to passive grabbersShawn Rutledge2017-02-101-23/+51
| * | | | | | | notify all passive-grabbing PointerHandlers when exclusive grab changesShawn Rutledge2017-02-103-1/+10
| * | | | | | | add categorized log message in QQuickEventPoint::cancelPassiveGrabShawn Rutledge2017-02-101-18/+26
| * | | | | | | start making explicit exclusive or passive grabsShawn Rutledge2017-02-1010-52/+138
| * | | | | | | check allowChildEventFiltering inside QQWPriv::sendFilteredPointerEventShawn Rutledge2017-02-091-5/+5