summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-4/+10
|\
| * Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-131-4/+7
| |\
| | * ListViews loses items if all visible items are removed.Martin Jones2011-05-131-4/+7
| * | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-061-0/+3
| |\ \ | | |/
| | * 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
|/ /
* | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-04-221-0/+8
|\ \ | |/
| * Document section behavior when not ordered by sectionMartin Jones2011-04-211-0/+8
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-181-2/+26
|\ \ | |/
| * Moving contentY by large values in List/GridView is slowMartin Jones2011-04-141-0/+22
| * ListView has wrong keyPressEvent behaviour when verticalMartin Jones2011-04-121-2/+2
| * Ensure view is positioned correctly when orientation changes.Martin Jones2011-04-121-0/+2
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-071-6/+7
|\ \ | |/
| * Improve Flickable dynamics and allow platform specific tweaking.Martin Jones2011-04-061-6/+7
* | Fix warning about comparing Qt::Orientation to QDeclarativeView::OrientationThiago Macieira2011-03-221-1/+1
|/
* Regression: currentIndex was not set correctly after model cleared.Martin Jones2011-03-151-2/+4
* Fix ListView boundary extents for RTL layout.Martin Jones2011-03-111-9/+39
* Fix documentation talking about old property LayoutMirror::mirrorJoona Petrell2011-03-071-1/+1
* Merge branch '4.7' into qtquick11Martin Jones2011-03-011-19/+47
|\
| * Drag over bounds errors when ListView has variable height contentMartin Jones2011-02-281-8/+11
| * fix/improve docs for new QtQuick 1.1 attributesBea Lam2011-02-281-0/+1
| * Ensure layout is updated when section property changes.Martin Jones2011-02-251-1/+4
| * DelayRemove of list delegate on section boundary duplicated sectionMartin Jones2011-02-231-8/+29
| * ListView and GridView indexAt should use qreal coordinates.Martin Jones2011-02-231-2/+2
* | Add LayoutMirroring attached property for mirroring QML layoutsJoona Petrell2011-03-011-23/+67
* | GridView and ListView bug fixesChristopher Ham2011-02-171-8/+8
* | Righ-to-left support for GridView and ListViewChristopher Ham2011-02-151-89/+296
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2011-02-091-2/+7
|\
| * Changing header/footer size during creation caused recusionMartin Jones2011-02-071-2/+4
| * Ensure section delegates are updated when the section property changes.Martin Jones2011-02-071-0/+3
* | Call onAdd() for first items added to ListView and GridViewBea Lam2011-02-091-19/+10
|/
* Changing header or footer failed to delete the previous.Martin Jones2011-02-021-0/+8
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Bea Lam2011-01-271-2/+2
|\
| * positionViewAtIndex can fail when positioned near end of list.Martin Jones2011-01-211-2/+2
* | 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
* | Remove unnecessary debug traces from declarative classesJoona Petrell2011-01-171-1/+0
* | Add methods to position view at beginning or end.Martin Jones2011-01-111-58/+108
|/
* Improve docs on attached properties on view delegates.Martin Jones2010-12-231-0/+7
* Removing all visible items in ListView resulted in blank view.Martin Jones2010-12-221-4/+10
* Ensure ListView contentHeight is set to a valid size.Martin Jones2010-12-131-0/+6
* highlightFollowsCurrentItem: false was not always honoredMartin Jones2010-12-091-6/+12
* ListView: Fix calculation of currentItem position when out of view.Martin Jones2010-12-081-4/+8
* ListView header is not visible initially.Martin Jones2010-12-011-7/+15
* Ensure header is considered when positioning content with snapping.Martin Jones2010-11-301-1/+5
* Avoid lockup in ListView when animating delegates.Martin Jones2010-11-241-0/+8
* ListView: items with size < 1.0 were layed out incorrectly.Martin Jones2010-11-151-3/+3
* ListView.SnapToItem with ListView.StrictlyEnforceRange is broken.Martin Jones2010-11-151-34/+20
* Fix regression in 648eb76c and update visual tests.Martin Jones2010-11-041-0/+1
* Combining ListView.StrictlyEnforceRange and resizing currentItem stalls.Martin Jones2010-11-031-37/+25