summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adding items to a view with no delegate crashes.Martin Jones2011-10-271-0/+15
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-10-121-1/+1
|\
| * Cannot flick to the end of a horizontal list view width LayoutMirroringMartin Jones2011-10-121-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-10-121-1/+11
|\ \ | |/
| * Fix StrictlyEnforceRange with snapOneItem/Row and header behavior, pt 2Martin Jones2011-09-141-1/+11
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-09-121-3/+4
|\ \ | |/
| * StrictlyEnforceRange with snapOneItem/Row and header behavior changeMartin Jones2011-09-121-3/+4
* | Doc: Standardized on QtQuick for \since declarations.David Boddie2011-08-301-1/+1
|/
* Flicking behaviour of ListView/GridView SnapOnItem is inconsistentMartin Jones2011-07-081-57/+76
* 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
* | ListViews loses items if all visible items are removed.Martin Jones2011-05-131-4/+7
* | Views do not notify count changes properlyMartin Jones2011-05-051-0/+3
|/
* Document section behavior when not ordered by sectionMartin Jones2011-04-211-0/+8
* 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
* Improve Flickable dynamics and allow platform specific tweaking.Martin Jones2011-04-061-6/+7
* 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
* Removing all visible items in ListView resulted in blank view.Martin Jones2010-12-221-4/+10
* Ensure ListView contentHeight is set to a valid size.Martin Jones2010-12-131-0/+6
* highlightFollowsCurrentItem: false was not always honoredMartin Jones2010-12-091-6/+12
* ListView: Fix calculation of currentItem position when out of view.Martin Jones2010-12-081-4/+8
* ListView header is not visible initially.Martin Jones2010-12-011-7/+15
* Ensure header is considered when positioning content with snapping.Martin Jones2010-11-301-1/+5