summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelistview/tst_qdeclarativelistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-0/+13
|\
| * ListViews loses items if all visible items are removed.Martin Jones2011-05-131-0/+10
| * Views do not notify count changes properlyMartin Jones2011-05-051-0/+3
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
|/
* Moving contentY by large values in List/GridView is slowMartin Jones2011-04-141-0/+56
* Ensure view is positioned correctly when orientation changes.Martin Jones2011-04-121-0/+47
* Regression: currentIndex was not set correctly after model cleared.Martin Jones2011-03-151-0/+7
* Fix ListView boundary extents for RTL layout.Martin Jones2011-03-111-0/+117
* Merge branch '4.7' into qtquick11Martin Jones2011-03-011-1/+60
|\
| * Drag over bounds errors when ListView has variable height contentMartin Jones2011-02-281-2/+24
| * Fix test instability.Martin Jones2011-02-281-0/+2
| * Ensure layout is updated when section property changes.Martin Jones2011-02-251-0/+22
| * DelayRemove of list delegate on section boundary duplicated sectionMartin Jones2011-02-231-0/+13
* | Add LayoutMirroring attached property for mirroring QML layoutsJoona Petrell2011-03-011-5/+64
* | GridView and ListView bug fixesChristopher Ham2011-02-171-1/+1
* | Righ-to-left support for GridView and ListViewChristopher Ham2011-02-151-0/+42
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2011-02-091-0/+53
|\
| * Ensure section delegates are updated when the section property changes.Martin Jones2011-02-071-0/+53
* | Call onAdd() for first items added to ListView and GridViewBea Lam2011-02-091-4/+122
|/
* 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 qtquick11Bea Lam2011-01-271-0/+13
|\
| * positionViewAtIndex can fail when positioned near end of list.Martin Jones2011-01-211-0/+13
* | 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
|/
* Models which load incrementally via fetchMore() don't work.Martin Jones2010-12-231-0/+28
* Removing all visible items in ListView resulted in blank view.Martin Jones2010-12-221-1/+2
* Add tests for ListView.indexAt() and GridView.IndexAt()Martin Jones2010-12-211-0/+33
* Ensure ListView contentHeight is set to a valid size.Martin Jones2010-12-131-0/+20
* highlightFollowsCurrentItem: false was not always honoredMartin Jones2010-12-091-2/+9
* ListView: Fix calculation of currentItem position when out of view.Martin Jones2010-12-081-0/+86
* ListView header is not visible initially.Martin Jones2010-12-011-18/+49
* Ensure header is considered when positioning content with snapping.Martin Jones2010-11-301-0/+31
* Avoid lockup in ListView when animating delegates.Martin Jones2010-11-241-0/+21
* ListView: items with size < 1.0 were layed out incorrectly.Martin Jones2010-11-151-0/+36
* ListView item insertion didn't handle delayed item removal correctly.Martin Jones2010-10-201-0/+9
* Fix consistency of setting currentIndex in ListView and GridView.Martin Jones2010-10-141-0/+44
* Remove debug code added by 650a0078e2cef43eff107fe8d2505f64a0bfedf0Martin Jones2010-10-131-3/+0
* Update sections if model content changes.Martin Jones2010-10-121-0/+11
* emit currentSectionChanged when section changes in ListView.Martin Jones2010-10-081-0/+6
* 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
* Add test for ListView positioning when all visible items are removed.Martin Jones2010-09-051-1/+30
* Ensure Flickable visibleArea is updated when view height changesMartin Jones2010-08-311-0/+43
* Handle layoutChanged() properly in QML views.Martin Jones2010-08-261-1/+1
* Fix ListView and GridView tests following off-by-one fixes.Martin Jones2010-08-261-1/+1
* Fix ListView.view attached property with VisualItemModelMartin Jones2010-08-261-0/+1
* Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-141-0/+32
* Add ListView.nextSection attached propertyMartin Jones2010-06-301-0/+2
* Update tests following QDeclarativeFlickable::viewport() -> contentIem()Martin Jones2010-06-241-122/+122