aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmllistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* QQmlListModel: Align variants of set() for array-likesUlf Hermann4 days1-13/+8
* QQmlListModel: Do not crash or leak when querying inner modelsUlf Hermann2025-04-291-5/+10
* Doc: Fix incorrect QML base types, QML property typesTopi Reinio2025-02-141-1/+1
* ListElement: Link to QML version of QT_TR_NOOPFabian Kosmale2025-01-281-2/+3
* QtQml: Avoid potential gc issuesFabian Kosmale2024-12-181-6/+14
* QtQml: Do not use ExecutableCompilationUnit in verifyBindings()Ulf Hermann2024-12-041-3/+9
* QObject: implement the ### Qt7 for dynamicMetaObject()Thiago Macieira2024-11-141-1/+5
* QtQml: Call lookups based on enums rather than via function pointersUlf Hermann2024-10-241-2/+2
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-2/+2
* Doc: Clarify life time of ListModel's elementsUlf Hermann2024-08-091-4/+6
* QQmlListModel: Invalidate ModelObject when necessaryUlf Hermann2024-08-091-8/+18
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-3/+3
* ListModel: Treat QV4::Sequence and QV4::QmlListWrapper like arraysUlf Hermann2024-04-081-19/+15
* Doc: Fix linking to Qt Qml moduleTopi Reinio2023-12-011-1/+1
* QtQml.Models: Amend documentation for ListModelUlf Hermann2023-10-161-0/+5
* convert threading example to manual testsOliver Eftevaag2023-07-041-4/+4
* QML: Do not leak memory if QQmlData is manipulated from ctorUlf Hermann2023-06-261-3/+6
* QQmlListMode: Update alignment calculationUlf Hermann2023-01-311-1/+1
* ListModel: Use PersistentValue to keep track of objectsUlf Hermann2023-01-301-90/+25
* QQmlListModel: emit dataChange signal when updating the translationsUlf Hermann2022-10-111-0/+10
* Port from container::count() and length() to size()Marc Mutz2022-10-071-20/+20
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-3/+6
* QmlModels: Fix enum resolution in ListElementUlf Hermann2022-08-291-4/+2
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-05-111-8/+9
* QmlModels: includemocsMarc Mutz2022-04-291-0/+2
* QQmlEngine: Fine grained translation binding trackingFabian Kosmale2021-10-081-1/+34
* Adapt to changed return value for toDynamicMetaObject()Ulf Hermann2021-10-081-1/+1
* qqmllistmodel.cpp: Improve formattingUlf Hermann2021-09-131-6/+26
* 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
* ListModel: Fix accessing empty strings in ListElementFabian Kosmale2021-06-301-0/+2
* QQmlListModel: Guard QObject pointers in the listUlf Hermann2021-06-291-23/+26
* qqmllistmodel: Fix QObjects getting garbage collectedMaximilian Goldstein2021-06-151-16/+63
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-251-3/+3
* QQmlListModel: Don't discern between empty and null stringsUlf Hermann2021-01-281-0/+2
* ListModel: Fix move handling in syncFabian Kosmale2021-01-131-3/+23
* qqmlistmodel: Fix crash when modelCache is nullMaximilian Goldstein2020-12-081-1/+1
* QQmlListModel: use alignof for alignmentFabian Kosmale2020-11-121-1/+1
* ListModel: support URLsFabian Kosmale2020-11-121-3/+93
* Doc: Fix documentation warnings for QML Models and Test modulesTopi Reinio2020-11-051-1/+1
* StringOrTranslation::toString: fix string checkFabian Kosmale2020-07-091-2/+3
* Compile against latest qtbaseLars Knoll2020-07-091-1/+2
* QVariant::setValue: do not force the template parametersGiuseppe D'Angelo2020-06-171-1/+1
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-6/+7
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-301-3/+5
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-3/+5
| |\
| | * V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-231-3/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-201-12/+14
|\| |