aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Fix GC corruption on macOS and possibly some other OSesLars Knoll2017-04-211-0/+7
| | | * | Fix build without features.qml-interpreterTasuku Suzuki2017-04-212-14/+17
| | | * | Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-2010-2/+23
| * | | | QQuickDesignerSupport: Port away from boundingRectRobin Burchell2017-04-221-2/+3
| * | | | Fix performance regression in animators since 5.6Gunnar Sletta2017-04-222-23/+3
| |/ / /
| * | | Add support for std::vector and QVector matching the support for QListVille Voutilainen2017-04-212-28/+67
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-2110-14/+29
| |\| |
| | * | QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-191-0/+4
| | * | Fix for dangling object pointers in QQmlErrorsRobert Griebl2017-04-191-1/+2
| | * | Add \since to QSGTexture::AnisotropyLevelFriedemann Kleint2017-04-191-0/+2
| | * | QQuickShortcut: Initialize idRobin Burchell2017-04-191-0/+1
| | * | Fix warning for -no-feature-cursorStephan Binner2017-04-181-0/+2
| | * | Fix warning for -no-feature-desktopservicesStephan Binner2017-04-181-0/+1
| | * | Fix warning for -no-feature-shortcutStephan Binner2017-04-181-0/+2
| | * | QQuickAnimatorProxyJob: make sure to stop when detached from a windowJ-P Nurmi2017-04-181-3/+11
| | * | QQuickText: optimize updateLayout()Anton Kudryavtsev2017-04-181-8/+2
| | * | Doc: Fix property name from "url" to "source"Leena Miettinen2017-04-121-1/+1
| | * | Doc: Write URL in capital letters in textLeena Miettinen2017-04-121-1/+1
| * | | MM: Provide information about object types on sweepRobin Burchell2017-04-203-20/+59
| * | | QAccessibleQuickItem: Remove dead codeRobin Burchell2017-04-201-3/+0
| * | | QQuickWindow: Actually mark sendEvent as deprecatedRobin Burchell2017-04-172-1/+7
| * | | QQuickContents: Use QRectF rather than reinventing itRobin Burchell2017-04-172-20/+17
| * | | QQuickFlickable: Remove an obviously stale commentRobin Burchell2017-04-171-12/+0
| * | | QQmlConnections: Don't crash (or read past bounds) if a silly prop name is givenRobin Burchell2017-04-131-3/+2
* | | | Add and use QQuickPointerSingleHandler::moveTarget()Shawn Rutledge2017-04-283-1/+9
* | | | QQPSingleHandler: accept only left mouse button by defaultShawn Rutledge2017-04-282-2/+1
* | | | TapHandler: CancelGrabPassive => setPressed(false)Shawn Rutledge2017-04-281-1/+1
* | | | DragHandler: allow parent to be different from targetShawn Rutledge2017-04-272-7/+34
* | | | 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-273-6/+15
* | | | 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
* | | | QQuickPointerDeviceHandler: add acceptedModifiersShawn Rutledge2017-04-252-1/+44
* | | | 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-13217-3323/+4653
|\| | |