summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-091-2/+2
* When flicking with snap, bias towards moving at least one item.Martin Jones2010-03-091-7/+10
* Remove code dupliation in fixupX/Y(), flickX/Y()Martin Jones2010-03-081-210/+77
* Don't mess with highlight size if highlightFollowsCurrentItem is false.Martin Jones2010-03-041-4/+7
* Fix ListView contentHeight calculation.Martin Jones2010-03-041-2/+3
* Documented view behavior when items are removed from start of view.Martin Jones2010-03-041-0/+6
* Fix spelling.Martin Jones2010-03-041-1/+1
* Document that the views do not set clip: true.Martin Jones2010-03-041-0/+5
* 'on' syntax fixesYann Bodson2010-03-031-1/+1
* Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-021-1/+23
* Replace remaining QGuard usage with QDeclarativeGuard.Michael Brasser2010-03-011-1/+2
* Set delegate Z before complete() so that view Z is overridden by delegate.Martin Jones2010-03-011-1/+1
* Add mention of highlightRangeMode in snapMode docs.Martin Jones2010-03-011-0/+6
* Make Flickable overshoot behavior nicer.Martin Jones2010-02-261-8/+8
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-7/+7
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-2/+2
* React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-251-0/+12
* Don't crash if the currentIndex is set while creating a delegate.Martin Jones2010-02-241-0/+2
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+2716