aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* QQmlDelegateModel: ref objects before allocatingUlf Hermann2019-07-021-1/+1
* Add simple DelegateChooser example to documentationMichael Brasser2019-06-111-1/+35
* Fix use after free crash in QQmlDelegateModelNils Jeisecke2019-06-061-1/+16
* Don't use delegate model types on -no-feature-delegate-modelUlf Hermann2019-04-081-0/+2
* Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-201-2/+1
* Enable lookups in QMLSimon Hausmann2019-03-192-0/+9
* Doc: Document peculiarity of sorting DelegateModelGroupsUlf Hermann2019-03-011-1/+2
* doc: Clarify that DelegateModel is a kind of proxy modelShawn Rutledge2019-02-261-6/+12
* QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-213-4/+13
* QQmlAdaptorModel::Accessors: create a propertyCache for all accessors, not ju...Richard Moe Gustavsen2019-02-212-2/+21
* DelegateModel: Zero foreign context objects when they are deletedUlf Hermann2019-02-142-1/+17
* Doc: Fix link issuesNico Vertriest2019-01-031-1/+1
* Doc: Qt QML: Fix documentation warningsTopi Reinio2018-11-023-14/+14
* Export QQmlInstantiator and QQmlInstantiatorPrivate privatelyMitch Curtis2018-10-182-2/+6
* Replace more vestiges of VisualDataModel, *Group and VisualItemModelShawn Rutledge2018-10-031-4/+4
* Doc: Fix QDoc warningsPaul Wicking2018-10-011-1/+1
* QML: Demote incubation problems to info levelUlf Hermann2018-09-271-1/+1
* Doc: Remove documentation for deprecated QML typesVenugopal Shivashankar2018-09-252-66/+11
* Cleanups in Value/PrimitiveLars Knoll2018-09-173-5/+5
* Add qml-worker-script featureMorten Johan Sørvig2018-09-121-1/+1
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-092-2/+3
* Doc: add Qt.labs.qmlmodels moduleMitch Curtis2018-09-061-0/+13
* QQmlTableInstanceModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-061-4/+6
* QQmlDelegateModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-061-3/+3
* Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-051-2/+7
* QQmlDelegateModelItem: ensure that we emit changes to row and columnRichard Moe Gustavsen2018-08-221-5/+3
* Clarify docs of WorkerScript with regards to memory usageSimon Hausmann2018-08-211-0/+4
* Fix race condition when removing worker scriptsSimon Hausmann2018-08-211-0/+1
* Port WorkerScript threading examples to use ES modulesSimon Hausmann2018-08-211-3/+3
* Add support for ECMASCript modules in WorkerScript elementsSimon Hausmann2018-08-211-17/+38
* Clean up QML worker scripts part 3Simon Hausmann2018-08-211-144/+55
* Clean up QML worker scripts part 2Simon Hausmann2018-08-211-36/+19
* Clean up QML worker scripts part 1Simon Hausmann2018-08-211-20/+19
* Allow DelegateModel-based views to support multiple delegate typesPaolo Angelelli2018-08-1710-21/+553
* Fix revision of Connections.enabled propertySimon Hausmann2018-08-141-1/+1
* Fix ASAN error about new-delete-size mismatchSimon Hausmann2018-08-081-1/+4
* QQmlTableInstanceModel: remove false assertRichard Moe Gustavsen2018-08-071-6/+18
* QQuickTableView: improve draining of reuse poolRichard Moe Gustavsen2018-08-071-0/+1
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-022-24/+0
* Remove support for iterating over the proto chain from ObjectIteratorLars Knoll2018-08-022-3/+3
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-022-0/+41
* QQmlTableInstanceModel: handle model data changes more gracefullyRichard Moe Gustavsen2018-08-022-0/+21
* QQmlTableInstanceModel: implement support for reusing delegate itemsRichard Moe Gustavsen2018-08-024-47/+212
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Simon Hausmann2018-08-011-4/+59
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-011-4/+59
| |\
| | * Doc: Extend ItemSelectionModel QML documentationPaul Wicking2018-07-301-4/+59
* | | QQmlTableInstanceModel: check if adaptormodel adapts AIM before using itRichard Moe Gustavsen2018-07-311-1/+1
|/ /
* | Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-312-7/+5
* | Clean up compilation unit string resolutionSimon Hausmann2018-07-312-3/+2
* | Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-311-5/+5