aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move model types into their own libraryUlf Hermann2019-05-021-3540/+0
* Remove QQmlV4HandleUlf Hermann2019-04-101-11/+9
* QQmlInstanceModel: add variantValue()wip/propertycache-refactorMitch Curtis2019-04-021-9/+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
* QQmlAdaptorModel::Accessors: create a propertyCache for all accessors, not ju...Richard Moe Gustavsen2019-02-211-1/+18
* DelegateModel: Zero foreign context objects when they are deletedUlf Hermann2019-02-141-1/+16
* Doc: Fix link issuesNico Vertriest2019-01-031-1/+1
* Doc: Qt QML: Fix documentation warningsTopi Reinio2018-11-021-2/+0
* Replace more vestiges of VisualDataModel, *Group and VisualItemModelShawn Rutledge2018-10-031-4/+4
* QML: Demote incubation problems to info levelUlf Hermann2018-09-271-1/+1
* Doc: Remove documentation for deprecated QML typesVenugopal Shivashankar2018-09-251-48/+10
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-2/+2
* QQmlDelegateModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-061-3/+3
* QQmlDelegateModelItem: ensure that we emit changes to row and columnRichard Moe Gustavsen2018-08-221-5/+3
* Allow DelegateModel-based views to support multiple delegate typesPaolo Angelelli2018-08-171-15/+59
* Remove support for iterating over the proto chain from ObjectIteratorLars Knoll2018-08-021-1/+1
* QQmlTableInstanceModel: implement support for reusing delegate itemsRichard Moe Gustavsen2018-08-021-0/+2
* 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-181-29/+0
* QQmlDelegateModel: remove unused m_useFirstColumnOnlyRichard Moe Gustavsen2018-07-181-2/+4
* 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-101-2/+59
* QQmlDelegateModelItem: set row and column explicitRichard Moe Gustavsen2018-07-091-19/+32
* Prefix vtable methods with virtualLars Knoll2018-07-031-3/+3
* Clean up the property key API in StringOrSymbolLars Knoll2018-07-021-1/+1
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-1/+1
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-26/+25
* QQmlInstanceModel: add virtual function to get abstractItemModelRichard Moe Gustavsen2018-06-271-0/+5
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-251-4/+4
|\
| * Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-4/+4
| |\
| | * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-4/+4
* | | Add Proxy support for prototype handlingLars Knoll2018-06-251-2/+2
|/ /
* | QQmlDelegateModel: even for QAIM, only use first column by defaultRichard Moe Gustavsen2018-06-211-4/+10
* | QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-091-0/+23
* | QQmlDelegateModelPrivate: refactor release()Richard Moe Gustavsen2018-06-091-17/+16
* | QQmlDelegateModelAttached: factor out resetCurrentIndex()Richard Moe Gustavsen2018-06-041-8/+15
* | QQmlDelegateModel: factor out addCacheItem()Richard Moe Gustavsen2018-06-041-4/+8
* | Fix JS ownership of model and delegate properties in QtQuick item viewsSimon Hausmann2018-05-111-3/+3
* | Fix crash when using repeaters with packagesErik Verbruggen2018-05-091-1/+17
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-041-3/+4
|\|
| * Fix QML context leak with visual data model and list property modelsSimon Hausmann2018-04-301-1/+1
| * QQmlDelegateModel: include QQDMIncubationTask errors with our errorsMitch Curtis2018-04-271-1/+3
| * QQmlDelegateModel: provide better warningsMitch Curtis2018-04-271-2/+1
* | Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-2/+3
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-4/+4
* | QQmlAdaptorModel: make a models row/column count read-onlyRichard Moe Gustavsen2018-04-121-90/+0
* | QQmlAdaptorModel: support dataChanged signals from multi-column modelsRichard Moe Gustavsen2018-04-121-2/+9
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-271-59/+59
|\|
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-59/+59