Set ChildenDoNotOverlap flag on grids, lists and positioners.
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>
Mon, 2 May 2011 14:58:33 +0000 (16:58 +0200)
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>
Mon, 2 May 2011 14:58:33 +0000 (16:58 +0200)
commitfc345a6c356fdcdd28a67d212bb6750b2f494634
tree5631731db9547af91ab0b81a5c16d48adff10cc3
parent92970522b602844cbf932d5df6b62d6cf51e4416
Set ChildenDoNotOverlap flag on grids, lists and positioners.

QSGGridView, QSGListView, QSGRow, QSGColumn, QSGGrid and
QSGFlow now all set the ChildrenDoNotOverlap flag which allows
the scene graph to render nodes in a more optimal order.
src/declarative/items/qsggridview.cpp
src/declarative/items/qsgitem.cpp
src/declarative/items/qsgitem_p.h
src/declarative/items/qsglistview.cpp
src/declarative/items/qsgpositioners_p_p.h
src/declarative/scenegraph/coreapi/qsgdefaultrenderer.cpp
src/declarative/scenegraph/coreapi/qsgnode.h