diff options
author | axis <qt-info@nokia.com> | 2009-06-22 12:25:02 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-06-22 12:25:02 (GMT) |
commit | 51f22da2d2332c1a5c039a079bdc357e0f09176b (patch) | |
tree | fbb69560aba31d9de52fa213440fa1e89173c0cb /dist | |
parent | 5db09b402d42d9c3a476f6cfb8430d56ee826ddf (diff) | |
download | Qt-51f22da2d2332c1a5c039a079bdc357e0f09176b.zip Qt-51f22da2d2332c1a5c039a079bdc357e0f09176b.tar.gz Qt-51f22da2d2332c1a5c039a079bdc357e0f09176b.tar.bz2 |
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')
-rw-r--r-- | dist/changes-4.5.2-tower | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/changes-4.5.2-tower b/dist/changes-4.5.2-tower index 6683775..5d5deed 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. |