aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-311-1/+24
| * Fix static builds due to name clashesAndy Shaw2020-01-311-7/+7
| * Fix some ListView bugs related to snapping when it had a headerJan Arve Sæther2020-01-301-15/+153
| * Get rid of global gadgetPtr in QQmlValueTypeUlf Hermann2020-01-297-69/+150
| * QQuickFlickable: fix division by zeroMitch Curtis2020-01-291-4/+15
* | QmlDebug: add new debugtranslationserviceTim Jenssen2020-02-0513-3/+368
* | QQmlInstanceModel: refactor recycling signals to base classRichard Moe Gustavsen2020-02-054-19/+9
* | Inline components: fix name resolutionFabian Kosmale2020-02-053-3/+7
* | QV4: Handle value tyes in sameValue algorithmFabian Kosmale2020-02-041-0/+4
* | Synthetically reference type registration functionsUlf Hermann2020-02-0424-44/+113
* | Required properties: Do not fully resolve property cachesFabian Kosmale2020-02-033-1/+15
* | QQuickPointerMouseEvent::asMouseEvent(): check for nullptrShawn Rutledge2020-01-311-0/+2
* | Required properties: Allow retroactive require specificationFabian Kosmale2020-01-3111-19/+179
* | add annotations to QMLFawzi Mohamed2020-01-312-5/+79
* | Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-318-24/+249
* | Image ColorSpace bindings for Quick/QMLAllan Sandfeld Jensen2020-01-319-1/+217
* | Add Behavior.targetProperty propertyPierre-Yves Siret2020-01-312-0/+80
* | Add Image.sourceClipRect propertyShawn Rutledge2020-01-305-4/+82