aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmladaptormodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Models: Allow the accessors to be modified when creating itemsUlf Hermann2023-03-161-7/+5
* QmlModels: Split qqmladaptormodel.cpp into multiple filesUlf Hermann2023-03-031-924/+3
* QmlModels: Simplify class hierarchy in qqmladaptormodel.cppUlf Hermann2023-03-031-222/+198
* QmlModels: Disambiguate engineData() helperFriedemann Kleint2023-02-101-3/+3
* Repair QQmlGadgetPtrWrapper's metaObjectUlf Hermann2022-11-251-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-12/+12
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-3/+5
* QQmlListAccessor: Accept QQmlListPropertyUlf Hermann2022-07-261-1/+3
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Generalize role selection mechanism from QQuickComboBoxUlf Hermann2022-05-111-3/+27
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-04-251-3/+4
* Cleanup QQmlGuard and related classesFabian Kosmale2022-02-211-3/+5
* QQmlAdaptorModel::setModel: clean up signatureFabian Kosmale2022-02-031-2/+2
* QQmlAdaptorModel: Do not use reparenting for lifetime managemmentFabian Kosmale2022-02-021-6/+12
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-251-3/+3
* Remove QQmlEnginePrivate::isQObjectFabian Kosmale2021-03-051-3/+3
* Adjust to QMetaObjectBuilder::MetaObjectFlags changeFabian Kosmale2020-10-211-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-211-1/+1
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-201-1/+1
| |\
| | * QQmlAdaptorModel: Don't const_cast to call release()Ulf Hermann2020-02-191-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-171-0/+3
|\| |
| * | Models: Make sure we can use QList<QObject *> as required modelUlf Hermann2020-02-061-0/+3
* | | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-2/+2
|/ /
* | Properly refcount QQmlDelegateModelItemMetaTypeUlf Hermann2020-01-281-9/+11
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-32/+44
|\|
| * QQmlAdaptorModel: Guard access to wrapped AIMUlf Hermann2020-01-021-32/+44
* | VDMAbstractItemModelDataType: ensure meta-type is initializedRichard Moe Gustavsen2019-10-141-1/+6
|/
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-2/+8
* Remove last traces of QV8EngineUlf Hermann2019-05-081-1/+1
* Move model types into their own libraryUlf Hermann2019-05-021-0/+1037