aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Avoid access to properties of parent in imagelements exampleUlf Hermann2020-02-062-8/+28
* | Use inline components for sharing exampleUlf Hermann2020-02-061-44/+38
* | Add QML_CORE_PROFILE support to QML toolThomas Hartmann2020-02-062-1/+14
* | 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-066-2/+86
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-0623-109/+1115
|\|
| * Clarify the Binding.restoreMode warning messageUlf Hermann2020-02-031-7/+11
| * Blacklist tst_qquickmousearea::nestedStopAtBounds on opensuse 15.0Ulf Hermann2020-02-031-0/+4
| * Doc: Remove outdated noteJoni Poikelin2020-02-031-4/+0
| * Bump versionAlexandru Croitor2020-02-021-1/+1
| * Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-315-7/+63
| * Fix static builds due to name clashesAndy Shaw2020-01-311-7/+7
| * Run qtEnsurePluginResourcesCpp() from qtquickcompiler.prfUlf Hermann2020-01-301-0/+1
| * Fix some ListView bugs related to snapping when it had a headerJan Arve Sæther2020-01-303-15/+821
| * Get rid of global gadgetPtr in QQmlValueTypeUlf Hermann2020-01-297-69/+150
| * QQuickFlickable: fix division by zeroMitch Curtis2020-01-293-4/+64
* | QmlDebug: add new debugtranslationserviceTim Jenssen2020-02-0517-3/+502
* | QQmlInstanceModel: refactor recycling signals to base classRichard Moe Gustavsen2020-02-054-19/+9
* | Inline components: fix name resolutionFabian Kosmale2020-02-057-3/+46
* | QV4: Handle value tyes in sameValue algorithmFabian Kosmale2020-02-042-0/+35
* | Synthetically reference type registration functionsUlf Hermann2020-02-0424-44/+113