platform/core/uifw/isf.git
8 years agoUpdate package version to 3.0.78 09/70509/1 accepted/tizen/common/20160519.191618 accepted/tizen/ivi/20160520.002750 accepted/tizen/mobile/20160520.002946 accepted/tizen/tv/20160520.002647 accepted/tizen/wearable/20160520.002733 submit/tizen/20160519.081119
Jihoon Kim [Thu, 19 May 2016 08:43:31 +0000 (17:43 +0900)]
Update package version to 3.0.78

Change-Id: I39de133ac67632472096bad4b6c1efee6b85b479

8 years agoAdd menu key in ignore key list 08/70508/1
Jihoon Kim [Thu, 19 May 2016 08:40:38 +0000 (17:40 +0900)]
Add menu key in ignore key list

Change-Id: I433acfe24bea5fa7b51502bfa5a4f2232e9ae067

8 years agoSupport to get input panel layout in wayland text input 95/70395/2
Jihoon Kim [Thu, 19 May 2016 05:41:28 +0000 (14:41 +0900)]
Support to get input panel layout in wayland text input

Change-Id: Ida81fab9f7b698551bd5496f76dc8f4abfdb21d4

8 years agoFix issue: timeout was not initialized if registering helper failed 03/70403/2
Li Zhang [Thu, 19 May 2016 06:07:53 +0000 (14:07 +0800)]
Fix issue: timeout was not initialized if registering helper failed

Change-Id: I94e374519a68f057d56dd969fc2efbedba30c0a1

8 years agoFlush memory to reduce memory usage 30/70130/3
Jihoon Kim [Wed, 18 May 2016 08:06:53 +0000 (17:06 +0900)]
Flush memory to reduce memory usage

The PSS memory decreased by 1.3M

Change-Id: I0d253fda1a5239a971c820646d7d370984bdba2f

8 years agoRemove unused cursor location log 53/69953/2
Jihoon Kim [Tue, 17 May 2016 10:38:28 +0000 (19:38 +0900)]
Remove unused cursor location log

cursor location is called very frequently, but it's useless at this moment.

Change-Id: I3357b4126e725d24aff291e0e717f70737cb2fc0

8 years agoChange sequence to call preedit changed and end callback 84/69684/1
Jihoon Kim [Mon, 16 May 2016 10:21:15 +0000 (19:21 +0900)]
Change sequence to call preedit changed and end callback

preedit changed and end callback should be called before commit callback

Change-Id: I92ec4aeb1ebafaa995d0aeef0833b4c1ddd65c3e

8 years agoUpdate package version to 3.0.77 50/69550/1 accepted/tizen/common/20160516.143442 accepted/tizen/ivi/20160516.091742 accepted/tizen/mobile/20160516.091757 accepted/tizen/tv/20160516.091652 accepted/tizen/wearable/20160516.091750 submit/tizen/20160516.025842
Jihoon Kim [Mon, 16 May 2016 01:12:19 +0000 (10:12 +0900)]
Update package version to 3.0.77

Change-Id: Ic6d7a9bedfee8c588e2fc42e8b5f3e6d2d5d7319

8 years agoAdd NULL check in send key function 10/69510/2
Jihoon Kim [Fri, 13 May 2016 12:29:50 +0000 (21:29 +0900)]
Add NULL check in send key function

Change-Id: I9e5dd64e7b95b1f5dfbd40ffb62d61ca4fe50beb

8 years agoFixed the bug that wrong modifiers value in SCIM key event is sent to IME and Engine. 36/69536/2
Wonkeun Oh [Sun, 15 May 2016 05:56:30 +0000 (14:56 +0900)]
Fixed the bug that wrong modifiers value in SCIM key event is sent to IME and Engine.

This problem doesn't happen in the simple entry app.
But when the input method is deactivated and activated continuously by moving the focus among the many entrys,
the uninitialized modifiers variable has a garbage value. Because of this IME couldn't handle the key event properly.

And the modifiers value which is sent by IME or returned by filter_function is not need to be saved in wsc_ctx->modifiers variable.
H/W key event's modifiers value should not be affected by IME's logic.

Change-Id: Id856d5ed4e876c857e879f42412df78527159426

8 years agoUpdate package version to 3.0.76 02/69502/1 accepted/tizen/common/20160516.143113 accepted/tizen/ivi/20160515.064415 accepted/tizen/mobile/20160515.063857 accepted/tizen/tv/20160515.064057 accepted/tizen/wearable/20160515.064122 submit/tizen/20160513.112059
Jihoon Kim [Fri, 13 May 2016 11:18:01 +0000 (20:18 +0900)]
Update package version to 3.0.76

Change-Id: I9f4e70568b6fb05dd370ca133fa1030b6e61783a

8 years agoInvoking set_layout() when changing IMEngine 91/69491/1
Li Zhang [Fri, 13 May 2016 10:46:13 +0000 (18:46 +0800)]
Invoking set_layout() when changing IMEngine

Change-Id: Ib325b62a7bf3eb2f20cbd03c857f43d30ff42aa6

8 years agoUpdate package version to 3.0.75 21/69421/1 accepted/tizen/ivi/20160513.082426 accepted/tizen/mobile/20160513.082419 accepted/tizen/tv/20160513.082405 accepted/tizen/wearable/20160513.082413 submit/tizen/20160513.063532
Jihoon Kim [Fri, 13 May 2016 06:29:47 +0000 (15:29 +0900)]
Update package version to 3.0.75

Change-Id: I15156799ba26698d0e230e6acd8b27c9628a9a30

8 years agoMerge "Fixed the bug that IME couldn't receive the back key event." into tizen
Jihoon Kim [Fri, 13 May 2016 06:16:49 +0000 (23:16 -0700)]
Merge "Fixed the bug that IME couldn't receive the back key event." into tizen

8 years agoFix crash issue: IMEngineInstancePointer should be released before unloading engine... 02/69402/1
Li Zhang [Fri, 13 May 2016 05:34:17 +0000 (13:34 +0800)]
Fix crash issue: IMEngineInstancePointer should be released before unloading engine module

Change-Id: I1828bf0f712f69199ecdbc504c1469361a10ad6c

8 years agoFixed the bug that IME couldn't receive the back key event. 33/69333/3
Wonkeun Oh [Thu, 12 May 2016 15:01:13 +0000 (00:01 +0900)]
Fixed the bug that IME couldn't receive the back key event.

If IME makes the some popup window, that should be hidden by back key event.
So XF86Back key event should be sent to IME firstly.
and then that key event is used for hidding IME in the immodule if IME didn't use it.

Change-Id: If0bf358c6cd37f108b0db3e4cd00660d9fcee690

8 years agoUpdate package version to 3.0.74 28/69128/1 accepted/tizen/common/20160516.143059 accepted/tizen/ivi/20160513.003729 accepted/tizen/mobile/20160513.003635 accepted/tizen/tv/20160513.003716 accepted/tizen/wearable/20160513.003652 submit/tizen/20160512.024457
Jihoon Kim [Thu, 12 May 2016 01:18:51 +0000 (10:18 +0900)]
Update package version to 3.0.74

Change-Id: If46c411b8eab5b1fb01ca90a04d2543da8c619a4

8 years agoFixed the bug that IMEngineInstance was deleted when the reset_keyboard_ise is called. 38/69038/1
Wonkeun Oh [Wed, 11 May 2016 07:09:40 +0000 (16:09 +0900)]
Fixed the bug that IMEngineInstance was deleted when the reset_keyboard_ise is called.

when the reset_keyboard_ise is called, IMEngineInstance's member function should be called.
but Pointer template class's member function(which delete the member obj) was called in the previous code.
So IMEngineInstance obj was deleted and IMEngine doesn't work(can't input text using IME) after flush_imengine or reset_keyboard_ise is called

Change-Id: I04ec5883f75b6eef2aa61fba1f0b8d9aa7150056

8 years agoFixed bug that H/W keyboard input does not work 45/68945/1
Wonkeun Oh [Tue, 10 May 2016 12:11:11 +0000 (21:11 +0900)]
Fixed bug that H/W keyboard input does not work

After integration of the scim-launcher and scim-helper-launcher, All of key events should be sent to the helper-launcher process to handle it properly.

Change-Id: I4b4f81d03e57ca78c57deebb51933d09951ffa7d

8 years agoUpdate package version to 3.0.73 28/68628/1 accepted/tizen/common/20160510.141235 accepted/tizen/ivi/20160510.070748 accepted/tizen/mobile/20160510.070806 accepted/tizen/tv/20160510.070636 accepted/tizen/wearable/20160510.070643 submit/tizen/20160510.044652
Jihoon Kim [Mon, 9 May 2016 03:21:22 +0000 (12:21 +0900)]
Update package version to 3.0.73

Change-Id: I087683d84225938bd1af826a0f61e19f6a3293db

8 years agoMove systemd configuration files into isf-config of each profile 11/68611/1
Jihoon Kim [Mon, 9 May 2016 01:36:20 +0000 (10:36 +0900)]
Move systemd configuration files into isf-config of each profile

Change-Id: I38704afb3b8b5805ffc10c39bc2c1412086128fc

8 years agoUpdate package version to 3.0.72 43/68443/1 accepted/tizen/common/20160504.131000 accepted/tizen/ivi/20160504.115323 accepted/tizen/mobile/20160504.115229 accepted/tizen/tv/20160504.115045 accepted/tizen/wearable/20160504.115243 submit/tizen/20160504.085653
Jihoon Kim [Wed, 4 May 2016 08:46:16 +0000 (17:46 +0900)]
Update package version to 3.0.72

Change-Id: I5ba892a9a885980fdde5b1ba32eaa99c472ef297

8 years agoFix bug IME does not hide in case context is deleted 42/68442/1
Jihoon Kim [Wed, 4 May 2016 08:45:44 +0000 (17:45 +0900)]
Fix bug IME does not hide in case context is deleted

Change-Id: I34e358d0bfedec6e1195ee815837571374924f8d

8 years agoUpdate package version to 3.0.71 00/68300/1 accepted/tizen/ivi/20160504.012146 accepted/tizen/mobile/20160504.012054 accepted/tizen/tv/20160504.012112 accepted/tizen/wearable/20160504.012126 submit/tizen/20160503.101404
Jihoon Kim [Tue, 3 May 2016 10:09:07 +0000 (19:09 +0900)]
Update package version to 3.0.71

Change-Id: Iea701d737aa814f37a4b1cc9d853d13a6a97f782

8 years agoFix issue back key doesn't work in case of deleting input context 99/68299/1
Jihoon Kim [Tue, 3 May 2016 10:08:06 +0000 (19:08 +0900)]
Fix issue back key doesn't work in case of deleting input context

Change-Id: If8fbd433bbd09bd1dee8964351c7d56466c9e75c

8 years agoFix build warning 30/68130/1
Jihoon Kim [Mon, 2 May 2016 11:29:45 +0000 (20:29 +0900)]
Fix build warning

scim_helper.cpp:1954:28: warning: comparison between signed and unsigned integer expressions

Change-Id: I53617b689ad1fa28b4be849ca7803690ccf960c0

8 years agoUpdate package version to 3.0.70 13/68113/1 accepted/tizen/common/20160502.183728 accepted/tizen/ivi/20160503.011912 accepted/tizen/mobile/20160503.011748 accepted/tizen/tv/20160503.011813 accepted/tizen/wearable/20160503.011845 submit/tizen/20160502.105313
Jihoon Kim [Mon, 2 May 2016 09:03:22 +0000 (18:03 +0900)]
Update package version to 3.0.70

Change-Id: I02021841c9df2b9fe926138fcd65a0d282a5d99f

8 years agoRevert "Switched on Link-time Optimization" 53/66553/3
Jihoon Kim [Tue, 19 Apr 2016 11:06:37 +0000 (04:06 -0700)]
Revert "Switched on Link-time Optimization"

-flto affects not to use gdb breakpoint.

This reverts commit 2b8eff38262b7506abded34d205d3b6c174ad343.

Change-Id: I2cdb6c41f3d961673910b00404f4097060c27cee

8 years agoMerge "Remove extra version on isf-kbd-mode-changer" into tizen
Ji-hoon Lee [Mon, 2 May 2016 05:51:38 +0000 (22:51 -0700)]
Merge "Remove extra version on isf-kbd-mode-changer" into tizen

8 years agoRemove extra version on isf-kbd-mode-changer 63/68063/2
Jaekyun Lee [Mon, 2 May 2016 05:01:13 +0000 (14:01 +0900)]
Remove extra version on isf-kbd-mode-changer

Change-Id: Iec06ea44986bf7e7288f7edf07d7f31fe41fe291

8 years agoApplied WAL journal mode when using sqlite3 db 70/68070/1
Ji-hoon Lee [Mon, 2 May 2016 05:38:57 +0000 (14:38 +0900)]
Applied WAL journal mode when using sqlite3 db

Change-Id: Iecb259c58b47a9019a995f2f3cf106ecab8031ff

8 years agoRelease useless imengine module from scim-helper-launcher process 49/67949/3
Li Zhang [Fri, 29 Apr 2016 09:36:47 +0000 (17:36 +0800)]
Release useless imengine module from scim-helper-launcher process

Change-Id: I70e4867f8b5ea035804f3a4d0cf74c26e8f70c0b

8 years agoFix issue send_private_command doesn't work 44/68044/1
Jihoon Kim [Mon, 2 May 2016 02:15:10 +0000 (11:15 +0900)]
Fix issue send_private_command doesn't work

Change-Id: Idf136839028b4aa7bde363f5566f94e7e6f36a9e

8 years agoUpdate package version to 3.0.69 16/67916/1 accepted/tizen/common/20160429.170722 accepted/tizen/ivi/20160501.121750 accepted/tizen/mobile/20160501.120904 accepted/tizen/tv/20160501.121258 accepted/tizen/wearable/20160501.121504 submit/tizen/20160429.074459
Jihoon Kim [Fri, 29 Apr 2016 07:40:19 +0000 (16:40 +0900)]
Update package version to 3.0.69

Change-Id: I8dd86fd6ad19afa89b2ef9f188cc5b3325494feb

8 years agoAdd home key in ignore key list 15/67915/1
Jihoon Kim [Fri, 29 Apr 2016 07:36:37 +0000 (16:36 +0900)]
Add home key in ignore key list

Change-Id: Ib60e9e997f207d8efee8b57ab525017c5bdeef82

8 years agoFix issue set_selection doesn't work 82/67882/2
Jihoon Kim [Fri, 29 Apr 2016 04:44:04 +0000 (13:44 +0900)]
Fix issue set_selection doesn't work

Change-Id: Ib16b51dac94c31fd6981edfc2d67984f087f412f

8 years agoUpdate package version to 3.0.68 64/67864/1 accepted/tizen/common/20160429.170344 accepted/tizen/ivi/20160429.011855 accepted/tizen/mobile/20160429.011822 accepted/tizen/tv/20160429.011748 accepted/tizen/wearable/20160429.011755 submit/tizen/20160428.234707
Jihoon Kim [Thu, 28 Apr 2016 10:23:38 +0000 (19:23 +0900)]
Update package version to 3.0.68

Change-Id: I7986d7363a1edc97ba8011ac6e3826c73307c6e2

8 years agoFix issue to show input panel even though having no focus 97/67697/2
Jihoon Kim [Thu, 28 Apr 2016 05:39:44 +0000 (14:39 +0900)]
Fix issue to show input panel even though having no focus

Change-Id: I4643dee72267c4ea112e285f11a76aebd2011dac

8 years agoUpdate package version to 3.0.67 12/67612/1 accepted/tizen/common/20160428.144258 accepted/tizen/ivi/20160428.003054 accepted/tizen/mobile/20160428.005150 accepted/tizen/tv/20160428.002856 accepted/tizen/wearable/20160428.003218 submit/tizen/20160427.115643
Jihoon Kim [Wed, 27 Apr 2016 11:43:33 +0000 (20:43 +0900)]
Update package version to 3.0.67

Change-Id: Ic159a02557f786300438d067b3bbe396e534cee9

8 years agoAdd synchronous get_selection API 25/67425/2
Li Zhang [Tue, 26 Apr 2016 11:27:35 +0000 (19:27 +0800)]
Add synchronous get_selection API

Change-Id: Ice6ec0598604de2acdae262d30dd775ab1b987c6

8 years agoUpdate package version to 3.0.66 64/67264/1 accepted/tizen/common/20160426.143628 accepted/tizen/ivi/20160426.103325 accepted/tizen/mobile/20160426.103400 accepted/tizen/tv/20160426.103218 accepted/tizen/wearable/20160426.103334 submit/tizen/20160426.060359
Jihoon Kim [Tue, 26 Apr 2016 05:58:21 +0000 (14:58 +0900)]
Update package version to 3.0.66

Change-Id: I9ff28f8e27d769d3bdc9afddb2715cbb3fd45780

8 years agoAdd requires package for isf-kbd-mode-changer in wayland environment 42/67242/2
Jihoon Kim [Tue, 26 Apr 2016 04:36:12 +0000 (13:36 +0900)]
Add requires package for isf-kbd-mode-changer in wayland environment

Change-Id: Ia645e58d53cfc19b9a8f121e15f8e96492b0ab48

8 years agoUpdate surrounding text only when getting request 41/67141/3
Li Zhang [Mon, 25 Apr 2016 09:10:51 +0000 (17:10 +0800)]
Update surrounding text only when getting request

Change-Id: I0220474215f669a7886651eb82472d807d251203

8 years agoSupport get_surrounding_text (maxlen_before = -1, maxlen_after = -1, ) to get all... 10/67110/1
Li Zhang [Mon, 25 Apr 2016 08:08:50 +0000 (16:08 +0800)]
Support get_surrounding_text (maxlen_before = -1, maxlen_after = -1, ) to get all text content,
Fix wrong offset parameter for delete_surrounding_text

Change-Id: Idd2bbcbe2fea9abef73cb86659fc1f2d0c97e8c5

8 years agoAdd synchronous get_surrounding_text API 99/66999/7
Li Zhang [Fri, 22 Apr 2016 11:19:03 +0000 (19:19 +0800)]
Add synchronous get_surrounding_text API

Change-Id: If0beb65989d80e73a81cddc80ebc59eeb6a1280a

8 years agoFix profile comparison in spec file 78/66978/1
Jihoon Kim [Fri, 22 Apr 2016 09:59:15 +0000 (18:59 +0900)]
Fix profile comparison in spec file

Change-Id: I87eb8173bc28a3337b9d6244e8aa945a62a2f5a8

8 years agoUse strncpy instead of strcpy 52/66952/1
Jihoon Kim [Fri, 22 Apr 2016 07:36:53 +0000 (16:36 +0900)]
Use strncpy instead of strcpy

This issue was detected by static analyzer.

Change-Id: Id7d90e05f8860a343ef379fa1e7289c612f1bf02

8 years agoMerge "scim-launcher and scim-helper-launcher integration" into tizen
Jihoon Kim [Fri, 22 Apr 2016 06:34:25 +0000 (23:34 -0700)]
Merge "scim-launcher and scim-helper-launcher integration" into tizen

8 years agoscim-launcher and scim-helper-launcher integration 32/66532/10
Li Zhang [Tue, 19 Apr 2016 06:28:32 +0000 (14:28 +0800)]
scim-launcher and scim-helper-launcher integration

Change-Id: I59a68c723bdd206921fca6755bd40db06ca5e4d5

8 years agoFix hardcoded path of isf-demo-efl 12/66712/4
InHong Han [Wed, 20 Apr 2016 11:00:10 +0000 (20:00 +0900)]
Fix hardcoded path of isf-demo-efl

Change-Id: I213c204c542a65972e6efb59f12599d73b807048

8 years agoFix build warning related to uninitialize value 43/66643/3
Jihoon Kim [Wed, 20 Apr 2016 05:52:01 +0000 (14:52 +0900)]
Fix build warning related to uninitialize value

Change-Id: I50cf91256ca07aad147ccb9d36b3858ebd3725a3

8 years agoUpdate package version to 3.0.65 70/66470/1 accepted/tizen/common/20160420.140350 accepted/tizen/ivi/20160419.085550 accepted/tizen/mobile/20160419.085515 accepted/tizen/tv/20160419.085500 accepted/tizen/wearable/20160419.085510 submit/tizen/20160419.055924
Jihoon Kim [Tue, 19 Apr 2016 05:37:49 +0000 (14:37 +0900)]
Update package version to 3.0.65

Change-Id: Ibec05ccac3587f8532b24cb5576d05f9405e327f

8 years agoAdd logs when IME shows 69/66469/1
Jihoon Kim [Tue, 19 Apr 2016 05:36:55 +0000 (14:36 +0900)]
Add logs when IME shows

Change-Id: Ia3bad62ab5d4a7892d6f7f309f47c6d6f797a1e9

8 years agofix bug show request was ignored after input panel hide is called but hide state... 45/66445/1
Jihoon Kim [Tue, 19 Apr 2016 04:31:53 +0000 (13:31 +0900)]
fix bug show request was ignored after input panel hide is called but hide state callback wasn't called.

Change-Id: I4aa7642f64d97495258b5a056453100b7e9c1e5c

8 years agoSupport preedit style 68/66268/3
InHong Han [Mon, 18 Apr 2016 06:34:20 +0000 (15:34 +0900)]
Support preedit style

Change-Id: If05521efa3a9266adc17e40e97fe88bbf8dd38a2

8 years agoUpdate package version to 3.0.64 29/66229/1 accepted/tizen/common/20160419.142958 accepted/tizen/ivi/20160418.235330 accepted/tizen/mobile/20160418.235237 accepted/tizen/tv/20160418.235312 accepted/tizen/wearable/20160418.235254 submit/tizen/20160418.062859
Jihoon Kim [Mon, 18 Apr 2016 03:52:16 +0000 (12:52 +0900)]
Update package version to 3.0.64

Change-Id: Ie0b5d53735e7a9326c09b9fcf74dd26816e7046e

8 years agoFix bug language changed event is always called 23/66223/1
Jihoon Kim [Mon, 18 Apr 2016 02:42:14 +0000 (11:42 +0900)]
Fix bug language changed event is always called

Change-Id: I1ba33a6d18a8ac938323f4937fc3c00cd17013ae

8 years agoEnable to build wayland text input module 22/66222/1
Jihoon Kim [Mon, 18 Apr 2016 02:41:17 +0000 (11:41 +0900)]
Enable to build wayland text input module

Change-Id: Ia46bd9d95831301e919b7308f344ab32e00e638a

8 years agoFixed the bug shift key blinking 57/66157/1
Ji-hoon Lee [Fri, 15 Apr 2016 11:43:16 +0000 (20:43 +0900)]
Fixed the bug shift key blinking

Change-Id: I2c07c75789a4f7af4867d90dd83972591bba740b

8 years agoMove wayland immodule into isf 98/65798/5
Jihoon Kim [Tue, 12 Apr 2016 13:01:23 +0000 (22:01 +0900)]
Move wayland immodule into isf

It will be disabled until uploading efl package.

Change-Id: I2e630be13129ddfbebdef384e478f4a67fd641ce

8 years agoFix parsing error of package manager 93/65793/1
Jihoon Kim [Tue, 12 Apr 2016 12:23:14 +0000 (21:23 +0900)]
Fix parsing error of package manager

The api-version child element of manifest element is obligatory

Change-Id: I0dbad497f03f06572965b99779345a825075ccaf

8 years agoFix typo in comments 44/65744/1
Jihoon Kim [Tue, 12 Apr 2016 09:02:06 +0000 (18:02 +0900)]
Fix typo in comments

Change-Id: If8120e793b95a45eaa0d03f74bd738b8f858bada

8 years agoUpdate package version to 3.0.63 05/65505/2 accepted/tizen/common/20160412.130534 accepted/tizen/ivi/20160412.005753 accepted/tizen/mobile/20160412.005732 accepted/tizen/tv/20160412.005603 accepted/tizen/wearable/20160412.005639 submit/tizen/20160411.104840
Jihoon Kim [Mon, 11 Apr 2016 10:14:41 +0000 (19:14 +0900)]
Update package version to 3.0.63

Change-Id: Iac2c3d477b2abd056d4ae2312844907152e2459c

8 years agodemo: hide titlebar of naviframe in wearable profile 99/65499/4
Jihoon Kim [Mon, 11 Apr 2016 10:00:49 +0000 (19:00 +0900)]
demo: hide titlebar of naviframe in wearable profile

Change-Id: Id84a429ee457337f3f237702d4934709d460d40d

8 years agoCreate symbolic link to launch shared object type IME 51/65451/4
Jihoon Kim [Mon, 11 Apr 2016 06:28:02 +0000 (15:28 +0900)]
Create symbolic link to launch shared object type IME

Until 2.x, 3rd party IME was shared object type.
It's necessary to create symbolic link for supporting backward compatibility.

Change-Id: I65a3706bfefcee14883fabc389c255af8de4bf50

8 years agoFix bug to call hide IME in focus-out situation 56/65256/3
Jihoon Kim [Fri, 8 Apr 2016 06:15:49 +0000 (15:15 +0900)]
Fix bug to call hide IME in focus-out situation

Change-Id: I83d304c8f423e0150239ca44718feebf5f6eccc6

8 years agoFix candidate hide slow for hardware keyboard 22/65522/1
Haifeng Deng [Mon, 11 Apr 2016 10:28:48 +0000 (18:28 +0800)]
Fix candidate hide slow for hardware keyboard

Change-Id: I067e88b1eb7714e6e0a85e049c7b6e38e629fd67

8 years agoMerge "Add isf_control_hide_ime () API" into tizen
Jihoon Kim [Mon, 11 Apr 2016 09:59:00 +0000 (02:59 -0700)]
Merge "Add isf_control_hide_ime () API" into tizen

8 years agoAdd isf_control_hide_ime () API 38/64438/3
Haifeng Deng [Fri, 1 Apr 2016 07:33:13 +0000 (15:33 +0800)]
Add isf_control_hide_ime () API

Change-Id: I0de72142973da3c5d79b87fc1f485306b51f2319
Signed-off-by: Haifeng Deng <haifeng.deng@samsung.com>
8 years agoUpdate package version to 3.0.62 34/65134/2 accepted/tizen/common/20160407.133248 accepted/tizen/ivi/20160408.004250 accepted/tizen/mobile/20160408.004205 accepted/tizen/tv/20160408.004242 accepted/tizen/wearable/20160408.004218 submit/tizen/20160407.104103
Jihoon Kim [Thu, 7 Apr 2016 10:30:34 +0000 (19:30 +0900)]
Update package version to 3.0.62

Change-Id: I7d6552567809b4ab2003fa3dfe1f7fd9c1f3e897

8 years agoFix build warning in no notifcation environment 33/65133/2
Jihoon Kim [Thu, 7 Apr 2016 10:29:42 +0000 (19:29 +0900)]
Fix build warning in no notifcation environment

isf_panel_efl.cpp:4241:21: warning: 'get_ise_count(scim::TOOLBAR_MODE_T, bool)' defined but not used [-Wunused-function]

Change-Id: Id01b00821bb399b52576d07d606e884061e09076

8 years agoSupport to load module in inhouse IME directory 94/65094/4
Jihoon Kim [Thu, 7 Apr 2016 07:54:18 +0000 (16:54 +0900)]
Support to load module in inhouse IME directory

Change-Id: I7cd0d972f45decd26bd042b53e9378741dac8c19

8 years agoFixed incorrect function prototype of update_preedit 15/65115/2
Ji-hoon Lee [Thu, 7 Apr 2016 08:54:57 +0000 (17:54 +0900)]
Fixed incorrect function prototype of update_preedit

When updating preedit strings from ISE side, panel displays following log :
W/ISF_PANEL_AGENT_BASE( 582): isf_panel_agent_base.cpp: update_preedit_string(474) > not implemented for wayland
suspecting it would be a function prototype mismatch problem

Change-Id: If5db36efd0fcaf8ef0f44b32847317102cb684d3

8 years agoFix wrong format of exit transaction 66/65066/3
Li Zhang [Thu, 7 Apr 2016 06:19:22 +0000 (14:19 +0800)]
Fix wrong format of exit transaction

Change-Id: If16581b4dd73a8daec06d743e30e9379eb234b48

8 years agodemo: Add code to change password mode in runtime 57/64857/1
Jihoon Kim [Wed, 6 Apr 2016 00:46:35 +0000 (09:46 +0900)]
demo: Add code to change password mode in runtime

Change-Id: I2649583ddba5b6556b6baf70799dd57cd5d47583

8 years agoUpdate package version to 3.0.61 88/64688/1 accepted/tizen/common/20160405.132244 accepted/tizen/ivi/20160405.081450 accepted/tizen/mobile/20160405.081357 accepted/tizen/tv/20160405.081415 accepted/tizen/wearable/20160405.081439 submit/tizen/20160404.235759
Jihoon Kim [Mon, 4 Apr 2016 23:10:07 +0000 (08:10 +0900)]
Update package version to 3.0.61

Change-Id: If3ad1fd51eff8367c7f80786eb5424b2a1f87775

8 years agoSupport gbs incremental build 91/64391/4
Jihoon Kim [Fri, 1 Apr 2016 02:43:52 +0000 (11:43 +0900)]
Support gbs incremental build

In case that manifest file is located in packaging directory, gbs incremental build is not supported.
Please refer to https://source.tizen.org/documentation/reference/git-build-system/usage/gbs-build?langredirect=1

Change-Id: I71df42a69a1c5da46f6f03a04a2985e052f90584

8 years agoFix hardcoded path in source code 85/64385/1
Jihoon Kim [Fri, 1 Apr 2016 00:54:48 +0000 (09:54 +0900)]
Fix hardcoded path in source code

Change-Id: I4334f8c454d8db04809dd2958b5fd3a73b68e66a

8 years agoSupport to launch 3rd party shared object type IME 45/63845/3
Jihoon Kim [Mon, 28 Mar 2016 05:44:36 +0000 (14:44 +0900)]
Support to launch 3rd party shared object type IME

Change-Id: I1eb1d8ef19071127c80571d771322433b5bdbba6

8 years agoFix for managing active helper in case of executable IME 86/63786/3
Jihoon Kim [Sat, 26 Mar 2016 11:11:28 +0000 (20:11 +0900)]
Fix for managing active helper in case of executable IME

Change-Id: I9dca5fe29a9385fbdc1def5fc9c20ffd2459c800

8 years agoscim_helper_launcher loads socket config as default 30/64030/1
Li Zhang [Tue, 29 Mar 2016 11:50:10 +0000 (19:50 +0800)]
scim_helper_launcher loads socket config as default

Change-Id: I598fb28057a27a2670578429857dfd5035ccd980

8 years agoUpdate package version to 3.0.60 11/63911/1 accepted/tizen/common/20160329.051046 accepted/tizen/ivi/20160329.003621 accepted/tizen/mobile/20160329.003535 accepted/tizen/tv/20160329.003547 accepted/tizen/wearable/20160329.003602 submit/tizen/20160328.124840
Jihoon Kim [Mon, 28 Mar 2016 12:38:34 +0000 (21:38 +0900)]
Update package version to 3.0.60

Change-Id: Iaae0da8c3fc7c912f90ff2b553217e66f33d14d7

8 years agoDisable IME selector in wearable profile 10/63910/1
Jihoon Kim [Mon, 28 Mar 2016 12:37:30 +0000 (21:37 +0900)]
Disable IME selector in wearable profile

Change-Id: Ic715818b771aa77739145c453be46a1880274eed

8 years agoRemove unused vconftool in spec file 05/63905/2
Jihoon Kim [Mon, 28 Mar 2016 11:54:18 +0000 (20:54 +0900)]
Remove unused vconftool in spec file

Change-Id: Ia1ea9c519de380aa26c8eebacc1c926e2c7e4c83

8 years agoFix bug IME selector notification doesn't hide when IME is hidden 83/63783/1
Jihoon Kim [Sat, 26 Mar 2016 10:41:28 +0000 (19:41 +0900)]
Fix bug IME selector notification doesn't hide when IME is hidden

Change-Id: Ibf855ebf8057e05391ed6c3f58ed5a342074d44d

8 years agoAdd NULL check in code to create notification 75/63775/2
Jihoon Kim [Sat, 26 Mar 2016 06:39:11 +0000 (15:39 +0900)]
Add NULL check in code to create notification

Change-Id: I7c95a29697d8bfcdf507d19ae204aaa341976d3b

8 years agoMerge "Switched on Link-time Optimization" into tizen
Jihoon Kim [Sat, 26 Mar 2016 06:38:11 +0000 (23:38 -0700)]
Merge "Switched on Link-time Optimization" into tizen

8 years agoMerge "Fix double delete issue" into tizen
Jihoon Kim [Sat, 26 Mar 2016 04:12:38 +0000 (21:12 -0700)]
Merge "Fix double delete issue" into tizen

8 years agoFix double delete issue 62/63762/4
Li Zhang [Fri, 25 Mar 2016 14:20:37 +0000 (22:20 +0800)]
Fix double delete issue

Change-Id: I43fc5dbffee316053fa57cdfdf48434c7b2fc077

8 years agoUpdate package version to 3.0.59 44/63744/1 accepted/tizen/ivi/20160325.134518 accepted/tizen/mobile/20160325.134445 accepted/tizen/tv/20160325.134409 accepted/tizen/wearable/20160325.134453 submit/tizen/20160325.123106
Jihoon Kim [Fri, 25 Mar 2016 12:06:28 +0000 (21:06 +0900)]
Update package version to 3.0.59

Change-Id: I202ce939526117a9d89cb0ef7c16edc7122cdaeb

8 years agoMerge "Release InfoManager module before Config module" into tizen
Jihoon Kim [Fri, 25 Mar 2016 11:55:29 +0000 (04:55 -0700)]
Merge "Release InfoManager module before Config module" into tizen

8 years agoMerge "Add code to handle error situation" into tizen
Ji-hoon Lee [Fri, 25 Mar 2016 11:55:12 +0000 (04:55 -0700)]
Merge "Add code to handle error situation" into tizen

8 years agoMerge "Support privilege of executable type IME" into tizen
Ji-hoon Lee [Fri, 25 Mar 2016 11:54:24 +0000 (04:54 -0700)]
Merge "Support privilege of executable type IME" into tizen

8 years agoRelease InfoManager module before Config module 41/63741/1
Li Zhang [Fri, 25 Mar 2016 11:40:04 +0000 (19:40 +0800)]
Release InfoManager module before Config module

Change-Id: I16a4d101ad7a06759c273716264fb16b5bb3aa2c

8 years agoSwitched on Link-time Optimization 22/63722/1
Slava Barinov [Fri, 25 Mar 2016 09:04:36 +0000 (12:04 +0300)]
Switched on Link-time Optimization

The LTO reduces libscim-1.0.so by ~100 KB.

Change-Id: I7fa372d194d035c4ab85748fd113b7869802aacc
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
8 years agoAdd code to handle error situation 05/63605/1
Jihoon Kim [Fri, 25 Mar 2016 01:14:43 +0000 (10:14 +0900)]
Add code to handle error situation

Change-Id: I0c4ed472734b55acccf196d8e8b434b6d6859096

8 years agoSupport privilege of executable type IME 02/63602/2
Jihoon Kim [Thu, 24 Mar 2016 23:57:03 +0000 (08:57 +0900)]
Support privilege of executable type IME

To support privilege, IME should be launched by app_control.

Change-Id: I38190f7bdeaff57b095e862f309b597320e295e0

8 years agoFixed bug IME is shown when the input_panel_enabled_set is false 72/63372/2
¿À¿ø±Ù/S/W Platform Lab(VD)/S3(»ç¿ø)/»ZÀüÀÚ [Tue, 8 Mar 2016 11:20:48 +0000 (20:20 +0900)]
Fixed bug IME is shown when the input_panel_enabled_set is false

Change-Id: I0a4b764cd36a889219a755b8626eda847d479363

8 years agoModified to find /etc/scim/conf/ for custom config settings 71/63371/1
Wonkeun Oh [Wed, 23 Mar 2016 10:33:18 +0000 (19:33 +0900)]
Modified to find /etc/scim/conf/ for custom config settings

Change-Id: Ib518f8e9630d9d8defe4e05ab2998464bea7d4f1

8 years agoShow IME selector notification in wayland environment 83/62783/3
Jihoon Kim [Fri, 18 Mar 2016 08:17:35 +0000 (17:17 +0900)]
Show IME selector notification in wayland environment

In wayland environment, it's impossible to detect IME state through X window event.
Therefore, the other way is necessary.

Change-Id: I6e6ea7ad1645fc84abfbe2b383912439c5d3e283