aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatemodel_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-211-4/+6
* QQmlAdaptorModel::Accessors: create a propertyCache for all accessors, not ju...Richard Moe Gustavsen2019-02-211-1/+3
* DelegateModel: Zero foreign context objects when they are deletedUlf Hermann2019-02-141-0/+1
* Allow DelegateModel-based views to support multiple delegate typesPaolo Angelelli2018-08-171-0/+4
* QQmlTableInstanceModel: implement support for reusing delegate itemsRichard Moe Gustavsen2018-08-021-0/+2
* Fix unused variableJesus Fernandez2018-07-231-1/+0
* QQmlTableInstanceModel: add new TableView helper classRichard Moe Gustavsen2018-07-161-3/+3
* QQmlAdaptorModel: move connection set-up code to QQmlDelegateModelRichard Moe Gustavsen2018-07-101-0/+2
* QQmlDelegateModelItem: set row and column explicitRichard Moe Gustavsen2018-07-091-2/+2
* QQmlDelegateModel: even for QAIM, only use first column by defaultRichard Moe Gustavsen2018-06-211-0/+3
* QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-091-1/+7
* QQmlDelegateModel: factor out addCacheItem()Richard Moe Gustavsen2018-06-041-0/+1
* Fix JS ownership of model and delegate properties in QtQuick item viewsSimon Hausmann2018-05-111-1/+1
* Fix crash when using repeaters with packagesErik Verbruggen2018-05-091-0/+2
* QQmlAdaptorModel: make a models row/column count read-onlyRichard Moe Gustavsen2018-04-121-3/+0
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-221-0/+2
|\
| * Add a feature for DelegateModelUlf Hermann2018-03-211-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-271-4/+4
|\|
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* | QQmlDMAbstractItemModelData: add support for row and columnRichard Moe Gustavsen2018-02-091-1/+1
* | QQmlDelegateModel: add support for row and column (revision 2.12)Richard Moe Gustavsen2018-02-091-0/+3
|/
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-3/+3
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-3/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-091-2/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-2/+3
| |\
| | * QQmlDelegateModel: add incubationStatus(), and use it to determine 'requested...Richard Moe Gustavsen2017-11-301-0/+1
| | * QQmlIntanceModel: use QQmlIncubator::IncubationMode instead of bool to specif...Richard Moe Gustavsen2017-11-301-2/+2
* | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-1/+1
| |\|
| | * Fix crashes with closures created in QML componentsLars Knoll2017-09-061-1/+1
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-3/+3
|/ /
* / QQmlComponent: Move incubateObject from QQmlDelegateModel to QQmlComponentPri...Robin Burchell2017-05-031-5/+0
|/
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-3/+3
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-1/+2
|\
| * QQmlDelegateModel: Avoid allocating unnecessarilyRobin Burchell2016-11-301-1/+2
* | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-071-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-4/+5
|\|
| * QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-3/+4
| * QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* | Qml: add missing 'override'Anton Kudryavtsev2016-10-071-2/+2
* | Qml: add missing 'override'Anton Kudryavtsev2016-10-061-15/+15
|/
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-1/+1
* Fix performance issues when handling layout changed in Quick item views.Milian Wolff2016-04-261-2/+0
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-4/+3
* qml: Pass non-trivially-copyable types by const-refSérgio Martins2015-07-201-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-6/+6
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* Cleanup destruction of heap objectsLars Knoll2014-11-211-2/+1