diff options
author | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-05-20 16:12:38 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-05-20 16:15:30 (GMT) |
commit | 18fa6495b20ad704c77035073b009d58ad0c52e5 (patch) | |
tree | 7d0b0793b879873dae8dfebea74e028596a78fba /dist | |
parent | 4d8cdff5916b359a1bc4d11e497e8fb4b0c414fb (diff) | |
download | Qt-18fa6495b20ad704c77035073b009d58ad0c52e5.zip Qt-18fa6495b20ad704c77035073b009d58ad0c52e5.tar.gz Qt-18fa6495b20ad704c77035073b009d58ad0c52e5.tar.bz2 |
My 4.6.3 changes.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.6.3 | 89 |
1 files changed, 73 insertions, 16 deletions
diff --git a/dist/changes-4.6.3 b/dist/changes-4.6.3 index a82aba3..08db0bb 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 ---------------- |