summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changing currentIndex shouldn't cancel a flick unnecessarily.Martin Jones2010-07-131-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
* | Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-141-3/+4
|/
* Follow-up on Flickable changes.Yann Bodson2010-05-131-10/+8
* Flickable small API changes.Yann Bodson2010-05-121-15/+27
* Don't store the role-property map for each individual item.Martin Jones2010-05-111-1/+2
* Avoid repeated create/destroy at top list boundary with sub-pixel movement.Martin Jones2010-05-061-5/+5
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-061-2/+2
|\
| * qdoc fixesYann Bodson2010-05-061-2/+2
* | Avoid warnings as delegates with bindings to parent are created and destroyed.Martin Jones2010-05-061-1/+3
|/
* Doc: more clarification of cacheBufferMartin Jones2010-05-051-0/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-051-1/+1
|\
| * Use enum rather than string for easing type.Yann Bodson2010-05-051-1/+1
* | Fix cacheBuffer documentation.Martin Jones2010-05-051-5/+13
|/
* Document delegate life cycle.Martin Jones2010-05-051-0/+3
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-051-9/+9
|\
| * docWarwick Allison2010-05-051-9/+9
* | Ensure flick endpoint is recalculated for variable height lists.Martin Jones2010-05-041-0/+1
|/
* Doc: mention that size of delegate affects flicking performance.Martin Jones2010-04-301-0/+5
* buffer new items on initialization.Martin Jones2010-04-301-2/+3
* Fix snap at view boundaries with overshoot on.Martin Jones2010-04-281-4/+7
* Don't "adjust" the z value of a delegate that has been cached.Martin Jones2010-04-271-3/+5
* Replace Flickable overshoot property with boundsBehaviorMartin Jones2010-04-221-0/+1
* Fix highlight position with StrictlyEnforceRange and range greater than item ...Martin Jones2010-04-211-42/+69
* Avoid painfully slow flicking to snap positions.Martin Jones2010-04-191-1/+10
* Always allow view position to be fixed.Martin Jones2010-04-191-5/+0