summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativegridview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Indicate default valuesBea Lam2010-07-211-4/+12
* Position GridView and ListView footer correctly when model cleared.Martin Jones2010-07-141-1/+4
* Follow -> Behaviormae2010-07-081-1/+1
* Changing currentIndex shouldn't cancel a flick unnecessarily.Martin Jones2010-07-061-11/+24
* Docs - add more links to relevant examplesBea Lam2010-06-301-0/+2
* Restore neutral movement state if a view is manually positioned.Martin Jones2010-06-241-2/+19
* Expose the Flickable's internal contentItemMartin Jones2010-06-241-10/+10
* doc: note that calling methods before component completion may have no effectMartin Jones2010-06-231-0/+18
* Ensure the view is correctly positioned at component complete.Martin Jones2010-06-231-0/+9
* ListView.onRemove animation is not played when the list has only one item.Martin Jones2010-06-111-1/+1
* Make snapping work properly for highlight ranges > item sizeMartin Jones2010-06-111-13/+49
* Avoid recursive refill() in List/GridViewMartin Jones2010-06-111-10/+6
* Document attached propertiesBea Lam2010-06-101-1/+1
* Fix crash when changing ListView model with highlightRangeMode: ListView.Stri...Martin Jones2010-06-091-2/+6
* Fix GridView bounds behavior with snapping enabled.Martin Jones2010-06-091-5/+11
* Add header and footer to GridViewMartin Jones2010-06-031-1/+189
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-021-96/+89
* Stop highlight animators for highlightFollowsCurrentItem: falseMartin Jones2010-05-201-5/+12
* Add a "priority" property to Keys and KeyNavigationMartin Jones2010-05-141-3/+4
* Follow-up on Flickable changes.Yann Bodson2010-05-131-11/+8
* Flickable small API changes.Yann Bodson2010-05-121-15/+29
* Don't store the role-property map for each individual item.Martin Jones2010-05-111-1/+1
* 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