Add support for uix-inputmethod apis 13/135713/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Mon, 26 Jun 2017 04:40:03 +0000 (13:40 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 26 Jun 2017 04:52:03 +0000 (13:52 +0900)
commitb08ed808afb82342858e62f1d85c32e98947837d
tree5ec52cb6f526047f4d764f056dfd01ce10d3a4bc
parent2eb6a44bfca4dfb19f43810a33a9faba0d833c89
Add support for uix-inputmethod apis

Since the current window manager does not support converting
a normal application window into an IME window, the previous
attempt to convert an window that was created inside the
FormsApplication class into an IME window, turned out to be
an inappropriate approach.
Thus reverted "Add init interface with main_window as a parameter"
and added some interfaces to initialize and create IME window
without using ime_run main loop, and we are going to assign this
IME window as a MainWindow member variable of IMEApplication
class which is a child of FormsApplication.

Change-Id: I9d318d6ae16ba88ca808784cdddfac5f2c8043ab
src/sclconnection-isf.cpp
src/sclcore.cpp
src/sclcore.h
src/sclcoreimpl.cpp
src/sclcoreimpl.h
src/sclcoreui-efl.cpp
src/sclcoreui-efl.h
src/sclcoreui.cpp
src/sclcoreui.h