diff options
author | Jason Barron <jbarron@trolltech.com> | 2009-06-22 11:11:14 (GMT) |
---|---|---|
committer | Jason Barron <jbarron@trolltech.com> | 2009-06-22 11:11:14 (GMT) |
commit | 8084b20b71de5a804dc68a03bca70b733a46ec8c (patch) | |
tree | 38f2a1dd4bbe210500a2360d175b444cb295d674 /dist | |
parent | d59e724d21938fe6886a25b0ba6f4d8d851da7b9 (diff) | |
download | Qt-8084b20b71de5a804dc68a03bca70b733a46ec8c.zip Qt-8084b20b71de5a804dc68a03bca70b733a46ec8c.tar.gz Qt-8084b20b71de5a804dc68a03bca70b733a46ec8c.tar.bz2 |
Added jbarron's changes to the changelog.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.5.2-tower | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/dist/changes-4.5.2-tower b/dist/changes-4.5.2-tower index 4e3a456..78763ae 100644 --- a/dist/changes-4.5.2-tower +++ b/dist/changes-4.5.2-tower @@ -66,6 +66,9 @@ Ported classes - QLocalSocket and QLocalServer * Added support for QLocalSocket and QLocalServer on Symbian. +- QColormap + * Added basic implementation of QColormap for Symbian. + Features -------- - QApplication @@ -78,6 +81,11 @@ Features - QWidget * Basic widgets are now navigatable and usable via keypad on SDK 3 FP 1 and FP 2. + * Widgets can now be made semi-transparent on systems that support it + using Qt::WA_TranslucentBackground. + +- QPixmap + * Added supported for converting to/from CFbsBitmap - todo * todo @@ -91,6 +99,12 @@ Optimizations - qwidget_s60.cpp * Avoid unnecessary calls to FocusChanged in Symbian. +- qwindowsurface_s60.cpp + * Avoid updating raster buffer pointer on window hide + +- QFont + * Use cached DPI for metrics. + **************************************************************************** * Code clean-up * **************************************************************************** @@ -195,6 +209,7 @@ Optimizations * Fix memory leak when color skinning graphics. * Show focus/Editfocus visualization for KeyPad navigation on SDK 3 FP 1 and FP 2. + * Fix for overwriting user specified palettes. - QDesktopServices * Switched QDesktopServices mail-to URL handling to RSendAs in Symbian, @@ -220,6 +235,7 @@ Optimizations * Generating MouseEvents has gone through several changes. * qt_init() has been changed: auto flush is always enabled for window server sessions on 3.1 SDK for both UDEB and UREL. + * Added support for '-graphics-system' command line option - QUdpSocket * Wrote hack for QUdpSocket::writeDatagram return value in Symbian OS. @@ -238,9 +254,13 @@ Optimizations * Fix a crash when using QEventLoop::ExcludeSocketNotifiers flag. * Changed to round robin scheduling for Qt's active objects. Other active objects will still be scheduled like before. + * Fixed crash if events are posted before QApplication construction - QWidget * Added API for setting softkeys. + * Fixed background painting. Background can now be overwritten from + setting the respective palette role. + * Add support for Qt::WA_TranslucentBackground. - QMenuBar * Native menus are handled properly even when application has multiple @@ -255,6 +275,9 @@ Optimizations - QFontMetrics * Fixed the boundingRect calculation for text. +- QFontEngine + * Fix the vertical advance of glyph metrics. + - QPlainTextEdit * Added support for input methods. @@ -276,6 +299,19 @@ Optimizations * Notification related to the particular socket signaled via exception fd_set will be mapped to the appropriate read/write notification. +- QDebug + * Fixed debug printing (incl. qWarning, qFatal) for strings longer + than 256 characters. + +- QDesktopWidget + * 253930: Implement proper resize behavior and emit necessary signals. + +- QTest + * Disable keypad navigation for autotests by default + +- QPixmap + * Added fromSymbianCFbsBitmap() and toSymbianCFbsBitmap(). + **************************************************************************** * Examples and demos * **************************************************************************** |