summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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