diff options
author | Water-Team <water@pad.test.qt.nokia.com> | 2011-07-08 23:00:15 (GMT) |
---|---|---|
committer | Water-Team <water@pad.test.qt.nokia.com> | 2011-07-08 23:00:15 (GMT) |
commit | 915c8a684b13ace823da28be5da64ae15de4472f (patch) | |
tree | 3bb1be20f870d38022208771f375cc764b62cbdc /dist | |
parent | 4fcb7c233c3c8d748d66bf698df059ad7546ae88 (diff) | |
parent | 8f52cddb714fbdd616c813045e8ca1f96851bdfc (diff) | |
download | Qt-915c8a684b13ace823da28be5da64ae15de4472f.zip Qt-915c8a684b13ace823da28be5da64ae15de4472f.tar.gz Qt-915c8a684b13ace823da28be5da64ae15de4472f.tar.bz2 |
Merge branch '4.8-upstream' into master-water
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.8.0 | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index 2f5858b..0f259b9 100644 --- a/dist/changes-4.8.0 +++ b/dist/changes-4.8.0 @@ -27,7 +27,9 @@ General Improvements Third party components ---------------------- - - Updated libpng to version x.y.z + - Updated libpng to version 1.5.1 + - Updated libjpeg to version 8c + - Updated zlib to version 1.2.5 **************************************************************************** @@ -66,6 +68,15 @@ QtGui - Deprecate qGenericMatrixFromMatrix4x4 and qGenericMatrixToMatrix4x4 - QListView diverses optimisations [QTBUG-11438] - QTreeWidget/QListWidget: use localeAwareCompare for string comparisons [QTBUG-10839] + - PNG image I/O: Much improved support for text annotations, including iTXt fields. + - QRawFont and QGlyphRun are introduced for low-level text rendering. [QTBUG-18252] + - QFont: hintingPreference() is introduced to control hinting in font rendering and + subpixel positioning of glyphs for Windows, Mac OS X and X11/raster. [QTBUG-10615] + - Subpixel positioned text layout is supported in raster and OpenGL paint engines. + - QFont: styleName() is added to allow selecting fonts with irregular style names + like UltraLight. [QTBUG-19366] + - Visual text cursor movement behavior is added to QTextEdit and QLineEdit controls, + which can be used as an optional mode for bi-directional text editing. [QTBUG-13859] - Fixed a rare race condition when showing toplevel windows on X11 - Accessibility: Fix potential crash in QDockWidget. - Accessibility: Fix crash when asking for relations of child accessibles. @@ -80,7 +91,6 @@ QtGui - Accessibility: Make accessibility work on Windows with alien widgets - Accessibility: Several enablers for accessible graphicsview and Qt Quick applications. - QtNetwork --------- @@ -121,16 +131,23 @@ QtScript Qt for Linux/X11 ---------------- + - Now takes font hinting settings from GConf by default if running in + GNOME desktop. + - Various fixes to FontConfig font matching code to make it consistent + with other X11 programs. [QTBUG-2148, QTBUG-19947, QTBUG-14269] - Added experimental support for armCC - Qt for Windows -------------- - + - DirectWrite experimental text shaping engine is added with subpixel + positioning support. [QTBUG-12678] Qt for Mac OS X --------------- - + - raster graphics system is now made as the default paint engine for + Mac OS X. [QTBUG-12615] + - HarfBuzz can now be used as an optional text layout engine on Mac OS X. + [QTBUG-17728] Qt for Embedded Linux --------------------- |