aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/util/qqmladaptormodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move model types into their own libraryUlf Hermann2019-05-021-1037/+0
* Remove QQmlV4HandleUlf Hermann2019-04-101-1/+0
* Fix leaking propertyCache inside QQmlAdaptorModel::AccessorsKirill Burtsev2019-03-151-3/+3
* QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-211-0/+5
* QQmlAdaptorModel::Accessors: create a propertyCache for all accessors, not ju...Richard Moe Gustavsen2019-02-211-40/+38
* QQmlAdaptorModel: return correct column count from the modelRichard Moe Gustavsen2018-10-171-1/+1
* Replace more vestiges of VisualDataModel, *Group and VisualItemModelShawn Rutledge2018-10-031-7/+7
* Allow DelegateModel-based views to support multiple delegate typesPaolo Angelelli2018-08-171-0/+5
* QQmlAdaptorModel: prepare js list models for recycling supportRichard Moe Gustavsen2018-07-301-4/+19
* QQmlAdaptorModel: prepare QQmlListProperty for delegate recyclingRichard Moe Gustavsen2018-07-301-1/+27
* Revert "QQmlAdaptorModel: support dataChanged signals from multi-column models"Richard Moe Gustavsen2018-07-181-5/+0
* QQmlAdaptorModel: move connection set-up code to QQmlDelegateModelRichard Moe Gustavsen2018-07-101-46/+12
* QQmlDelegateModelItem: set row and column explicitRichard Moe Gustavsen2018-07-091-21/+19
* Add Proxy support for prototype handlingLars Knoll2018-06-251-2/+2
* QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-091-30/+0
* Fix JS ownership of model and delegate properties in QtQuick item viewsSimon Hausmann2018-05-111-4/+4
* 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-5/+1
* QQmlAdaptorModel: support dataChanged signals from multi-column modelsRichard Moe Gustavsen2018-04-121-0/+5
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-271-20/+20
|\
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-20/+20
* | QQmlDMCachedModelData: don't emit indexChanged twiceRichard Moe Gustavsen2018-02-191-2/+1
* | QQmlDMAbstractItemModelData: add support for row and columnRichard Moe Gustavsen2018-02-091-4/+35
* | QQmlAdaptorModel::Accessors: remove unused function 'count()'Richard Moe Gustavsen2018-02-091-15/+0
* | VDMAbstractItemModelDataType: use column instead of 0 when accessing modelRichard Moe Gustavsen2018-02-091-3/+3
* | QQmlAdaptorModel: add support for row and columnRichard Moe Gustavsen2018-02-091-1/+32
* | QQmlAdaptorModel::Accessors: add support for row and columnRichard Moe Gustavsen2018-02-091-0/+30
|/
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-19/+19
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-2/+2
* Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-6/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-6/+3
| |\
| | * Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-9/+6
* | | Unify IndexedBuiltinFunction with BuiltinFunctionLars Knoll2017-08-081-14/+18
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-12/+16
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-24/+20
|\|
| * Get rid of the old way of defining builtin functionsLars Knoll2017-05-191-24/+20
* | sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-30/+30
|/
* Qml utils: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-121-2/+2
* Fix performance issues when handling layout changed in Quick item views.Milian Wolff2016-04-261-4/+0
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Reimplement the right metaCall() methodLars Knoll2015-09-251-1/+4
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-2/+2
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-2/+2
* Further cleanupsLars Knoll2015-09-151-1/+1
* Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-191-1/+1
* Add missing QVector::reserve() callsSérgio Martins2015-06-051-1/+3
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-11/+11