aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* QML: Special case null as binding typeUlf Hermann2019-01-211-0/+2
* Doc: Use correct \inqmlmodule for WorkerScript QML Type documentationPaul Wicking2019-01-181-1/+1
* 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
* | Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-312-4/+4
* | Clean up QQmlCustomParser APISimon Hausmann2018-07-304-23/+23
* | Fix unused variableJesus Fernandez2018-07-231-1/+0
* | Revert "QQmlAdaptorModel: support dataChanged signals from multi-column models"Richard Moe Gustavsen2018-07-181-9/+2
* | QQmlDelegateModel: remove rows and columns propertiesRichard Moe Gustavsen2018-07-183-37/+0
* | QQmlDelegateModel: remove unused m_useFirstColumnOnlyRichard Moe Gustavsen2018-07-181-2/+4
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-07-171-0/+41
|\|
| * Doc: Extend documentation for ItemSelectionModelPaul Wicking2018-07-161-0/+41
* | QQmlTableInstanceModel: add new TableView helper classRichard Moe Gustavsen2018-07-164-5/+480