summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove use of shared NOTIFY signalsMartin Jones2010-07-291-2/+2
* Indicate default valuesBea Lam2010-07-211-4/+14
* Fix ListView sections with QList<QObject*>Martin Jones2010-07-191-1/+1
* fix doc linkBea Lam2010-07-151-1/+1
* Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-141-2/+5
* Ensure the section header isn't shown twice.Martin Jones2010-07-131-1/+6
* Follow -> Behaviormae2010-07-081-1/+1
* Changing currentIndex shouldn't cancel a flick unnecessarily.Martin Jones2010-07-061-13/+21
* docs - quote code with snippets, other improvementsBea Lam2010-07-011-1/+1
* Add ListView.nextSection attached propertyMartin Jones2010-06-301-4/+29
* Allow positioning of ListView items width sub-pixel precision.Martin Jones2010-06-281-7/+10
* Restore neutral movement state if a view is manually positioned.Martin Jones2010-06-241-2/+19
* Expose the Flickable's internal contentItemMartin Jones2010-06-241-12/+12
* doc: note that calling methods before component completion may have no effectMartin Jones2010-06-231-0/+14
* Ensure the view is correctly positioned at component complete.Martin Jones2010-06-231-0/+8
* Rename example image fileBea Lam2010-06-221-1/+1
* ListView doc improvements and examples clean upBea Lam2010-06-181-12/+25
* Document section.delegateBea Lam2010-06-161-1/+5
* ListView.onRemove animation is not played when the list has only one item.Martin Jones2010-06-111-1/+1