aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Doc: Maintain the highlighted examples list locallyVenugopal Shivashankar2017-10-051-0/+8
* | | | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-0414-53/+76
|\| | |
| * | | Doc: let TextEdit grow vertically in ensureVisible() snippetMitch Curtis2017-10-031-1/+0
| * | | Docs: remove empty table headersFrederik Schwarzer2017-10-031-2/+0
| * | | Document the default value of property asynchronousZhang Xingtao2017-09-271-0/+1
| * | | ObjectModel: provide unique move IDsJ-P Nurmi2017-09-262-8/+8
| * | | Fix no-opengl buildsAllan Sandfeld Jensen2017-09-251-1/+1
| | |/ | |/|
| * | Fix behaviors not working when sub-types declare propertiesSimon Hausmann2017-09-224-0/+35
| * | Fix use-after-free when clear()ing all elements from a ListModelErik Verbruggen2017-09-223-41/+28
| * | Fix uninitialized member QSGClipNode::m_is_rectangularJüri Valdmann2017-09-201-0/+3
| |/
* | Doc: add documentation for QJSValueListSamuel Gaist2017-09-301-0/+7
* | Doc: fix QJSEngine code snippetSamuel Gaist2017-09-301-1/+1
* | docs: EventPoint::timeHeld is a real value, in secondsShawn Rutledge2017-09-291-1/+1
* | QQuickWindowPrivate::deliverKeyEvent: stop using QQW::sendEventShawn Rutledge2017-09-291-4/+9
* | improve documentation of DragHandlerShawn Rutledge2017-09-294-2/+210
* | PinchHandler: add native pinch gesture supportShawn Rutledge2017-09-297-46/+284
* | replace MultiPointHandler::requiredPointCount with min/max range propsShawn Rutledge2017-09-295-25/+56
* | improve documentation of the PointerHandler base classes and indexShawn Rutledge2017-09-2912-46/+1705
* | improve documentation of PinchHandlerShawn Rutledge2017-09-291-0/+48
* | remove QQuickPinchHandler::requiredPointCountChanged signalShawn Rutledge2017-09-291-1/+0
* | change the type of DragHandler::translation to QVector2D; document itShawn Rutledge2017-09-293-7/+14
* | Fix implicit loading of internal types when using explicit importsSimon Hausmann2017-09-267-2/+45
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-09-2083-314/+1065
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-2083-314/+1065
| |\|
| | * qmlimportscanner: Scan the root directory againMorten Johan Sørvig2017-09-191-1/+1
| | * Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-194-9/+61