summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativegridview/tst_qdeclarativegridview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Call onAdd() for first items added to ListView and GridViewBea Lam2011-02-091-3/+132
* Changing header or footer failed to delete the previous.Martin Jones2011-02-021-0/+30
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Add methods to position view at beginning or end.Martin Jones2011-01-111-0/+59
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-071-0/+37
|\ \ | |/
| * Add tests for ListView.indexAt() and GridView.IndexAt()Martin Jones2010-12-211-0/+37
* | Adding autotest coverage to QDecalarativeGridViewChristopher Ham2010-12-211-0/+92
|/
* highlightFollowsCurrentItem: false was not always honoredMartin Jones2010-12-091-4/+11
* Ensure header is considered when positioning content with snapping.Martin Jones2010-11-301-1/+1
* Fix consistency of setting currentIndex in ListView and GridView.Martin Jones2010-10-141-0/+43
* Ensure GridView header is visible at the top of the view.Martin Jones2010-10-081-0/+35
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-2/+2
* Add test for view velocity update on setCurrentIndex()Martin Jones2010-09-131-0/+2
* Improve test reliability when running in parallel with other tests.Martin Jones2010-08-271-0/+9
* Fix ListView and GridView tests following off-by-one fixes.Martin Jones2010-08-261-2/+2
* Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-141-0/+41
* Update tests following QDeclarativeFlickable::viewport() -> contentIem()Martin Jones2010-06-241-89/+89
* Ensure the view is correctly positioned at component complete.Martin Jones2010-06-231-28/+29
* 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-081-0/+5
* Add header and footer to GridViewMartin Jones2010-06-031-0/+13
* Stop highlight animators for highlightFollowsCurrentItem: falseMartin Jones2010-05-201-0/+30
* Rename remaining import Qt 4.6 lines to import Qt 4.7Joona Petrell2010-04-141-2/+2
* Optimize some autotestsYann Bodson2010-04-131-304/+257
* Ensure GridView content position is stable when moving items.Martin Jones2010-04-091-0/+5
* Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04.Michael Brasser2010-03-181-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-101-0/+5
* Add highlightRangeMode and snapMode to GridView.Martin Jones2010-03-091-0/+48
* 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-021-10/+115
* | Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-021-4/+118
* | Test GridView.onAdd & GridView.onRemove. Reduce wait()sMartin Jones2010-03-011-26/+33
|/
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-15/+15
* React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-251-0/+43
* Don't crash if the currentIndex is set while creating a delegate.Martin Jones2010-02-241-0/+15
* 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-241-0/+964