summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativegridview
Commit message (Expand)AuthorAgeFilesLines
* Call onAdd() for first items added to ListView and GridViewBea Lam2011-02-092-3/+159
* Changing header or footer failed to delete the previous.Martin Jones2011-02-023-0/+46
* 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-112-0/+67
* | 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-092-6/+13
* 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-142-0/+95
* Ensure GridView header is visible at the top of the view.Martin Jones2010-10-082-0/+67
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-2911-12/+12
* 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-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