summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelistview
Commit message (Expand)AuthorAgeFilesLines
* Fix deployment for declarative tests, examples on SymbianDamian Jansen2011-10-041-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-173-51/+51
|\
| * Update licenseheader text in source filesJyri Tahtela2011-05-133-51/+51
* | ListViews loses items if all visible items are removed.Martin Jones2011-05-131-0/+10
* | Views do not notify count changes properlyMartin Jones2011-05-052-0/+4
|/
* 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-122-0/+54
* 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-112-0/+143
* Merge branch '4.7' into qtquick11Martin Jones2011-03-012-2/+67
|\
| * 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-252-1/+24
| * DelayRemove of list delegate on section boundary duplicated sectionMartin Jones2011-02-232-0/+18
* | Add LayoutMirroring attached property for mirroring QML layoutsJoona Petrell2011-03-012-9/+68
* | Adding file required for ListView AutotestChristopher Ham2011-02-171-0/+42
* | 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-092-0/+116
|\
| * Ensure section delegates are updated when the section property changes.Martin Jones2011-02-072-0/+116
* | Call onAdd() for first items added to ListView and GridViewBea Lam2011-02-092-4/+146
|/
* Changing header or footer failed to delete the previous.Martin Jones2011-02-023-1/+46
* 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-193-3/+3
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-103-3/+3
* | Add methods to position view at beginning or end.Martin Jones2011-01-112-0/+68
|/
* Models which load incrementally via fetchMore() don't work.Martin Jones2010-12-234-1/+187
* 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-132-0/+57
* highlightFollowsCurrentItem: false was not always honoredMartin Jones2010-12-092-3/+10
* ListView: Fix calculation of currentItem position when out of view.Martin Jones2010-12-082-1/+94
* ListView header is not visible initially.Martin Jones2010-12-012-18/+82
* Ensure header is considered when positioning content with snapping.Martin Jones2010-11-302-0/+62
* Avoid lockup in ListView when animating delegates.Martin Jones2010-11-242-0/+52
* ListView: items with size < 1.0 were layed out incorrectly.Martin Jones2010-11-152-0/+62
* 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-142-0/+94
* 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-2911-12/+12
* 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-312-0/+49
* 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-262-3/+4
* Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-142-0/+62