aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsggridview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-1930/+0
* Fix GridView to repaint when geometry changesBea Lam2011-10-171-0/+1
* Cannot flick to the end of a horizontal ListView with LayoutMirroringMartin Jones2011-10-171-51/+26
* Fix insertions above the visible indexBea Lam2011-10-141-35/+66
* Don't move content forwards when items are moved downBea Lam2011-10-031-0/+2
* Manually apply SnapOneItem/Row changes from Qt 4.7Martin Jones2011-09-281-29/+70
* Make cellWidth/cellHeight reals rather than ints.Michael Brasser2011-09-191-15/+15
* 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-1/+2
* Remove scheduleLayout() and layoutScheduledBea Lam2011-09-011-1/+1
* Batch view changes instead of applying them immediatelyBea Lam2011-09-011-301/+74
* Add module qualifier to \qmlattachedproperty docsAlan Alpert2011-08-171-3/+3
* Add documentationAlan Alpert2011-08-091-1/+465
* Show header/footer if current index is set to first/last item or rowBea Lam2011-08-051-0/+12
* Views with no delegate crash when items are inserted.Martin Jones2011-08-021-3/+3
* View highlight could stop tracking currentItem.Martin Jones2011-08-021-2/+9
* Fix auto-repeat key navigation for GridViewBea Lam2011-07-281-1/+0
* ListView doesn't show new 1st item currentItem is removed.Martin Jones2011-07-281-9/+9
* Fix moving of multiple items, and moving items backwardsBea Lam2011-07-281-8/+11
* The views have many +/- 1 which are causing errors.Martin Jones2011-07-281-7/+6
* Fix positioning of items after moveBea Lam2011-07-281-0/+16
* Don't move view content position item 0 is being replacedBea Lam2011-07-281-3/+23
* Add headerItem and footerItem properties to views.Martin Jones2011-07-261-2/+10
* Fix layout bug from view refactoringBea Lam2011-07-221-3/+3
* Always position headers at a negative positionBea Lam2011-07-211-31/+19
* Make lastPosition() result consistent among GridView and ListViewBea Lam2011-07-211-19/+7
* Refactor ListView and GridView implementationsBea Lam2011-07-201-1545/+487
* 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-2/+6
* Update SG items with GV item changes.Martin Jones2011-05-041-6/+28
* 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/+2634