summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativegridview
Commit message (Collapse)AuthorAgeFilesLines
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-1/+1
|
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-1/+1
| | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops.
* Fix flicking views at boundary with StricthighlighRangeMartin Jones2010-03-241-7/+3
| | | | Task-number: QTBUG-9256
* Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Michael Brasser2010-03-183-10/+10
| | | | | The import order has changed, so test files that mirror element names needed to be renamed (or they would resolve as the type).
* Add a positioning 'mode' to positionViewAtIndex()Martin Jones2010-03-111-4/+45
| | | | Provides more control over where and how the view is positioned.
* Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model ↵Martin Jones2010-03-102-0/+6
| | | | change.
* Add highlightRangeMode and snapMode to GridView.Martin Jones2010-03-092-0/+104
| | | | | | Brings ListView and GridView APIs closer. Task-number: QTBUG-8779
* clearFocus() before setParentItem(0) on an item with focus.Martin Jones2010-03-081-3/+7
|
* Merge branch 'master' into 4.7Warwick Allison2010-03-021-10/+0
|\ | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativegridview/tst_qdeclarativegridview.cpp
| * Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-022-10/+184
| | | | | | | | Reviewed-by: akennedy
* | Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-022-4/+187
| | | | | | | | Reviewed-by: akennedy
* | Test GridView.onAdd & GridView.onRemove. Reduce wait()sMartin Jones2010-03-012-26/+39
|/
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-15/+15
| | | | A viewport is the thing you look through, not what you look at.
* React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-252-0/+82
| | | | Task-number: QTBUG-8494
* Don't crash if the currentIndex is set while creating a delegate.Martin Jones2010-02-242-0/+48
| | | | Task-number: QTBUG-8456
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵Leonardo Sobral Cunha2010-02-241-18/+18
| | | | to QDeclarativeXXX.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-246-0/+1105
QDeclarativeXXX.