aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
Commit message (Expand)AuthorAgeFilesLines
* Restore value bindings when disabling a Binding elementErik Verbruggen2019-05-172-5/+155
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-162-5/+5
* Move workerscript to its own moduleUlf Hermann2019-05-063-799/+0
* Move model types into their own libraryUlf Hermann2019-05-0228-13141/+2
* Clean up type registrationUlf Hermann2019-04-182-0/+42
* Remove QQmlV4HandleUlf Hermann2019-04-108-31/+25
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-101-0/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-091-0/+2
| |\
| | * Don't use delegate model types on -no-feature-delegate-modelUlf Hermann2019-04-081-0/+2
* | | Add TableModelColumnMitch Curtis2019-04-086-335/+884
* | | QQuickWorkerScript: remove unused includesUlf Hermann2019-04-031-4/+0
* | | 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