summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: make note about using clip: true in views slightly more prominent.Martin Jones2010-04-161-1/+1
* Don't create delegates when destroying view.Martin Jones2010-04-141-1/+4
* Doc fix.Michael Brasser2010-04-141-3/+3
* Ensure view position is correct for highlight range modes that have a static ...Martin Jones2010-04-131-3/+1
* Add highlightMoveDuration to views.Martin Jones2010-04-081-2/+47
* Keep track of the item count to avoid calling model->count() during batched c...Martin Jones2010-04-071-12/+26
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-4/+4
* Fix snapping in listview.Martin Jones2010-03-311-14/+32
* Finished file rename of qdeclarative easefollow to smoothedanimationLeonardo Sobral Cunha2010-03-301-1/+1
* Change and rename qml EaseFollow to SmoothedAnimationLeonardo Sobral Cunha2010-03-301-19/+17
* Fix parenting after 6f88388db4e8e202780d789e66664ff824691948.Michael Brasser2010-03-301-9/+13
* Do not call parent implementation if we accept the keyPressEvent in GridView ...Yann Bodson2010-03-261-3/+3
* Build Fix and port to new width and height propertiesAlexis Menard2010-03-251-2/+2
* Doc fix.Michael Brasser2010-03-251-1/+1
* Ensure currentIndex is updated when items inserted before currentIndexMartin Jones2010-03-251-2/+15
* Fix flicking views at boundary with StricthighlighRangeMartin Jones2010-03-241-19/+24
* Add ListView and GridView.indexAt() methods to get the index at a point.Martin Jones2010-03-171-3/+27
* Set maximumExtents correctly for highlightRangeMode: StrictlyEnforceRangeMartin Jones2010-03-151-2/+2
* Add a positioning 'mode' to positionViewAtIndex()Martin Jones2010-03-111-16/+54
* Ensure currentIndex NOTIFY is emitted when currentIndex changes due to model ...Martin Jones2010-03-101-0/+2
* Schedule view relayout after itemsInserted/Removed()Martin Jones2010-03-101-27/+54