aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Default QQuickItem::acceptTouchEvents to true until Qt 6Shawn Rutledge2017-05-105-2/+17
* Only send filtered events to the parent of the receiverJan Arve Saether2017-05-081-0/+2
* Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-05-08116-149/+352
|\
| * Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-02105-17/+269
| |\
| | * ICC issue: cast both sides of sign-bit-changing expressions to uintThiago Macieira2017-04-281-1/+1
| | * Add a method to query the scene graph backendMichael Brüning2017-04-274-0/+25
| | * Run includemocs in qtdeclarativeThiago Macieira2017-04-26101-0/+184
| | * Document Screen virtualX and virtualYPier Luigi Fiorini2017-04-261-0/+14
| | * Doc: correct reference to sectionNico Vertriest2017-04-261-2/+1
| | * Doc: correct \sa statementNico Vertriest2017-04-261-1/+1
| | * Fix populating selection clipboard with keyboardVolodymyr Samokhatko2017-04-261-0/+7
| | * Fix Canvas memory leakRoman Pasechnik2017-04-251-0/+6
| | * Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-252-2/+2
| | * QSGBatchRenderer: Fix a performance regression noted by qmlbenchRobin Burchell2017-04-241-11/+28
| * | QQuickRectangle: Optimize setGradientRobin Burchell2017-04-283-24/+2
| * | QQuickRectangle: Use parenting on QQuickPen to speed up pen changesRobin Burchell2017-04-282-7/+4
| * | QQuickImageBase: Avoid a signal connection altogetherRobin Burchell2017-04-282-10/+9
| * | Add a include to fix build for qsgshaderrewriter.cppLiang Qi2017-04-261-0/+1
| * | QQuickText: apply updateSize() optimization for item change listenersJ-P Nurmi2017-04-251-2/+2
| * | QQuickRectangle: Inline a method into its sole callerRobin Burchell2017-04-252-15/+10
| * | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devRobin Burchell2017-04-226-6/+8
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-226-6/+8
| | |\|
| | | * QQuickCanvas: Fix requestAnimationFrame documentationv5.9.0-beta3Robin Burchell2017-04-211-2/+2
| | | * Doc: remove reference to no longer existing propertiesNico Vertriest2017-04-211-2/+0
| | | * Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-204-2/+6
| * | | QQuickDesignerSupport: Port away from boundingRectRobin Burchell2017-04-221-2/+3
| * | | Fix performance regression in animators since 5.6Gunnar Sletta2017-04-222-23/+3
| |/ /
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-218-13/+23
| |\|
| | * 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
| * | 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
* | | 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