Wayland IMF support 80/69080/2
authorNick Holland <nick.holland@partner.samsung.com>
Wed, 11 May 2016 10:27:07 +0000 (11:27 +0100)
committerNick Holland <nick.holland@partner.samsung.com>
Mon, 16 May 2016 13:02:24 +0000 (14:02 +0100)
commitba98a8fc7290c2e75279f96e527a7b492ff9b8b8
tree5f0aa11019aac8284c3c110998f8933f97c8c3e6
parenta5b7cc2302eb6976015b9f86d2d9246a6318d0a0
Wayland IMF support

Pure Wayland Implementation for Wayland Tizen text protocol text.xml protocol. It Does not use ecore_wl wrapper API.
Tested on Tizen 3 TV image

Note: the Tizen Text protocol is still in development
so this may need updating in the future.

See the repo for the text protocol:
https://review.tizen.org/gerrit/#/q/project:platform/core/uifw/wayland-extension

Change-Id: Ib3cad5caa5ba7fa1b0876b07b111ce2e84943c25
13 files changed:
adaptors/common/key-impl.cpp
adaptors/common/key-impl.h
adaptors/wayland/file.list
adaptors/wayland/imf/imf-manager-impl-wl.cpp [deleted file]
adaptors/wayland/input/text/imf/imf-manager-impl-wl.cpp [new file with mode: 0644]
adaptors/wayland/input/text/imf/imf-manager-impl.h [moved from adaptors/wayland/imf/imf-manager-impl.h with 64% similarity]
adaptors/wayland/input/text/text-input-manager.cpp
adaptors/wayland/input/text/text-input-manager.h
adaptors/wayland/wayland-manager.cpp
build/tizen/adaptor-uv/Makefile.am
build/tizen/adaptor-uv/configure.ac
build/tizen/adaptor/Makefile.am
build/tizen/adaptor/configure.ac