Remove the InputContext module.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Wed, 12 Oct 2011 01:21:29 +0000 (11:21 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 17 Oct 2011 23:47:37 +0000 (01:47 +0200)
commitb97367494f9e3b753de907e8fbf3d668a00d5f44
treef35e496d939c8dfddea30ab53f1176f53e2224ba
parent8ff1f926ea1d18b226060b4ea1bf6924eceba8c6
Remove the InputContext module.

The input context module provided a bridge between QML and a
QInputContext which allowed an application to implement it's own input
method in-process.  However since QInputContext has been replaced and
now only exists as a QWidget compatibility API this module no longer
works with the QtQuick 2 items and porting it to the new
QPlatformInputContext API does not seem to be an option as there is
no way to override the instance provided by the platform integration.

Change-Id: Ica602377436fcea42b9ffd05e1b347e2ee52acc8
Reviewed-by: Martin Jones <martin.jones@nokia.com>
15 files changed:
examples/declarative/inputmethods/inputmethods.qmlproject [deleted file]
examples/declarative/inputmethods/spellcheck/Key.qml [deleted file]
examples/declarative/inputmethods/spellcheck/Keyboard.qml [deleted file]
examples/declarative/inputmethods/spellcheck/WordSuggestions.qml [deleted file]
examples/declarative/inputmethods/spellcheck/spellcheck.qml [deleted file]
src/imports/imports.pro
src/imports/inputcontext/declarativeinputcontext.cpp [deleted file]
src/imports/inputcontext/declarativeinputcontext.h [deleted file]
src/imports/inputcontext/inputcontext.pro [deleted file]
src/imports/inputcontext/inputcontextfilter.cpp [deleted file]
src/imports/inputcontext/inputcontextfilter.h [deleted file]
src/imports/inputcontext/inputcontextmodule.cpp [deleted file]
src/imports/inputcontext/inputcontextmodule.h [deleted file]
src/imports/inputcontext/plugin.cpp [deleted file]
src/imports/inputcontext/qmldir [deleted file]