aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DragHandler: allow parent to be different from targetShawn Rutledge2017-04-273-14/+43
* Start over with event delivery when touchpoint presses occurShawn Rutledge2017-04-272-10/+29
* QQPSingleHandler: store m_scenePressPos separatelyShawn Rutledge2017-04-272-1/+4
* QQMultiPointerHandler: don't steal grab if keepMouseGrab/keepTouchGrabShawn Rutledge2017-04-274-6/+16
* QQuickMultiPointerHandler::wantsPointerEvent ignores grabs on pressShawn Rutledge2017-04-271-6/+12
* PointerHandler: add wants/declines logging to qt.quick.handler.dispatchShawn Rutledge2017-04-272-4/+5
* Remove redundant entriesJan Arve Saether2017-04-251-8/+6
* add pinchDragFlingMPTA exampleShawn Rutledge2017-04-251-0/+97
* QQuickPointerDeviceHandler: add acceptedModifiersShawn Rutledge2017-04-254-1/+103
* QQuickPointerSingleHandler: add setIgnoreAdditionalPointsShawn Rutledge2017-04-242-1/+10
* DragHandler: onGrabChanged, enforceConstraintsShawn Rutledge2017-04-242-0/+7
* TapHandler longPress autotest: be less demanding about hold timeShawn Rutledge2017-04-241-2/+2
* add autotest for TapHandlerShawn Rutledge2017-04-216-0/+829
* 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
* PH manual tests: better object names for easier debuggingShawn Rutledge2017-04-202-1/+3
* 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-205-0/+22
* 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-1410-17/+64
* Blacklist ListView::test_listInteractiveCurrentIndexEnforce completelyShawn Rutledge2017-04-141-2/+1
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-04-13289-3721/+6727
|\
| * qmlscene: Add --apptype argument, allowing to specify the application classFriedemann Kleint2017-04-121-22/+50
| * tst_qmlplugindump: Ensure process starts properlyRobin Burchell2017-04-121-4/+4
| * Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-1117-52/+73
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-1115-50/+67
| | |\
| | | * Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-106-39/+27
| | | * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-096-4/+7
| | | * Add missing override specifiersChristian Strømme2017-04-031-10/+10
| | | * Prospective fix for static builds on Windows with QtQuickCompilerSimon Hausmann2017-03-281-6/+10
| | | * Fix build with GCC 7Marc Mutz2017-03-221-0/+7
| | | * Fix touch event delivery in childMouseEventFilterFrederik Gladhorn2017-03-161-1/+16
| | * | Blacklist tst_qquickwindow::attachedProperty on macOS 10.11Tony Sarajärvi2017-04-101-0/+2
| | * | examples: photoviewer needs widgets supportPeter Seiderer2017-04-081-2/+4
| * | | Allow custom bounds behaviors for FlickableJ-P Nurmi2017-04-105-66/+201
| * | | Migrate to QRegularExpressionSamuel Gaist2017-04-092-12/+13
| * | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-04-0860-733/+1288
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-0760-733/+1288
| | |\| |
| | | * | Enable running of qmlcachegen tests on ARM/qemuSimon Hausmann2017-04-071-1/+1
| | | * | Speed up Qml library checksumming in developer buildsSimon Hausmann2017-04-071-1/+1
| | | * | Fix locals register allocation on ARM when cross-compilingSimon Hausmann2017-04-061-1/+1
| | | * | Fix support for jsTr() and QT_TR_NOOP in list elements when cachingSimon Hausmann2017-04-067-426/+591
| | | * | Fix double conversion code generation when cross-compilingSimon Hausmann2017-04-062-7/+15
| | | * | Fix shadow stack space handling when cross-compilingSimon Hausmann2017-04-061-7/+1