aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsglistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-2500/+0
* Cannot flick to the end of a horizontal ListView with LayoutMirroringMartin Jones2011-10-171-47/+23
* Fix insertions above the visible indexBea Lam2011-10-141-27/+32
* Fix ListView components being unable to access context properties.Andrew den Exter2011-10-071-1/+3
* Don't move content forwards when items are moved downBea Lam2011-10-031-0/+2
* Don't crash when QSGViewSection has a null parent.Christian Kamm2011-09-291-1/+1
* Manually apply SnapOneItem/Row changes from Qt 4.7Martin Jones2011-09-281-60/+84
* Additional ListView section header placement optionsMartin Jones2011-09-221-148/+364
* View refill operations should take qreal, not intBea Lam2011-09-061-4/+4
* Don't emit attached add() and remove() for moved itemsBea Lam2011-09-021-2/+4
* Remove scheduleLayout() and layoutScheduledBea Lam2011-09-011-1/+1
* Batch view changes instead of applying them immediatelyBea Lam2011-09-011-324/+87
* Add module qualifier to \qmlattachedproperty docsAlan Alpert2011-08-171-6/+6
* Add documentationAlan Alpert2011-08-091-0/+547
* Show header/footer if current index is set to first/last item or rowBea Lam2011-08-051-0/+12
* ListView with StrictlyEnforceRange skips over itemsMartin Jones2011-08-051-1/+3
* Fix ListView refill() where delegate size == 0Bea Lam2011-08-041-0/+2
* Views with no delegate crash when items are inserted.Martin Jones2011-08-021-3/+3
* Call base class init() from QSGListViewPrivateBea Lam2011-08-021-0/+7
* View highlight could stop tracking currentItem.Martin Jones2011-08-021-3/+8
* ListView doesn't show new 1st item currentItem is removed.Martin Jones2011-07-281-10/+10
* Fix moving of multiple items, and moving items backwardsBea Lam2011-07-281-10/+11
* The views have many +/- 1 which are causing errors.Martin Jones2011-07-281-20/+19
* Fix positioning of items after moveBea Lam2011-07-281-3/+10
* Don't move view content position item 0 is being replacedBea Lam2011-07-281-0/+14
* Add headerItem and footerItem properties to views.Martin Jones2011-07-261-1/+10
* Always position headers at a negative positionBea Lam2011-07-211-8/+4
* Make lastPosition() result consistent among GridView and ListViewBea Lam2011-07-211-14/+3
* Refactor ListView and GridView implementationsBea Lam2011-07-201-1661/+518
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-081-17/+17
* Doc: Cleaned up the scene graph documentation a little.David Boddie2011-06-091-1/+0
* Update SG items with recent GV item changes.Martin Jones2011-05-301-6/+13
* Update SG items with GV item changes.Martin Jones2011-05-041-9/+33
* Set ChildenDoNotOverlap flag on grids, lists and positioners.Kim Motoyoshi Kalland2011-05-021-0/+1
* Initial import from qtquick2.Qt by Nokia2011-04-271-0/+3032