aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmllistaccessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlModels: Recognize more sequential iterablesUlf Hermann2023-07-061-22/+76
* Models: Make all model roles available for array modelsUlf Hermann2023-04-271-0/+48
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-4/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-4/+4
* QQmlListAccessor: Accept QQmlListPropertyUlf Hermann2022-07-261-0/+4
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QQmlListAccessor: Support registered sequence typesUlf Hermann2022-04-271-1/+22
* QQmlListAccessor: Store integer if m_type is IntegerFabian Kosmale2021-05-141-0/+1
* ListView: support QList<QUrl> modelsMitch Curtis2021-04-291-0/+9
* Cleanup QQmlListAccessorFabian Kosmale2021-03-251-23/+33
* Remove QQmlEnginePrivate::isQObjectFabian Kosmale2021-03-051-6/+2
* QQmlEnginePrivate: remove functions that only forward to QQmlMetaTypeFabian Kosmale2021-03-051-1/+1
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-091-2/+2
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-1/+1
* Models: Make sure we can use QList<QObject *> as required modelUlf Hermann2020-02-061-0/+6
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-2/+2
* Move model types into their own libraryUlf Hermann2019-05-021-0/+160