Merge remote-tracking branch 'origin/stable' into dev
authorFrederik Gladhorn <frederik.gladhorn@digia.com>
Thu, 14 Mar 2013 08:30:12 +0000 (09:30 +0100)
committerFrederik Gladhorn <frederik.gladhorn@digia.com>
Thu, 14 Mar 2013 08:30:12 +0000 (09:30 +0100)
Conflicts:
tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro

Change-Id: I2fd99ed8bd03302b9bbf31e6f21990f6455c4f1c

12 files changed:
1  2 
src/quick/items/qquickgridview.cpp
src/quick/items/qquicktextedit.cpp
src/quick/scenegraph/coreapi/qsggeometry.h
src/quick/scenegraph/coreapi/qsgmaterial.h
src/quick/scenegraph/qsgdefaultglyphnode_p.cpp
src/quick/scenegraph/util/qsgflatcolormaterial.h
src/quick/scenegraph/util/qsgtexture.h
tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
tests/auto/quick/qquickimage/tst_qquickimage.cpp
tests/auto/quick/qquicktextedit/tst_qquicktextedit.cpp
tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp

Simple merge
Simple merge
  
  #include <QtQuick/qtquickglobal.h>
  #include <QtGui/qopengl.h>
- #include <QRectF>
+ #include <QtCore/QRectF>
  
 -QT_BEGIN_HEADER
 -
  QT_BEGIN_NAMESPACE
  
  class QSGGeometryData;
  **
  ****************************************************************************/
  
 -#ifndef MATERIAL_H
 -#define MATERIAL_H
 +#ifndef QSGMATERIAL_H
 +#define QSGMATERIAL_H
  
  #include <QtQuick/qtquickglobal.h>
- #include <qopenglshaderprogram.h>
+ #include <QtGui/qopenglshaderprogram.h>
  
 -QT_BEGIN_HEADER
 -
  QT_BEGIN_NAMESPACE
  
  class QSGMaterial;
  **
  ****************************************************************************/
  
 -#ifndef FLATCOLORMATERIAL_H
 -#define FLATCOLORMATERIAL_H
 +#ifndef QSGFLATCOLORMATERIAL_H
 +#define QSGFLATCOLORMATERIAL_H
  
  #include <QtQuick/qsgmaterial.h>
- #include <qcolor.h>
+ #include <QtGui/qcolor.h>
  
 -QT_BEGIN_HEADER
 -
  QT_BEGIN_NAMESPACE
  
  class Q_QUICK_EXPORT QSGFlatColorMaterial : public QSGMaterial
  #define QSGTEXTURE_H
  
  #include <QtQuick/qtquickglobal.h>
- #include <QObject>
- #include <QImage>
+ #include <QtCore/QObject>
+ #include <QtGui/QImage>
  
 -QT_BEGIN_HEADER
 -
  QT_BEGIN_NAMESPACE
  
  class QSGTexturePrivate;