summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.5.2-tower
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-06-22 14:25:02 +0200
committeraxis <qt-info@nokia.com>2009-06-22 14:25:02 +0200
commit51f22da2d2332c1a5c039a079bdc357e0f09176b (patch)
treefbb69560aba31d9de52fa213440fa1e89173c0cb /dist/changes-4.5.2-tower
parent5db09b402d42d9c3a476f6cfb8430d56ee826ddf (diff)
Changed to a more accurate change description.
The elements always had input method support. It was the virtual keyboard that was missing.
Diffstat (limited to 'dist/changes-4.5.2-tower')
-rw-r--r--dist/changes-4.5.2-tower8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/changes-4.5.2-tower b/dist/changes-4.5.2-tower
index 66837752d7..5d5deedc81 100644
--- a/dist/changes-4.5.2-tower
+++ b/dist/changes-4.5.2-tower
@@ -197,10 +197,10 @@ Optimizations
* Fixed the boundingRect calculation for text.
- QGraphicsView
- * Added support for input methods to the the viewport.
+ * Added support for virtual keyboard to the the viewport.
- QGraphicsTextItem
- * Added support for input methods.
+ * Added support for virtual keyboard.
- QHostInfo
* Added support for host lookups with multiple ipv4 addresses.
@@ -240,7 +240,7 @@ Optimizations
* Added fromSymbianCFbsBitmap() and toSymbianCFbsBitmap().
- QPlainTextEdit
- * Added support for input methods.
+ * Added support for virtual keyboard.
- QPluginLoader
* QPluginLoader will look for plugin stubs from the same folder on other
@@ -291,7 +291,7 @@ Optimizations
* Disable keypad navigation for autotests by default
- QTextEdit
- * Added support for input methods.
+ * Added support for virtual keyboard.
- QThread
* Fixed thread termination in Symbian OS.