Update usage of smooth and antialiasing.
authorMichael Brasser <michael.brasser@nokia.com>
Wed, 18 Jul 2012 03:53:40 +0000 (13:53 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 27 Aug 2012 23:51:19 +0000 (01:51 +0200)
commit3912bbaceab166eb116447311eb16453e4f26edf
treeb44561b4fbded41d7011e79c3d9a5411a1de438c
parentc2f2ae8ce90e621cc3835428c40c116fbdc593e6
Update usage of smooth and antialiasing.

Change-Id: Icc8b28bdd466389ed3f269f076f1bdb6e9abe3f2
Reviewed-by: Yunqiao Yin <charles.yin@nokia.com>
Reviewed-by: Bea Lam <bea.lam@nokia.com>
73 files changed:
examples/demos/clocks/content/Clock.qml
examples/demos/clocks/content/QuitButton.qml [deleted file]
examples/demos/maroon/content/GameOverScreen.qml
examples/demos/maroon/maroon.qml
examples/demos/photoviewer/PhotoViewerCore/Button.qml
examples/demos/photoviewer/PhotoViewerCore/EditableButton.qml
examples/demos/photoviewer/PhotoViewerCore/PhotoDelegate.qml
examples/particles/affectors/content/spritegoal.qml
examples/particles/customparticle/content/blurparticles.qml
examples/particles/itemparticle/content/ExpandingDelegate.qml
examples/particles/itemparticle/particleview.qml
examples/qml/dynamicscene/content/Button.qml
examples/qml/dynamicscene/content/PerspectiveItem.qml
examples/qml/plugins/com/nokia/TimeExample/Clock.qml
examples/qml/xmlhttprequest/get.qml
examples/quick/accessibility/content/Button.qml
examples/quick/animation/easing/content/QuitButton.qml [deleted file]
examples/quick/animation/easing/content/quit.png [deleted file]
examples/quick/animation/easing/easing.qml
examples/quick/animation/pathanimation/pathanimation.qml
examples/quick/animation/pathinterpolator/pathinterpolator.qml
examples/quick/canvas/bezierCurve/bezierCurve.qml
examples/quick/canvas/clip/clip.qml
examples/quick/canvas/quadraticCurveTo/quadraticCurveTo.qml
examples/quick/canvas/roundedrect/roundedrect.qml
examples/quick/canvas/smile/smile.qml
examples/quick/canvas/squircle/squircle.qml
examples/quick/canvas/tiger/tiger.qml
examples/quick/customitems/dialcontrol/content/Dial.qml
examples/quick/customitems/dialcontrol/content/QuitButton.qml
examples/quick/customitems/dialcontrol/dialcontrol.qml
examples/quick/customitems/flipable/content/Card.qml
examples/quick/customitems/maskedmousearea/maskedmousearea.qml
examples/quick/imageelements/content/ImageCell.qml
examples/quick/imageelements/content/ShadowRectangle.qml
examples/quick/keyinteraction/focus/Core/GridMenu.qml
examples/quick/keyinteraction/focus/Core/ListViewDelegate.qml
examples/quick/modelviews/listview/content/TextButton.qml
examples/quick/modelviews/parallax/content/Clock.qml
examples/quick/modelviews/parallax/content/ParallaxView.qml
examples/quick/modelviews/parallax/content/QuitButton.qml [deleted file]
examples/quick/modelviews/pathview/pathview-example.qml
examples/quick/shadereffects/shadereffects.qml
examples/quick/text/fonts/hello.qml
examples/quick/touchinteraction/flickable/content/Panel.qml
examples/tutorials/gettingStartedQml/core/Button.qml
examples/tutorials/gettingStartedQml/core/FileDialog.qml
examples/tutorials/gettingStartedQml/core/MenuBar.qml
examples/tutorials/gettingStartedQml/parts/part1/Button.qml
examples/tutorials/gettingStartedQml/parts/part2/Button.qml
examples/tutorials/gettingStartedQml/parts/part3/Button.qml
examples/tutorials/gettingStartedQml/parts/part4/Button.qml
examples/tutorials/gettingStartedQml/parts/part5/core/Button.qml
examples/tutorials/gettingStartedQml/parts/part5/core/FileDialog.qml
examples/tutorials/gettingStartedQml/parts/part5/core/MenuBar.qml
examples/tutorials/samegame/samegame1/Button.qml
examples/tutorials/samegame/samegame2/Button.qml
examples/tutorials/samegame/samegame3/Button.qml
examples/tutorials/samegame/samegame4/content/Button.qml
src/qml/doc/snippets/qml/qml-documents/qmldocuments.qml
src/qml/doc/snippets/qml/reusablecomponents/Button.qml
src/qml/doc/snippets/qml/reusablecomponents/focusbutton.qml
src/quick/doc/snippets/qml/focus/MyClickableWidget.qml
src/quick/doc/snippets/qml/focus/MyWidget.qml
src/quick/doc/snippets/qml/focus/myfocusscopewidget.qml
src/quick/doc/snippets/qml/propertyaction.qml
src/quick/doc/snippets/qml/rotation.qml
src/quick/doc/snippets/qml/rotationanimation.qml
src/quick/items/qquickborderimage.cpp
src/quick/items/qquickimage.cpp
src/quick/items/qquickshadereffectmesh.cpp
src/quick/items/qquickshadereffectsource.cpp
src/quick/util/qquickanimation.cpp