aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-092-8/+14
|\
| * QML: Port QV4::CompiledData::Binding to new special integer bitfieldUlf Hermann2022-06-241-8/+9
| * QQmlListCompositor: suppress GCC 12 -Warray-bounds warningsMarc Mutz2022-06-031-0/+5
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-243-0/+6
|\|
| * QmlModels: includemocsMarc Mutz2022-05-062-0/+4
| * QmlModels: includemocsMarc Mutz2022-05-011-0/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-234-9/+20
|\|
| * QQmlAdaptorModel: Do not use reparenting for lifetime managemmentFabian Kosmale2022-02-113-8/+18
| * Instantiator: Do not load items when inactiveFabian Kosmale2022-02-031-1/+1
| * Assert that QQmlDelegateModel's count can't be less than zeroMitch Curtis2022-01-071-0/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...v5.15.6-lts-lgplTarja Sundqvist2022-08-161-0/+13
|\|
| * Ensure model is in context if required properties are not usedFabian Kosmale2021-06-231-0/+13
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-161-0/+2
|\|
| * Fix warning and assert when removing items from groupsMaximilian Goldstein2021-04-221-0/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-071-1/+1
|\|
| * qqmldelegatemodel: Fix out of bounds cache removalMaximilian Goldstein2021-03-121-1/+1
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2431-635/+635
|/
* Fix crash during model resetJoni Poikelin2021-02-091-0/+5
* Update commercial license headersTarja Sundqvist2021-02-0231-635/+635
* ListModel: Fix move handling in syncFabian Kosmale2021-02-021-3/+24
* qqmlistmodel: Fix crash when modelCache is nullMaximilian Goldstein2020-12-081-1/+1
* Fix QML property cache leaks of delegate itemsAndrei Golubev2020-11-241-1/+10
* Avoid GHS linker to optimize away QML type registrationsKimmo Ollila2020-11-181-0/+1
* Doc: Clarify DelegateModelGroup::setGroups() descriptionSze Howe Koh2020-08-301-7/+2
* Doc: Use correct type in QML documentationPaul Wicking2020-08-151-4/+6
* qmllistcompositor_p.h: Fix deprecated-copy errorMaximilian Goldstein2020-08-141-11/+2
* Prevent items from being deleted while removingElvis Lee2020-06-161-0/+7
* 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
* 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
* Remove hard-coded notes for 'Corresponding handler' for QML signalsTopi Reinio2020-03-102-6/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-032-1/+21
|\
| * QQuickTableView: Immediately delete delegates when possibleUlf Hermann2020-02-282-0/+20
| * QQmlTableInstanceModel: Fix refcounting of metatypesUlf Hermann2020-02-272-4/+14
* | QQmlDelegateModel: Avoid use-after-freeUlf Hermann2020-02-271-4/+6
* | Revision properties and methods added in 5.15Ulf Hermann2020-02-271-2/+2
* | Move dependencies.json files into the right placesUlf Hermann2020-02-261-0/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-201-1/+1
|\|
| * QQmlAdaptorModel: Don't const_cast to call release()Ulf Hermann2020-02-191-1/+1
* | Fix QQmlObjectModel::destroyingItem emissionSimon Hausmann2020-02-101-2/+3
* | Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-073-14/+46
* | Models: Make sure we can use QList<QObject *> as required modelUlf Hermann2020-02-064-2/+14
* | QQmlInstanceModel: refactor recycling signals to base classRichard Moe Gustavsen2020-02-053-6/+2
* | Synthetically reference type registration functionsUlf Hermann2020-02-041-0/+2
* | 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
| * Fix documented types for DelegateChoice propertiesMichael Brasser2020-01-151-4/+4
* | Properly refcount QQmlDelegateModelItemMetaTypeUlf Hermann2020-01-286-24/+26