aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* QQmlInstanceModel: add variantValue()wip/propertycache-refactorMitch Curtis2019-04-026-17/+18
* Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-222-2/+10
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-212-2/+10
| |\
| | * 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
* | | Simplify invocation of TableModel.roleDataProvider (toScriptValue)Shawn Rutledge2019-03-211-2/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-151-7/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-131-7/+14
| |\|
| | * 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
* | | TableModel: support built-in QML model rolesMitch Curtis2019-02-282-90/+78
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-02-254-6/+34
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-254-6/+34
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-224-6/+34
| | |\|
| | | * 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
* | | | Remove Q_INVOKABLE from QQmlTableModel::index()Shawn Rutledge2019-02-251-1/+1
|/ / /
* | | TableModel: add QML-invokable overloads for index(), data() and setData()Shawn Rutledge2019-02-222-3/+67
* | | TableModel.roleDataProvider: replace row, column with index argumentShawn Rutledge2019-02-221-11/+14
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-162-1/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-152-1/+17
| |\|
| | * DelegateModel: Zero foreign context objects when they are deletedUlf Hermann2019-02-142-1/+17
* | | TableModel: add roleDataProvider callbackShawn Rutledge2019-02-152-0/+46
* | | QQmlTableView::data: use local column and row variablesShawn Rutledge2019-02-141-11/+11
* | | Add TableModelMitch Curtis2019-02-084-2/+1014
|/ /
* | 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