summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-05-25 19:39:52 +0200
committerQt Continuous Integration System <qt-info@nokia.com>2010-05-25 19:39:52 +0200
commit5a7223450d0ebd4eaa47f263005c6d1c2e142a76 (patch)
tree9970c8b78e0d5178fbf44bab0317212b2a8c7bdd /dist
parent77e5ced3e6b4c1c5ef05684de736bf4939dbe115 (diff)
parentd7d0aaf8bea4e6a5c4c0500a46417d7c788f489a (diff)
Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration into 4.7-integration
* 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration: (22 commits) Fix compilation of qegl.cpp after the last merge Fix a race condition with QtDBus blocking for replies. QtDBus: Debug message update Removed DEPLOYMENT from demos/spectrum/spectrum.pro Install source for spectrum demo Fixed path for copying launcher script for spectrum demo My 4.6.3 changes. Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ( ecee9d7244ce4f7e7acf723bcef535532780db5f ) Fixed an assert in QMenu Backport multitouch bug fixes to 4.6 tst_bic: Add the Qt 4.5 and 4.6 baselines for x86-64 Call eglTerminate() when the last QEglContext is destroyed to free mem. Removed double EINTR loop from nativeWrite and nativeRead. Fixed qsslkey test deployment for Symbian and fixed compiler warnings. Fixing the race condition in event dispatcher implementation on changes-4.6.3 updated Fixing the compile issue. Fixing the compile issue. Typo. Removed nearest test from qaudiodeviceinfo unit test. ...
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.345
1 files changed, 43 insertions, 2 deletions
diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3
index 08db0bba75..6a81f6aa56 100644
--- a/dist/changes-4.6.3
+++ b/dist/changes-4.6.3
@@ -49,6 +49,27 @@ QtCore
QtGui
-----
+ - QGraphicsEffect
+ * [QTBUG-5358] Fixed warnings and crash when painting graphics effects outside scene.
+
+ - QGraphicsItem
+ * [QTBUG-9391] Avoid a useless repaint when setting the cache mode to
+ DeviceCoordinateMode while already using that mode.
+ * [QTBUG-8475] Fixed crash and loss of focus when deleting a child of a focus scope.
+
+ - QGraphicsProxyWidget
+ * [QTBUG-5349] Fixed tooltips not being shown for QGraphicsProxyWidget.
+ * [QTBUG-2883] Fixed tooltips appearing at wrong location.
+ * [QTBUG-7296] Fixed painting artifacts on a scaled proxy when the view is scrolled.
+
+ - QGraphicsScene
+ * [QTBUG-7863] Fixed incorrect blending when using QGraphicsItem:DeviceCoordinateCache
+ and when the item is semi-transparent. If the item is transformed, the cache is now
+ always fully repainted to avoid artifacts.
+
+ - QGraphicsView
+ * Item tooltips are not clipped by the view anymore.
+
- QPainter
* [QTBUG-10421] Fixed WebKit-specific justification bug for text containing
more than one script.
@@ -107,7 +128,7 @@ QtGui
* [QTBUG-8606] Fixed QPixmap::load() to not modify referenced copies.
- QPainter
- * [QTBUG-8140] Speed up custom bitmap bruses under X11 without Xrender support.
+ * [QTBUG-8140] Speed up custom bitmap brushes under X11 without Xrender support.
* [QTBUG-8032] Fixed drawing pixmaps onto bitmaps on X11 without Xrender support.
- QImageReader
@@ -120,6 +141,11 @@ QtGui
- qDrawPixmaps()
* [QTBUG-8455] Fixed qDrawPixmaps() to draw on integer coordinates under Mac OS X.
+ - QCommonStyle
+ * [QTBUG-7137] Fixed a bug that led to missing text pixels in QTabBar when using
+ small font sizes.
+
+
QtDBus
------
@@ -230,6 +256,12 @@ Qt for Windows
- [QTBUG-6007] On Windows we query if there is a touch screen and do not try
to enable gestures otherwise.
+ - QLocalSocket
+ * [QTBUG-7815] Pipe handle leak fixed, when closing a QLocalSocket that still has
+ unwritten data.
+ * [QTBUG-9681] Fixed closing state for local sockets with unwritten data.
+ * [QTBUG-8418] Detection of Windows mobile 6.5 fixed.
+
Qt for Mac OS X
---------------
@@ -249,7 +281,16 @@ DirectFB
Qt for Windows CE
-----------------
- -
+- Core changes
+ * [QTBUG-8754] Fixed menu handling on Windows mobile.
+ * [QTBUG-7943] Fixed a crash when receiving a certain type of
+ WM_SETTINGSCHANGE message.
+
+- QWindowsMobileStyle
+ * [QTBUG-8419] Huge performance penalty for QTabWidget fixed for
+ Windows mobile 6.5.
+ * [QTBUG-8757] QTabBar scroll button size has been fixed.
+
Qt for Symbian
--------------