aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | QQmlDelegateModel: check if the delegate model adapts an AIMRichard Moe Gustavsen2018-07-131-1/+2
* | QQmlAdaptorModel: move connection set-up code to QQmlDelegateModelRichard Moe Gustavsen2018-07-102-2/+61
* | QQmlDelegateModelItem: set row and column explicitRichard Moe Gustavsen2018-07-092-21/+34
* | Prefix vtable methods with virtualLars Knoll2018-07-033-14/+15
* | Clean up the property key API in StringOrSymbolLars Knoll2018-07-021-1/+1
* | Replace Identifier by PropertyKeyLars Knoll2018-07-023-5/+5
* | Cleanups in the Identifier APILars Knoll2018-07-021-1/+1
* | Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-023-37/+37
* | Unify put and putIndexedLars Knoll2018-07-022-7/+6
* | Internal naming cleanupSimon Hausmann2018-06-291-2/+2
* | QQmlInstanceModel: add virtual function to get abstractItemModelRichard Moe Gustavsen2018-06-273-0/+9
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-258-13/+13
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-258-13/+13
| |\|
| | * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-198-13/+13