From b12b7fc54cb7ad79f58aa5ae646f26e76d6e1790 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Thu, 20 May 2010 10:18:51 +0200 Subject: my changelog for 4.6.3 --- dist/changes-4.6.3 | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'dist') diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index d8e9fb44ad..d66681bd60 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -40,8 +40,8 @@ Optimizations QtCore ------ - - foo - * bar + - QXmlStreamReader + * [QTBUG-9196] fixed crash when parsing QtGui ----- @@ -82,8 +82,13 @@ QtSql QtXml ----- - - foo - * bar + - [QTBUG-8398] QDom: prevent infinite loop when cloning a DTD + +QtXmlPatterns +------------- +- [QTBUG-8920] fixed crash with anonymous types in XsdSchemaChecker +- [QTBUG-8394] include/import/redefine schemas only once +- QXmlSchema: fix crash with referencing elements Qt Plugins ---------- -- cgit v1.2.3 From c6e446af5ac4d2c822163a1157ca58306d9ceee9 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Thu, 20 May 2010 10:49:57 +0200 Subject: Add my changes to the 4.6.3 changes log --- dist/changes-4.6.3 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'dist') diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index d66681bd60..de9a058b44 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -46,8 +46,20 @@ QtCore QtGui ----- - - foo - * bar + - QPainter + * [QTBUG-10421] Fixed WebKit-specific justification bug for text containing + more than one script. + + - QTextEdit + * [QTBUG-9599] Fixed crash when copying the current text cursor as a result + of deleting a character. + + - QTextEngine + * [QTBUG-9374] Fixed possible crash in QTextEngine::boundingBox() when using + multiscripted text. + + - QTextLayout + * [QTBUG-9074] Fixed performance regression that was introduced in Qt 4.6.0. QtDBus ------ -- cgit v1.2.3 From c5049b369f69ca724ec3f10d5f150c3ac9711e89 Mon Sep 17 00:00:00 2001 From: Denis Dzyubenko Date: Thu, 20 May 2010 10:58:25 +0200 Subject: My changelog entries for 4.6.3 Reviewed-by: trustme --- dist/changes-4.6.3 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'dist') diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index de9a058b44..c109f21484 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -61,6 +61,9 @@ QtGui - QTextLayout * [QTBUG-9074] Fixed performance regression that was introduced in Qt 4.6.0. + - Improved scrolling horizontally with a mouse wheel over sliders. + - [QTBUG-7451] Gestures respect panels on QGraphicsView. + QtDBus ------ @@ -128,12 +131,16 @@ Qt for Unix (X11 and Mac OS X) Qt for Linux/X11 ---------------- - - + - [MR 458] Improved handling of Shift-Tab with VNC on X11. + - [QTBUG-7063] Changed key bindings (XF86XK_MyComputer, Qt::Key_Launch0, + Key_Calculator) on X11 back to how it was in Qt 4.5 before MR 1742 + accidentally changed it. Qt for Windows -------------- - - + - [QTBUG-6007] On Windows we query if there is a touch screen and do not try + to enable gestures otherwise. Qt for Mac OS X --------------- -- cgit v1.2.3 From ea4ddcec8314fa9650fc103722f419627cc0af08 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Thu, 20 May 2010 12:20:05 +0200 Subject: Add my 4.6.3 changes --- dist/changes-4.6.3 | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'dist') diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index c109f21484..88b4e72e0d 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -40,6 +40,9 @@ Optimizations QtCore ------ + - QStateMachine + * [QTBUG-8842] Ensure history configuration is cleared when a state + machine is restarted - QXmlStreamReader * [QTBUG-9196] fixed crash when parsing @@ -85,8 +88,22 @@ QtOpenGL QtScript -------- - - foo - * bar + - [QTBUG-7066] Fixed regression introduced in 4.6.0 that made it not + possible to change the prototype of the global object + - [QTBUG-8366] Fixed regression introduced in 4.6.0 that caused the + instanceof operator to throw an error when the right-hand-side is + generated by QScriptEngine::newQMetaObject() + - [QTBUG-8400] Fixed memory leak when lazily binding QScriptValue to an + engine + - [QTBUG-9775] Fixed regression introduced in 4.6.0 that caused the + qsTr() function not to resolve the translation context correctly when + invoked in the global scope + - QScriptClass + * [QTBUG-8364] Fixed regression introduced in 4.6.0 that could cause + the Callable extension to crash + - QScriptEngine + * [QTBUG-6437] Fixed regression introduced in 4.6.0 that made + installTranslatorFunctions() not work with custom global object QtSql ----- -- cgit v1.2.3 From 6d468a2c2a11e199105082c8219a0131abd78176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Thu, 20 May 2010 16:18:45 +0200 Subject: My 4.6.3 changes. --- dist/changes-4.6.3 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'dist') diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index 88b4e72e0d..17542bbaf3 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -52,6 +52,9 @@ QtGui - QPainter * [QTBUG-10421] Fixed WebKit-specific justification bug for text containing more than one script. + + - QRegion + * [QTBUG-7699] Prevented crash on large x-coordinates. - QTextEdit * [QTBUG-9599] Fixed crash when copying the current text cursor as a result @@ -64,9 +67,18 @@ QtGui - QTextLayout * [QTBUG-9074] Fixed performance regression that was introduced in Qt 4.6.0. + - QTransform + * [QTBUG-8557] Fixed bug in QTransform::type() potentially occuring + after using operator/ or operator* or their overloads. + - Improved scrolling horizontally with a mouse wheel over sliders. - [QTBUG-7451] Gestures respect panels on QGraphicsView. +QtOpenGL +-- + - QGLWidget + * [QTBUG-8753] Worked around driver bug causing clipping errors on the N900. + QtDBus ------ -- cgit v1.2.3 From 4d8cdff5916b359a1bc4d11e497e8fb4b0c414fb Mon Sep 17 00:00:00 2001 From: Kim Motoyoshi Kalland Date: Thu, 20 May 2010 17:35:27 +0200 Subject: Added my 4.6.3 changes. --- dist/changes-4.6.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dist') diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index 17542bbaf3..a82aba3bca 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -75,9 +75,12 @@ QtGui - [QTBUG-7451] Gestures respect panels on QGraphicsView. QtOpenGL --- +-------- - QGLWidget + * [QTBUG-7865] Fixed bug where GL widgets were not fully updated on + Windows Vista/7 with Aero disabled. * [QTBUG-8753] Worked around driver bug causing clipping errors on the N900. + * [QTBUG-10510] Workaround ATI driver bug when using QGraphicsEffect with GL. QtDBus ------ -- cgit v1.2.3 From 18fa6495b20ad704c77035073b009d58ad0c52e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trond=20Kjern=C3=A5sen?= Date: Thu, 20 May 2010 18:12:38 +0200 Subject: My 4.6.3 changes. --- dist/changes-4.6.3 | 89 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 73 insertions(+), 16 deletions(-) (limited to 'dist') diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index a82aba3bca..08db0bba75 100644 --- a/dist/changes-4.6.3 +++ b/dist/changes-4.6.3 @@ -50,20 +50,20 @@ QtGui ----- - QPainter - * [QTBUG-10421] Fixed WebKit-specific justification bug for text containing + * [QTBUG-10421] Fixed WebKit-specific justification bug for text containing more than one script. - QRegion * [QTBUG-7699] Prevented crash on large x-coordinates. - + - QTextEdit - * [QTBUG-9599] Fixed crash when copying the current text cursor as a result + * [QTBUG-9599] Fixed crash when copying the current text cursor as a result of deleting a character. - + - QTextEngine - * [QTBUG-9374] Fixed possible crash in QTextEngine::boundingBox() when using + * [QTBUG-9374] Fixed possible crash in QTextEngine::boundingBox() when using multiscripted text. - + - QTextLayout * [QTBUG-9074] Fixed performance regression that was introduced in Qt 4.6.0. @@ -74,13 +74,51 @@ QtGui - Improved scrolling horizontally with a mouse wheel over sliders. - [QTBUG-7451] Gestures respect panels on QGraphicsView. -QtOpenGL --------- - - QGLWidget - * [QTBUG-7865] Fixed bug where GL widgets were not fully updated on - Windows Vista/7 with Aero disabled. - * [QTBUG-8753] Worked around driver bug causing clipping errors on the N900. - * [QTBUG-10510] Workaround ATI driver bug when using QGraphicsEffect with GL. + - QCUPSSupport + * [QTBUG-10512] Fixed a potential crash with misconfigured CUPS printers. + * [QTBUG-6419] Make QCUPSSupport::printerHasPPD() release temporary file + handles. + + - QPDFBaseEngine + * [QTBUG-8451] Fixed line and point drawing in the PS and PDF generators. + + - QTextDocument + * [QTBUG-10301] Fixed a leak in QTextDocument::print(). + + - QFontEngine + * [QTBUG-3976] Fixed a leak for QFont objects used in threads. + + - QPSPrintEngine + * [QTBUG-10121] Fixed incorrect version setting for EPS files. + * [QTBUG-10140] Fixed generation of the %%BoundingBox operator to output + integer values instead of floating point values. + + - QWin32PrintEngine + * [QTBUG-9938] Fixed a crash on Windows 7 systems with invalid PrinterPorts + registry entries. + + - QTriangulatingStroker + * [QTBUG-9548] Fixed possible data corruption when certain paths were triangulated. + + - QRasterPaintEngine + * [QTBUG-9036] Fixed ClearType text rendering on translucent surfaces under Windows. + + - QPixmap + * [QTBUG-8606] Fixed QPixmap::load() to not modify referenced copies. + + - QPainter + * [QTBUG-8140] Speed up custom bitmap bruses under X11 without Xrender support. + * [QTBUG-8032] Fixed drawing pixmaps onto bitmaps on X11 without Xrender support. + + - QImageReader + * [QTBUG-7980] Fixed QImageReader::setAutoDetectImageFormat() to work with plugins. + + - QGifHandler + * [QTBUG-7037] Fixed QGifHandler::loopCount(). + * [QTBUG-6696] Cache the sizes of images in an animated GIF. + + - qDrawPixmaps() + * [QTBUG-8455] Fixed qDrawPixmaps() to draw on integer coordinates under Mac OS X. QtDBus ------ @@ -97,8 +135,27 @@ QtNetwork QtOpenGL -------- - - foo - * bar + - QOpenGLPaintEngine + * [QTBUG-10529] Fixed an issue where bound pixmaps were not released correctly + in the GL 1 engine. + + - QGL2PaintEngineEx + * [QTBUG-8681] Fixed an application exit crash that could occur in + the GL2 engine under X11. + + - QGLWidget + * [QTBUG-7545] Fixed QGLWidget::grabFrameBuffer() to honor the 'withAlpha' flag. + * [QTBUG-8054] Fixed drawing QPixmaps onto QGLWidgets on different X11 screens. + * [QTBUG-7865] Fixed bug where GL widgets were not fully updated on + Windows Vista/7 with Aero disabled. + * [QTBUG-8753] Worked around driver bug causing clipping errors on the N900. + * [QTBUG-10510] Workaround ATI driver bug when using QGraphicsEffect with GL. + + - QGLContext + * [QTBUG-5732] Fixed a GLX warning that occured with some Intel chipsets under X11. + + - QGLPixelBuffer + * [QTBUG-8047] Fixed usage of QGLPixelBuffer with share widgets on other X11 screens. QtScript -------- @@ -158,7 +215,7 @@ Third party components Qt for Unix (X11 and Mac OS X) ------------------------------ - - + - Qt for Linux/X11 ---------------- -- cgit v1.2.3