summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepathview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add PathView.isCurrentIndex and PathView.view attached propertiesMartin Jones2010-03-081-70/+126
| | | | | | Adding PathView attached properties to be in line with other views. Task-number: QT-319
* Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-021-4/+22
| | | | Reviewed-by: akennedy
* Set delegate Z before complete() so that view Z is overridden by delegate.Martin Jones2010-03-011-1/+5
|
* React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-251-1/+9
| | | | Task-number: QTBUG-8494
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+979
QDeclarativeXXX.