diff options
author | Alessandro Portale <aportale@trolltech.com> | 2009-06-17 15:24:37 (GMT) |
---|---|---|
committer | Alessandro Portale <aportale@trolltech.com> | 2009-06-17 15:24:37 (GMT) |
commit | 1ec7f4029a47d22f7585c554d32ae975946ab3ce (patch) | |
tree | 7ed48ffe7fa50fc8dd00b32498b2b49dbe4f49f4 /dist | |
parent | bb0be7961f66b8d351c39d61fc0ab3f38d032223 (diff) | |
download | Qt-1ec7f4029a47d22f7585c554d32ae975946ab3ce.zip Qt-1ec7f4029a47d22f7585c554d32ae975946ab3ce.tar.gz Qt-1ec7f4029a47d22f7585c554d32ae975946ab3ce.tar.bz2 |
aportales changes for Qt for S60 "Tower"
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.5.2-tower | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dist/changes-4.5.2-tower b/dist/changes-4.5.2-tower index 9d28465..1ed5aaa 100644 --- a/dist/changes-4.5.2-tower +++ b/dist/changes-4.5.2-tower @@ -61,6 +61,11 @@ Features - QSslSocket * Added support for -openssl option i.e. runtime resolving of OpenSSL symbols + +- QWidget + * Basic widgets are now navigatable and usable via keypad on SDK 3 + FP 1 and FP 2. + - todo * todo @@ -169,6 +174,8 @@ Optimizations * Fix for frame masks with color depth other than EGrey2. * Fix for squeezed QTabBars. * Fix memory leak when color skinning graphics. + * Show focus/Editfocus visualization for KeyPad navigation on + SDK 3 FP 1 and FP 2 - QDesktopServices * Switched QDesktopServices mail-to URL handling to RSendAs in Symbian, @@ -198,13 +205,21 @@ Optimizations * Fixed active scheduler removal when calling QThread::terminate * Fix to Open C bug: select sometimes returns -1 and errno is ECONNREFUSED + - QWidget * Added API for setting softkeys + - QMenuBar * Native menus are handled properly even when application has multiple QMainWindows * Fixed a bug causing both native and qt menu to be created * Fix for disappearing options menu after coming back from dialog +- QFontDataBase + * Now, also fonts from the user's /resources/fonts direactories are + available. + +- QFontMetrics + * Fixed the boundingRect calculation for text. **************************************************************************** * Examples and demos * |