aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-02-202-132/+50
|\
| * ListModel: Use PersistentValue to keep track of objectsUlf Hermann2023-01-312-132/+50
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-031-0/+10
|\|
| * QQmlListModel: emit dataChange signal when updating the translationsUlf Hermann2022-10-121-0/+10
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-014-1/+11
|\|
| * QQmlListAccessor: Accept QQmlListPropertyUlf Hermann2022-07-272-1/+7
| * QmlModels: includemocsMarc Mutz2022-07-012-0/+4
* | Revert "Update commercial license headers"Tarja Sundqvist2022-11-2432-688/+688
|/
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-06-131-8/+9
* Fix index handling on insert in QQmlDelegateModelUlf Hermann2022-06-131-1/+1
* QmlModels: includemocsMarc Mutz2022-06-061-0/+2
* QQmlListCompositor: suppress GCC 12 -Warray-bounds warningsMarc Mutz2022-06-041-0/+5
* QQmlChangeSet: don't leak nospace() from operator<<Mitch Curtis2022-06-041-4/+6
* QQmlPropertyCache: Guarantee 1:1 relationship to meta objectUlf Hermann2022-06-041-3/+4
* Update commercial license headersTarja Sundqvist2022-06-0432-688/+688
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-223-0/+247
* QQmlAdaptorModel: Do not use reparenting for lifetime managemmentFabian Kosmale2022-02-033-10/+20
* Doc: Drop version no. against the \qmlmoduleVenugopal Shivashankar2022-01-031-1/+1
* Instantiator: Do not load items when inactiveFabian Kosmale2021-11-181-1/+1
* QQmlEngine: Fine grained translation binding trackingFabian Kosmale2021-10-113-1/+39
* QQmlDelegateModel: Refresh the view when a column is added at 0Aleix Pol2021-10-012-0/+47
* QQmlListModel: Don't return from the middle of a loopUlf Hermann2021-09-131-6/+5
* 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