aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix extension plugin examples and documentationUlf Hermann2020-02-181-23/+26
* 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-141-4/+4
* 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-1313-73/+134
|\
| * Add a null check to QQuickWindowPrivate::rendererAnton Kreuzkamp2020-02-121-1/+1
| * QQuickLoader: store statusFabian Kosmale2020-02-122-39/+61
| * Fix a bug where a layout could crash or become non-responsiveJan Arve Sæther2020-02-124-5/+34
| * Fix QQmlProperty and Connections for properties starting with '_'Fabian Kosmale2020-02-112-3/+9
| * 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-071-19/+21
| * Fix QAccessibleQuickWindow::focusChild() to return focused descendantPeter Varga2020-02-061-2/+6
* | Add UiAnnotation for annotation objectsFawzi Mohamed2020-02-125-8/+49
* | Introduce BaseVisitorFawzi Mohamed2020-02-125-467/+801
* | Provide a macro for qmlRegisterTypeNotAvailableUlf Hermann2020-02-127-14/+60
* | Add a static variant of qmlRegisterInterface()Ulf Hermann2020-02-123-10/+67
* | 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-121-36/+44
* | 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-117-20/+274
* | Modernize scarceresources snippets and adapt docsUlf Hermann2020-02-114-65/+108
* | QQmlCustomParser: Resolve import namespacesUlf Hermann2020-02-111-6/+25
* | Fix QQmlObjectModel::destroyingItem emissionSimon Hausmann2020-02-101-2/+3
* | QQmlEngine: Test that types are correctly removedFabian Kosmale2020-02-102-0/+13
* | Fix QML type unregistrationFabian Kosmale2020-02-101-5/+1
* | Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-0717-34/+211
* | 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
* | QQmlTypeLoader: Prevent further trivial cyclesUlf Hermann2020-02-061-2/+3
* | Add required property documentationFabian Kosmale2020-02-063-5/+148
* | Models: Make sure we can use QList<QObject *> as required modelUlf Hermann2020-02-064-2/+14
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-0613-103/+354
|\|
| * Clarify the Binding.restoreMode warning messageUlf Hermann2020-02-031-7/+11
| * Doc: Remove outdated noteJoni Poikelin2020-02-031-4/+0