Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integration
authorQt Continuous Integration System <qt-info@nokia.com>
Tue, 30 Mar 2010 21:30:00 +0000 (23:30 +0200)
committerQt Continuous Integration System <qt-info@nokia.com>
Tue, 30 Mar 2010 21:30:00 +0000 (23:30 +0200)
commit34b20a1c548203f7a7c79f3a1f56b2e44738d1cb
tree67c9ed9e692bbe71e6cd0244badc6db2e0de3cae
parent1b7c80fb09e962c7a05249d4b2779b84701ed326
parenta7f9db7091db3356434f188abd814e9deebe3d78
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integration

* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (61 commits)
  Re-fix compilation: re-add symbols introduced in Qt 4.6.3 to Qt 4.7
  Fix bad merge from 4.6.
  Doc: Updated the qdoc manual with i18n info. Fixed a code example.
  Doc: Added links and notes to modules, ActiveQt and XMLPatterns docs.
  Fix QStaticText test on Mac
  Support the pen set on the painter in QStaticText when using rich text
  Fix setting font for QStaticText on Linux and Mac
  Hack .pro files on windows to define QT_NO_EGL
  Compile on MingW
  Fix QDate::isLeapYear() for years < 1
  One more test for chinese codecs
  struct -> class, it's better.
  Add a a layout property in QGraphicsWidget.
  Fix QFileSystemModel to not install useless watchers on the filesystem
  QScript: More missing APIShim
  QScriptEngine: Fix reentrency involving creation and desctructions of QScriptEngines
  Work-around Symbian 10.1's broken egl.h
  Add some #warnings to debug Symbian EGL build failure
  Don't detect EGLImage presence by testing function pointers
  Implement proper QStaticText support in QPaintBuffer
  ...