summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/uikit/quikitsoftwareinputhandler.h
Commit message (Collapse)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Automatic closing of input panel on uikit when QML item looses focus.Eike Ziller2011-08-051-0/+12
| | | | | | | | | | | I.e. we remember which item had focus when we got the request to open the input panel, and close it when that looses focus, even if we don't get an explicit close request. Also set the "returnKey" to "Return" instead of "Done" if the focus item is a TextEdit. This adds a dependency of the platform plugin to declarative.
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-18/+18
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Lighthouse: Fix license headersJørgen Lind2011-04-151-0/+43
|
* Some virtual keyboard text input for uikit.con2011-04-141-0/+18
It is very limited as is. But it handles Qt's RequestSoftwareInputPanel and CloseSoftwareInputPanel events.