platform/core/uifw/e-mod-tizen-wl-textinput.git
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 agoRevert "Support key input in case of no focus" 61/119461/1 accepted/tizen/common/20170317.094651 accepted/tizen/ivi/20170317.083845 accepted/tizen/mobile/20170317.083757 accepted/tizen/tv/20170317.083812 accepted/tizen/unified/20170317.083902 accepted/tizen/wearable/20170317.083827 submit/tizen/20170317.054853
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.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 agoUpdate package version to 0.1.97 accepted/tizen/common/20170316.161633 accepted/tizen/ivi/20170316.102003 accepted/tizen/mobile/20170316.101902 accepted/tizen/tv/20170316.101940 accepted/tizen/unified/20170316.102019 accepted/tizen/wearable/20170316.101952 submit/tizen/20170316.015629
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
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 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 agoMerge branch 'tizen_3.0' into tizen 81/118081/1 accepted/tizen/common/20170309.175355 accepted/tizen/ivi/20170309.072106 accepted/tizen/mobile/20170309.072034 accepted/tizen/tv/20170309.072053 accepted/tizen/unified/20170310.080734 accepted/tizen/wearable/20170309.072059 submit/tizen/20170308.131257 submit/tizen_unified/20170310.011402
Jihoon Kim [Wed, 8 Mar 2017 13:10:54 +0000 (22:10 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I534829203a56e52dca84487a328954204c26039a

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 accepted/tizen/common/20170309.174934 accepted/tizen/ivi/20170307.222213 accepted/tizen/mobile/20170307.222126 accepted/tizen/tv/20170307.222150 accepted/tizen/unified/20170309.034739 accepted/tizen/wearable/20170307.222206 submit/tizen/20170307.130314 submit/tizen_unified/20170308.100410
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()
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
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
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 agoUpdate package version to 0.1.93
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 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 accepted/tizen/common/20170302.151722 accepted/tizen/ivi/20170302.120900 accepted/tizen/mobile/20170302.120439 accepted/tizen/tv/20170302.120743 accepted/tizen/wearable/20170302.120839 submit/tizen/20170302.072432
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
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.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 accepted/tizen/common/20170223.183922 accepted/tizen/ivi/20170224.064740 accepted/tizen/mobile/20170224.064645 accepted/tizen/tv/20170224.064711 accepted/tizen/wearable/20170224.064725 submit/tizen/20170223.120720
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
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.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 agoMerge branch 'tizen_3.0' into tizen 50/115350/1 accepted/tizen/common/20170217.161637 accepted/tizen/ivi/20170220.223149 accepted/tizen/mobile/20170220.223054 accepted/tizen/tv/20170220.223119 accepted/tizen/wearable/20170220.223138 submit/tizen/20170217.113316
Jihoon Kim [Fri, 17 Feb 2017 11:12:00 +0000 (20:12 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I1723a383dcc387daed821dd53f0a51181deb7cf0

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 agoMerge branch 'tizen_3.0' into tizen 11/115211/1 accepted/tizen/common/20170217.161520 accepted/tizen/ivi/20170217.094357 accepted/tizen/mobile/20170217.094233 accepted/tizen/tv/20170217.094317 accepted/tizen/wearable/20170217.094340 submit/tizen/20170217.071740
sungwook79.park [Fri, 17 Feb 2017 02:15:18 +0000 (11:15 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I0b42277abf47a26abd787cf84bd9ad73ac764a91

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 agoMerge branch 'tizen_3.0' into tizen 96/113696/1 accepted/tizen/common/20170208.155331 submit/tizen/20170208.102507
Jihoon Kim [Wed, 8 Feb 2017 10:38:20 +0000 (19:38 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I9602c6663062f43c055f20a3d3ff1053fef8a35e

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 agoMerge branch 'tizen_3.0' into tizen 11/113311/1
Jihoon Kim [Tue, 7 Feb 2017 06:24:56 +0000 (15:24 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: Ice69c18232f62e11fbee1b2dc70d5fcd165827a6

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 agoMerge branch 'tizen_3.0' into tizen 58/112558/1 accepted/tizen/common/20170202.174602 accepted/tizen/ivi/20170202.015842 accepted/tizen/mobile/20170202.015752 accepted/tizen/tv/20170202.015807 accepted/tizen/wearable/20170202.015827 submit/tizen/20170201.223530
Jihoon Kim [Wed, 1 Feb 2017 11:16:48 +0000 (20:16 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: Ica7f314a47c73c85f2990787163263ad0548fa2f

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 agoMerge branch 'tizen_3.0' into tizen 05/111805/1 accepted/tizen/common/20170124.181917 accepted/tizen/ivi/20170125.085313 accepted/tizen/mobile/20170125.085224 accepted/tizen/tv/20170125.085238 accepted/tizen/wearable/20170125.085254 submit/tizen/20170124.063402
Jihoon Kim [Tue, 24 Jan 2017 05:31:39 +0000 (14:31 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I3cb049597dfe4578c53a36952f7b18658ea91ad5

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 agoMerge branch 'tizen_3.0' into tizen 55/111555/1 accepted/tizen/common/20170123.182126 accepted/tizen/ivi/20170123.113555 accepted/tizen/mobile/20170123.113254 accepted/tizen/tv/20170123.113306 accepted/tizen/wearable/20170123.113540 submit/tizen/20170122.013620
Jihoon Kim [Sun, 22 Jan 2017 01:29:37 +0000 (10:29 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: Ibe90ac6f7e3339ee2ed25b61d3ddb15a13845c6a

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 agoMerge branch 'tizen_3.0' into tizen 76/110076/1 accepted/tizen/common/20170113.184401 accepted/tizen/ivi/20170113.225147 accepted/tizen/mobile/20170113.225100 accepted/tizen/tv/20170113.225115 accepted/tizen/wearable/20170113.225131 submit/tizen/20170113.082510
Ji-hoon Lee [Fri, 13 Jan 2017 00:55:32 +0000 (09:55 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I7f3303406f792f9e6c72125b3793d02063321561

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 agoMerge branch 'tizen_3.0' into tizen 05/109305/1 accepted/tizen/common/20170110.154955 accepted/tizen/ivi/20170110.081256 accepted/tizen/mobile/20170110.081125 accepted/tizen/tv/20170110.081159 accepted/tizen/wearable/20170110.081232 submit/tizen/20170110.045350
Jihoon Kim [Tue, 10 Jan 2017 01:07:40 +0000 (10:07 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I16170381acb0677149a43c19d1a649ccc4c7a501

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 agoMerge branch 'tizen_3.0' into tizen 60/107060/2 accepted/tizen/common/20161229.135941 accepted/tizen/ivi/20161229.113040 accepted/tizen/mobile/20161229.112941 accepted/tizen/tv/20161229.112957 accepted/tizen/wearable/20161229.113012 submit/tizen/20161228.222653
InHong Han [Mon, 26 Dec 2016 09:29:57 +0000 (18:29 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: Id5a67fcffecbed83a3c4101e924a8ac0ec72b115

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 agoadd support for tizen-remote-surface. 43/99143/3
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.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 Profile Build Dependencis: do it at runtime 35/99135/3
MyungJoo Ham [Tue, 22 Nov 2016 04:30:02 +0000 (13:30 +0900)]
Remove Profile Build Dependencis: do it at runtime

- This is for Tizen 4.0.

  : Tizen 4.0 Configurability and Build Blocks require
  to remove all profile-depending build options in spec files.
  (No More profile macros)

- It is recommended to distinguish features/profiles at runtime.
 unless it incurs too much overhead, which requires you to
 create multiple binaries and subpackages.

Change-Id: Icaa34a008377114ca81757c9d73746e9dc0ca92e
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>