summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativegridview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'refs/merge-requests/1108' of git://gitorious.org/qt/qt into mer...David Boddie2011-02-231-33/+29
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-091-31/+25
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2011-02-091-2/+4
| | |\
| | * | Call onAdd() for first items added to ListView and GridViewBea Lam2011-02-091-31/+25
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-071-2/+4
| |\ \ \ | | | |/ | | |/|
| | * | Changing header/footer size during creation caused recusionMartin Jones2011-02-071-2/+4
| | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integ...Qt Continuous Integration System2011-02-041-4/+4
| |\ \ | | |/ | |/|
* | | Merge branch 'mimir' into 4.7David Boddie2011-02-231-2/+2
|\ \ \
| * | | qdoc: Fixed some validation errors in the DITA filesMartin Smith2011-01-191-2/+2
| * | | Merge branch '4.7' into mimirDavid Boddie2010-12-151-5/+9
| |\ \ \
* | \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-02-041-58/+117
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Changing header or footer failed to delete the previous.Martin Jones2011-02-021-0/+8
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Bea Lam2011-01-271-2/+3
| |\ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
| |\ \ \ \
| * | | | | Fix QtDeclarative compilation warningsJoona Petrell2011-01-181-8/+0
| * | | | | Add methods to position view at beginning or end.Martin Jones2011-01-111-50/+106
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-071-0/+9
| |\ \ \ \ \
| * | | | | | ContentX and ContentY reset on flow changeChristopher Ham2010-12-211-0/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-01-261-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | positionViewAtIndex can fail when positioned near end of list.Martin Jones2011-01-211-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch '4.7' of ../qt into 4.7David Boddie2011-01-131-1/+10
|\ \ \ \ \ | |/ / / /
| * | | | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | |/ / | |/| |
| * | | Improve docs on attached properties on view delegates.Martin Jones2010-12-231-0/+9
| |/ /
* | | Merge branch '4.7' into qdoc-simplifiedDavid Boddie2010-12-151-5/+9
|\ \ \ | |/ / | | / | |/ |/|
| * highlightFollowsCurrentItem: false was not always honoredMartin Jones2010-12-091-5/+9
* | 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