diff options
author | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-17 14:40:46 (GMT) |
---|---|---|
committer | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-17 14:40:46 (GMT) |
commit | 4a5a9b23f41afb062fae4aaab429fcef35b3d42c (patch) | |
tree | 1dc40572c08e79592e1a59bd2a286e4536557d49 /dist | |
parent | 87ac26f0c489911d9a43bab04aef03cadbe8bbe6 (diff) | |
download | Qt-4a5a9b23f41afb062fae4aaab429fcef35b3d42c.zip Qt-4a5a9b23f41afb062fae4aaab429fcef35b3d42c.tar.gz Qt-4a5a9b23f41afb062fae4aaab429fcef35b3d42c.tar.bz2 |
added changes done to tower
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.5.2-tower | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/dist/changes-4.5.2-tower b/dist/changes-4.5.2-tower index 41dc8c8..9d28465 100644 --- a/dist/changes-4.5.2-tower +++ b/dist/changes-4.5.2-tower @@ -198,6 +198,13 @@ 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 + **************************************************************************** * Examples and demos * @@ -224,12 +231,15 @@ Optimizations since the issue has been fixed in qmake. * Included drilldown to demonstrate QtSql usage * Updated screenshots to S60 style + * Added softkeys example + +- Softkeys + * New example showing how to use softkeys API in QWidget **************************************************************************** * Tools * **************************************************************************** - - qmake * Support for generating Symbian "test" targets: CONFIG += symbian_test. * Support for Symbian Build System, version 2 (aka Raptor) via @@ -259,7 +269,7 @@ Optimizations * Will now patch also vendor id. **************************************************************************** -* Documnetation * +* Documentation * **************************************************************************** - qmake-manual * 250370: Added documentation for ICON keyword |