summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativegridview.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+14
|/
* Document delegate life cycle.Martin Jones2010-05-051-0/+3
* docWarwick Allison2010-05-051-9/+9
* 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-19/+46
* Avoid painfully slow flicking to snap positions in GridViewMartin Jones2010-04-191-1/+10
* Always allow view position to be fixed.Martin Jones2010-04-191-6/+0
* Doc: make note about using clip: true in views slightly more prominent.Martin Jones2010-04-161-1/+1
* 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
* Ensure GridView content position is stable when moving items.Martin Jones2010-04-091-0/+2
* Calculate GridView columns regardless of whether we have a populated modelMartin Jones2010-04-081-1/+1
* Add highlightMoveDuration to views.Martin Jones2010-04-081-2/+35
* Fix warningMartin Jones2010-04-071-1/+1
* Keep track of the item count to avoid calling model->count() during batched c...Martin Jones2010-04-071-10/+25
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-4/+4
* Fix snapping in listview.Martin Jones2010-03-311-1/+3
* 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-5/+6
* 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