summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativegridview
Commit message (Expand)AuthorAgeFilesLines
* Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-142-0/+73
* Update tests following QDeclarativeFlickable::viewport() -> contentIem()Martin Jones2010-06-241-89/+89
* Ensure the view is correctly positioned at component complete.Martin Jones2010-06-232-29/+30
* Fix crash when changing ListView model with highlightRangeMode: ListView.Stri...Martin Jones2010-06-091-0/+7
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-3/+6
* Add header and footer to GridViewMartin Jones2010-06-031-0/+13
* Stop highlight animators for highlightFollowsCurrentItem: falseMartin Jones2010-05-202-0/+78
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-218-8/+8
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-04-131-0/+3
|\
| * Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+3
* | Optimize some autotestsYann Bodson2010-04-131-304/+257
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-091-1/+1
|\
| * Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-1/+1
* | Ensure GridView content position is stable when moving items.Martin Jones2010-04-091-0/+5
|/
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-1/+1
* Fix flicking views at boundary with StricthighlighRangeMartin Jones2010-03-241-7/+3
* Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Michael Brasser2010-03-183-10/+10
* Add a positioning 'mode' to positionViewAtIndex()Martin Jones2010-03-111-4/+45
* Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model ...Martin Jones2010-03-102-0/+6
* Add highlightRangeMode and snapMode to GridView.Martin Jones2010-03-092-0/+104
* 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
|\
| * Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-022-10/+184
* | Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-022-4/+187
* | Test GridView.onAdd & GridView.onRemove. Reduce wait()sMartin Jones2010-03-012-26/+39
|/
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-15/+15
* React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-252-0/+82
* Don't crash if the currentIndex is set while creating a delegate.Martin Jones2010-02-242-0/+48
* Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX t...Leonardo Sobral Cunha2010-02-241-18/+18
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-246-0/+1105