aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph/coreapi/qsgnode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Say hello to QtQuick moduleKent Hansen2011-12-021-1264/+0
* Add QSGPaintedItem docs to module and fix non-standard wording.Casper van Donderen2011-09-271-6/+18
* rename QSGGeometry::stride() to sizeOfVertex for symetry with indexGunnar Sletta2011-09-081-1/+1
* move QSGNodeUpdater into private header where it belongsGunnar Sletta2011-09-071-29/+0
* add flags to node debug outputGunnar Sletta2011-09-011-1/+2
* Merge branch 'master' into refactorGunnar Sletta2011-08-251-7/+7
|\
| * Fixed QSGNode leak.Kim Motoyoshi Kalland2011-08-121-1/+1
| * Remove initialization warningsGunnar Sletta2011-08-111-6/+6
* | show also blocked subtree's when dumping the graphGunnar Sletta2011-08-221-2/+0
|/
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-081-17/+17
* Updated tst_nodestest to use the DirtyForceUpdate flag.Kim Motoyoshi Kalland2011-06-231-2/+2
* Removed unnecessary calls to QSGNode::destroy().Kim Motoyoshi Kalland2011-06-201-6/+12
* Use linked list instead of QList for node children.Kim Motoyoshi Kalland2011-06-101-27/+90
* Cut off blocked sub-trees one node earlier.Kim Motoyoshi Kalland2011-06-101-4/+3
* Added QSGNode::removeAllChildNodes().Kim Motoyoshi Kalland2011-06-101-1/+15
* Keep track of the number of geometry nodes in a sub-graph.Kim Motoyoshi Kalland2011-06-101-3/+16
* Doc: Cleaned up the scene graph documentation a little.David Boddie2011-06-091-2/+2
* Removed virtual type() from QSGNode, member variable instead.Kim Motoyoshi Kalland2011-05-201-5/+28
* Documentation for the scenegraph nodesGunnar Sletta2011-05-091-3/+330
* Initial import from qtquick2.Qt by Nokia2011-04-271-0/+837