| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
|
|
|
|
| |
We didn't handle the section property changing, e.g. due to asynchronous
model.
Task-number: QT-4093
Reviewed-by: Aaron Kennedy
|
|
|
|
| |
Add additional autotests, and remove unreachable functions.
|
|
|
|
|
|
| |
Update all visible items when layoutChanged() is emitted.
Task-number: QTBUG-13146
|
|
|
|
|
|
|
| |
Remove unused function. Set abstract item model to 0 after disconnecting,
in line with the other model types.
Reviewed-by: Martin Jones
|
|
|
|
|
| |
Those required by creator are still exported. Everything else is
no longer exported.
|
|
|
|
| |
Package
|
|
|
|
|
|
|
|
| |
C++ models share a single metaobject type, so we don't need to
create role-property mappings for each individual item.
Also warn on attempt to modify a role that the model is unaware of
(part of QTBUG-10457)
|
|
|
|
| |
Task-number: QTBUG-10131
|
|
|
|
|
|
|
|
| |
Also add some helper function to VisualDataModel:
- VisualDataModel::modelIndex(int) returns a QModelIndex which can be
assigned to VisualDataModel::rootIndex
- VisualDataModel::parentModelIndex() returns a QModelIndex which can
be assigned to VisualDataModel::rootIndex
|
|
|
|
| |
Task-number: QTBUG-8494
|
|
QDeclarativeXXX.
|