summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativegridview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not call parent implementation if we accept the keyPressEvent in GridView ...Yann Bodson2010-03-261-3/+3
* 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-18/+25
* Add ListView and GridView.indexAt() methods to get the index at a point.Martin Jones2010-03-171-8/+32
* Add a positioning 'mode' to positionViewAtIndex()Martin Jones2010-03-111-17/+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-35/+59
* When flicking with snap, bias towards moving at least one item.Martin Jones2010-03-091-7/+9
* Add highlightRangeMode and snapMode to GridView.Martin Jones2010-03-091-20/+357
* Remove code dupliation in fixupX/Y(), flickX/Y()Martin Jones2010-03-081-15/+18
* Documented view behavior when items are removed from start of view.Martin Jones2010-03-041-0/+12
* Remove unnecessary additional hash of QDeclarativeGridViewAttachedMartin Jones2010-03-041-5/+4
* 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-3/+3
* Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-021-1/+11
* Replace remaining QGuard usage with QDeclarativeGuard.Michael Brasser2010-03-011-1/+2
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-03-011-0/+1
|\
| * Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-271-0/+1
* | Set delegate Z before complete() so that view Z is overridden by delegate.Martin Jones2010-03-011-1/+1
|/
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-11/+11
* 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-1/+3
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241-0/+1723