aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmllistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-12/+14
| |/
* / Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-141-39/+21
|/
* Doc: Fix documentation warningsTopi Reinio2019-11-111-2/+2
* QML ListModel: Emit a warning when adding an object with undefined or null me...Fabian Kosmale2019-10-101-7/+14
* QQmlListModel: handle nested list models during iterationFabian Kosmale2019-10-081-1/+11
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-131-1/+1
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-8/+10
* Move model types into their own libraryUlf Hermann2019-05-021-0/+2900