aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Regenerate configure.cmake filesAlexandru Croitor2020-06-041-0/+4
* QDirModel is deprecated, don't use it in documentation snippetsVolker Hilsheimer2020-06-032-4/+4
* CMake: Regenerate qtdeclarative/srcAlexandru Croitor2020-05-291-1/+1
* Remove --dependencies option from qmltyperegistrarUlf Hermann2020-05-261-2/+0
* Adapt QML's QString-internal hacks to use char16_t, not ushortEdward Welbourne2020-05-201-3/+3
* Fix qmltypes file names for qmltypes built from librariesUlf Hermann2020-05-191-0/+1
* Remove qtxmlpatterns reference from qdocconfFabian Kosmale2020-05-111-1/+1
* Change qHash return value to size_tFabian Kosmale2020-04-161-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-094-16/+23
|\
| * QQmlTableInstanceModel: Restore draining behavior of Qt 5.14Ulf Hermann2020-03-272-5/+15
| * Trade memory for performance in PropertyUpdater::doUpdateFabian Kosmale2020-03-242-11/+8
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-241-5/+18
|\|
| * PropertyUpdater: Do not crash on invalid contextFabian Kosmale2020-03-231-2/+5
| * QQmlDelegateModel: Don't require a delegate to cancel an incubationUlf Hermann2020-03-231-1/+1
| * QQmlDelegateModel: On deletion, cancel any remaining incubationsUlf Hermann2020-03-231-2/+12
* | Encapsulate QQmlContextDataUlf Hermann2020-03-233-29/+26
* | Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-182-9/+13
* | Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-03-122-0/+117
|\ \
| * | CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-121-2/+2
| * | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-1222-76/+153
| |\ \
| * | | Regenerate qtdeclarativeAlexandru Croitor2020-02-121-1/+1
| * | | Regenerate projects to handle private deps correctlyAlexandru Croitor2020-02-051-0/+3
| * | | Post-merge fixesAlexandru Croitor2020-01-301-2/+2