aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add support for file selectors to qml toolThomas Hartmann2020-02-041-0/+13
* | Tests: rename connect -> connectToTim Jenssen2020-02-039-28/+28
* | Further RHI adaptation of shaders in lancelot test scenesEirik Aavitsland2020-02-032-73/+1
* | Required properties: Do not fully resolve property cachesFabian Kosmale2020-02-033-1/+15
* | QQuickPointerMouseEvent::asMouseEvent(): check for nullptrShawn Rutledge2020-01-311-0/+2
* | Add autotest for Image.sourceClipRect propertyShawn Rutledge2020-01-312-0/+74
* | Required properties: Allow retroactive require specificationFabian Kosmale2020-01-3121-21/+237
* | add annotations to QMLFawzi Mohamed2020-01-315-5/+294
* | Tests: make ConnectResult a Q_ENUM to get nice error messageTim Jenssen2020-01-311-1/+2
* | Add PointerHandler.cursorShape propertyShawn Rutledge2020-01-3114-31/+331
* | Image ColorSpace bindings for Quick/QMLAllan Sandfeld Jensen2020-01-3111-1/+246
* | Add Behavior.targetProperty propertyPierre-Yves Siret2020-01-314-0/+118
* | Add Image.sourceClipRect propertyShawn Rutledge2020-01-309-4/+172
* | Teach QQuickPixmap to handle requests for image regionsShawn Rutledge2020-01-306-50/+97