summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/
* Ensure Flickable visibleArea is updated when view height changesMartin Jones2010-08-311-0/+10
* Fix off-by-one at end when views scroll to keep currentItem visible.Martin Jones2010-08-261-7/+7
* Fix ListView.view attached property with VisualItemModelMartin Jones2010-08-261-1/+1
* Fix few declarative code issues discovered by static code analysisJoona Petrell2010-08-241-1/+1
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+1
* Fix crash when all visible items inluding currentIndex have been removed.Martin Jones2010-08-051-1/+1
* Ensure currentItem is released when the delegate changesMartin Jones2010-08-021-0/+2
* Make sure ListView.nextSection attached property is set for the first itemMartin Jones2010-08-021-1/+3
* Document elements that are focus scopes.Yann Bodson2010-07-291-4/+6