aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmllistmodel_p.h
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Get rid of uid member in ListModelSimon Hausmann2018-02-011-3/+0
* Fix failed assertions coming from the QML list modelLars Knoll2017-12-291-10/+7
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-061-0/+2
|\
| * Fix use-after-free when clear()ing all elements from a ListModelErik Verbruggen2017-09-221-0/+2
* | Allow assigning functions in ListElementMichael Brasser2017-10-241-1/+1
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-2/+2
|/
* Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-131-1/+1
* Qml: add missing 'override'Anton Kudryavtsev2016-10-061-5/+5
* Removed the dependency to QQmlCompiledData from QQmlCustomParserSimon Hausmann2016-05-301-1/+1
* Ensure we actually overrideFrank Meerkoetter2016-04-061-2/+2
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Implement QQmlListModel::setData()Tobias Koenig2015-09-141-0/+1
* Fix performance of ListModel::get()Simon Hausmann2015-08-191-0/+5
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Reduce v8engine dependency for the list modelLars Knoll2015-01-081-4/+4
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* CleanupSimon Hausmann2014-08-151-3/+3
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-041-0/+3
|\
| * Fix emission of QQmlListModel::rowsAboutToBeXxx() signalsJ-P Nurmi2014-05-291-0/+3
* | Rework custom parser integrationSimon Hausmann2014-06-041-27/+6
|/
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-1/+1
* Remove object index parameter from QQmlCustomParser::compileSimon Hausmann2014-03-291-1/+1
* Eliminate noop translation bindingsSimon Hausmann2014-03-291-1/+1
* Remove old compiler and VMESimon Hausmann2014-03-071-2/+9
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-021-2/+2
* [new compiler] Add support for QML list modelsSimon Hausmann2014-01-201-0/+2
* Classify as Q_PRIMITIVE_TYPE a few private types.Sérgio Martins2014-01-091-0/+4
* Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-3/+3
* Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-191-2/+2
* Move QML types to types folderAlan Alpert2013-03-141-0/+198