tests for canvas and a few bug fixes
authorCharles Yin <yinyunqiao@gmail.com>
Thu, 22 Sep 2011 10:01:29 +0000 (20:01 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 30 Sep 2011 08:37:05 +0000 (10:37 +0200)
commit8f69461c480e10424401e95b16b507eec3e28e54
tree58e13d4c7a470485ab5e14642a55bc35bd0ae2c3
parent20fb62f6040ad8415828092a2b09bd374433505f
tests for canvas and a few bug fixes

Change-Id: Icbbc7f2a0fe3b908963ce18afef51e25ea0170a0
Reviewed-on: http://codereview.qt-project.org/5805
Reviewed-by: Charles Yin <charles.yin@nokia.com>
25 files changed:
examples/declarative/canvas/bezierCurve/bezierCurve.qml
examples/declarative/canvas/quadraticCurveTo/quadraticCurveTo.qml
examples/declarative/canvas/roundedrect/roundedrect.qml
examples/declarative/canvas/smile/smile.qml
examples/declarative/canvas/squircle/squircle.qml
examples/declarative/canvas/tiger/tiger.qml
examples/declarative/canvas/twitterfriends/TwitterUser.qml
src/declarative/items/context2d/qsgcanvasitem.cpp
src/declarative/items/context2d/qsgcanvasitem_p.h
src/declarative/items/context2d/qsgcontext2d.cpp
src/declarative/items/context2d/qsgcontext2d_p.h
src/declarative/items/context2d/qsgcontext2dcommandbuffer.cpp
src/declarative/items/context2d/qsgcontext2dcommandbuffer_p.h
src/declarative/items/context2d/qsgcontext2dtexture.cpp
src/declarative/items/context2d/qsgcontext2dtexture_p.h
src/declarative/items/context2d/qsgcontext2dtile.cpp
src/declarative/items/context2d/qsgcontext2dtile_p.h
tests/auto/declarative/declarative.pro
tests/auto/declarative/qsgcanvasitem/data/testhelper.js [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_colors.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_fillStyle.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_fillrect.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/data/tst_strokeStyle.qml [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/qsgcanvasitem.pro [new file with mode: 0644]
tests/auto/declarative/qsgcanvasitem/tst_qsgcanvasitem.cpp [new file with mode: 0644]