aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* | | 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
|/
* qmlimportscanner: Scan the root directory againMorten Johan Sørvig2017-09-191-1/+1
* Fix qmlClearTypeRegistrations() not dropping all registrationsSimon Hausmann2017-09-194-9/+61
* Fix compilation with -no-openglMichal Klocek2017-09-182-2/+5
* Fall back to the ObjectWrapper for model advanceIteratorAndy Shaw2017-09-152-1/+27
* Fix use-after-free when removing elements from a ListModelErik Verbruggen2017-09-143-7/+27
* QQuickTextEdit: call implicitWidth() even if requireImplicitWidth is trueTim Jenssen2017-09-142-1/+14
* Add NOTIFY signal for QQuickAnimatedImage::frameCountPal Toth2017-09-134-7/+29
* Error out when compiling signal handlers with arguments in qml filesSimon Hausmann2017-09-122-2/+69
* Fix qml cache invalidation when changing dependent C++ registered QML singletonsSimon Hausmann2017-09-124-0/+86
* Fix Integrity buildSimon Hausmann2017-09-121-1/+1
* Add missing math.h include for math functionsJake Petroules2017-09-124-0/+6
* Update the expected size of QV4::CompiledData::UnitJ-P Nurmi2017-09-111-3/+1
* Fix compilation with clang 4 on LinuxLars Knoll2017-09-111-12/+12
* Drain the mark stack while collecting rootsLars Knoll2017-09-101-1/+15
* Fix issue with programmatic flicking at boundsMichael Brasser2017-09-083-0/+50