aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Fix memory leak with AnimatedImage elements.Gunnar Sletta2011-06-091-0/+1
| | * | | | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-092-1/+12
| | |\ \ \ \
| * | | | | | Do delegate management outside the render threadAlan Alpert2011-06-092-14/+33
| |/ / / / /
| * | | | | Merge branch 'master' into qtquick2Aaron Kennedy2011-06-098-235/+783
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-095-3/+16
| |\ \ \ \ \ \
| | * | | | | | Automatically set system if parent is a ParticleSystemAlan Alpert2011-06-095-3/+16
| * | | | | | | Merge branch 'master' into qtquick2Aaron Kennedy2011-06-09406-8125/+7359
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Alan Alpert2011-06-082-36/+49
| |\ \ \ \ \ \ \
| | * | | | | | | Don't crash if GL context initialization failedAaron Kennedy2011-06-082-36/+49
| * | | | | | | | Immense Particles Refactor Part DAlan Alpert2011-06-083-13/+13
| * | | | | | | | Immense Particles Refactor Part BAlan Alpert2011-06-076-10/+147
| * | | | | | | | Immense Particles Refactor Part AAlan Alpert2011-06-07115-5812/+1514
| * | | | | | | | Merge branch 'master' into qtquick2Alan Alpert2011-06-0679-41/+7906
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | rewrite context2d with direct QtScript bindingCharles Yin2011-06-034-336/+614
| * | | | | | | | Make complex rich text works with the threaded renderer.Yoann Lopes2011-06-013-9/+26
| * | | | | | | | Fix images not being rendered when embedded in a rich text.Yoann Lopes2011-06-012-10/+9
| * | | | | | | | Fix QDeclarativePixmap not setting its QPixmap.Yoann Lopes2011-06-011-2/+2
| * | | | | | | | Fix Text's underline, overline and strikeout properties for plain text.Yoann Lopes2011-06-011-14/+9
| * | | | | | | | Avoid recursive updates in QSGText.Yoann Lopes2011-05-311-2/+7
* | | | | | | | | Removed unnecessary qobject_cast in QSGItem::childAtThorbjørn Lindeijer2011-06-231-4/+3
* | | | | | | | | QmlInspector: Introduced more self-contained selection highlightThorbjørn Lindeijer2011-06-236-64/+206
* | | | | | | | | QmlInspector: Some code cleanupsThorbjørn Lindeijer2011-06-237-51/+11
* | | | | | | | | QmlInspector: Implemented context menu for SceneGraphThorbjørn Lindeijer2011-06-234-16/+116
* | | | | | | | | QmlInspector: Implement tool tip handling for SceneGraphThorbjørn Lindeijer2011-06-233-43/+86
* | | | | | | | | QmlInspector: Some cleanup in the Color Picker toolThorbjørn Lindeijer2011-06-232-44/+10
* | | | | | | | | QmlInspector: Implemented selection for SceneGraphThorbjørn Lindeijer2011-06-234-28/+107
* | | | | | | | | QmlInspector: Unified mouse and keyboard event handlingThorbjørn Lindeijer2011-06-2314-312/+202
* | | | | | | | | QmlInspector: Removed private header postfix and Qt namespaceThorbjørn Lindeijer2011-06-2343-411/+321
* | | | | | | | | QmlInspector: Share code between QGV/SG based QML debuggingThorbjørn Lindeijer2011-06-2310-598/+852
* | | | | | | | | QmlInspector: Initial support for QSGView based applicationsThorbjørn Lindeijer2011-06-2312-18/+637
* | | | | | | | | Fix text decoration position for simple Text nodeJiang Jiang2011-06-211-1/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Implement caching of the distance fields...Gunnar Sletta2011-06-201-1/+36
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Speed up distance field generation by another 20% or so.Gunnar Sletta2011-06-151-5/+3
* | | | | | | Speed up distance field generation by 5-20%Gunnar Sletta2011-06-151-1/+4
* | | | | | | Use linked list instead of QList for node children.Kim Motoyoshi Kalland2011-06-1010-67/+134
* | | | | | | Removed matrix stacks from QSGRenderer.Kim Motoyoshi Kalland2011-06-1011-605/+36
* | | | | | | Make min-heap member of QMLRenderer instead of stack variable.Kim Motoyoshi Kalland2011-06-102-46/+60
* | | | | | | Replaced QStack with QDataBuffer in the node updater.Kim Motoyoshi Kalland2011-06-102-26/+25
* | | | | | | Cut off blocked sub-trees one node earlier.Kim Motoyoshi Kalland2011-06-102-9/+8
* | | | | | | Removed QSGNodeVisitor inheritance from QSGNodeUpdater.Kim Motoyoshi Kalland2011-06-102-14/+54
* | | | | | | Added QSGNode::removeAllChildNodes().Kim Motoyoshi Kalland2011-06-103-9/+20
* | | | | | | Keep track of the number of geometry nodes in a sub-graph.Kim Motoyoshi Kalland2011-06-102-4/+18
* | | | | | | Doc: Cleaned up the scene graph documentation a little.David Boddie2011-06-0935-38/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtdeclarative-stagingGunnar Sletta2011-06-092-36/+23
|\ \ \ \ \ \
| * | | | | | Notify when the TextInput cursorRectangle property changes within pre-editAndrew den Exter2011-06-092-36/+23
| | |_|_|_|/ | |/| | | |
* / | | | | Use the Qt 4 function for updatesEnabled()Gunnar Sletta2011-06-091-1/+1
|/ / / / /
* | | | / Support calling update while syncing scenegraph.Gunnar Sletta2011-06-092-1/+12
| |_|_|/ |/| | |
* | | | Merge branch 'threaded3'Gunnar Sletta2011-06-096-241/+568
|\ \ \ \
| * | | | Wake render thread when doing paint() and grab() as in resize()Gunnar Sletta2011-06-081-4/+5
| * | | | A better threaded rendererGunnar Sletta2011-06-063-228/+548