aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-2237-73/+39
| |\ \ \
| * \ \ \ Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-173-1/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Aaron Kennedy2011-06-153-14/+65
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-1013-9/+955
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'qtquick2' into v8Aaron Kennedy2011-06-0912-256/+1951
| |\ \ \ \ \ \ \
| * | | | | | | | Port Canvas and Context2D to V8Aaron Kennedy2011-06-095-435/+795
| * | | | | | | | Merge branch 'master' into v8Michael Brasser2011-06-071-0/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Initial V8 integrationAaron Kennedy2011-06-062-26/+52
* | | | | | | | | | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-08115-1957/+1957
* | | | | | | | | | Replace the QGraphicsSceneHoverEvent with a QHoverEventLars Knoll2011-07-077-80/+55
* | | | | | | | | | Use QWheelEvent instead of QGraphicsSceneWheelEventLars Knoll2011-07-077-28/+20
* | | | | | | | | | Squashed Particle System Stateful RewriteAlan Alpert2011-07-064-78/+129
* | | | | | | | | | Support setting an FBO as the render target for a canvasGunnar Sletta2011-07-013-2/+50
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Clean up addTextDecorations codeJiang Jiang2011-06-292-33/+62
* | | | | | | | | Don't crash when QSGCanvas::sceneGraphContext() is called prematurlyGunnar Sletta2011-06-281-1/+1
* | | | | | | | | Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-stagingAaron Kennedy2011-06-2432-422/+3115
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge multiple lines of text into a single geometry nodeGunnar Sletta2011-06-232-11/+22
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Correctly wait for render thread to exitAaron Kennedy2011-06-221-0/+7
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Make QSGCanvas::grabFrameBuffer() more reliableAaron Kennedy2011-06-221-2/+2
| * | | | | | | Drag items relative to their scene position.Andrew den Exter2011-06-212-6/+11
| * | | | | | | Only print debugging when THREAD_DEBUG is enabledAaron Kennedy2011-06-211-0/+2
| * | | | | | | Compile fix for MSVC.Kim Motoyoshi Kalland2011-06-201-2/+13
| * | | | | | | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-1535-60/+24
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging in...Gunnar Sletta2011-06-151-1/+0
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Remove annoying warningGunnar Sletta2011-06-151-1/+0
| * | | | | | | | Renamed QMLRenderer -> QSGDefaultRendererGunnar Sletta2011-06-151-5/+0
| |/ / / / / / /
| * | | | | | | Disable attributes from shader effectsGunnar Sletta2011-06-151-0/+1
| * | | | | | | Initialize member variableGunnar Sletta2011-06-141-0/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-101-1/+1
| |\ \ \ \ \ \
| * | | | | | | Disable vsync animations by defaultGunnar Sletta2011-06-103-13/+64
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Add a DragTarget element.Andrew den Exter2011-06-0913-8/+943
| * | | | | | Merge branch 'master' into qtquick2Gunnar Sletta2011-06-092-1/+12
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'master' into qtquick2Aaron Kennedy2011-06-094-230/+549
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into qtquick2Aaron Kennedy2011-06-091-0/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | 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 AAlan Alpert2011-06-078-0/+1363
| |/ / / / / /
| * | | | | | 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 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: Initial support for QSGView based applicationsThorbjørn Lindeijer2011-06-231-1/+6
* | | | | | | Fix text decoration position for simple Text nodeJiang Jiang2011-06-211-1/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Use linked list instead of QList for node children.Kim Motoyoshi Kalland2011-06-105-19/+16
* | | | | | Removed matrix stacks from QSGRenderer.Kim Motoyoshi Kalland2011-06-102-2/+2
* | | | | | Added QSGNode::removeAllChildNodes().Kim Motoyoshi Kalland2011-06-101-8/+4
* | | | | | Doc: Cleaned up the scene graph documentation a little.David Boddie2011-06-0932-31/+2
| |_|_|_|/ |/| | | |
* | | | | Use the Qt 4 function for updatesEnabled()Gunnar Sletta2011-06-091-1/+1
| |_|_|/ |/| | |