aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/util
Commit message (Expand)AuthorAgeFilesLines
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-262-2/+2
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-0/+4
|\
| * Document that QQmlPropertyMap's meta object is not threadsafeVolker Hilsheimer2019-08-211-0/+4
| * QQmlAdapterModel: Guard items against deletion during notificationUlf Hermann2019-07-031-2/+8
* | Move model types into their own libraryUlf Hermann2019-05-029-4071/+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-212-0/+7
* QQmlAdaptorModel::Accessors: create a propertyCache for all accessors, not ju...Richard Moe Gustavsen2019-02-212-40/+43
* 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
* Doc: Remove documentation for deprecated QML typesVenugopal Shivashankar2018-09-251-1/+1
* Limit the repeater model size for integer modelsErik Verbruggen2018-09-241-1/+20
* QQmlAdaptorModel: include qqmlglobal_p.h in header fileShawn Rutledge2018-08-171-1/+1
* Allow DelegateModel-based views to support multiple delegate typesPaolo Angelelli2018-08-172-0/+6
* 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-182-6/+0
* QQmlAdaptorModel: move connection set-up code to QQmlDelegateModelRichard Moe Gustavsen2018-07-102-50/+17
* QQmlDelegateModelItem: set row and column explicitRichard Moe Gustavsen2018-07-092-23/+21
* 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-112-5/+5
* Clean up QQmlOpenMetaObject property data structureSimon Hausmann2018-05-111-2/+2
* 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-122-7/+1
* QQmlAdaptorModel: support dataChanged signals from multi-column modelsRichard Moe Gustavsen2018-04-122-0/+6
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-222-2/+10
|\
| * Add a feature for DelegateModelUlf Hermann2018-03-212-2/+10
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-031-1/+1
|\|
| * use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-278-57/+56
|\|
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-262-14/+13
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-268-45/+45
* | QQmlDMCachedModelData: don't emit indexChanged twiceRichard Moe Gustavsen2018-02-191-2/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-131-1/+1
|\|
| * doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-091-1/+1
* | QQmlDMAbstractItemModelData: add support for row and columnRichard Moe Gustavsen2018-02-091-4/+35
* | QQmlAdaptorModel::Accessors: remove unused function 'count()'Richard Moe Gustavsen2018-02-092-16/+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-092-2/+40
* | QQmlAdaptorModel::Accessors: add support for row and columnRichard Moe Gustavsen2018-02-092-0/+32
|/
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-19/+19
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-1/+1
|\
| * Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
* | 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-224-22/+10
|\|
| * Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-182-9/+5
| |\
| | * Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-022-12/+8
| * | Fix linking if apps using QQmlPropertyMap when using version scriptsSimon Hausmann2017-07-182-13/+5