summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Run util/normalize on src/declarative.Yann Bodson2010-10-261-2/+2
* Ensure we don't refill the view before all model changes are complete.Martin Jones2010-10-201-11/+14
* ListView item insertion didn't handle delayed item removal correctly.Martin Jones2010-10-201-30/+4
* Fix consistency of setting currentIndex in ListView and GridView.Martin Jones2010-10-141-11/+24
* Update sections if model content changes.Martin Jones2010-10-121-3/+37
* emit currentSectionChanged when section changes in ListView.Martin Jones2010-10-081-3/+12
* Avoid potential null dereference.Martin Jones2010-10-041-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-09-151-0/+2
|\
| * Ensure flickable velocity is updated when view is moved by setCurrentIndexMartin Jones2010-09-131-0/+2
* | Doc: More work on the declarative API documentation.David Boddie2010-09-131-5/+8
|/
* Merge branch '4.7' into qmldocsDavid Boddie2010-09-071-15/+56
|\
| * ListView: Ensure highlight is positioned correctly in positionViewAtIndex().Martin Jones2010-09-071-15/+56
* | Merge branch '4.7' into qmldocsDavid Boddie2010-09-061-3/+7
|\ \ | |/
| * Keep ListView position sensible when all visible items are removed.Martin Jones2010-09-031-3/+7
* | Doc: qdoc fixes.David Boddie2010-09-021-1/+1
|/