aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Teach QQuickPixmap to handle requests for image regionsShawn Rutledge2020-01-306-50/+97
* | Force models and workerscript plugins to link their librariesUlf Hermann2020-01-303-5/+33
* | Reduce Qt Declarative's use of QDateTime's locale-dependent APIsFabian Kosmale2020-01-302-84/+112
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-2919-63/+116
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-2919-63/+116
| |\|
| | * Doc: document behavior and caveats of TextInput's padding propertiesMitch Curtis2020-01-281-0/+12
| | * Merge remote-tracking branch 'origin/5.14.1' into 5.14Qt Forward Merge Bot2020-01-271-1/+4
| | |\
| | | * Merge 5.14 into 5.14.1v5.14.1Kari Oikarinen2020-01-1512-31/+185
| | | |\
| | | * | Return false for user types in isSaveable()Andy Shaw2020-01-101-1/+4
| | * | | Doc: Move snippet file to qtxmlpatternsPaul Wicking2020-01-271-20/+0
| | * | | V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-2316-42/+99
| | * | | ArrayPrototype::method_filter: Check for exception after callbackUlf Hermann2020-01-231-0/+1
* | | | | Required properties: Allow required default propertiesFabian Kosmale2020-01-291-0/+25
* | | | | QQuickItemView: only connect recycle signals to delegate modelRichard Moe Gustavsen2020-01-291-4/+8
* | | | | Fix vertical position of PathTextEskil Abrahamsen Blomfeldt2020-01-291-2/+2
|/ / / /
* | | | Handle required properties declared in C++Fabian Kosmale2020-01-283-5/+20
* | | | Properly refcount QQmlDelegateModelItemMetaTypeUlf Hermann2020-01-286-24/+26
* | | | Deprecate QQuickWindow::createTextureFromId()Laszlo Agocs2020-01-272-1/+9
* | | | use initializer listsTim Jenssen2020-01-241-6/+4
* | | | Make QtQuick::Item::mapFrom/ToItem also accept point and rectAlbert Astals Cid2020-01-241-90/+104
* | | | Make QtQuick::Item::mapFrom/ToGlobal also accept pointAlbert Astals Cid2020-01-241-24/+50