summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativegridview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-03-221-127/+458
|\
| * Regression: currentIndex was not set correctly after model cleared.Martin Jones2011-03-151-3/+3
| * Fix documentation talking about old property LayoutMirror::mirrorJoona Petrell2011-03-071-1/+1
| * Merge branch '4.7' into qtquick11Martin Jones2011-03-011-14/+18
| |\
| * | Add LayoutMirroring attached property for mirroring QML layoutsJoona Petrell2011-03-011-19/+50
| * | GridView and ListView bug fixesChristopher Ham2011-02-171-28/+29
| * | Righ-to-left support for GridView and ListViewChristopher Ham2011-02-151-118/+417
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-03-091-8/+12
|\ \ \ | | |/ | |/|
| * | Drag over bounds errors when ListView has variable height contentMartin Jones2011-02-281-8/+11
| * | fix/improve docs for new QtQuick 1.1 attributesBea Lam2011-02-281-0/+1
* | | Merge commit 'refs/merge-requests/1113' of git://gitorious.org/qt/qt into mer...David Boddie2011-02-281-2/+2
|\ \ \ | |/ /
| * | ListView and GridView indexAt should use qreal coordinates.Martin Jones2011-02-231-2/+2
* | | 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
|/