platform/core/uifw/e-mod-tizen-wl-textinput.git
7 years agoSend the response event in the _cb_filter_key_event function if there is no activated... 11/129811/1
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

7 years agoPrevent duplicated surfaces being appended to list 47/122147/1
Ji-hoon Lee [Thu, 30 Mar 2017 09:00:50 +0000 (18:00 +0900)]
Prevent duplicated surfaces being appended to list

Change-Id: I5cda313dd1aad4736351df56893078c5a70ec635

7 years agoUpdate package version to 0.1.100 62/121462/1 accepted/tizen/3.0/common/20170328.142153 accepted/tizen/3.0/ivi/20170328.113054 accepted/tizen/3.0/mobile/20170328.112951 accepted/tizen/3.0/tv/20170328.113011 accepted/tizen/3.0/wearable/20170328.113033 submit/tizen_3.0/20170328.054444
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>
7 years agoModified to compare wl client instead of input context in input_panel_hide callback 42/118942/4
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

7 years agoRevert "Allow previous input context to hide input panel" 41/118941/5
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

7 years agoRevert "Memorize last activated ctx even after deactivate request" 36/121436/2
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

7 years agoRevert "Allow focus input context to hide input panel" 40/118940/2
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

7 years agoUpdate package version to 0.1.99 01/120001/1 accepted/tizen/3.0/common/20170321.123028 accepted/tizen/3.0/ivi/20170321.092310 accepted/tizen/3.0/mobile/20170321.092230 accepted/tizen/3.0/tv/20170321.092248 accepted/tizen/3.0/wearable/20170321.092258 submit/tizen_3.0/20170321.055548
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>
7 years agoFix backspace key repeat issue in multibutton entry 10/119910/5
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>
7 years agoUpdate package version to 0.1.98 30/119430/1
Ji-hoon Lee [Fri, 17 Mar 2017 03:56:46 +0000 (12:56 +0900)]
Update package version to 0.1.98

Change-Id: I0f7ad7e8e893bd6e2f82b5f08c14a26845ae66fd

7 years agoMemorize last activated ctx even after deactivate request 82/118982/3
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

7 years agoPrint the text input information in log 96/118896/1
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>
7 years agoUpdate package version to 0.1.97 37/118337/1 accepted/tizen/3.0/common/20170313.075722 accepted/tizen/3.0/ivi/20170312.222332 accepted/tizen/3.0/mobile/20170312.222313 accepted/tizen/3.0/tv/20170312.222325 accepted/tizen/3.0/wearable/20170312.222328 submit/tizen_3.0/20170310.051245
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>
7 years agoAllow focus input context to hide input panel 99/118299/2
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>
7 years agoUpdate package version to 0.1.96 80/118080/1 accepted/tizen/3.0/common/20170309.110334 accepted/tizen/3.0/ivi/20170309.085932 accepted/tizen/3.0/mobile/20170309.085855 accepted/tizen/3.0/tv/20170309.085917 accepted/tizen/3.0/wearable/20170309.085925 submit/tizen_3.0/20170308.130327
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>
7 years agoSupport backspace key in case of no focus 77/118077/1
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>
7 years agoRevert "Support key input in case of no focus" 09/118009/1
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

7 years agoUpdate package version to 0.1.95 66/117766/2 accepted/tizen/3.0/common/20170308.133809 accepted/tizen/3.0/ivi/20170308.034329 accepted/tizen/3.0/mobile/20170308.034226 accepted/tizen/3.0/tv/20170308.034305 accepted/tizen/3.0/wearable/20170308.034317 submit/tizen_3.0/20170307.125929
Ji-hoon Lee [Tue, 7 Mar 2017 10:10:18 +0000 (19:10 +0900)]
Update package version to 0.1.95

Change-Id: Ib05c8b77c50e135595f1cd59aa130119c917ab76

7 years agoModified to compare show_req_ctx with text_input when calling the input_panel_hide() 63/117763/2
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

7 years agoAllow previous input context to hide input panel 25/117625/1
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

7 years agoUpdate package version to 0.1.94 23/116823/1 accepted/tizen/3.0/common/20170302.075812 accepted/tizen/3.0/ivi/20170302.034429 accepted/tizen/3.0/mobile/20170302.034136 accepted/tizen/3.0/tv/20170302.034303 accepted/tizen/3.0/wearable/20170302.034332 submit/tizen_3.0/20170228.110121
InHong Han [Tue, 28 Feb 2017 10:56:28 +0000 (19:56 +0900)]
Update package version to 0.1.94

Change-Id: I8528f0ca4d10deb953e4eb9ba11c2390c840b7d6

7 years agoSupport key input in case of no focus 35/116735/2
Jihoon Kim [Tue, 28 Feb 2017 04:34:58 +0000 (13:34 +0900)]
Support key input in case of no focus

Change-Id: I04712aa764449d896daa3d1fcd6fecda03ca227f

7 years agoUpdate package version to 0.1.93 21/116221/1 accepted/tizen/3.0/common/20170224.130052 accepted/tizen/3.0/ivi/20170224.041329 accepted/tizen/3.0/mobile/20170224.040901 accepted/tizen/3.0/tv/20170224.041031 accepted/tizen/3.0/wearable/20170224.041208 submit/tizen_3.0/20170223.103048
InHong Han [Thu, 23 Feb 2017 10:07:39 +0000 (19:07 +0900)]
Update package version to 0.1.93

Change-Id: Icc62c925415c141f20c19d40108f26e85267c586

7 years agoModified to compare show_req_ctx with deleted_ctx when the input_panel_hide is called 31/116131/3
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

7 years agoUpdate package version to 0.1.92 47/115347/1 accepted/tizen/3.0/common/20170220.130035 accepted/tizen/3.0/ivi/20170220.014124 accepted/tizen/3.0/mobile/20170220.014000 accepted/tizen/3.0/tv/20170220.014102 accepted/tizen/3.0/wearable/20170220.014113 submit/tizen_3.0/20170217.113306
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>
7 years agoSupport recapture_string interface 46/115346/1
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>
7 years agoUpdate package version to 0.1.91 95/115095/1 accepted/tizen/3.0/common/20170217.122024 accepted/tizen/3.0/ivi/20170217.022657 accepted/tizen/3.0/mobile/20170217.022522 accepted/tizen/3.0/tv/20170217.022607 accepted/tizen/3.0/wearable/20170217.022641 submit/tizen_3.0/20170216.094217
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>
7 years agoFixed the bug to use the wrong g_text_input value. 44/115044/2
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

7 years agoPackaging: update version to 0.1.90 18/114518/1 accepted/tizen/3.0/common/20170214.180825 accepted/tizen/3.0/ivi/20170214.042513 accepted/tizen/3.0/mobile/20170214.042416 accepted/tizen/3.0/tv/20170214.042435 accepted/tizen/3.0/wearable/20170214.042501 submit/tizen_3.0/20170213.234738
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>
7 years agoAdd code to set first_mapped flag when the window is mapped 93/114393/1
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

7 years agoPackaging: update version to 0.1.89 90/114290/1 accepted/tizen/3.0/common/20170214.180219 accepted/tizen/3.0/ivi/20170213.230847 accepted/tizen/3.0/tv/20170213.230814 accepted/tizen/3.0/wearable/20170213.230832 submit/tizen_3.0/20170210.063600
InHong Han [Mon, 13 Feb 2017 01:12:30 +0000 (10:12 +0900)]
Packaging: update version to 0.1.89

Change-Id: I7c13305040af873a60d2ca93754678d405056984

7 years agoFix IME does not show when other imcontext is deleted 51/113951/2
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

7 years agoPackaging: update version to 0.1.88 83/113683/1 accepted/tizen/3.0/common/20170210.071214 accepted/tizen/3.0/ivi/20170210.002123 accepted/tizen/3.0/mobile/20170210.002037 accepted/tizen/3.0/tv/20170210.002052 accepted/tizen/3.0/wearable/20170210.002107 submit/tizen_3.0/20170208.101840
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>
7 years agoSupport the update_ise_geometry api to notify the ime geometry to app. 84/113384/1
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

7 years agoPackaging: update version to 0.1.87 75/113075/1 accepted/tizen/3.0/common/20170208.145353 accepted/tizen/3.0/ivi/20170208.083955 accepted/tizen/3.0/mobile/20170208.083802 accepted/tizen/3.0/tv/20170208.083849 accepted/tizen/3.0/wearable/20170208.083927 submit/tizen_3.0/20170207.052757
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>
7 years agoFixed the wrong keyboard_mode state. 51/112951/1
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

7 years agoPackaging: update version to 0.1.86 38/112538/1 accepted/tizen/3.0/common/20170202.151028 accepted/tizen/3.0/ivi/20170202.010551 accepted/tizen/3.0/mobile/20170202.010156 accepted/tizen/3.0/tv/20170202.010254 accepted/tizen/3.0/wearable/20170202.010436 submit/tizen_3.0/20170201.095134
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>
7 years agoFix bug show animation does not appear sometimes 35/112535/1
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>
7 years agoPackaging: update version to 0.1.85 74/112274/1 accepted/tizen/3.0/common/20170131.161831 accepted/tizen/3.0/ivi/20170131.090516 accepted/tizen/3.0/mobile/20170131.090431 accepted/tizen/3.0/tv/20170131.090444 accepted/tizen/3.0/wearable/20170131.090503 submit/tizen_3.0/20170131.023722
InHong Han [Tue, 31 Jan 2017 02:15:34 +0000 (11:15 +0900)]
Packaging: update version to 0.1.85

Change-Id: Idebbe800d1b8a9871bf59145cfdfd12919b86c89

7 years agoFixed the different input_panel state between the vconf and ecore_imf module. 19/112019/1
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

7 years agoPackaging: update version to 0.1.84 52/111752/1 accepted/tizen/3.0/common/20170124.081418 accepted/tizen/3.0/ivi/20170124.043758 accepted/tizen/3.0/mobile/20170124.043718 accepted/tizen/3.0/tv/20170124.043738 accepted/tizen/3.0/wearable/20170124.043748 submit/tizen_3.0/20170124.013155
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>
7 years agoReduce binary size to use hidden visibility 30/111630/1
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>
7 years agoReplace model with input 82/110882/1
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>
7 years agoPackaging: update version to 0.1.83 11/110611/1 accepted/tizen/3.0/common/20170118.131116 accepted/tizen/3.0/ivi/20170118.043241 accepted/tizen/3.0/mobile/20170118.043156 accepted/tizen/3.0/tv/20170118.043205 accepted/tizen/3.0/wearable/20170118.043224 submit/tizen_3.0/20170117.072955
InHong Han [Tue, 17 Jan 2017 07:17:03 +0000 (16:17 +0900)]
Packaging: update version to 0.1.83

Change-Id: I355f87aee7580dd4b3c1bda37b3893c631e8637f

7 years agoMerge "Add focus_event flags to identify the request after the focus_out is called...
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

7 years agoAdd focus_event flags to identify the request after the focus_out is called 71/110571/2
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

7 years agoPackaging: update version to 0.1.82 23/110423/1 accepted/tizen/3.0/common/20170117.075748 accepted/tizen/3.0/ivi/20170117.005810 accepted/tizen/3.0/mobile/20170117.005722 accepted/tizen/3.0/tv/20170117.005735 accepted/tizen/3.0/wearable/20170117.005750 submit/tizen_3.0/20170116.102249
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>
7 years agoUse unified log tag 15/110215/1
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>
7 years agoEnhanced the dlog level to LOGI for tv profile 92/110192/3
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

7 years agoPackaging: update version to 0.1.81 03/109703/1 accepted/tizen/3.0/common/20170112.090426 accepted/tizen/3.0/ivi/20170112.022240 accepted/tizen/3.0/mobile/20170112.022139 accepted/tizen/3.0/tv/20170112.022158 accepted/tizen/3.0/wearable/20170112.022214 submit/tizen_3.0/20170111.082400
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>
7 years agoPrevent crash issue in case of no input framework 01/109701/3
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>
7 years agoPackaging: update version to 0.1.80 42/109242/1 accepted/tizen/3.0/common/20170110.125759 accepted/tizen/3.0/ivi/20170110.044318 accepted/tizen/3.0/mobile/20170110.044220 accepted/tizen/3.0/tv/20170110.044241 accepted/tizen/3.0/wearable/20170110.044258 submit/tizen_3.0/20170109.104857
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>
7 years agoReplace code to call printf for logging 26/109226/1
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>
7 years agoAdd warning log in WL_TEXTINPUT 23/108823/3
InHong Han [Fri, 6 Jan 2017 02:12:22 +0000 (11:12 +0900)]
Add warning log in WL_TEXTINPUT

Change-Id: I442d3b0d871819ebf45ffa6feaa8e5a6cae898fe

7 years agoPackaging: update version to 0.1.79 95/108695/1 accepted/tizen/3.0/common/20170109.200226 accepted/tizen/3.0/ivi/20170106.094516 accepted/tizen/3.0/mobile/20170106.094424 accepted/tizen/3.0/tv/20170106.094443 accepted/tizen/3.0/wearable/20170106.094500 submit/tizen_3.0/20170105.095152
Ji-hoon Lee [Thu, 5 Jan 2017 11:17:20 +0000 (20:17 +0900)]
Packaging: update version to 0.1.79

Change-Id: Ia60d77d5a448c99a0bce492ea01420474025a7f2

7 years agoHide input panel when transient_for window destroys 94/108694/1
Ji-hoon Lee [Thu, 5 Jan 2017 10:26:44 +0000 (19:26 +0900)]
Hide input panel when transient_for window destroys

Change-Id: Iff6f46a861e3c8aec362d1452a5dfef0656b66d1

7 years agoEnhance readability of log messages 93/108693/1
Ji-hoon Lee [Tue, 3 Jan 2017 01:37:48 +0000 (10:37 +0900)]
Enhance readability of log messages

Change-Id: Ic2cc0f6154e81af9f06543c4fc37b8438d7c31fe

7 years agoPackaging: update version to 0.1.78 90/106990/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.141828 accepted/tizen/3.0.m2/tv/20170104.142008 accepted/tizen/3.0.m2/wearable/20170104.142438 accepted/tizen/3.0/common/20161227.102120 accepted/tizen/3.0/ivi/20161227.010811 accepted/tizen/3.0/mobile/20161227.010719 accepted/tizen/3.0/tv/20161227.010734 accepted/tizen/3.0/wearable/20161227.010752 submit/tizen_3.0.m2/20170104.093751 submit/tizen_3.0/20161226.100512
InHong Han [Mon, 26 Dec 2016 05:27:10 +0000 (14:27 +0900)]
Packaging: update version to 0.1.78

Change-Id: I95b88194c2e42f7bc0c8df6b0d16f07649c70e48

7 years agoFix issue detected by static analysis tool 54/106954/1
InHong Han [Mon, 26 Dec 2016 02:05:35 +0000 (11:05 +0900)]
Fix issue detected by static analysis tool

Change-Id: Ib3d5c06e5b00b1a6831127b9ba05c99d2d8d1029

7 years agoPackaging: update version to 0.1.77 43/106643/2 accepted/tizen/3.0/common/20161223.110629 accepted/tizen/3.0/ivi/20161223.081553 accepted/tizen/3.0/mobile/20161223.081458 accepted/tizen/3.0/tv/20161223.081516 accepted/tizen/3.0/wearable/20161223.081533 submit/tizen_3.0/20161222.091255
InHong Han [Thu, 22 Dec 2016 09:09:12 +0000 (18:09 +0900)]
Packaging: update version to 0.1.77

Change-Id: Ia34dc8b61e4e19ca21e1a5e8f091fb422ce361b9

7 years agoModified to ignore input_method_cb_unbind() when the resource is different from before 39/106639/2
InHong Han [Thu, 22 Dec 2016 09:00:12 +0000 (18:00 +0900)]
Modified to ignore input_method_cb_unbind() when the resource is different from before

Change-Id: Iceb67871dd7e8210a1826e4191423b43abb43b49

7 years agoRename input method bind callback 77/106577/1
Jihoon Kim [Thu, 22 Dec 2016 05:56:31 +0000 (14:56 +0900)]
Rename input method bind callback

Change-Id: I725dad7752a27a4a8934cf11a61eb3e5b05b1b25
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoFixed prevent the memory leak issue 01/106501/1
InHong Han [Thu, 22 Dec 2016 02:27:26 +0000 (11:27 +0900)]
Fixed prevent the memory leak issue

Change-Id: I6ccaaa8244125011af0ac70697fda9c3b59342c0

7 years agoPackaging: update version to 0.1.76 19/106319/1 accepted/tizen/3.0/common/20161222.181513 accepted/tizen/3.0/ivi/20161222.024915 accepted/tizen/3.0/mobile/20161222.024850 accepted/tizen/3.0/tv/20161222.024858 accepted/tizen/3.0/wearable/20161222.024907 submit/tizen_3.0/20161221.132031
Jihoon Kim [Wed, 21 Dec 2016 09:19:06 +0000 (18:19 +0900)]
Packaging: update version to 0.1.76

Change-Id: I353b89eb2ec13bf82b0857a113dd70b193f7f1ba
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoModified to call unbind function when resource already exists in bind function 06/106306/2
InHong Han [Wed, 21 Dec 2016 08:52:32 +0000 (17:52 +0900)]
Modified to call unbind function when resource already exists in bind function

Change-Id: I0e600750d6cb9459f25b2e2dfcff8171a3d21dc5

7 years agoPackaging: update version to 0.1.75 31/104531/1 accepted/tizen/3.0/common/20161215.163216 accepted/tizen/3.0/ivi/20161215.044319 accepted/tizen/3.0/mobile/20161215.044003 accepted/tizen/3.0/tv/20161215.044124 accepted/tizen/3.0/wearable/20161215.044256 submit/tizen_3.0/20161213.101516 submit/tizen_3.0/20161214.085003
Jihoon Kim [Tue, 13 Dec 2016 12:02:06 +0000 (21:02 +0900)]
Packaging: update version to 0.1.75

Change-Id: I50aaf031d6662a10fb3f3b06ebfb137fde71b059
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoFix build error in TV profile 30/104530/1
Jihoon Kim [Tue, 13 Dec 2016 12:01:31 +0000 (21:01 +0900)]
Fix build error in TV profile

Change-Id: Ib27e95bd405ae3950a22996cecf99d4ea8502a3b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoPackaging: update version to 0.1.74 85/104485/1
Jihoon Kim [Tue, 13 Dec 2016 10:44:04 +0000 (19:44 +0900)]
Packaging: update version to 0.1.74

Change-Id: I172d47da84a67d7d3b970b8b85ccd52d0ba6e0d7
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agodefer job to show input panel surface during animating. 68/103968/2
Seunghun Lee [Mon, 12 Dec 2016 03:17:11 +0000 (12:17 +0900)]
defer job to show input panel surface during animating.

there was a problem that input panel surface couldn't be shown if try to show
it during animating, because effect module hide its comp object after
finish the animation.

Change-Id: I76ea6756b6a70f22d119d14e6078e354aad4eacf

7 years agoSupport recent IME geometry 23/103923/2
Jihoon Kim [Sat, 10 Dec 2016 13:53:53 +0000 (22:53 +0900)]
Support recent IME geometry

Change-Id: I111473f6fcabf3e0e8bfe83c37d4ea85856ce0af
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoPackaging: update version to 0.1.73 55/101455/1 accepted/tizen/3.0/common/20161203.012321 accepted/tizen/3.0/ivi/20161202.010530 accepted/tizen/3.0/mobile/20161202.010430 accepted/tizen/3.0/tv/20161202.010450 accepted/tizen/3.0/wearable/20161202.010509 submit/tizen_3.0/20161201.083355
Ji-hoon Lee [Thu, 1 Dec 2016 07:55:10 +0000 (16:55 +0900)]
Packaging: update version to 0.1.73

Change-Id: I0d599944ef8ab3e1be2fae4c871abb9e6171598d
Signed-off-by: Ji-hoon Lee <dalton.lee@samsung.com>
7 years agoMake sure to show input panel regardless of launching completion 68/101268/7
InHong Han [Wed, 30 Nov 2016 12:57:40 +0000 (21:57 +0900)]
Make sure to show input panel regardless of launching completion

Change-Id: I6e457f2bedd3f115e65a095c0ee668207681b3e6

7 years agoFix build error of remote surface 80/101380/1
Jihoon Kim [Thu, 1 Dec 2016 05:06:45 +0000 (14:06 +0900)]
Fix build error of remote surface

Change-Id: Ibce13c40d3053fa64b33d52098cf438e7f057a20
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoadd support for tizen-remote-surface. 66/101366/1
Gwanglim Lee [Tue, 22 Nov 2016 04:51:06 +0000 (13:51 +0900)]
add support for tizen-remote-surface.

When a client using the tizen-remote-surface requests to activate the input
panel window, it needs to be bound with the actual parent window that
contains the tizen-remote-surface.

Change-Id: I83a3a6e1edc76cf2f0b9ade35c1bc897377ab501

7 years agoPackaging: update version to 0.1.72 47/100747/1 accepted/tizen/3.0/common/20161130.065118 accepted/tizen/3.0/ivi/20161130.012031 accepted/tizen/3.0/mobile/20161130.011956 accepted/tizen/3.0/tv/20161130.012012 accepted/tizen/3.0/wearable/20161130.012021 submit/tizen_3.0/20161129.064221
Jihoon Kim [Tue, 29 Nov 2016 06:29:03 +0000 (15:29 +0900)]
Packaging: update version to 0.1.72

Change-Id: I6925fcb3b00cceff475adc4148c6f1cc00311e9c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoAdd NULL check in shutdown 46/100746/3
Jihoon Kim [Tue, 29 Nov 2016 06:27:34 +0000 (15:27 +0900)]
Add NULL check in shutdown

Change-Id: I155c1e9bdbea7b34ee1103d6380a07f984a090ca
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoPackaging: update version to 0.1.71 32/100432/1
Ji-hoon Lee [Mon, 28 Nov 2016 06:25:10 +0000 (15:25 +0900)]
Packaging: update version to 0.1.71

Change-Id: I014814e5b3f21638b0ccf1f3b9b5f48c49a25007

7 years agoSend input panel geometry event before SHOW event 74/100074/1
Ji-hoon Lee [Fri, 25 Nov 2016 04:59:21 +0000 (13:59 +0900)]
Send input panel geometry event before SHOW event

Change-Id: I3bcb21fd714c0c1ec4fc75a9285ae602cbe4532c

7 years agoPackaging: update version to 0.1.70 03/99603/1 accepted/tizen/3.0/common/20161124.181816 accepted/tizen/3.0/ivi/20161124.082037 accepted/tizen/3.0/mobile/20161124.081926 accepted/tizen/3.0/tv/20161124.081954 accepted/tizen/3.0/wearable/20161124.082014 submit/tizen_3.0/20161123.104613
InHong Han [Wed, 23 Nov 2016 10:44:08 +0000 (19:44 +0900)]
Packaging: update version to 0.1.70

Change-Id: I1a12db220374a03ce53fd2ea709a03719ede1995

7 years agoMerge "Reset parent window at the time when input panel actually hides" into tizen_3.0
Ji-hoon Lee [Wed, 23 Nov 2016 10:03:30 +0000 (02:03 -0800)]
Merge "Reset parent window at the time when input panel actually hides" into tizen_3.0

7 years agoAdd NULL checker of wl_resource_create 32/99532/1
Jihoon Kim [Wed, 23 Nov 2016 07:55:35 +0000 (16:55 +0900)]
Add NULL checker of wl_resource_create

Change-Id: I2902813072ea64e6bba140f80c57a5fa14124b55
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoPackaging: update version to 0.1.69 63/99163/1 accepted/tizen/3.0/common/20161123.140903 accepted/tizen/3.0/ivi/20161123.083821 accepted/tizen/3.0/mobile/20161123.083727 accepted/tizen/3.0/tv/20161123.083741 accepted/tizen/3.0/wearable/20161123.083752 submit/tizen_3.0/20161122.055111
InHong Han [Tue, 22 Nov 2016 05:41:27 +0000 (14:41 +0900)]
Packaging: update version to 0.1.69

Change-Id: I9f12cc7b09c0831809483b04874511876882b545

7 years agoReset parent window at the time when input panel actually hides 56/99156/1
Ji-hoon Lee [Tue, 22 Nov 2016 05:20:40 +0000 (14:20 +0900)]
Reset parent window at the time when input panel actually hides

Change-Id: I97892c9d2cc82fd556ea3f70a40c687dab57257c

7 years agoRemove useless reset_sync and reset_done 12/98212/1
Li Zhang [Wed, 16 Nov 2016 11:21:04 +0000 (19:21 +0800)]
Remove useless reset_sync and reset_done

Change-Id: I27bfcac360b8d3d8f7d7557e95c0283eff6876d1

7 years agoPackaging: update version to 0.1.68 96/97396/1 accepted/tizen/3.0/common/20161116.143258 accepted/tizen/3.0/ivi/20161116.021220 accepted/tizen/3.0/mobile/20161116.021122 accepted/tizen/3.0/tv/20161116.021141 accepted/tizen/3.0/wearable/20161116.021202 submit/tizen_3.0/20161115.020933
Jihoon Kim [Mon, 14 Nov 2016 05:33:46 +0000 (14:33 +0900)]
Packaging: update version to 0.1.68

Change-Id: If5588db3910a140fb7271c626f6bdc5271263eee
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoHide input panel in case of foreground program crash 32/97132/2
Li Zhang [Fri, 11 Nov 2016 08:17:08 +0000 (16:17 +0800)]
Hide input panel in case of foreground program crash

Change-Id: Id4ebe872eb83f1584ec2733ac6289468bbf317dc

7 years agoMerge branch 'tizen' into tizen_3.0 48/95048/1 accepted/tizen/3.0/common/20161114.081518 accepted/tizen/3.0/ivi/20161102.102617 accepted/tizen/3.0/mobile/20161102.102258 accepted/tizen/3.0/tv/20161102.102411 accepted/tizen/3.0/wearable/20161102.102508 submit/tizen_3.0/20161102.065320 submit/tizen_3.0_common/20161110.084657
InHong Han [Wed, 2 Nov 2016 07:17:39 +0000 (16:17 +0900)]
Merge branch 'tizen' into tizen_3.0

Change-Id: I64d36600a7e3f1dc9ba047fce46a8c08609438dd

7 years agoPackaging: update version to 0.1.67 63/94463/1 accepted/tizen/common/20161031.121921 accepted/tizen/ivi/20161101.004803 accepted/tizen/mobile/20161101.004652 accepted/tizen/tv/20161101.004722 accepted/tizen/wearable/20161101.004742 submit/tizen/20161031.051052
Jihoon Kim [Mon, 31 Oct 2016 04:42:29 +0000 (13:42 +0900)]
Packaging: update version to 0.1.67

Change-Id: Ibf1450acdf3512f42c1e1ea8fd208aa2db9eb9d6
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoImplement set capital mode protocols 12/93712/3
Li Zhang [Tue, 25 Oct 2016 10:48:16 +0000 (18:48 +0800)]
Implement set capital mode protocols

Change-Id: I96837a879c4b5a2e74981091e8550222d6be430e

7 years agoAdded destroy handler for wl_text_input interface 24/92124/3
Ji-hoon Lee [Thu, 13 Oct 2016 07:42:47 +0000 (16:42 +0900)]
Added destroy handler for wl_text_input interface

Change-Id: I5208320866083476d1e741957c1679760f6343a4

7 years agoPackaging: update version to 0.1.66 88/92788/1 accepted/tizen/3.0/ivi/20161028.133911 accepted/tizen/3.0/mobile/20161028.133008 accepted/tizen/3.0/tv/20161028.133330 accepted/tizen/3.0/wearable/20161028.133811 accepted/tizen/common/20161018.175509 accepted/tizen/ivi/20161019.044504 accepted/tizen/mobile/20161019.044358 accepted/tizen/tv/20161019.044426 accepted/tizen/wearable/20161019.044444 submit/tizen/20161018.132654 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082423 submit/tizen_3.0_common/20161104.104000
Jihoon Kim [Tue, 18 Oct 2016 13:27:32 +0000 (22:27 +0900)]
Packaging: update version to 0.1.66

Change-Id: I9bb564ad580004aed28ef2a67a3b7a6a276a3b36
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoRestore conformant info when WILL_HIDE canceled and showed again 93/92693/2
Ji-hoon Lee [Tue, 18 Oct 2016 07:23:05 +0000 (16:23 +0900)]
Restore conformant info when WILL_HIDE canceled and showed again

Change-Id: Ia5aec51b6b4b685d560a73f26433b5f7978cbf01

7 years agoPackaging: update version to 0.1.65 21/92221/1 accepted/tizen/common/20161014.075159 accepted/tizen/ivi/20161015.000307 accepted/tizen/mobile/20161015.000250 accepted/tizen/tv/20161015.000258 accepted/tizen/wearable/20161015.000234 submit/tizen/20161014.044125
InHong Han [Fri, 14 Oct 2016 03:59:27 +0000 (12:59 +0900)]
Packaging: update version to 0.1.65

Change-Id: I69e6ff6f36657bb94e7cf0a1fdf16f5ea244e7fb

7 years agoDisabled the input_grab logic in tv profile 95/92095/1
Wonkeun Oh [Thu, 13 Oct 2016 08:06:56 +0000 (17:06 +0900)]
Disabled the input_grab logic in tv profile

Change-Id: I2871c06c90537bc490d7e94ddd3d52d428c5a7fb

7 years agoPackaging: update version to 0.1.64 10/91010/1 accepted/tizen/3.0/ivi/20161011.043914 accepted/tizen/3.0/mobile/20161015.033240 accepted/tizen/3.0/tv/20161016.004227 accepted/tizen/3.0/wearable/20161015.082054 accepted/tizen/common/20161005.165634 accepted/tizen/ivi/20161005.232139 accepted/tizen/mobile/20161005.232055 accepted/tizen/tv/20161005.232107 accepted/tizen/wearable/20161005.232125 submit/tizen/20161005.100700 submit/tizen_3.0_ivi/20161010.000001 submit/tizen_3.0_mobile/20161015.000002 submit/tizen_3.0_tv/20161015.000001 submit/tizen_3.0_wearable/20161015.000001
Jihoon Kim [Wed, 5 Oct 2016 09:39:07 +0000 (18:39 +0900)]
Packaging: update version to 0.1.64

Change-Id: I110853364b83ba42ddabbf177e9b4135a59d6e1d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoRefactoring variable name for understanding clearly 38/90938/3
Jihoon Kim [Wed, 5 Oct 2016 05:09:23 +0000 (14:09 +0900)]
Refactoring variable name for understanding clearly

Change-Id: I3407585502a71d6011bf2a384b4465af93de6f98
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoHide input panel on transient_for eclient deletion 04/91004/1
Ji-hoon Lee [Wed, 5 Oct 2016 09:24:42 +0000 (18:24 +0900)]
Hide input panel on transient_for eclient deletion

Change-Id: I9004ee89a4acf4285ddec82db0d5d1eb30d3ce0e

7 years agoRe-enabled transient_for in TV profile 43/90443/1
Ji-hoon Lee [Fri, 30 Sep 2016 04:15:21 +0000 (13:15 +0900)]
Re-enabled transient_for in TV profile

Change-Id: I39bd5d18c389501ffafadfb7d98e08ca40eb202b

7 years agoPackaging: update version to 0.1.63 08/90408/1 accepted/tizen/common/20160930.174652 accepted/tizen/ivi/20160930.232431 accepted/tizen/mobile/20160930.232349 accepted/tizen/tv/20160930.232403 accepted/tizen/wearable/20160930.232420 submit/tizen/20160930.022634
Jihoon Kim [Fri, 30 Sep 2016 02:07:54 +0000 (11:07 +0900)]
Packaging: update version to 0.1.63

Change-Id: I73844c02a750d68efa23e61ee7dd8171982cb203
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
7 years agoFix build error on TV profile 06/90406/1
Jihoon Kim [Fri, 30 Sep 2016 01:55:55 +0000 (10:55 +0900)]
Fix build error on TV profile

Change-Id: Id21ea174fdd4a5a1dd4c6b03cfddc311526200b8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>