From d98c38aacd14daf4aa202fa3d24ea67caf184652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trond=20Kjern=C3=A5sen?= Date: Fri, 21 May 2010 09:03:30 +0200 Subject: Typo. --- dist/changes-4.6.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist') diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index 08db0bba75..93836002ee 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -107,7 +107,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 -- cgit v1.2.3 From 12fb78962525202e3f9b509fd3f45c143e5dc5bd Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 21 May 2010 11:29:14 +0200 Subject: changes-4.6.3 updated --- dist/changes-4.6.3 | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'dist') diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index 93836002ee..1a49403672 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -120,6 +120,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 +235,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 +260,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 -------------- -- cgit v1.2.3 From 8a83c72ec6de938124c869983fc5980dd3d0ae0c Mon Sep 17 00:00:00 2001 From: Yoann Lopes Date: Fri, 21 May 2010 15:07:48 +0200 Subject: My 4.6.3 changes. --- dist/changes-4.6.3 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'dist') diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index 1a49403672..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. -- cgit v1.2.3