aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* flickableWithHandlers manual test improvementsShawn Rutledge2017-02-223-21/+47
* 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-208-56/+143
* 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-163-23/+44
* 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
* pointer handlers manual test: can give arg with qml to launchShawn Rutledge2017-02-143-0/+20
* 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-1011-55/+141
* check allowChildEventFiltering inside QQWPriv::sendFilteredPointerEventShawn Rutledge2017-02-091-5/+5
* QQuickWindow: refactor ungrab on mouse releaseShawn Rutledge2017-02-091-31/+32
* TapHandler: add timeHeld propertyShawn Rutledge2017-02-093-3/+53
* TapHandler: add gesturePolicyShawn Rutledge2017-02-0913-22/+400
* TapHandler: add long-press featureShawn Rutledge2017-02-093-6/+68
* add flickableWithHandlers manual testShawn Rutledge2017-02-095-0/+464
* Introduce TapHandlerShawn Rutledge2017-02-087-1/+425
* remove undefined QQuickPointerDeviceHandler::setPressed methodShawn Rutledge2017-02-081-1/+0
* add modified photosurface as a manual testShawn Rutledge2017-02-083-1/+178
* add FakeFlickable manual testShawn Rutledge2017-02-084-0/+180
* add MomentumAnimation as a manual test / experimentShawn Rutledge2017-02-084-0/+158
* corrections: copy some values from QQuickEventPoint to propertiesShawn Rutledge2017-02-081-10/+14
* deliverUpdatedTouchPoints: if a handler is the grabber, it goes firstShawn Rutledge2017-02-081-5/+13
* QQuickWindow: use QVector eventDeliveryTargets to avoid repeated deliveryShawn Rutledge2017-02-074-11/+16
* QQuickWindow: deliver updates to handlers even if they don't grabShawn Rutledge2017-02-026-29/+112
* blacklist tst_TouchMouse::hoverEnabledShawn Rutledge2017-02-021-0/+3
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-02-02100-1919/+4904
|\
| * Codegen: Disallow const declaration without an initializer expressionRobin Burchell2017-02-023-1/+62
| * Bump versionOswald Buddenhagen2017-02-021-1/+1
| * Merge dev into 5.9Oswald Buddenhagen2017-02-01192-6177/+9997
| |\
| | * Allow selecting armv7 as target architecture in qmlcachegenSimon Hausmann2017-02-015-10/+50
| | * Added the ARMv7 cross-assembling JIT::ISel to the qmldevtools buildSimon Hausmann2017-02-011-0/+5
| | * Include the ARMv7 assembler in the qmldevtools bootstrap buildSimon Hausmann2017-02-0113-28/+295
| | * Remove platform ifdefs for ISE::convertTypeToDoubleSimon Hausmann2017-01-312-16/+28
| | * Remove platform ifdefs for generateCJumpStrictUndefinedSimon Hausmann2017-01-313-42/+38
| | * Remove platform ifdefs in JIT::ISel::visitRetSimon Hausmann2017-01-313-138/+132
| | * Eliminate platform #ifdef for loading stringsSimon Hausmann2017-01-312-7/+13