summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtJerome Pasion2011-07-081-57/+76
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-07-051-57/+76
| |\
| | * Flicking behaviour of ListView/GridView SnapOnItem is inconsistentMartin Jones2011-07-041-57/+76
* | | Doc: Standardized on QtQuick for \since declarations.David Boddie2011-07-011-1/+1
|/ /
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-06-091-1/+3
|\ \ | |/
| * ListView segmentation fault when setting highlight to nullMartin Jones2011-05-301-1/+3
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-311-14/+6
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-271-14/+6
| |\
| | * Remove unnecessary QtQuick 1.1 effectiveLayoutDirection, effectiveHorizontalA...Joona Petrell2011-05-271-14/+6
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-171-17/+17
| |\ \ | | |/ | |/|
| | * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | | Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-4/+10
|\ \ \
| * \ \ Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-131-4/+7
| |\ \ \ | | |/ /
| | * | ListViews loses items if all visible items are removed.Martin Jones2011-05-131-4/+7
| * | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-061-0/+3
| |\ \ \ | | |/ /
| | * | Views do not notify count changes properlyMartin Jones2011-05-051-0/+3
| | |/
* | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
|/ /
* | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-04-221-0/+8
|\ \ | |/
| * Document section behavior when not ordered by sectionMartin Jones2011-04-211-0/+8
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-181-2/+26
|\ \ | |/
| * Moving contentY by large values in List/GridView is slowMartin Jones2011-04-141-0/+22
| * ListView has wrong keyPressEvent behaviour when verticalMartin Jones2011-04-121-2/+2
| * Ensure view is positioned correctly when orientation changes.Martin Jones2011-04-121-0/+2
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-071-6/+7
|\ \ | |/
| * Improve Flickable dynamics and allow platform specific tweaking.Martin Jones2011-04-061-6/+7
* | Fix warning about comparing Qt::Orientation to QDeclarativeView::OrientationThiago Macieira2011-03-221-1/+1
|/
* Regression: currentIndex was not set correctly after model cleared.Martin Jones2011-03-151-2/+4
* Fix ListView boundary extents for RTL layout.Martin Jones2011-03-111-9/+39
* Fix documentation talking about old property LayoutMirror::mirrorJoona Petrell2011-03-071-1/+1
* Merge branch '4.7' into qtquick11Martin Jones2011-03-011-19/+47
|\
| * 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
| * Ensure layout is updated when section property changes.Martin Jones2011-02-251-1/+4
| * DelayRemove of list delegate on section boundary duplicated sectionMartin Jones2011-02-231-8/+29
| * ListView and GridView indexAt should use qreal coordinates.Martin Jones2011-02-231-2/+2
* | Add LayoutMirroring attached property for mirroring QML layoutsJoona Petrell2011-03-011-23/+67
* | GridView and ListView bug fixesChristopher Ham2011-02-171-8/+8
* | Righ-to-left support for GridView and ListViewChristopher Ham2011-02-151-89/+296
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2011-02-091-2/+7
|\
| * Changing header/footer size during creation caused recusionMartin Jones2011-02-071-2/+4
| * Ensure section delegates are updated when the section property changes.Martin Jones2011-02-071-0/+3
* | Call onAdd() for first items added to ListView and GridViewBea Lam2011-02-091-19/+10
|/
* 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/+2
|\
| * 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
* | Remove unnecessary debug traces from declarative classesJoona Petrell2011-01-171-1/+0
* | Add methods to position view at beginning or end.Martin Jones2011-01-111-58/+108
|/
* Improve docs on attached properties on view delegates.Martin Jones2010-12-231-0/+7