summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativevisualdatamodel/data
Commit message (Collapse)AuthorAgeFilesLines
* Additional autotests for VisualDataModel.Michael Brasser2010-10-152-0/+34
|
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-295-5/+5
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Models with a single role may not update due to "modelData" conflict.Martin Jones2010-09-162-0/+22
| | | | | | | | | Models with a single role also have a modelData property added. These role names both ended up in a hash, resulting in only one or the other updating. Now we handle modelData specially. Task-number: QTBUG-13664 Reviewed-by: Michael Brasser
* Fix VisualDataModel model update handling when rootIndex is specified.Martin Jones2010-08-271-6/+10
| | | | Task-number: QTBUG-13038
* Add test for VisualItemModel layoutChanged() handlingMartin Jones2010-08-251-0/+15
| | | | Task-number: QTBUG-13146
* Fix ListView sections with QList<QObject*>Martin Jones2010-07-191-0/+3
| | | | | | | QDeclarativeVisualDataModel::stringValue() did not handle QList<QObject*> model types. Task-number: QTBUG-12005
* Add missing test file.Martin Jones2010-05-061-0/+16
|
* Add hasModelChildren property to delegates with QAbstractItemModel model type.Martin Jones2010-04-211-0/+11
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