aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels/qqmllistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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