aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlmodels
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | 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.15' into devQt Forward Merge Bot2020-02-211-1/+1
|\| | | | | | | | | | |
| * | | | | | | | | | | 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 all import versionsUlf Hermann2020-02-191-1/+1
* | | | | | | | | | | | Add major version to all Q_REVISIONsUlf Hermann2020-02-199-16/+22
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-1711-19/+62
|\| | | | | | | | | | |
| * | | | | | | | | | | 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
* | | | | | | | | | | | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-034-7/+7
* | | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-307-27/+31
|\| | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | 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
* | | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-204-18/+20
|\| | | | | | | | | |
| * | | | | | | | | | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-174-18/+20
* | | | | | | | | | | Drop all the .2 from import directoriesUlf Hermann2020-01-171-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-142-44/+31
* | | | | | | | | | Fix maximum minor to 15 for importsUlf Hermann2020-01-141-1/+1
* | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-144-123/+51
|\| | | | | | | | |
| * | | | | | | | | Generate registrations for all importsUlf Hermann2020-01-103-21/+6
| * | | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-32/+44
| |\| | | | | | | |
| | * | | | | | | | QQmlAdaptorModel: Guard access to wrapped AIMUlf Hermann2020-01-021-32/+44
* | | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-1212-170/+348
|\| | | | | | | | | | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | QQmlDelegateModel: Use QMultiHash where it was intendedMÃ¥rten Nordheim2019-12-102-4/+4
| * | | | | | | | QQmlDelegateModel: implement support for reusing itemsRichard Moe Gustavsen2019-12-043-28/+126
| * | | | | | | | QQmlTableInstanceModel: factor out reuse poolRichard Moe Gustavsen2019-12-047-102/+163
| * | | | | | | | QQmlDelegateModel: Read values from the correct objectUlf Hermann2019-12-031-13/+21
| * | | | | | | | QQmlInstanceModel::ReleaseFlags: add enum value 'Pooled'Richard Moe Gustavsen2019-11-282-2/+2
| * | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-261-1/+1
| |\| | | | | | |
| | * | | | | | | QQmlDelegateModel: Use cache item's index for resolving delegatesUlf Hermann2019-11-231-1/+1
| * | | | | | | | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-252-3/+3
| * | | | | | | | QQmlDelegateModel: Set extraObject only if required properties givenUlf Hermann2019-11-221-6/+7
| * | | | | | | | Avoid initializing QFlags with 0 or nullptrAllan Sandfeld Jensen2019-11-221-1/+1
| * | | | | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-229-13/+23
| |\| | | | | | |
| | * | | | | | | TableView: use fetchMore() when scrolling to the end of the tableKari Hormi2019-11-201-0/+3
| | * | | | | | | QQmlTableInstanceModel: always emit index changed when an item is reusedRichard Moe Gustavsen2019-11-143-6/+10
| | * | | | | | | Doc: Fix documentation warningsTopi Reinio2019-11-115-7/+10
* | | | | | | | | Take a copy of the children list before emitting the destroyingItem signalLars Knoll2019-11-011-1/+4
* | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-221-1/+1
|\| | | | | | | |
| * | | | | | | | QQmlObjectModel: Return object property from variantValue()Ulf Hermann2019-10-211-1/+1
* | | | | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1612-2090/+80
|\| | | | | | | | | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Models: Move labs classes into src/imports/labsmodelsUlf Hermann2019-10-1511-2089/+74
| * | | | | | | VDMAbstractItemModelDataType: ensure meta-type is initializedRichard Moe Gustavsen2019-10-141-1/+6