aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-2135-134/+289
|\
| * Fix QML basic type documentationEdward Welbourne2020-02-201-26/+7
| * Avoid cast from ASCII to QStringUlf Hermann2020-02-201-2/+2
| * Tools: Convert to static type registrationsUlf Hermann2020-02-205-37/+81
| * Make qtdeclarative compile with -no-feature-tableteventShawn Rutledge2020-02-204-0/+10
| * QV4Engine: Avoid memory leak in toVariant conversionFabian Kosmale2020-02-201-1/+5
| * Inline component: Avoid even more leaksFabian Kosmale2020-02-201-0/+2
| * Inline components: do not leak contextFabian Kosmale2020-02-201-1/+4
| * Doc: Fix documentation warnings for Qt QMLTopi Reinio2020-02-208-25/+27
| * Doc: Fix the qmltypes format documentationUlf Hermann2020-02-201-17/+26
| * Doc: Fix imports documentationUlf Hermann2020-02-201-6/+6
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-205-3/+11
| |\
| | * QQmlAdaptorModel: Don't const_cast to call release()Ulf Hermann2020-02-191-1/+1
| | * Doc: list Grid's alignment properties as "since 5.1"Mitch Curtis2020-02-181-0/+1
| | * Blacklist tst_qquickmousearea::pressOneAndTapAnother on OpenSuseUlf Hermann2020-02-181-0/+4
| | * Fix inverted logicMichael Brasser2020-02-171-1/+1
| | * Windows: Do look for <plugin>d.dll as a fallbackKai Koehne2020-02-151-1/+4
| * | ResolvedList: attempt read from correct meta objectFabian Kosmale2020-02-194-5/+81
| * | Avoid memory leaks for inline component typesFabian Kosmale2020-02-192-1/+5
| * | Fix broken -no-qml-debugAndré Klitzing2020-02-191-0/+1
| * | Doc: Update documentation for "extending" exampleUlf Hermann2020-02-192-10/+21
* | | Fix all import versionsUlf Hermann2020-02-1925-25/+34
* | | Add major version to all Q_REVISIONsUlf Hermann2020-02-19154-283/+480
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-1914-62/+337
|\| |
| * | Fix deprecation warning against QDateTime(QDate)Edward Welbourne2020-02-184-14/+14
| * | QQmlPropertyCacheCreator: initialize memberFabian Kosmale2020-02-181-0/+1
| * | QQmlType: Do not dereference pointer if nullFabian Kosmale2020-02-181-2/+2
| * | Doc: Fix extension plugin examples and documentationUlf Hermann2020-02-185-27/+30
| * | Remove some dead codeUlf Hermann2020-02-181-5/+0
| * | Add documentation for the QML_* macrosUlf Hermann2020-02-172-14/+290
* | | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-1837-50/+59
* | | QQmlPropertyCache: Don't populate allowed revisions with invalid onesUlf Hermann2020-02-171-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-17302-1651/+7880
|\| |
| * | Rearrange QQuickPixmapKey operator==Shawn Rutledge2020-02-151-2/+5
| * | MultiPointTouchArea: update the TouchPoint.x and y properties togetherShawn Rutledge2020-02-152-19/+13
| * | V4 Debugger: Properly set up context object for expressionsUlf Hermann2020-02-143-4/+18
| * | Optimize QQuickPixmapCache readImage() slightlyShawn Rutledge2020-02-141-2/+3
| * | TestCase: deprecate mouseDoubleClick()Mitch Curtis2020-02-141-8/+9
| * | QQuickItemView: do not set parent to nullptr upon destructionRichard Moe Gustavsen2020-02-141-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-1321-76/+252
| |\|
| | * Add a null check to QQuickWindowPrivate::rendererAnton Kreuzkamp2020-02-121-1/+1
| | * QQuickLoader: store statusFabian Kosmale2020-02-124-39/+91
| | * Fix a bug where a layout could crash or become non-responsiveJan Arve Sæther2020-02-125-5/+65
| | * Fix QQmlProperty and Connections for properties starting with '_'Fabian Kosmale2020-02-115-3/+58
| | * Remove /get from CMAKE_QML_DIRAndré Klitzing2020-02-111-2/+2
| | * Mention styleName in the Font QML type documentationAndy Shaw2020-02-111-0/+1
| | * Android: Don't include QtQuickParticles in the dependenciesAndy Shaw2020-02-101-4/+1
| | * QV4Engine: Do not construct invalid QVariantFabian Kosmale2020-02-072-20/+27
| | * Fix QAccessibleQuickWindow::focusChild() to return focused descendantPeter Varga2020-02-061-2/+6
| * | qmlformat: preserve annotationsFawzi Mohamed2020-02-126-0/+347