summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-06-111-0/+2
|\
| * Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-111-0/+2
* | Make snapping work properly for highlight ranges > item sizeMartin Jones2010-06-111-15/+35
|/
* Avoid recursive refill() in List/GridViewMartin Jones2010-06-111-10/+6
* Fix crash when changing ListView model with highlightRangeMode: ListView.Stri...Martin Jones2010-06-091-2/+6
* Add header and footer to GridViewMartin Jones2010-06-031-0/+26
* Keep ListView highlight in sync when currentItem changes geometry.Martin Jones2010-06-031-1/+5
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-15/+10
* Avoid refilling view during model change.Martin Jones2010-06-011-1/+5
* Stop highlight animators for highlightFollowsCurrentItem: falseMartin Jones2010-05-201-3/+12
* Fixes for docs, example codeBea Lam2010-05-201-10/+10
* Doc improvementsBea Lam2010-05-191-116/+126
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-171-1/+1
|\
| * Restructure the examples. They are now organized into variousBea Lam2010-05-161-1/+1