aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QQmlDelegateModel: add support for row and column (revision 2.12)Richard Moe Gustavsen2018-02-091-0/+119
* | QQmlDelegateModel: check incubationTask before accessing itRichard Moe Gustavsen2018-02-091-2/+8
|/
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-061-6/+6
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-6/+6
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-6/+6
| | |\
| | | * Fix QQmlDelegateModel::object documentationPaolo Angelelli2018-01-181-5/+5
| | | * Optimizations for Repeater::clear() and ~QQmlItem()Lars Knoll2018-01-151-1/+1
| | | * Remove extra addrefMichael Brasser2017-12-291-1/+0
* | | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-26/+25
|/ / /
* | | Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-14/+14
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-11/+28
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-11/+28
| |\|
| | * QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-301-0/+20
| | * QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-301-12/+9
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-201-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-0/+2
| |\|