Merge branch 'stable' into dev
authorGunnar Sletta <gunnar.sletta@digia.com>
Thu, 17 Jan 2013 21:08:56 +0000 (22:08 +0100)
committerGunnar Sletta <gunnar.sletta@digia.com>
Thu, 17 Jan 2013 21:08:56 +0000 (22:08 +0100)
Conflicts:
src/qml/doc/qtqml.qdocconf
src/quick/doc/qtquick.qdocconf

Change-Id: I087fa14720995a5e53c43567dc4a3c29eb9992a9

32 files changed:
1  2 
src/qml/qml/parser/qqmljs.g
src/qml/qml/parser/qqmljsast.cpp
src/qml/qml/parser/qqmljsast_p.h
src/qml/qml/parser/qqmljsastfwd_p.h
src/qml/qml/parser/qqmljsastvisitor_p.h
src/qml/qml/parser/qqmljsengine_p.cpp
src/qml/qml/parser/qqmljsgrammar.cpp
src/qml/qml/parser/qqmljsgrammar_p.h
src/qml/qml/parser/qqmljskeywords_p.h
src/qml/qml/parser/qqmljslexer.cpp
src/qml/qml/parser/qqmljslexer_p.h
src/qml/qml/parser/qqmljsparser.cpp
src/qml/qml/parser/qqmljsparser_p.h
src/qml/qml/qqmlmetatype.cpp
src/qml/qml/qqmlvme.cpp
src/qml/qml/v4/qv4irbuilder.cpp
src/qml/qml/v4/qv4irbuilder_p.h
src/quick/items/qquickitem.cpp
src/quick/items/qquickitem_p.h
src/quick/items/qquickwindow.cpp
src/quick/scenegraph/qsgdefaultrectanglenode.cpp
tests/auto/qml/qjsengine/tst_qjsengine.cpp
tests/auto/qml/qmlmin/tst_qmlmin.cpp
tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
tests/auto/quick/qquickfocusscope/tst_qquickfocusscope.cpp
tests/auto/quick/qquickitem/tst_qquickitem.cpp
tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp
tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp
tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
tools/qmlmin/main.cpp
tools/qmlscene/main.cpp

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -347,11 -345,11 +347,11 @@@ static void usage(
  {
      qWarning("Usage: qmlscene [options] <filename>");
      qWarning(" ");
-     qWarning(" options:");
-     qWarning("  --maximized ............................... run maximized");
-     qWarning("  --fullscreen .............................. run fullscreen");
+     qWarning(" Options:");
+     qWarning("  --maximized ............................... Run maximized");
+     qWarning("  --fullscreen .............................. Run fullscreen");
      qWarning("  --transparent ............................. Make the window transparent");
 -    qWarning("  --no-multisample .......................... Disable multisampling (anti-aliasing)");
 +    qWarning("  --multisample ............................. Enable multisampling (OpenGL anti-aliasing)");
      qWarning("  --no-version-detection .................... Do not try to detect the version of the .qml file");
      qWarning("  --slow-animations ......................... Run all animations in slow motion");
      qWarning("  --resize-to-root .......................... Resize the window to the size of the root item");