summaryrefslogtreecommitdiffstats
path: root/src/s60installs/bwins
diff options
context:
space:
mode:
authorSami Merila <sami.merila@nokia.com>2011-03-08 08:39:59 +0200
committerSami Merila <sami.merila@nokia.com>2011-03-08 08:39:59 +0200
commita8f7a5067e4c3d1e7ef87a7067e026e62eab5c17 (patch)
treebc04efcbb22519d833415515fde36a0e7f24b924 /src/s60installs/bwins
parent1224e6c3f7bbf361f0be2ff5116b5745cb98fb76 (diff)
Support partial input mode
By default Symbian devices use fullscreen editing mode. However, in the latest AVKON releases a partial virtual keyboard is supported. Support the non-fullscreen editing mode from QCoeFepInputContext. The non-fullscreen editing mode is only supported for Symbian^3 and only for graphicsview-based solutions (QGraphicsView, QGraphicsWebView, QDeclarativeView, ...). When native side indicates that the keyboard opens, the graphicsview is possibly translated so that the text cursor position is ensured to be visible. When keyboard closes, the translation is removed. If the graphicsview contains vertical scrollbar, the whole view is resized to the area above the keyboard, since translating it, would move the upper part of the scrollbar out of screen area. There is a new exported private API to control when partial vkb is used. Task-number: QTBUG-16572 Reviewed-by: axis Reviewed-by: Mrudul Pendharkar Reviewed-by: Laszlo Agocs
Diffstat (limited to 'src/s60installs/bwins')
-rw-r--r--src/s60installs/bwins/QtGuiu.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s60installs/bwins/QtGuiu.def b/src/s60installs/bwins/QtGuiu.def
index 0650a6a7e6..26a07612ab 100644
--- a/src/s60installs/bwins/QtGuiu.def
+++ b/src/s60installs/bwins/QtGuiu.def
@@ -12980,4 +12980,5 @@ EXPORTS
??0QVolatileImage@@QAE@ABV0@@Z @ 12979 NONAME ; QVolatileImage::QVolatileImage(class QVolatileImage const &)
?depth@QVolatileImage@@QBEHXZ @ 12980 NONAME ; int QVolatileImage::depth(void) const
?releaseCachedResources@QGraphicsSystem@@UAEXXZ @ 12981 NONAME ; void QGraphicsSystem::releaseCachedResources(void)
+ ?qt_s60_setPartialScreenInputMode@@YAX_N@Z @ 12982 NONAME ; void qt_s60_setPartialScreenInputMode(bool)