summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativegridview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-071-1/+2
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-04-061-1/+2
| |\
| | * Improve Flickable dynamics and allow platform specific tweaking.Martin Jones2011-04-061-1/+2
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-311-3/+3
|\ \ \ | |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-03-301-1/+1
| |\ \ | | |/
| | * GridView jumps to beginning of list when resizedMartin Jones2011-03-291-1/+1
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-03-221-127/+458
| |\ \ | | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-03-091-8/+12
| |\ \
| * \ \ Merge commit 'refs/merge-requests/1113' of git://gitorious.org/qt/qt into mer...David Boddie2011-02-281-2/+2
| |\ \ \
| * \ \ \ Merge commit 'refs/merge-requests/1108' of git://gitorious.org/qt/qt into mer...David Boddie2011-02-231-33/+29
| |\ \ \ \
| * \ \ \ \ 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
| |\ \ \ \ \ \ \
* | | | | | | | | Fix warning about maybe-uninitialised use of variableThiago Macieira2011-03-221-0/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | 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
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | 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
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | ListView and GridView indexAt should use qreal coordinates.Martin Jones2011-02-231-2/+2
| | |_|_|_|/ | |/| | | |
| * | | | | 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.7-integrationQt Continuous Integration System2011-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 '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7David Boddie2011-01-261-2/+2
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.7' of ../qt into 4.7David Boddie2011-01-131-1/+10
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch '4.7' into qdoc-simplifiedDavid Boddie2010-12-151-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
* | | | | | | | 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-qml into 4.7Bea Lam2011-02-091-2/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Changing header/footer size during creation caused recusionMartin Jones2011-02-071-2/+4
| |/ / / / /
* | | | | | Call onAdd() for first items added to ListView and GridViewBea Lam2011-02-091-31/+25
|/ / / / /
* | | | | 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
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | positionViewAtIndex can fail when positioned near end of list.Martin Jones2011-01-211-2/+2
| | |_|/ | |/| |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-1/+1
|\ \ \ \ | |/ / /
| * | | Update copyright year to 2011.Jason McDonald2011-01-101-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
|\ \ \ \ | |/ / /
| * | | Improve docs on attached properties on view delegates.Martin Jones2010-12-231-0/+9
| | |/ | |/|
* | | ContentX and ContentY reset on flow changeChristopher Ham2010-12-211-0/+2
|/ /
* | highlightFollowsCurrentItem: false was not always honoredMartin Jones2010-12-091-5/+9
|/
* 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