aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels
Commit message (Expand)AuthorAgeFilesLines
* QQmlListModel: Fix C++ owned object getting destroyedJaeyoon Jung2021-09-021-5/+3
* qqmllistmodel: Fix QObjects setting indestructibleCathy Park2021-08-261-1/+1
* Remove unnecessary declarations of type registration functionsUlf Hermann2021-07-161-2/+0
* Privately export all QML-exposed typesUlf Hermann2021-07-131-1/+1
* ListModel: Fix accessing empty strings in ListElementFabian Kosmale2021-06-301-0/+2
* QQmlListModel: Guard QObject pointers in the listUlf Hermann2021-06-302-31/+66
* qqmllistmodel: Fix QObjects getting garbage collectedMaximilian Goldstein2021-06-302-17/+66
* Ensure model is in context if required properties are not usedFabian Kosmale2021-06-221-1/+14
* Remove old configure-related filesJoerg Bornemann2021-06-171-46/+0
* Refactor and update qml CMake APICraig Scott2021-06-043-26/+68
* QQmlListAccessor: Store integer if m_type is IntegerFabian Kosmale2021-05-141-0/+1
* qqmltableinstancemodel: add setRequiredProperty()Richard Moe Gustavsen2021-04-304-4/+47
* ListView: support QList<QUrl> modelsMitch Curtis2021-04-292-1/+10
* CMake: Remove GENERATE_METATYPES usageMaximilian Goldstein2021-04-271-1/+0
* qmltypes: Add information about QQmlCustomParserMaximilian Goldstein2021-04-271-0/+1
* QQmlDelegateModel: build fixGiuseppe D'Angelo2021-04-201-1/+1
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-151-1/+1
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-253-7/+7
* Cleanup QQmlListAccessorFabian Kosmale2021-03-251-23/+33
* Doc: Use \qmldefault instead of \defaultPaul Wicking2021-03-241-1/+1
* qqmldelegatemodel: Fix out of bounds cache removalMaximilian Goldstein2021-03-121-1/+1
* Remove QQmlEnginePrivate::isQObjectFabian Kosmale2021-03-056-14/+10
* QQmlEnginePrivate: remove functions that only forward to QQmlMetaTypeFabian Kosmale2021-03-051-1/+1
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2021-02-011-6/+5
* QQmlListModel: Don't discern between empty and null stringsUlf Hermann2021-01-281-0/+2
* Remove the qmake project filesFabian Kosmale2021-01-151-72/+0
* ListModel: Fix move handling in syncFabian Kosmale2021-01-131-3/+23
* Fix warning and assert when removing items from groupsMaximilian Goldstein2021-01-111-0/+2
* Fix crash during model resetJoni Poikelin2020-12-171-0/+5
* qqmlistmodel: Fix crash when modelCache is nullMaximilian Goldstein2020-12-081-1/+1
* Fix QML property cache leaks of delegate itemsAndrei Golubev2020-11-231-1/+10
* QQmlListModel: use alignof for alignmentFabian Kosmale2020-11-121-1/+1
* ListModel: support URLsFabian Kosmale2020-11-122-3/+97
* Fix compilation with namespacesEskil Abrahamsen Blomfeldt2020-11-101-2/+2
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-096-15/+15
* Doc: Fix documentation warnings for QML Models and Test modulesTopi Reinio2020-11-053-5/+5
* Adjust to QMetaObjectBuilder::MetaObjectFlags changeFabian Kosmale2020-10-212-3/+3
* Register QAbstractItemModel in QtQml.ModelsMitch Curtis2020-10-121-0/+9
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-6/+6
* Avoid various warnings about deprected QMetaType methodsUlf Hermann2020-09-161-1/+1
* Re-generate configure CMake filesJoerg Bornemann2020-08-311-0/+0
* Doc: Clarify DelegateModelGroup::setGroups() descriptionSze Howe Koh2020-08-301-7/+2
* qmllistcompositor_p.h: Fix deprecated-copy errorMaximilian Goldstein2020-08-241-12/+0
* Doc: Use correct type in QML documentationPaul Wicking2020-08-151-4/+6
* StringOrTranslation::toString: fix string checkFabian Kosmale2020-07-091-2/+3
* Compile against latest qtbaseLars Knoll2020-07-091-1/+2
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-1/+1
* QVariant::setValue: do not force the template parametersGiuseppe D'Angelo2020-06-171-1/+1
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* Prevent items from being deleted while removingElvis Lee2020-06-121-0/+7