aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmllistmodel_p_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move model types into their own libraryUlf Hermann2019-05-021-428/+0
* Enable lookups in QMLSimon Hausmann2019-03-191-0/+2
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-1/+1
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-021-1/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-0/+3
* Prefix vtable methods with virtualLars Knoll2018-07-031-4/+5
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-2/+2
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+1
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Fix language change support for qsTr in ListElementSimon Hausmann2018-05-281-1/+18
* Clean up QQmlOpenMetaObject property data structureSimon Hausmann2018-05-111-10/+0
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-2/+2
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-221-3/+5
|\
| * Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-221-3/+5
* | Add a feature for ListModelUlf Hermann2018-02-121-0/+2
|/
* Get rid of uid member in ListModelSimon Hausmann2018-02-011-4/+1
* Fix failed assertions coming from the QML list modelLars Knoll2017-12-291-7/+8
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-1/+0
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-041-1/+0
| |\
| | * Fix use-after-free when clear()ing all elements from a ListModelErik Verbruggen2017-09-221-1/+0
* | | Allow assigning functions in ListElementMichael Brasser2017-10-241-0/+5
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-1/+1
|\|
| * Fix use-after-free when removing elements from a ListModelErik Verbruggen2017-09-141-1/+1
* | QQmlListModel: Optimize model updatesArnaud Vrac2017-05-051-1/+1
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-1/+1
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-0/+2
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-0/+2
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-0/+2
| | |\
| | | * Fix binding re-evaluation when list model properties changeSimon Hausmann2016-11-181-0/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-5/+8
|\| | |
| * | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
| * | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-5/+7
* | | | Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-131-5/+5
* | | | Qml: add missing 'override'Anton Kudryavtsev2016-10-071-1/+1
* | | | Qml: add missing 'override'Anton Kudryavtsev2016-10-061-3/+3
* | | | DynamicRoleModelNode: mark getValue() method as constAnton Kudryavtsev2016-08-231-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-0/+1
|\| |
| * | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* | | Fix outdated commentFrank Meerkoetter2016-04-061-1/+1
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-2/+2
* Fix performance of ListModel::get()Simon Hausmann2015-08-191-27/+50
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Reduce v8engine dependency for the list modelLars Knoll2015-01-081-10/+10
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-6/+6
* Get rid of StringRefLars Knoll2014-07-221-2/+2
* Remove more direct usages of Managed pointersLars Knoll2013-10-111-2/+2
* remove more uses of QV4::ValueLars Knoll2013-09-301-2/+2