summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativegridview.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Doc: Fixed an old-style float.David Boddie2010-12-151-1/+3
* | Doc: Used div elements for floats, updated the style sheet.David Boddie2010-12-141-1/+3
* | Doc: Changed floating images to use the new float qdoc macros.David Boddie2010-12-131-6/+2
|/
* ListView header is not visible initially.Martin Jones2010-12-011-5/+11
* Ensure header is considered when positioning content with snapping.Martin Jones2010-11-301-16/+21
* Run util/normalize on src/declarative.Yann Bodson2010-10-261-2/+2
* Ensure we don't refill the view before all model changes are complete.Martin Jones2010-10-201-10/+13
* Fix consistency of setting currentIndex in ListView and GridView.Martin Jones2010-10-141-23/+44
* Ensure GridView header is visible at the top of the view.Martin Jones2010-10-081-1/+8
* Avoid potential null dereference.Martin Jones2010-10-041-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-09-151-0/+2
|\
| * Ensure flickable velocity is updated when view is moved by setCurrentIndexMartin Jones2010-09-131-0/+2
* | Doc: More work on the declarative API documentation.David Boddie2010-09-131-13/+27
|/
* Fix off-by-one at end when views scroll to keep currentItem visible.Martin Jones2010-08-261-6/+6
* Fix ListView.view attached property with VisualItemModelMartin Jones2010-08-261-1/+1
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+2
* Ensure currentItem is released when the delegate changesMartin Jones2010-08-021-0/+5
* Document elements that are focus scopes.Yann Bodson2010-07-291-3/+5
* 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