aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove some dead codeUlf Hermann2020-02-181-5/+0
* Add documentation for the QML_* macrosUlf Hermann2020-02-172-14/+290
* 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
* | Add UiAnnotation for annotation objectsFawzi Mohamed2020-02-127-8/+60
* | Introduce BaseVisitorFawzi Mohamed2020-02-127-468/+809
* | Provide a macro for qmlRegisterTypeNotAvailableUlf Hermann2020-02-127-14/+60
* | Added AstDumper: better describe and compare AST treesFawzi Mohamed2020-02-125-1/+1517
* | Add a static variant of qmlRegisterInterface()Ulf Hermann2020-02-125-12/+68
* | Doc: Modernize backend example and adapt C++ integration docsUlf Hermann2020-02-124-13/+28
* | Doc: Modernize the type definition docsUlf Hermann2020-02-121-79/+57
* | Allow dynamic and static registration of same URI in any orderUlf Hermann2020-02-125-101/+253
* | Add uri and version parameters to qmlRegisterExtendedType()Ulf Hermann2020-02-121-3/+11
* | Documentation: reflow to limit line lengthFabian Kosmale2020-02-121-14/+63
* | Put Ui visitors togetherFawzi Mohamed2020-02-121-3/+2
* | Avoid cast from ASCII in qv4engine warning messageFawzi Mohamed2020-02-121-2/+2
* | Remove unused AST::ModuleItemFawzi Mohamed2020-02-122-4/+0
* | Make UiObjectDefinition uniformFawzi Mohamed2020-02-121-4/+5
* | Mark non visited AST partsFawzi Mohamed2020-02-121-0/+13
* | Add annotations to ASTFawzi Mohamed2020-02-125-5/+68
* | Deliver QTabletEvents to pointer handlersv5.15.0-alpha1Shawn Rutledge2020-02-1115-21/+583
* | tst_qquickwindow: construct pointer events with proper devicesShawn Rutledge2020-02-111-2/+2
* | Modernize type registration in new examplesUlf Hermann2020-02-119-12/+12
* | Avoid discouraged patterns in examplesUlf Hermann2020-02-1178-421/+634
* | Doc: Fix "Extending QML" documentationUlf Hermann2020-02-111-1/+1
* | Modernize scarceresources snippets and adapt docsUlf Hermann2020-02-114-65/+108
* | QQmlCustomParser: Resolve import namespacesUlf Hermann2020-02-113-8/+62
* | Fix QQmlObjectModel::destroyingItem emissionSimon Hausmann2020-02-101-2/+3
* | QQmlEngine: Test that types are correctly removedFabian Kosmale2020-02-104-0/+28
* | Fix QML type unregistrationFabian Kosmale2020-02-101-5/+1
* | Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-0729-45/+250
* | statemachine: Use new QQmlListProperty capabilitiesUlf Hermann2020-02-067-31/+125
* | Privately export QQuickFlickablePrivate and QQuickTableViewPrivateMitch Curtis2020-02-063-3/+4
* | Add inline component documentationFabian Kosmale2020-02-065-0/+303
* | rhi: Handle beginFrame() failure correctly in threaded render loopLaszlo Agocs2020-02-061-6/+10