Ji-hoon Lee [Wed, 5 Jul 2017 11:01:40 +0000 (20:01 +0900)]
Remove surfaces linked to the current resource when unbinding
Since the current implementation of unbind() frees the
entire surfaces list when unbinding, if the unbind is
executed after a new bind/get_surface request, this would
erase surfaces that should not be deleted.
Thus, store the resource pointer when acquiring surfaces,
and when unbinding remove the surfaces that are linked to
the currently unbinding resource to ensure the surfaces
that are currently in use, are not being lost.
Change-Id: I3e43ca7f991e9d09f78b11fc5c3e9be3e196ef22
Ji-hoon Lee [Wed, 5 Jul 2017 11:01:40 +0000 (20:01 +0900)]
Show input panel immediately when set_ready received
Since there are cases that CLIENT_BUFFER_CHANGE event
is not emitted after set_ready, we will try to show
input panel immediately on set_ready request.
The set_ready request will be sent from input panel side
when the RENDER_PRE event is processed, we could assume
the input panel window might have finished rendering.
Change-Id: I09e34aa1faa065c3113acfd91c2ab8e1fbea896e
Jihoon Kim [Mon, 3 Jul 2017 06:59:35 +0000 (15:59 +0900)]
Fix issue update_input_context does not work
Change-Id: I7a5d4a6440e3d6d05f0f8f8254d0c3ce1d369875
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Mon, 12 Jun 2017 05:26:16 +0000 (14:26 +0900)]
Added input_panel_position_set interface
Change-Id: Id3f05c1a845ac7b6556f1eb372dec744a3028203
InHong Han [Tue, 13 Jun 2017 06:51:55 +0000 (15:51 +0900)]
Update package version to 0.2.4
Change-Id: Ib99da0d884d135d0832c45eccc9cdae1fae80481
InHong Han [Tue, 16 May 2017 11:24:07 +0000 (20:24 +0900)]
Added mime_type_accept_set interface
Change-Id: I2e4ff6e5c8ede7d7aab9a1c093450001d7ad41ff
Jihoon Kim [Tue, 6 Jun 2017 23:11:29 +0000 (08:11 +0900)]
Update package version to 0.2.3
Change-Id: Id79f2c53668e0ffc70c052d6d85d6ceb46812f5f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 6 Jun 2017 22:58:47 +0000 (07:58 +0900)]
Fix issue detected by static analysis tool
Return value of a function 'eina_list_data_get' is dereferenced at e_mod_main.c:1896 without checking, but it is usually checked for this function (14/15).
Change-Id: I2827f2a89172eb231822cb96f608867f8e6e825b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 15 May 2017 11:18:22 +0000 (20:18 +0900)]
Support commit_content interface
Change-Id: Ifb62462e61836f244f6dbde96915772d3dca105a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Wonkeun Oh [Thu, 1 Jun 2017 02:45:07 +0000 (11:45 +0900)]
Support the floating IME panel using the wl_input_panel_surface_interface
It is better to use the input_panel_surface_interface.
because the Input FW doesn't need to care about the IME's panel_type.
IME just can set the their input_panel type using the 'wl_input_panel_surface_set_floating_panel' api.
Change-Id: I522a0094646ff3266fcadefffa3b8b25762cda48
(cherry picked from commit
e12e2d131cc304aaba2b7870888a24c19c890850)
Jihoon Kim [Fri, 2 Jun 2017 09:54:04 +0000 (18:54 +0900)]
Update package version to 0.2.2
Change-Id: Idb2ec1ec28905aeefcacf0e7015d006f3b220a67
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Fri, 2 Jun 2017 07:04:44 +0000 (16:04 +0900)]
Fixed the crash issue when the input_panel_unbind() is called after deleting E_Client
Change-Id: Ie8bdb58418f8402663b13c5d48701f1213a75763
Jihoon Kim [Thu, 18 May 2017 07:29:23 +0000 (07:29 +0000)]
Merge "Send the response event in the _cb_filter_key_event function if there is no activated input_method." into tizen
Wonkeun Oh [Thu, 18 May 2017 05:57:16 +0000 (14:57 +0900)]
Send the response event in the _cb_filter_key_event function if there is no activated input_method.
If not, it spend 2 seconds per each key event and then it cause the ANR timeout or deadlock.
Becuase application process(Immodule) will wait for response message for the synchronous communication in the filter_key_event function.
Change-Id: I9c83093d72522b58052b6005e0106240c2ab5312
InHong Han [Thu, 27 Apr 2017 10:06:23 +0000 (19:06 +0900)]
Update package version to 0.2.1
Change-Id: Iba862901c0141e6f4f2a7f5645fb0eee187dbedf
InHong Han [Thu, 30 Mar 2017 04:22:57 +0000 (13:22 +0900)]
Support prediction_hint_set interface
Change-Id: I5a39fe0ed712e13c8ed11e54e2779a1399c79eab
Jihoon Kim [Fri, 14 Apr 2017 02:29:11 +0000 (11:29 +0900)]
Update package version to 0.1.101
Change-Id: Ib95eff2bdf19e7a1e5024d52e1d380790f19952f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 13 Apr 2017 08:36:11 +0000 (17:36 +0900)]
Check profile in runtime
Change-Id: I33b29212d9daa81e7fc8626ba1de9e18bb452a3a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Thu, 30 Mar 2017 09:00:50 +0000 (18:00 +0900)]
Prevent duplicated surfaces being appended to list
Change-Id: I5cda313dd1aad4736351df56893078c5a70ec635
Jihoon Kim [Tue, 28 Mar 2017 07:32:10 +0000 (16:32 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: Idf22b3b27d936b02ba2f6dcdcf7dd02cbf131e8d
Jihoon Kim [Tue, 28 Mar 2017 05:43:07 +0000 (14:43 +0900)]
Update package version to 0.1.100
Change-Id: I1fa6fd09740490ceaac2d532836e474d7ee8db62
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Tue, 14 Mar 2017 10:54:04 +0000 (19:54 +0900)]
Modified to compare wl client instead of input context in input_panel_hide callback
Change-Id: I87c5ac154982556ea6e22a2500cfa5602312112c
InHong Han [Wed, 15 Mar 2017 00:49:36 +0000 (09:49 +0900)]
Revert "Allow previous input context to hide input panel"
This reverts commit
1a6eb52a2c199b0092a2b5e586fd54eb50f4bce5.
Change-Id: I027fc229e411b719f92efb50b15a4862749f67c3
Jihoon Kim [Tue, 28 Mar 2017 04:36:13 +0000 (21:36 -0700)]
Revert "Memorize last activated ctx even after deactivate request"
This reverts commit
d275c3671d2a3d8d3baa767ebbdc5164b4236bcd.
Change-Id: I1a66d18995439b9d1f6fd92d4acefba5bf8f62ef
InHong Han [Wed, 15 Mar 2017 00:49:20 +0000 (09:49 +0900)]
Revert "Allow focus input context to hide input panel"
This reverts commit
50f2850552b1e4718a04c7b37a70480dc1f7321f.
Change-Id: I5a0a8ce63cc3f92b2f0c23960d41b54618ed3d10
Jihoon Kim [Tue, 21 Mar 2017 05:30:56 +0000 (14:30 +0900)]
Update package version to 0.1.99
Change-Id: I7bdeea7cffded60c2dce072b5dcae4dad1e9118c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 20 Mar 2017 09:13:33 +0000 (18:13 +0900)]
Fix backspace key repeat issue in multibutton entry
backspace key down event was delivered after focus out event,
but key up event was delivered after focus in event.
key down event without key up event leads to repeat key event.
To avoid this key repeat issue, key down and up event will be added sequently.
Change-Id: I7342b36a6a6482b5e93b1d785f3bc4343243faed
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Fri, 17 Mar 2017 03:56:46 +0000 (12:56 +0900)]
Update package version to 0.1.98
Change-Id: I0f7ad7e8e893bd6e2f82b5f08c14a26845ae66fd
Ji-hoon Lee [Wed, 15 Mar 2017 04:44:55 +0000 (13:44 +0900)]
Memorize last activated ctx even after deactivate request
Since previous "old" variable was retrieved from the "input"
member variable of input_method, which is cleared on deactivate
request, the case that application calls focus_out before
problematic focus_in still had problem.
This patch is also a temporary solution for dealing with
inappropriately handling IME show / hide request,
needs to be reverted after a proper solution patch is made.
Change-Id: I7becf9518ecb9b35e2933cadf85f4f1b6be2773f
Jihoon Kim [Tue, 14 Mar 2017 11:30:28 +0000 (20:30 +0900)]
Print the text input information in log
Change-Id: If2a55039e5856d80e3a649c895623c32120e7bc2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 21 Mar 2017 05:30:56 +0000 (14:30 +0900)]
Update package version to 0.1.99
Change-Id: I7bdeea7cffded60c2dce072b5dcae4dad1e9118c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 20 Mar 2017 09:13:33 +0000 (18:13 +0900)]
Fix backspace key repeat issue in multibutton entry
backspace key down event was delivered after focus out event,
but key up event was delivered after focus in event.
key down event without key up event leads to repeat key event.
To avoid this key repeat issue, key down and up event will be added sequently.
Change-Id: I7342b36a6a6482b5e93b1d785f3bc4343243faed
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Wed, 8 Mar 2017 08:51:53 +0000 (17:51 +0900)]
Revert "Support key input in case of no focus"
This reverts commit
8090905046e3ef201a5c00029fdece9ddff7d10d.
Change-Id: I7dc2c5112dcf92018fcef25499c2e40e970d1163
Ji-hoon Lee [Fri, 17 Mar 2017 03:56:46 +0000 (12:56 +0900)]
Update package version to 0.1.98
Change-Id: I0f7ad7e8e893bd6e2f82b5f08c14a26845ae66fd
Ji-hoon Lee [Wed, 15 Mar 2017 04:44:55 +0000 (13:44 +0900)]
Memorize last activated ctx even after deactivate request
Since previous "old" variable was retrieved from the "input"
member variable of input_method, which is cleared on deactivate
request, the case that application calls focus_out before
problematic focus_in still had problem.
This patch is also a temporary solution for dealing with
inappropriately handling IME show / hide request,
needs to be reverted after a proper solution patch is made.
Change-Id: I7becf9518ecb9b35e2933cadf85f4f1b6be2773f
Jihoon Kim [Fri, 10 Mar 2017 05:05:23 +0000 (14:05 +0900)]
Update package version to 0.1.97
Change-Id: I5c3f7bfee76340ee58932d4184e8fd39845861c0
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 10 Mar 2017 02:34:23 +0000 (11:34 +0900)]
Allow focus input context to hide input panel
Since there are cases an application that manually
calls input_panel_show() / hide() without considering
system's input panel policy, sometimes they are
requesting to hide input panel on focus input context that
did not explicitly requested to show in the past.
Change-Id: Ic2b2d35461111faeacc2fd8a33568c3fc47c5cf8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 14 Mar 2017 11:30:28 +0000 (20:30 +0900)]
Print the text input information in log
Change-Id: If2a55039e5856d80e3a649c895623c32120e7bc2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 10 Mar 2017 05:05:23 +0000 (14:05 +0900)]
Update package version to 0.1.97
Change-Id: I5c3f7bfee76340ee58932d4184e8fd39845861c0
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 10 Mar 2017 02:34:23 +0000 (11:34 +0900)]
Allow focus input context to hide input panel
Since there are cases an application that manually
calls input_panel_show() / hide() without considering
system's input panel policy, sometimes they are
requesting to hide input panel on focus input context that
did not explicitly requested to show in the past.
Change-Id: Ic2b2d35461111faeacc2fd8a33568c3fc47c5cf8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 8 Mar 2017 13:10:54 +0000 (22:10 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I534829203a56e52dca84487a328954204c26039a
Jihoon Kim [Wed, 8 Mar 2017 13:00:43 +0000 (22:00 +0900)]
Update package version to 0.1.96
Change-Id: I8d733a9803e29d40038b22c77eb85f2f9a9eaef0
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 8 Mar 2017 12:50:03 +0000 (21:50 +0900)]
Support backspace key in case of no focus
In multibutton entry widget in EFL, this feature is necessary.
Change-Id: I3320aec5847ffa92dff22b8573a82a8de4cb2680
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Ji-hoon Lee [Wed, 8 Mar 2017 08:51:53 +0000 (17:51 +0900)]
Revert "Support key input in case of no focus"
This reverts commit
8090905046e3ef201a5c00029fdece9ddff7d10d.
Change-Id: I7dc2c5112dcf92018fcef25499c2e40e970d1163
Ji-hoon Lee [Tue, 7 Mar 2017 10:10:18 +0000 (19:10 +0900)]
Update package version to 0.1.95
Change-Id: Ib05c8b77c50e135595f1cd59aa130119c917ab76
InHong Han [Tue, 7 Mar 2017 09:58:38 +0000 (18:58 +0900)]
Modified to compare show_req_ctx with text_input when calling the input_panel_hide()
Change-Id: Ibe4f7246e960beaec1eedfad677f6acd40b986b0
Ji-hoon Lee [Tue, 7 Mar 2017 02:14:26 +0000 (11:14 +0900)]
Allow previous input context to hide input panel
Since there are cases an application that manually
calls input_panel_show() / hide() without considering
system's input panel policy, sometimes they are
requesting to hide input panel on input context that
did not explicitly requested to show in the past.
For now this patch will fix the issues above, but
will be reverted in the future since this patch will
break the policy that "ONLY the context that requested
to show input panel, can hide input panel".
Change-Id: I903213eebe78d0211113173651412fa15c7e62f7
InHong Han [Tue, 28 Feb 2017 10:56:28 +0000 (19:56 +0900)]
Update package version to 0.1.94
Change-Id: I8528f0ca4d10deb953e4eb9ba11c2390c840b7d6
InHong Han [Thu, 23 Feb 2017 10:07:39 +0000 (19:07 +0900)]
Update package version to 0.1.93
Change-Id: Icc62c925415c141f20c19d40108f26e85267c586
Ji-hoon Lee [Tue, 7 Mar 2017 10:10:18 +0000 (19:10 +0900)]
Update package version to 0.1.95
Change-Id: Ib05c8b77c50e135595f1cd59aa130119c917ab76
InHong Han [Tue, 7 Mar 2017 09:58:38 +0000 (18:58 +0900)]
Modified to compare show_req_ctx with text_input when calling the input_panel_hide()
Change-Id: Ibe4f7246e960beaec1eedfad677f6acd40b986b0
Ji-hoon Lee [Tue, 7 Mar 2017 02:14:26 +0000 (11:14 +0900)]
Allow previous input context to hide input panel
Since there are cases an application that manually
calls input_panel_show() / hide() without considering
system's input panel policy, sometimes they are
requesting to hide input panel on input context that
did not explicitly requested to show in the past.
For now this patch will fix the issues above, but
will be reverted in the future since this patch will
break the policy that "ONLY the context that requested
to show input panel, can hide input panel".
Change-Id: I903213eebe78d0211113173651412fa15c7e62f7
InHong Han [Tue, 28 Feb 2017 10:56:28 +0000 (19:56 +0900)]
Update package version to 0.1.94
Change-Id: I8528f0ca4d10deb953e4eb9ba11c2390c840b7d6
Jihoon Kim [Tue, 28 Feb 2017 04:34:58 +0000 (13:34 +0900)]
Support key input in case of no focus
Change-Id: I04712aa764449d896daa3d1fcd6fecda03ca227f
InHong Han [Tue, 28 Feb 2017 10:56:28 +0000 (19:56 +0900)]
Update package version to 0.1.94
Change-Id: I8528f0ca4d10deb953e4eb9ba11c2390c840b7d6
Jihoon Kim [Tue, 28 Feb 2017 04:34:58 +0000 (13:34 +0900)]
Support key input in case of no focus
Change-Id: I04712aa764449d896daa3d1fcd6fecda03ca227f
InHong Han [Thu, 23 Feb 2017 10:07:39 +0000 (19:07 +0900)]
Update package version to 0.1.93
Change-Id: Icc62c925415c141f20c19d40108f26e85267c586
InHong Han [Thu, 23 Feb 2017 05:54:07 +0000 (14:54 +0900)]
Modified to compare show_req_ctx with deleted_ctx when the input_panel_hide is called
Change-Id: I93cd81e11cd2a96cf0370207dfb42b8552413d22
InHong Han [Thu, 23 Feb 2017 10:07:39 +0000 (19:07 +0900)]
Update package version to 0.1.93
Change-Id: Icc62c925415c141f20c19d40108f26e85267c586
InHong Han [Thu, 23 Feb 2017 05:54:07 +0000 (14:54 +0900)]
Modified to compare show_req_ctx with deleted_ctx when the input_panel_hide is called
Change-Id: I93cd81e11cd2a96cf0370207dfb42b8552413d22
Jihoon Kim [Fri, 17 Feb 2017 11:12:00 +0000 (20:12 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I1723a383dcc387daed821dd53f0a51181deb7cf0
Jihoon Kim [Fri, 17 Feb 2017 11:07:42 +0000 (20:07 +0900)]
Update package version to 0.1.92
Change-Id: Ia6dc181dfd426d42d03878e21fffb7aeeabcdcbf
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 17 Feb 2017 11:06:24 +0000 (20:06 +0900)]
Support recapture_string interface
Change-Id: Ib2350491dfae2fec2de2692fede830fdeecc3c1d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
sungwook79.park [Fri, 17 Feb 2017 02:15:18 +0000 (11:15 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I0b42277abf47a26abd787cf84bd9ad73ac764a91
sungwook79.park [Thu, 16 Feb 2017 08:44:52 +0000 (17:44 +0900)]
Update package version to 0.1.91
Change-Id: I43bed1d187e25e9993728ef2a4c7dd17652afcad
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
Wonkeun Oh [Thu, 16 Feb 2017 01:59:30 +0000 (10:59 +0900)]
Fixed the bug to use the wrong g_text_input value.
There is the possibility to use the wrong g_text_input value even if it was deactivated.
When input_method is unbinded or input_method_context is created temporarily to send input_panel_hide event,
the g_text_input value is not initialized as null.
This cause that the wrong g_text_input value is used in the other function.
Change-Id: I088fa219e5632748451c326790d10d3f1c62401a
Jihoon Kim [Mon, 13 Feb 2017 23:42:28 +0000 (08:42 +0900)]
Packaging: update version to 0.1.90
Change-Id: Icd5b34c0cfb92af5b061892d8b5286902aec40a7
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Doyoun Kang [Mon, 13 Feb 2017 07:59:23 +0000 (16:59 +0900)]
Add code to set first_mapped flag when the window is mapped
Change-Id: Ia4c098675d92221391c80653f6c41eab5b05b597
InHong Han [Mon, 13 Feb 2017 01:12:30 +0000 (10:12 +0900)]
Packaging: update version to 0.1.89
Change-Id: I7c13305040af873a60d2ca93754678d405056984
InHong Han [Thu, 9 Feb 2017 07:35:21 +0000 (16:35 +0900)]
Fix IME does not show when other imcontext is deleted
If the application deletes other imcontext immediately after the input_panel_show
request, the IME will not be shown by input_panel_hide event. So modified to compare
focused_context with deleted_context.
Change-Id: I19bd19e22bb4e571b928229603c2df2aea564356
Jihoon Kim [Wed, 8 Feb 2017 10:38:20 +0000 (19:38 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I9602c6663062f43c055f20a3d3ff1053fef8a35e
Jihoon Kim [Wed, 8 Feb 2017 10:10:46 +0000 (19:10 +0900)]
Packaging: update version to 0.1.88
Change-Id: I4669df634280359946a8183830ca0101de6ed455
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Wonkeun Oh [Tue, 7 Feb 2017 08:29:33 +0000 (17:29 +0900)]
Support the update_ise_geometry api to notify the ime geometry to app.
Change-Id: I4675c41c54f8a3d80dcf99b7c462c40f1fc341d0
Jihoon Kim [Tue, 7 Feb 2017 06:24:56 +0000 (15:24 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: Ice69c18232f62e11fbee1b2dc70d5fcd165827a6
Jihoon Kim [Mon, 6 Feb 2017 04:05:05 +0000 (13:05 +0900)]
Packaging: update version to 0.1.87
Change-Id: I542d18db03b45f3e0c01fdc4864ab8ee7490b438
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Wonkeun Oh [Fri, 3 Feb 2017 09:40:19 +0000 (18:40 +0900)]
Fixed the wrong keyboard_mode state.
When the keyboard mode is changed from S/W to H/W, g_disable_show_panel should be set as TRUE in the wl-textinput module.
If not, input_panel will be shown by app's show_request. but input_method(IME) doesn't know the show request.
It make the differnet input_panel state between input_method(IME) and wl_textinput module.
Change-Id: I53a69c36126a478e83968a53ff94ee77c1c010ee
Jihoon Kim [Wed, 1 Feb 2017 11:16:48 +0000 (20:16 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: Ica7f314a47c73c85f2990787163263ad0548fa2f
Jihoon Kim [Wed, 1 Feb 2017 09:33:58 +0000 (18:33 +0900)]
Packaging: update version to 0.1.86
Change-Id: I8ee29e7637b35701b6dd222e236671579e4062ee
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 1 Feb 2017 09:23:40 +0000 (18:23 +0900)]
Fix bug show animation does not appear sometimes
Change-Id: I3d95dec1185dcace8527e14d55981ba002657f95
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Tue, 31 Jan 2017 02:15:34 +0000 (11:15 +0900)]
Packaging: update version to 0.1.85
Change-Id: Idebbe800d1b8a9871bf59145cfdfd12919b86c89
Wonkeun Oh [Wed, 25 Jan 2017 09:31:39 +0000 (18:31 +0900)]
Fixed the different input_panel state between the vconf and ecore_imf module.
When the wl_textinput module change the input_panel_state, they should notify the input_method to change the input_panel_state.
If not, IME and Panel process will have a wrong input_panel_state. Also VCONFKEY_ISF_INPUT_PANEL_STATE value will have the wrong state.
Change-Id: I965b86e21679c4852e1a5d7761923340d4fd7b96
Jihoon Kim [Tue, 24 Jan 2017 05:31:39 +0000 (14:31 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I3cb049597dfe4578c53a36952f7b18658ea91ad5
Jihoon Kim [Tue, 24 Jan 2017 01:27:12 +0000 (10:27 +0900)]
Packaging: update version to 0.1.84
Change-Id: I7ff91b29dabba0cdad7b74eda14441d4e88219b2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 23 Jan 2017 04:55:58 +0000 (13:55 +0900)]
Reduce binary size to use hidden visibility
module size : 29404 -> 28716
Change-Id: I453db79057c40d6a5e169d8e3631bcf61c4d7192
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Sun, 22 Jan 2017 01:29:37 +0000 (10:29 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: Ibe90ac6f7e3339ee2ed25b61d3ddb15a13845c6a
Jihoon Kim [Wed, 18 Jan 2017 10:49:31 +0000 (19:49 +0900)]
Replace model with input
Change-Id: I8816c4d6ef7bdaeac0fa50436972e3566c496fd5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Tue, 17 Jan 2017 07:17:03 +0000 (16:17 +0900)]
Packaging: update version to 0.1.83
Change-Id: I355f87aee7580dd4b3c1bda37b3893c631e8637f
InHong Han [Tue, 17 Jan 2017 07:07:44 +0000 (23:07 -0800)]
Merge "Add focus_event flags to identify the request after the focus_out is called" into tizen_3.0
InHong Han [Thu, 12 Jan 2017 08:16:45 +0000 (17:16 +0900)]
Add focus_event flags to identify the request after the focus_out is called
Unnecessary focus event occurred when calling the hide_input_panel() after
the focus_out event is called.
Change-Id: If10d0cfdcc05ffbd489e40bf97e83030abb86366
Jihoon Kim [Mon, 16 Jan 2017 10:21:28 +0000 (19:21 +0900)]
Packaging: update version to 0.1.82
Change-Id: I0a62ab62ffd16fa861a6390638dd2519973942fc
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 13 Jan 2017 08:52:19 +0000 (17:52 +0900)]
Use unified log tag
Change-Id: I9d9c0be5dbe9c922a93a4acb24cc240df65c6d70
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Wonkeun Oh [Fri, 13 Jan 2017 07:27:51 +0000 (16:27 +0900)]
Enhanced the dlog level to LOGI for tv profile
Change-Id: Ibaac33fdf1d084686a3e6183a4cf2d895f003e06
Ji-hoon Lee [Fri, 13 Jan 2017 00:55:32 +0000 (09:55 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I7f3303406f792f9e6c72125b3793d02063321561
Jihoon Kim [Wed, 11 Jan 2017 08:07:59 +0000 (17:07 +0900)]
Packaging: update version to 0.1.81
Change-Id: I033941400281e61bf1279c8f17e2207e4727584d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Wed, 11 Jan 2017 08:03:29 +0000 (17:03 +0900)]
Prevent crash issue in case of no input framework
Change-Id: I99a20d338d19be36cb134db78f26abb01d785fd0
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Tue, 10 Jan 2017 01:07:40 +0000 (10:07 +0900)]
Merge branch 'tizen_3.0' into tizen
Change-Id: I16170381acb0677149a43c19d1a649ccc4c7a501
Jihoon Kim [Mon, 9 Jan 2017 10:51:38 +0000 (19:51 +0900)]
Packaging: update version to 0.1.80
Change-Id: Ia3903e54f1c776ef95005f4927d8d36ddd42e97d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Mon, 9 Jan 2017 09:30:12 +0000 (18:30 +0900)]
Replace code to call printf for logging
Using printf causes write command unable to get lock to write to console in turn causing deadlock in processes.
Change-Id: I921fb834fb5faddcf7d94d4be42860436e7dde90
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
InHong Han [Fri, 6 Jan 2017 02:12:22 +0000 (11:12 +0900)]
Add warning log in WL_TEXTINPUT
Change-Id: I442d3b0d871819ebf45ffa6feaa8e5a6cae898fe
Ji-hoon Lee [Thu, 5 Jan 2017 11:17:20 +0000 (20:17 +0900)]
Packaging: update version to 0.1.79
Change-Id: Ia60d77d5a448c99a0bce492ea01420474025a7f2