aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-081144-3967/+15937
|\
| * Add new PathAngleArc typeMichael Brasser2017-11-078-15/+339
| * Temporarily remove dependency on qml-debug featureUlf Hermann2017-11-071-1/+0
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061097-3842/+15349
| |\
| | * Fix a bug with TapHandler+DragHandler on top of FlickableJan Arve Sæther2017-10-274-17/+188
| | * Fix Logically dead codeJesus Fernandez2017-10-271-1/+1
| | * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3Liang Qi2017-10-258-34/+54
| | |\
| | | * Minor documentation improvements for Matrix4x4Michael Brasser2017-10-242-0/+2
| | | * Return "qnx" for Qt.platform.os when appropriateLiang Qi2017-10-242-0/+3
| | | * QQuickAnimatorProxyJob: Disconnect from window when unsetting itUlf Hermann2017-10-242-1/+23
| | | * skip part of tst_qquickwindow::testWindowVisibilityOrder on UnityShawn Rutledge2017-10-231-4/+9
| | | * Fix outdated BSD license header in tests to use GPL-EXCEPTKai Koehne2017-10-231-29/+17
| | * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-241025-3538/+12371
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-241025-3538/+12371
| | | |\|
| | | | * QQmlTypeLoader: Drain events before shutting down the threadUlf Hermann2017-10-204-10/+69
| | | | * QQuickLoader: Use setSize() to resize itemAlexandr Akulich2017-10-203-6/+19
| | | | * Extract QSizeChangeListener from tst_quickview to shared test utilsAlexandr Akulich2017-10-205-24/+97
| | | | * Docs: VideoOutput is not supported with Software AdaptationAndy Nichols2017-10-201-0/+7
| | | | * Update the cursor rectangle when select all is triggeredAndy Shaw2017-10-202-3/+2
| | | | * Tell QQmlImportInstance::resolveType what kind of type we wantUlf Hermann2017-10-197-29/+98
| | | | * Fix execution of deferred propertiesJ-P Nurmi2017-10-1811-31/+162
| | | | * Fix example code to always use BSDKai Koehne2017-10-1813-104/+325
| | | | * Fix qdoc files to always use FDLKai Koehne2017-10-186-190/+112
| | | | * Software Adaptation: Fix QQuickWidget when moving between screensAndy Nichols2017-10-173-1/+8
| | | | * Fix outdated FDL license headerKai Koehne2017-10-17138-688/+688
| | | | * Fix outdated BSD license headerKai Koehne2017-10-17833-2450/+10780
| | * | | clang-cl: Fix warnings about non-portable #include resolutionFriedemann Kleint2017-10-243-4/+4
| | |/ /
| | * | Qt Quick examples: Introduce QCommandLineParserFriedemann Kleint2017-10-186-11/+76
| | * | QQuickWindow: if an Item has PointerHandlers it's a delivery targetShawn Rutledge2017-10-173-4/+13
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-1510-16/+108
| | |\|
| | | * Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-064-5/+93
| | | |\
| | | | * Make input method events work in QQuickWidgetv5.9.2Paul Olav Tvete2017-09-281-2/+4
| | | | * QQmlTypeLoader: The profiler is a quintptr(0) if QT_NO_QML_DEBUGGINGUlf Hermann2017-09-271-2/+2
| | | | * Merge 5.9 into 5.9.2Oswald Buddenhagen2017-09-258-41/+66
| | | | |\
| | | | * | Add changes file for Qt 5.9.2Jani Heikkinen2017-09-221-0/+86
| | | | * | Fix crash when using signal handlers on group propertiesThomas Hartmann2017-09-211-1/+1
| | | * | | Bump versionOswald Buddenhagen2017-10-061-1/+1
| | | * | | Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-065-6/+10
| | | * | | QV4Engine: Don't cache compilation units to be unlinkedUlf Hermann2017-10-051-4/+2
| | | * | | Fix Number.isNaN sometimes returning false for NaNSimon Hausmann2017-10-041-1/+3
| | * | | | Fix QQuickRenderControl software grabs on surface not rendered elsewherev5.10.0-beta2David Edmundson2017-10-141-2/+2
| | * | | | Undo pre-accept state if the event was not filteredJan Arve Sæther2017-10-131-0/+4
| | * | | | Remove blacklisting of tst_QQuickWindow::attachedProperty on WindowsFrederik Gladhorn2017-10-091-1/+0
| | * | | | D3D12: Fix some compiler warnings emitted by clang-clFriedemann Kleint2017-10-065-10/+11
| | * | | | Fix bug in qmltest/events/tst_touchJan Arve Sæther2017-10-051-4/+4
| | * | | | Fix touch points delivered to the filtering parentJan Arve Saether2017-10-051-1/+1
| | * | | | Add test for verifying that event is pre-accepted for event filteringJan Arve Sæther2017-10-051-0/+16
| | * | | | Doc: List relevant source files under each chapterVenugopal Shivashankar2017-10-051-0/+19
| | * | | | pointerhandlers manual test: get command-line arg working againShawn Rutledge2017-10-051-14/+4
| | * | | | pre-accept the mouse event before childMouseEventFilter; grab afterShawn Rutledge2017-10-052-7/+19