upload isf-2.4.7104
[platform/core/uifw/isf.git] / releasenote.txt
1 isf 2.4.7104 :
2  1. increase retry count to to call XOpenDisplay in X11 frontend
3
4
5 isf 2.4.7102 :
6  1. Removed setsid() function from ise_preexec
7
8
9 ISF 2.4.7031 :
10  1. Add monitor for OSP IME
11
12
13 ISF 2.4.7029 :
14  1. [panel] fix indentation
15  2. OSPIME_Support
16  3. [isfsetting] N_SE-55842: newly installed ime isn't shown in the 1st time
17  4. support feedback optionally in build environment
18  5. Remove unused source codes from PanelAgent class
19  6. Reset keyboard ISE when hardware keyboard is disconnected.
20  7. Add executable permission to xorg
21  8. Request to hide candidate when language is changed to English
22  9. Update helper focus_ic by focus_in_helper/focus_out_helper even when H/W keyboard is connecting
23
24
25 ISF 2.4.7023 :
26  1. Support ESC key to hide IME
27  2. Fix more button hide issue
28
29
30 ISF 2.4.7022 :
31  1. add NULL check of p->name in scim_string_to_key ()
32  2. check whether length is NULL or not in imdata_get
33  3. Fix crash issue when ic->impl is equal to NULL in slot_send_helper_event
34  4. fix crash issue in case ecore_imf_context_del () is called in preedit-changed, commit, and so on callback
35
36
37 ISF 2.4.7017 :
38  1. Modified to set show_requested to TRUE even when candidate is in SHOW state
39  2. check cursor position to disable return key in case of focus-in event
40
41
42 ISF 2.4.7010 :
43  1. fix bug candidate window disappears late
44  2. initialize cursor position as -1 in focus-out
45  3. fix typo in comments
46  4. Modified to open candidate window whenever ISE is on, unless HIDE is requested explicitly
47
48
49 ISF 2.4.7008 :
50  1. Revert "fix bug the font of candidate word isn't changed according to the change of system font"
51  2. Modified to hide candidate window when switching back to SW keyboard mode
52  3. modified po file for the wrong word of French
53
54
55 ISF 2.4.7001 :
56  1. fix bug the font of candidate word isn't changed according to the change of system font
57  2. Prevent fix
58  3. Make sure the hidden keyboard is located outside of display area
59  4. Fix candidate window hide issue
60
61
62 ISF 2.4.6927 :
63  1. [isfsetting] when getting ise info failed, exit the ug
64  2. Use temporary file when re-write ISE cache file
65  3. fix prevent issue about uninitialized value
66  4. Send input panel event to show_request client
67  5. fr po issue
68  6. Remove autoperiod menu
69  7. Fix P130924-00625
70  8. Change translation about auto punctuate
71  9. change the word as their language in keyboard selection windows
72 10. Modified to preserve geometry information provided by ISE
73 11. Changed set_keyboard_geom interface to support update_ise_geometry
74 12. Assume ISE still active when settle candidate window even in WILL_HIDE state
75 13. Fixed some cases that CANDIDATE_WILL_HIDE does not work properly
76 14. Do not move candidate window if ISE and candidate window are both in WILL_HIDE state
77 15. Modified to hide candidate window when WILL_HIDE ack received
78 16. Remove off_prepare_timer when WILL_HIDE_ACK received
79 17. Added state checking code before transition to WILL_* state
80 18. Use ISE/candidate state variables instead of state-specific flags
81 19. Clarified the usage of keyboard geometry related functions
82 20. Fixed the candidate window being displayed improperly by hide timer
83 21. Register render_flush callback for candidate window when KEYBOARD_STATE changes
84 22. Fixed prevent defects
85 23. Modified the scim_socket to connect in nonblocking way
86
87
88 ISF 2.4.6925 :
89  1. fix flicker problem in setting
90  2. fix bug H/W keyboard selection is enabled after disconnecting H/W keyboard
91  3. check NULL pointer before accessing pointer
92
93
94 ISF 2.4.6924 :
95  1. Replace SocketConfig reload with HelperAgent reload
96  2. [immodule] Save current active X window ID in focus-in for candidate window
97
98
99 ISF 2.4.6923 :
100  1. initialize current helper uuid when stop_helper () is called
101
102
103 ISF 2.4.6917 :
104  1. [isfsetting] fix N_SE-52363
105  2. fix bug hide event callback wasn't called when context is deleted
106
107
108 ISF 2.4.6916 :
109  1. remove code to send will_show_ack
110  2. changed logic location of checking pre_uuid
111  3. Hide IME when H/W back key is released even though there is no focus
112  4. conditional use tts library
113  5. Fix WILL_SHOW state missing issue
114
115
116 ISF 2.4.6909 :
117  1. Release configbase when App exiting
118  2. Add soft candidate interface
119  3. Remove send_candidate_will_hide_ack from IMControlClient
120  4. Change pagesize to 2 bytes
121  5. Solve input_panel_state_get issue
122  6. Avoiding keyboard flickering when focus out,reset and commit string
123  7. Use non-blocking mode socket
124  8. Update gtkimcontextscim.cpp and scim_x11_frontend.cpp for PanelClient
125  9. Add SCIM_IME_SUPPORT_LANGUAGE_TOGGLE_KEY option for keyboard ISE
126 10. add exit test case
127
128
129 ISF 2.4.6904 :
130  1. Fix bug candidate window hide after 1 sec when application is terminated
131  2. [efl_setting] Update Makefile.am
132  3. Donot call getpid () for DLOG
133  4. Remove unused source codes
134  5. Use singleton config instance
135  6. call reset after hiding IME for avoiding the blink of candidate window
136  7. call ecore_imf_context_reset when H/W back key is released
137  8. Fix bug IME remains show status even though application terminated
138  9. Send hide request in case of abnormal exit
139 10. fix N_SE-50420
140 11. Change SCIM_LOOKUP_TABLE_MAX_PAGESIZE to 300
141 12. [efl_immodule] Merge IMControlClient function into PanelClient
142 13. Fix bug candidate window disappear after about 1 sec in H/W keyboard mode
143 14. delete candidate timer when candidate window is hidden
144 15. Modified to update window_angle when ROT_CHANGE_REQ recved from ISE
145 16. Modified to show candidate window without visibility checking
146 17. Added code for resetting candidate_will_hide flag
147 18. [scim-launcher] set locale
148 19. Fix bug the name of heleper or engine displays as gettext ID
149 20. remove candidate rotation code in update_ise_geometry, Add candidate close code for rotation
150 21. remove code to set ELM engine and fps
151 22. modify log information and level
152 23. Enable feedback (sound & vibration) on candidate item
153 24. Remove unused declaration
154 25. skip will show sync to improve the performance of show effect
155 26. [panel] Set SIP status in vconf
156
157
158 ISF 2.4.6829 :
159  1. Change label of UG
160  2. Add autocapital type in isecontext
161  3. Reduce the number of dlog lines in immodule
162  4. [isfsetting] fix N_SE-50147
163
164
165 ISF 2.4.6827 :
166  1. [immodule] call prediction_allow_set in IMEngine in case of only having focus
167  2. [immodule] skip checking autocapital in H/W keyboard mode
168  3. Reduce binary size gc-sections
169  4. [setting] fix N_SE-49587 allow duplicated ise name now
170
171
172 ISF 2.4.6815 :
173  1. Change "English/Keyboard" to "English Keyboard"
174  2. [immodule] Fix bug of autocapital analysis
175  3. Include unistd.h in scim_helper.cpp
176
177
178 ISF 2.4.6801 :
179  1. [panel] set window angle value in ECORE_X_VIRTUAL_KEYBOARD_STATE_ON
180  2. [panel] set _app_window value in efl_get_app_window API
181  3. [panel] set keyboard geometry at _ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_OFF_PREPARE_REQUEST status
182  4. [panel] set _app_window before set_keyboard_geometry_atom_info in slot_show_ise()
183
184
185 ISF 2.4.6729 :
186  1. [panel] Disabled auto_throttle feature
187
188
189 ISF 2.4.6725 :
190  1. [immodule] fix crash because of invalid show request input context
191  2. [immodule] fix crash issue on OSP application
192
193
194 ISF 2.4.6719 :
195  1. [panel] check candidate window status on OFF_PREPARE
196  2. [setting] fix N_SE-46950: reset _hw_ise_bak when switching software keyboard leads to hardware keyboard engine changed.
197
198
199 ISF 2.4.6717 :
200  1. [panel] Add window angle for get_ise_geometry
201  2. [panel] check ise_show status in settle function
202
203
204 ISF 2.4.6716 :
205  1. [panel] remove _candidate_angle change code in get_ise_geometry
206  2. [panel] change candidate window max value
207  3. [panel] check ise_height in settle function
208  4. [panel] fix settle height
209
210
211 ISF 2.4.6715 :
212  1. Use dlog instead of std::cerr
213  2. [panel] fix unchecked return value
214  3. [demo] Use ea_editfield
215
216
217 ISF 2.4.6712 :
218  1. Fix wrong candidate angle affects the geometry of ISE
219  2. Refined the routine for updating ISE size information
220  3. Changed to relocate candidate window instead of hiding it when H/W keyboard attached
221  4. check hardware keyboard status before set active ise
222
223
224 ISF 2.4.6711 :
225  1. Add dbus smack rule for setting UG
226  2. [setting] update current keyboard engine on on_resume
227  3. [setting] check hardware mode before back hw_keyboard_selection_view_set_cb
228
229
230 ISF 2.4.6709 :
231  1. fix candidate window stacking bug
232  2. Add smack rule for dbus
233
234
235 ISF 2.4.6703 :
236  1. keyboard setting view should be changed according to H/W keyboard connection
237  2. check return value of pkgmgr function
238
239
240 ISF 2.4.6702 :
241  1. Add smack rule
242
243
244 ISF 2.4.6628 :
245  1. [immodule] fix bug back key isn't propagated in H/W keyboard mode
246  2. Change word to newly translated word
247
248
249 ISF 2.4.6624 :
250  1. [setting,demo] support back key
251
252
253 ISF 2.4.6621 :
254  1. [setting] Add smack rule for supporting screen reader
255  2. [immodule] fix bug hide request was discarded
256
257
258 ISF 2.4.6620 :
259  1. [demo] remove code for terminating app when END key is pressed
260  2. [setting] Change naviframe back key event handling
261  3. [demo] change code to process back button
262  4. [immodule] check reverse question mark and exclamation mark to check autoperiod
263  5. [immodule] fix autoperiod bug
264  6. [immodule] support japanese auto punctuation
265  7. [immodule] improve autocapital condition check code
266  8. [immodule] Remove unnecessary config reload call
267  9. [panel] Add preedit window
268 10. Add interface update_preedit_string_with_caret()
269 11. [panel] Added timer for off_prepare_done
270 12. Add launch/destroy/show/hide logs for scim-helper-launcher
271
272
273 ISF 2.4.6619 :
274  1. [immodule] fix issue IME is hidden late in application does heavy job
275  2. [panel] Separated GEOMETRY_EVENT from set_keyboard_geometry_atom_info()
276  3. [immodule] fix prevent issue
277  4. [immodule] Added log for checking the render_flush time
278  5. [immodule] fix BS issue when S/W keyboard selection is selected
279  6. [immodule] fix bug focus-in message couldn't be transferred
280  7. [immodule] remove unnecessary prepare and send
281  8. [panel] Add screen reader feature
282  9. [immodule] change DLOG tagname of immodule
283 10. [SMACK] Move smack rule into separate rule file
284
285
286 ISF 2.4.6610 :
287  1. Revert "move hide timer from immodule to panel"
288  2. Revert "Discard input keys that does not match with current ic value"
289
290
291 ISF 2.4.6607 :
292  1. [immodule] fix back space issue in MBE
293  2. Remove gtk_panel source codes
294  3. Solve aux/candidate selection event broadcast issue
295  4. Remove keyboard wizard source codes
296  5. move hide timer from immodule to panel
297
298
299 ISF 2.4.6605 :
300  1. [panel] Call window_rotation_app_set for ROOT_ANGLE_ROTATE
301  2. [immodule] send show callback when show is requested after focused context is deleted
302  3. [panel] fix flickering problem at more and close button clicked
303  4. [immodule] Discard input keys that does not match with current ic value
304  5. add fa.po th.po ur.po
305  6. [immodule] fix memory leak issue when ecore_imf_context_surrounding_get is used
306
307
308 ISF 2.4.6530 :
309  1. [demo] Add DATETIME layout
310  2. [setting] support Farsi, Thai, and Urdu language
311
312
313 ISF 2.4.6529 :
314  1. [immodule] Add focus window check routine
315
316
317 ISF 2.4.6527 :
318  1. [setting] fix abort issue in case EFL abort option turn on
319  2. [demo] Use the window manager rotation
320
321
322 ISF 2.4.6520 :
323  1. fix build error on GCC 4.7.3
324  2. [setting] fix prevent issue
325  3. [immodule] fix bug hide_lookup_table doesn't work in set_layout of IMEngine
326  4. [immodule] prepare and send is needed when set_prediction_allow is called in IMEngine
327
328
329 ISF 2.4.6508 :
330  1. Set default language for isf_get_normalized_language ()
331  2. check cursor index of ecore_imf_context_surrounding_get
332
333
334 ISF 2.4.6507 :
335  1. [immodule] fix bug show request was ignored after input panel hide is called but hide state callback wasn't called
336
337
338 ISF 2.4.6506 :
339  1. [immodule] fix crash issue if cursor position value is more than the length of surrounding text
340  2. [immodule] fix autoperiod bug
341  3. [immodule] support autocapital for continuous space
342
343
344 ISF 2.4.6430 :
345  1. [panel] Hide close button if no more item in candidate window
346  2. [panel] Modified to set transient_for before showing candidate window
347
348
349 ISF 2.4.6429 :
350  1. [immodule] Added autocapital status checking code at focus-in
351
352
353 ISF 2.4.6427 :
354  1. [immodule] Added layout checking code
355  2. [panel] Added SIGABRT signal handler
356
357
358 ISF 2.4.6426 :
359  1. [immodule] fix prevent issue
360  2. [immodule] Fix capslock bug in USB keyboard
361  3. [panel] Adjust the rotation angle when ISE delivers its ROT_CHANGE_REQ
362
363
364 ISF 2.4.6424 :
365  1. [immodule] Moved the autocapital code to commit_string from process_key
366  2. [immodule] remove code to check lock screen
367
368
369 ISF 2.4.6423 :
370  1. [immodule] Notify shift mode when shift mode enabled.
371
372
373 ISF 2.4.6417 :
374  1. [immodule] Make sure we call ecore_x_init/shutdown when we use ecore_x functions.
375  2. [setting] add searching ime app setup module for osp
376  3. [panel] change more and close button image when ui_candidate_show called
377
378
379 ISF 2.4.6416 :
380  1. manage show request control id for comparing hide request
381  2. [panel] reduce timeout for destroying candidate window
382
383
384 ISF 2.4.6415 :
385  1. need to check active ID
386
387
388 ISF 2.4.6413 :
389  1. [setting] use eina_strbuf_trim instead of eina_strbuf_replace_all
390  2. [panel] fix prevent issue
391
392
393 ISF 2.4.6412 :
394  1. [immodule] fix prevent issue
395  2. [setting] modify CSC filename and keyname
396
397
398 ISF 2.4.6411 :
399  1. [panel] Added else statement to ensure the geometry excludes candidate window when hidden
400  2. [panel] Added return value checking routine for rotation_geometry_get
401  3. [immodule] Added shift_mode_en/disable
402  4. [iimmodule] Added extra will_show timer deletion code
403  5. [demo] add a variety of layout and return key type in return key disable test case
404  6. [panel] Modified to register the control window's xid to root window
405  7. [panel] Added NULL check, window param check and unified parameter names
406  8. [panel] use enum for setting SIP status
407  9. [immodule] set layout into imengine even though ecore_imf_context_input_panel_layout_set() is called after ecore_imf_context_focus_in()
408 10. [setting] set default ISE and input language based on CSC information
409 11. [immodule] don't save hide request context in the IME hide state
410
411
412 ISF 2.4.6409 :
413  1. fix:add <application-service> item in ug-isfsetting-efl.xml
414
415
416 ISF 2.4.6408 :
417  1. fix symbolic link for isfsetting ug
418
419
420 ISF 2.4.6406 :
421  1. [immodule] Added extra will_show timer deletion code
422
423
424 ISF 2.4.6405 :
425  1. [panel] hide candidate window when will_hide_ack received
426  2. [immodule] add log for some input panel APIs
427  3. [panel] add usleep to wait for Window Manager ready
428
429
430 ISF 2.4.6404 :
431  1. [panel] settle candidate window when keyboard state is changed
432  2. [immodule] Fix bug shift key event for autocapital is generated.
433  3. Added update_ise_exit
434
435
436 ISF 2.4.6403 :
437  1. Fix defects according to prevent report
438  2. [setting] separate ug package to support osp setting
439
440
441 ISF 2.4.6401 :
442  1. [immodule] support layout variation
443  2. [demo] Add demo for a variety of layout variations
444  3. [setting] item should not be highlighted on dragging
445  4. [immodule] avoid to send focus-in in the input panel disabled context
446
447
448 ISF 2.4.6329 :
449  1. [immodule] reset input panel state if state callback will not be called in 5 seconds
450  2. [panel] fix rotation error of candidate window
451  3. Fix socket read timeout
452
453
454 ISF 2.4.6326 :
455  1. [panel] Request to hide ISE before stop helper ISE
456  2. [panel] fix default ISE launching issue
457  3. [panel] add log in booting time
458  4. set default input language in vconf
459
460
461 ISF 2.4.6322 :
462  1. Add visibility gcc options
463
464
465 ISF 2.4.6319 :
466  1. [isf-panel-efl] Update aux style
467  2. Fix path for 3rd ISE development
468  3. [immodule] Update context counter in order to avoid same ic for different app
469  4. [immodule] Allow prediction as default in case of EMAIL and URL layout
470  5. [panel] launch default IME when appservice is equal to 1
471
472
473 ISF 2.4.6312 :
474  1. [setting] change separate and dialogue style
475
476
477 ISF 2.4.6311 :
478  1. fix delete/get_surrounding_text call sequence problem
479
480
481 ISF 2.4.6309 :
482  1. [isf-panel-efl] remove ui_create_candidate_window() in slot_set_keyboard_ise
483  2. [panel] fix bug panel hasn't handled onnection during booting
484
485
486 ISF 2.4.6308 :
487  1. [demo] change code for implementing editfield
488
489
490 ISF 2.4.6307 :
491  1. Split SMACK rule from manifest file
492  2. Add SMACK rule
493  3. [panel] Check X display to avoid crash
494
495
496 ISF 2.4.6306 :
497  1. [systemd] Fix Smack labels for systemd units
498  2. [isfcontrol] Add isf_control_set_active_ise_to_default API
499  3. [panel] Modified the keyboard size to be 0 when OFF mode specified
500  4. [panel] set keyboard state and geometry in only window not zone
501  5. Add Esperanto and Sindhi language.
502  6. IME won't be hidden when lockscreen appears
503
504
505 ISF 2.4.6228 :
506  1. [panel] Add monitor for active ISE file
507
508
509 ISF 2.4.6227 :
510  1. [panel] Add timer for system status check function, move elm_init() position
511  2. Update control APIs for C application
512
513
514 ISF 2.4.6226 :
515  1. change smack label about app_loging
516  2. add svi-data, sound_server, sys-assert rule in manifest
517
518
519 ISF 2.4.6222 :
520  1. [demo] IME will be hidden when back key in naviframe is pressed
521  2. add smack rule for shared library
522  3. [immodule] input panel event callback is moved into ecore_imf
523
524
525 ISF 2.4.6221 :
526  1. fix: "onoff" style genlist item, drag the check button to enable/disable
527  2. [immodule] IME will be hidden when END_KEY is released.
528
529
530 ISF 2.4.6218 :
531  1.add po for es_MX
532
533
534 ISF 2.4.6214 :
535  1. modify isf.manifest to give permission for the executable files
536
537
538 ISF 2.4.6213 :
539  1. [isf-panel-efl] Fix 'v' button issue
540  2. [immodule] display warning in case that mouse up event occurs without focus
541  3. [immodule] fix bug hide event callback is delivered when canvas lost focus and IME is already hidden state
542  4. [panel] set vconf value for power management
543  5. [panel] set transient_for before showing window
544
545
546 ISF 2.4.6207 :
547  1. [setting] on_pause on_resume function update
548  2. Set app privilege for scim process
549  3. change trigger hotkey to shift+space according to H/W keyboard UI guide
550  4. Check hardware keyboard when update ISE information
551  5. [isf-panel-efl] Update candidate window resize
552  6. [isf-panel-efl ] Added code for sending GEOMETRY_EVENT when there is a change
553  7. [immodule] display the language on the notification bar when trigger key is pressed.
554
555
556 ISF 2.4.6205 :
557  1. Launch initial ISE when active soft ISE is removed
558
559
560 ISF 2.4.6202 :
561  1. [isf-panel-efl] Call config->reload () in PanelAgent reload slot fucntion
562
563
564 ISF 2.3.6131 :
565  1. [panel] fix logic to create control window
566  2. [immodule] fix bug preedit doesn't appear sometimes
567
568
569 ISF 2.3.6130 :
570  1. [immodule] fix bug not to send will hide ack
571
572
573 ISF 2.3.6129 :
574  1. [setting] fix: reset couldn't work well
575  2. The feature for synchronization with window manager newly added
576
577
578 ISF 2.3.6128 :
579  1. [immodule] display a variety of event logs in dlog
580  2. [immodule] change input panel state when root window property is changed
581  3. [immodule] fix bug that language information hasn't be transfered in ISE Context.
582  4. [demo] Add language demo
583  5. fix for GCC 4.7 build
584
585
586 ISF 2.3.6123 :
587  1. ignore input panel event when hardware keyboard is connected.
588  2. [immodule] Add dlog related to conformant status and geometry information
589  3. [immodule] Use notification library instead of syspopup
590
591
592 ISF 2.3.6122 :
593  1. Remove unused ISF logs
594  2. fix memory leak related to ecore_x_e_window_profile_get
595
596
597 ISF 2.3.6119 :
598  1. [immodule] Compare window ID in X window focus out callback function
599
600
601 ISF 2.3.6118 :
602  1. [immodule] Hide IME after rendering conformant area
603  2. [immodule] add X window focus out handler for X based application
604
605
606 ISF 2.3.6117 :
607  1. [panel] Call elm_win_raise () when expand button is clicked
608  2. Update boilerplate
609
610
611 ISF 2.3.6116 :
612  1. [immodule] use ecore_imf API to show or hide for debugging easily.
613  2. [panel] fix candidate window blink issue when candidate window is expanded.
614
615
616 ISF 2.3.6115 :
617  1. change boilerplate
618  2. [immodule] use dlog for printing error
619
620
621 ISF 2.3.6114 :
622  1. [immodule] Add interface to get imdata from isf_imf_context
623  2. [demo] Add changed and preedit,changed event
624  3. [immodule] fix bug state is changed to WILL_SHOW when ecore_imf_context_input_panel_show is called after IME is already s
625  4. [immodule] refactoring
626  5. Hide IME in case of Search, Go, Login, Signin, Join Return key type
627
628
629 ISF 2.3.6109 :
630   1. Fix P130104-1615: toplevel window ID need be set when focus in
631
632 ISF 2.3.6107 :
633   1. Add set_candidate_style () for keyboard ISE
634   2. Fix bug of ecore_imf_context_input_panel_imdata_get ()
635
636
637 ISF 2.3.6031 :
638   1. [panel] Fix N_SE-17126: ecore_x_icccm_transient_for_set set wrong parent window id
639
640
641 ISF 2.3.6028 :
642   1. [panel] Change font name to 'Tizen'
643   2. [immodule] fix bug wrong context is used when IME is hidden by flick gesture
644   3. [setting] fix:pressing Home key while in setup module in keyboard setting ug, popup the window to the main page of the ug to avoid syncing ise option data issue
645   4. [setting] remove useless hw_keyboard_selection_view_back_cb() and sw_keyboard_selection_view_back_cb()fix:default value for auto capitalization is true
646
647
648 ISF 2.3.6027 :
649   1. When target is rotated, donot show candidate window until ISE send ECORE_IMF_INPUT_PANEL_STATE_SHOW
650   2. [isf-panel-efl] use elm_win_prop_focus_skip_set ()
651   3. Fix H/W keyboard engine selection issue in case of Japanese IME
652
653
654 ISF 2.3.6020 :
655   1. Fix initial ISE reading issue
656   2. Fix bug not to hide IME when ecore_imf_context_del is called
657
658
659 ISF 2.3.6017 :
660   1. Implement ISF control feature
661   2. fix PLM bug:isfsetting ug indicator problem
662
663
664 ISF 2.3.6014 :
665   1. [immodule] refine log format
666
667
668 ISF 2.3.6013 :
669   1. [gtkimmodule] Fix the issue 'Unable to input Chinese characters in Firefox or Thunderbird.'
670   2. [gtkimmodule] Fix the issue 'can't type in password field of chromium browser'
671   3. fix gtk immodule build error
672
673
674 ISF 2.3.6011 :
675   1. [immodule] Fix P121127-4709: Add cursor position checking
676
677
678 ISF 2.3.6006 :
679   1. [immodule] Set correct ic for input_panel_show () and input_panel_hide ()
680   2. [immodule] Fix prevent issue. c_str() returns temporary pointer
681   3. [immodule] Remove unused code
682
683
684 ISF 2.3.6005 :
685   1. [immodule] Fix BS issue
686
687
688 ISF 2.3.6004 :
689   1. [immodule] Add focus_in and focus_out for IMControl
690   2. Add ISF logs for no-ise-launching-at-first-boot in emulator
691
692
693 ISF 2.3.5930 :
694   1. [immodule] Set using_ic in _event_callback_call
695
696
697 ISF 2.3.5929 :
698   1. Add set_imdata () for keyboard ISE
699   2. Add update_displayed_candidate_number, candidate_more_window_show, candidate_more_window_hide for keyboard ISE
700   3. [isf-setting] fix the setup module reload issue
701   4. fix PLM P121127-0347: focusable description item
702   5. Fix memory leak when show ISE panel
703   6. Remove ISF log when load/unload ISE module
704   7. [immodule] Replace XKeycodeToKeysym () with XkbKeycodeToKeysym ()
705
706
707 ISF 2.3.5927 :
708   1. Add update_cursor_position () for keyboard ISE
709   2. Disable check datasum feature for socket to reduce socket transmission delay
710   3. Fix issue N_SE-13248 candiate show inproperly when keyboard is connected
711
712
713 ISF 2.3.5926 :
714   1. Donot create candidate window when focus in
715   2. [immodule] reduce time to process autocapital
716
717
718 ISF 2.3.5923 :
719   1. Add expand_candidate (), contract_candidate () and update_candidate_item_layout () for keyboard ISE;
720
721
722 ISF 2.3.5921 :
723   1. [demo] Use virtualkeypad,state,* smart callback of conformant
724   2. [demo] add a variety of layout in focus movement for test
725   3. create /etc/scim/conf directory for CSC
726
727
728 ISF 2.3.5920 :
729   1. [demo] add focus movement on pressing 'next' button
730   2. [isf-setting] format and clean source codes && fix information item layout problem
731   3. Add Hangul key as trigger event key
732   4. [immodule] keep the lastest input method even though focus is changed
733   5. Add FLOATING_CANDIDATE_WINDOW in HelperAgent::set_candidate_style ()
734
735
736 ISF 2.3.5916 :
737   1. Update po
738   2. Add set_path_info function to HelperModule to support OSP based keyboard
739   3. Add ISF log file to record keyboard ISE and helper ISE load/unload
740
741
742 ISF 2.3.5915 :
743   1. Explicitly unload module before helper ISE process is finished
744   2. [isf-demo-efl] Apply indicator change
745
746
747 ISF 2.3.5913 :
748   1.fix PLM P121107-5543 po problem
749
750
751 ISF 2.3.5908 :
752   1.load_config before create_ui for ise setup module
753
754
755 ISF 2.3.5830 :
756   1. [isf_imf_context] fix issue N_SE-11810: ise dose not show when H/W keyboard is disconnected
757
758
759 ISF 2.3.5826 :
760   1. [isf-setting] Update hardware keyboard after software keyboard is changed
761
762
763 ISF 2.3.5824 :
764   1. [isf-imf-context] Hide preedit string when soft ISE commit string
765   2. [isf-imf-context] Move reset () after panel_req_focus_in ()
766   3. fix Nabi issue N_SE-10561 and the setting part problem of N_SE-11100
767
768
769 ISF 2.3.5823 :
770   1. [isf-setting] Fix reset defect when hardware keyboard is connected
771
772
773 ISF 2.3.5822 :
774   1. Add color style of preedit feature
775
776
777 ISF 2.3.5819 :
778   1. Remove request field in the manifest according to the security team's request
779   2. [isf-imf-context] Donot force to commit string in isf_imf_context_reset ()
780
781
782 ISF 2.3.5818 :
783   1. Remove heynoti about hibernation
784   2. Fix po files
785
786
787 ISF 2.3.5817 :
788   1. apply smack manifest
789
790
791 ISF 2.3.5815 :
792   1. [isf-panel-efl] Donot show candidate when update lookup table
793   2. Remove unused source codes
794   3. Use /home for the datadir instead of /opt/home
795
796
797 ISF 2.3.5810 :
798   1. Added urgent features that OSP applications need
799   2. install license file in /usr/share/license
800
801
802 ISF 2.3.5808 :
803   1. [immodule] add spanish punctuations
804   2. Add IMEngineOption and get_option () for keyboard ISE
805   3. Add/install a systemd service file; package initscript symlinks
806   4. [demo] add code to use ecore_x_e_virtual_keyboard_state_get
807
808
809 ISF 2.3.5725 :
810   1. Fixed autocapital issue:signal_connect_set_caps_mode not call when prediction ON
811
812
813 ISF 2.3.5724 :
814   1. [isf-panel-efl] Add checking condition when change factory
815
816
817 ISF 2.3.5723 :
818   1. Support candidate showing when target is rotated
819
820
821 ISF 2.3.5721 :
822   1. Change S42isf-panel-efl to S47isf-panel-efl
823   2. [setting] update po files
824
825
826 ISF 2.3.5718 :
827   1. Add reset_keyboard_ise () in HelperAgent class
828
829
830 ISF 2.3.5717 :
831   1. [immodule] do not show or hide ISE in case of desktop mode
832   2. [setting] update po files to fix autocapital translation
833   3. [setting] Change default mode of autocapital option
834   4. [demo] add SIGNIN type
835   5. [isf-panel-efl] Update candidate displaying
836
837
838 ISF 2.3.5712 :
839   1. [isf-panel-efl] Hide "v" button when only one line candidates
840   2. [isf-setting-efl] Add padding at bottom
841
842
843 ISF 2.3.5707 :
844   1. [isf-panel-efl] Fix input panel geometry defect when target is rotating
845   2. Add notification of which keyboard ISE is selected by hotkey
846
847
848 ISF 2.3.5706 :
849   1. [immodule] add cursor position in Ise_Context structure
850   2. [immodule] disable prediction in TERMINAL layout
851
852
853 ISF 2.3.5704 :
854   1. fix if no option for ise , disable the ise option item instead of popup.
855   2. [setting] fix typo
856
857
858 ISF 2.3.5631 :
859   1. [isf-panel-efl] Add longpress event for soft ISE.
860
861
862 ISF 2.3.5627 :
863   1. [immodule] fix bug not to call hide event callback when context is deleted.
864
865
866 ISF 2.3.5624 :
867   1. Add set_candidate_style () method for HelperAgent class
868
869
870 ISF 2.3.5617 :
871   1. [isf-panel-efl] Update input panel geometry when soft ISE is hidden
872   2. [isf_imf_context] Remove unused start_default_ise
873   3. [immodule] fix bug that affect to receive any event of other window
874   4. [setting] display fullstop menu optionally
875
876
877 ISF 2.3.5608 :
878   1. Add update_preedit_caret method for HelperAgent class
879
880
881 ISF 2.3.5607 :
882   1. Add expand/contract candidate APIs for soft ISE
883
884
885 ISF 2.3.5602 :
886   1. [isf_imf_context] Fix forward_key_event defect
887
888
889 ISF 2.3.5531 :
890   1. [isf-panel-efl] Improve autoscroll performance for elm_conformant widget
891   2. [isf_imf_context] Call set_layout when turn on
892   3. [isf-panel-efl] Remove elm_win_raise ()
893   4. [isf_imf_context] Remove reset_option ()
894
895
896 ISF 2.3.5526 :
897   1. Add set_layout for IMEngineInstanceBase
898   2. [scim_x11_frontend] Implement preedit function for helper ISE
899
900
901 ISF 2.3.5520 :
902   1. Reverse arrow image for USB keyboard > ON
903   2. Update CommonLookupTable for add_attributes () and remove_attributes ()
904
905
906 ISF 2.3.5517 :
907   1. [isf-panel-efl] Add ForeGround color and BackGround color
908
909
910 ISF 2.3.5509 :
911   1. [immodule] fix bug related to input_panel_event_callback_del
912   2. add Ecore_X.h in ise_context.h
913
914
915 ISF 2.3.5506 :
916   1. [immodule] supplement dlog
917   2. [immodule] remove code to handle 'HOME' key
918
919
920 ISF 2.3.5505 :
921   1. fix candidate window doesn't show when BT keyboard is connected.
922   2. [isf-panel-efl] Update input panel geometry
923
924
925 ISF 2.3.5503 :
926   1. [immodule] fix extended latin character input issue
927
928
929 ISF 2.3.5502 :
930   1. [isf-panel-efl] Update rule for highlight item
931   2. [isf-panel-efl] Fix panel geometry defect
932
933
934 ISF 2.3.5429 :
935   1. [immodule] add client X window ID in ise_context structure
936   2. [isf-panel-efl] Fix autoscroll defect
937
938
939 ISF 2.3.5428 :
940   1. [isf-panel-efl] Implement fixed style;
941   2. [immodule] fix autocapital inssue in preediting
942
943
944 ISF 2.3.5420 :
945   1. Update panel according to [Tizen_720x1280]Textinput GUI_v0.6_120426.ppt;
946
947
948 ISF 2.3.5407 :
949   1. Change autocapital, autoperiod vconf key name
950
951
952 ISF 2.3.5404 :
953   1. Replace hibernation vconf key with file
954   2. Fix default ISE random defect
955
956
957 ISF 2.3.5401 :
958   1. remove input_lang vconf key
959   2. Use process key event of IMEngine instead of evas_event_feed
960   3. remove 'scim -d' in /etc/init.d/isf-panel-efl boot script
961
962
963 ISF 2.3.5329 :
964   1. execute 'scim -d' in /etc/init.d/isf-panel-efl script for reducing booting time
965
966
967 ISF 2.3.5326 :
968   1. Function keys event use XSendEvent
969
970
971 ISF 2.3.5324 :
972   1. bug fix : not to insert some language such as japanese, russian
973
974
975 ISF 2.3.5321 :
976   1. Update text in setting according to UI guide 2.4
977
978
979 ISF 2.3.5320 :
980   1. set ECORE_IMF_MODULE explicitly
981
982
983 ISF 2.3.5319 :
984   1. Update po files
985
986
987 ISF 2.3.5318 :
988   1. [isf-setting-efl] Add hardware ise option
989   2. [isf-panel-efl] Remove disable language related source codes
990   3. [isf-demo-efl] Format text
991   4. Update en.po for Keyboard option
992   5. Set environment variable for GTK, X application
993
994
995 ISF 2.3.5317 :
996   1. Remove theme vconf key
997   2. Update programming guide
998
999
1000 ISF 2.3.5316 :
1001   1. Bug fix : uppercase letter wasn't inserted.
1002
1003
1004 ISF 2.3.5315 :
1005   1. Enable X11 frontend for support Mobile PC
1006   2. Set prediction allow as FALSE in case of EMAIL and URL layout
1007   3. Use X key event to generate ecore key event
1008
1009
1010 ISF 2.3.5310 :
1011   1. Add self-recovery feature;
1012   2. Fix ABI issue in scim_imengine.h;
1013
1014
1015 ISF 2.3.5307 :
1016   1. set prediction allow as FALSE in case of password mode
1017   2. cleanup even though immodule unloads abnormally
1018
1019
1020 ISF 2.3.5225 :
1021   1. support autoperiod in webkit based editor
1022
1023
1024 ISF 2.3.5223 :
1025   1. fix shift key blink issue related to autocapital
1026
1027
1028 ISF 2.3.5218 :
1029   1. Fix bug input panel doesn't hide
1030   2. Use private vconfkey
1031   3. Add X11 frontend
1032
1033
1034 ISF 2.3.5211 :
1035   1. update po
1036   2. Remove VCONFKEY_ISF_INPUT_LANG_STR
1037
1038
1039 ISF 2.3.5210 :
1040   1. update po
1041
1042
1043 ISF 2.3.5209 :
1044   1. Add password_mode for soft ISE
1045   2. Check duplicated ise_show request
1046   3. bug fix: wrong context was passed when IME is swept down
1047
1048
1049 ISF 2.3.5205 :
1050   1. Add prediction_allow for soft ISE
1051
1052
1053 ISF 2.3.5204 :
1054   1. [immodule] bug fix about ise_show
1055   2. [setting] disable autocapital option when H/W keyboard is detected.
1056
1057
1058 ISF 2.3.5129 :
1059   1. [immodule] check the status of ISE
1060   2. remove isf-panel-efl.desktop
1061
1062
1063 ISF 2.3.5126 :
1064   1. Code cleanup for scim_helper.h and scim_helper.cpp
1065   2. [isf-setting-efl] Remove hard codes for XT9 ISE
1066   3. [immodule] fix bug : input_panel_show is called twice
1067   4. [isf-setting-efl] Rename setup module name for soft ISE
1068   5. [immodule] fix bug : candidate widnow sometimes covers compositing string
1069
1070
1071 ISF 2.3.5119 :
1072   1. fix bug related to XSelectInput
1073
1074
1075 ISF 2.3.5115 :
1076   1. Add notification feature for candidate window
1077   2. Add isf_imf_context_candidate_window_geometry_get ()
1078   3. Add isf_imf_context_input_panel_language_locale_get ()
1079   4. Update po files ()
1080
1081
1082 ISF 2.3.5113 :
1083   1. [demo][setting][panel] efl update
1084
1085 ISF 2.3.5112 :
1086   1. [demo] apply the change of ecore_imf_context_input_panel_language_locale_get parameter
1087
1088
1089 ISF 2.3.5106 :
1090   1. [immodule] deliver imdata when slot_ise_show is called
1091   2. [demo] add language changed event demo
1092   3. disable syslog
1093
1094
1095 ISF 2.3.5102 :
1096   1. add return key type, disabled in ise_context
1097
1098
1099 ISF 2.3.5029 :
1100   1. add caps_lock_mode
1101   2. Change deprecated elm_editfield APIs
1102
1103
1104 ISF 2.3.5022 :
1105   1. add return key type, disabled in ise_context
1106
1107
1108 ISF 2.3.5020 :
1109   1. Support return_key_type_set, return_key_disabled_set
1110
1111
1112 ISF 2.3.5016 :
1113   1. [panel] fix candidate window size issue
1114
1115
1116 ISF 2.3.5015 :
1117   1. Applied EFL migration
1118
1119
1120 ISF 2.3.5009 :
1121   1. fix according to the change of imdata_set/get API
1122
1123
1124 ISF 2.3.5002 :
1125   1. fix bug not to insert some languages
1126   2. feed capital letter instead of 'Shift+character'
1127
1128
1129 ISF 2.3.5001 :
1130   1. Add control_privilege () in isf_query_engines.cpp
1131   2. Create folder before saving engine list
1132
1133
1134 ISF 2.3.4931 :
1135   1. Use synchronous ecore_imf callback API
1136
1137
1138 ISF 2.3.4926 :
1139   1. Support to feed X key event in case of using only client window without canvas
1140   2. Feed keyname, key, keystring, compose in evas_event_feed_key_{down/up}
1141
1142
1143 ISF 2.3.4919 :
1144   1. Add get_surrounding_text() for soft ISE
1145
1146
1147 ISF 2.3.4912 :
1148   1. change priviledge from root to inhouse
1149
1150
1151 ISF 2.3.4903 :
1152   1. remove ECORE_IMF_INPUT_PANEL_ORIENT
1153   2. Decrease socket IME creation time
1154   3. [demo] fix parameter of client_window_set
1155
1156
1157 ISF 2.3.4821 :
1158   1. [demo] remove OCR, barcode demo.
1159
1160
1161 ISF 2.3.4816 :
1162   1. [immodule] support autocapital in webkit editor
1163   2. [panel] change theme name
1164
1165
1166 ISF 2.3.4809 :
1167   1. [isf-panel-efl/isfsetting] codes cleanup
1168
1169
1170 ISF 2.3.4807 :
1171   1. Change initial ISE
1172   2. remove CommonISE UUID
1173   3. [isf-panel-efl] Fix rotation defect
1174
1175
1176 ISF 2.3.4806 :
1177   1. Clean source codes
1178
1179
1180 ISF 2.3.4805 :
1181   1. Implement prediction allow set/get functions
1182   2. Remove license issue files
1183
1184
1185 ISF 2.3.4801 :
1186   1. [isfsetting] add setting option reset
1187   2. [isf-panel-efl] elm api update
1188   3. [isfsetting] elm api update
1189
1190
1191 ISF 2.3.4721 :
1192   1. [isf-panel-efl] Remove resize timer;
1193   2. [isf-panel-efl] Remove unused source codes;
1194
1195
1196 ISF 2.3.4718 :
1197   1. [immodule] use dlog for writing show/hide log;
1198   2. [isf-panel-efl] apply show/hide for candidate window;
1199   3. [isf-panel-efl] adjust rotation and show sequence;
1200   4. Remove unused source codes;
1201   5. Support custom global file for localization;
1202
1203
1204 ISF 2.3.4714 :
1205   1. [immodule] remove unused interfaces
1206
1207
1208 ISF 2.3.4711 :
1209   1. [isfwizard] change button to label in controlbar
1210
1211
1212 ISF 2.3.4709 :
1213   1. change hide delay from 200ms to 50ms
1214   2. [demo] editentry update
1215   3. [isfwizard] naviframe update
1216
1217
1218 ISF 2.3.4704 :
1219   1. Add reset option command for setting
1220
1221
1222 ISF 2.3.4703 :
1223   1. [isfwizard] fix bug
1224
1225
1226 ISF 2.3.4702 :
1227   1. [isfwizard] change isfwizard.log to /tmp directory
1228   2. [isf-panel-efl] Fix empty candidate defect when click "More" button for landscape
1229
1230
1231 ISF 2.3.4701 :
1232   1. [isf-panel-efl] Update "More" and "Close" buttons.
1233
1234
1235 ISF 2.3.4631 :
1236   1. add wizard log file to analyze loading problem in 1st time booting
1237
1238
1239 ISF 2.3.4628 :
1240   1. update po
1241   2. remove instant hide in shutdown.
1242
1243
1244 ISF 2.2.4627 :
1245   1. [immodule] hide input panel instantly when program is terminated.
1246
1247
1248 ISF 2.2.4625 :
1249   1. [immodule] support autocapital type
1250   2. [demo] add autocapital type demo
1251   3. disable common ISE feature
1252
1253
1254 ISF 2.2.4624 :
1255   1. [immodule] fix autoperid bug
1256
1257
1258 ISF 2.2.4620 :
1259   1. [immodule] use hide timer for supporting entry's theme change
1260
1261
1262 ISF 2.2.4619 :
1263   1. [isfsetting] update padding to 25 pixels
1264
1265
1266 ISF 2.2.4617 :
1267   1. [immodule] check whether cursor position is changed or not
1268
1269
1270 ISF 2.2.4614 :
1271   1. [demo] set scale factor
1272   2. [isfsetting] fix naviframe popup item problem
1273   3. [immodule] support autocapital related to CR and PS
1274
1275
1276 ISF 2.2.4613 :
1277   1. [isf-panel-efl] Fix candidate UI broken when rotation
1278   2. [isf-panel-efl] Update aux for ise-engine-xt9-chinese 2.0
1279   3. [isf-panel-efl] Update tizen-black-hd and tizen-hd
1280   4. [immodule] Implement ISF control APIs
1281   5. [isf-demo-efl] modify demo code for Nbeat layout
1282   6. [immodule] fix autocapital bugs
1283
1284
1285 ISF 2.2.4606 :
1286   1. Use Naviframe widget
1287
1288
1289 ISF 2.2.4604 :
1290   1. [isfsetting] fix option title : Option -> Options
1291   2. [immodule] do not hide input panel even though end key is pressed.
1292
1293
1294 ISF 2.2.4529 :
1295   1. [settingwizard] Use dlog for collecting log
1296
1297
1298 ISF 2.2.4520 :
1299   1. [isfsetting] fix supporting languages wrap
1300
1301
1302 ISF 2.2.4515 :
1303   1. [immodule] fix callback issue
1304   2. [immodule] reduce redundant vconf API call
1305
1306
1307 ISF 2.2.4506 :
1308   1. [immodule] hide input panel when the canvas loses focus
1309
1310
1311 ISF 2.2.4505 :
1312   1. [immodule] call imcontrol API after checking whether the context has focus
1313   2. [immodule] change the double space interval from 0.6 sec to 1 sec
1314   3. Fix defects according to klocwork test report
1315
1316
1317 ISF 2.2.4418 :
1318   1. [setting] genlist seperator style api update
1319   2. remove STK demo and document
1320   3. [immodule] set hide request input context after checking state
1321
1322
1323 ISF 2.2.4403 :
1324   1. [setting-wizard] bug fix white screen
1325   2. [immodule] add cursor position api
1326
1327 ISF 2.2.4402 :
1328   1. tizen layout update
1329   2. [isfwizard] Fix socket config defect
1330   3. [setting] change 2 line text style
1331   4. [socket frontend] Use cache file
1332   5. [immodule] Cursor location is transfered by ecore_imf_context_cursor_location_set
1333
1334
1335 ISF 2.2.4325 :
1336   1. [efl_setting] Fix socket config defect
1337   2. [immodule] Add autoperiod, autocapital function
1338
1339
1340 ISF 2.2.4321 :
1341   1. Update for Elementary API Changes
1342
1343
1344 ISF 2.2.4314 :
1345   1. [immodule] include appropriate header
1346   2. [isf-panel-efl] Fix defect according to prevent report
1347   3. Update boilerplate
1348
1349
1350 ISF 2.2.4311 :
1351   1. [immodule] add cursor_location_set.
1352   2. [immodule] change client_canvas type
1353
1354
1355 ISF 2.2.4306 :
1356   1. [immodule] bug fix : input panel was not hidden when input_panel_hide is called during show animation is being progressed.
1357
1358
1359 ISF 2.2.4230 :
1360   1. [setting-wizard] remove icon and modify alignment of text in the navibar button
1361   2. [immodule] hide input panel instantly when context is destoryed or END key is preassed.
1362
1363
1364 ISF 2.2.4229 :
1365   1. [immodule] move IME control to immodule
1366
1367
1368 ISF 2.2.4227 :
1369   1. [setting] use default back button instead of text button
1370
1371
1372 ISF 2.2.4223 :
1373   1. apply tizen-black theme in the candidate window
1374
1375
1376 ISF 2.2.4222 :
1377   1. update for genlist API changes;
1378
1379
1380 ISF 2.2.4215 :
1381   1. update po;
1382   2. update language label (Hong Kong) and group title
1383
1384
1385 ISF 2.2.4207 :
1386   1. Fix language issue for ISE cache file;
1387   2. [isf-panel-efl] update aux scroll issue;
1388   3. Update Chinese po files;
1389
1390
1391 ISF 2.2.4131 :
1392   1. [immodule] bug fix : hide state is not delivered when ecore_imf_context_input_panel_hide is called
1393
1394
1395 ISF 2.2.4130 :
1396   1. Fix hibernation issue for ISE cache file
1397   2. Fix defects according to K9 test report
1398   3. fix defect caused by common ISE switch while setting layout in app
1399
1400
1401 ISF 2.2.4125 :
1402   1. Use ISE info cache file
1403   2. Inject key event such as tab, backspace regardless of focus for controlling UI
1404
1405
1406 ISF 2.2.4118 :
1407   1. Delete elm_dialoguegroup APIs
1408   2. Bug fix : hide/show context is passed wrong
1409
1410
1411 ISF 2.2.4104 :
1412   1. Upload the dynamic load/unload of keyboardISE
1413
1414
1415 ISF 2.2.4027 :
1416   1. [isf-setting/wizard]remove ise_option_view_back_cb()
1417   2. [isf-setting/wizard]move the ug clear up work to on_destroy() func
1418   3. [isf-panel-efl] Reset flag when candidate window is destroyed
1419   4. fix debian/rules according to mike's noticement
1420
1421
1422 ISF 2.2.4025 :
1423   1. [isf-setting/wizard] use genlist "dialogue" style
1424   2. [isf-setting] module delete move to back_cb()
1425   3. fix 2 scim-helper-launcher processes bug when boot up
1426
1427
1428 ISF 2.2.4019 :
1429   1. [isf-setting] hide "XT9" item in hw ise list
1430   2. [isf-panel-efl] fix hw/sw switch bug when reboot target with hw keyboard connected and actived
1431
1432
1433 ISF 2.2.4014 :
1434   1. [isf-setting/wizard] config read error caused bs
1435
1436
1437 ISF 2.2.4012 :
1438   1. [isf-setting/wizard] remove beat theme;
1439   2. [isf-setting/wizard] click on text to select the genlist item;
1440
1441
1442 ISF 2.2.4011 :
1443   1. [efl_immodule] Bug fix in isf_imf_context_filter_event
1444
1445
1446 ISF 2.2.4007 :
1447   1. [isf-panel-efl] Fix candidate GUI faults
1448   2. [efl_immodule] Turn on hotkey to support H/W keyboard
1449
1450
1451 ISF 2.2.4005 :
1452   1. [setting-wizard] add previous / next icon
1453   2. [setting] change genlist style
1454
1455
1456 ISF 2.2.4002 :
1457   1. [immodule] event callback bug fix;
1458   2. [immodule] add the method to get the root window even though the canvas is NULL
1459   3. [isf-setting] Fix AUTO_PERIOD bug
1460   4. [Programming Guide] write the description of the reason why ecore_imf_context_canvas_set
1461
1462
1463 ISF 2.2.3931 :
1464   1. rollback to 3923;
1465
1466
1467 ISF 2.2.3928 :
1468   1. [isf-panel-efl] Add 90 and 180 rotation support;
1469   2. [isf-setting-efl] Change dialoggroup to genlist; Add h/w listener;
1470   3. [isf-setting-efl] Use check widget instead of toggle widget; Fix tizen title_ellipsize style;
1471   4. Implementation of dynamic load/unload of keyboardISE;
1472   5. Fix c++ test defects;
1473
1474
1475 ISF 2.2.3923 :
1476   1. [isf-panel-efl] wait until window manager is launched in normal boot
1477   2. [isf-setting/wizard] fix dummy config problem
1478   3. code refactoring
1479
1480
1481 ISF 2.2.3921 :
1482   1. [isf-setting/wizard] add tizen theme
1483   2. [isf-setting/wizard] ecore_imf_context_del/add pair to fix memory issue
1484   3. [isf-setting/wizard] ecore_imf_context_init/shutdown remove
1485
1486
1487 ISF 2.2.3918 :
1488   1. [isf-panel-efl] add tizen theme
1489   2. remove trailing whitespace and tab
1490
1491
1492 ISF 2.2.3915 :
1493   1. [isf-panel-efl] change boot sequence in normal boot
1494
1495
1496 ISF 2.2.3911 :
1497   1. [isf-panel-efl] fix _ecore_main_fd_handlers_bads_rem() error log
1498   2. [setting] change Keyboard to Back for left button
1499
1500
1501 ISF 2.2.3909 :
1502   1. [isf-panel-efl] Add reload when hibernation leave
1503
1504
1505 ISF 2.2.3907 :
1506   1. Create candidate window on focus-in, delete it on focus-out event for minimizing the usage of memory
1507   2. [immodule] add canvas, window NULL check routine
1508   3. [efl_setting] Fix BS issue;
1509   4. [isf-panel-efl] Fix defect for vconf and hibernation;
1510
1511
1512 ISF 2.2.3825 :
1513   1. Fix candidate dummy window defect; Fix ISE name defect when display language is changed;
1514   2. modify h/w keyboard setting, apply title_ellipsize style
1515
1516
1517 ISF 2.2.3823 :
1518   1. add script for normal booting
1519
1520
1521 ISF 2.2.3821 :
1522   1. [isf-panel-efl] Optimize .png files
1523   2. [scim_utility] add NULL checker
1524
1525
1526 ISF 2.2.3816 :
1527   1. [isf] support imengine installed in /opt path
1528   2. [isf-panel-efl] fix locale bug
1529   3. [Programming guide] change the image of each layout
1530
1531
1532 ISF 2.2.3807 :
1533   1. [isfsetting] Rollback feature related to END KEY
1534
1535
1536 ISF 2.2.3727 :
1537   1. [isfsetting] fix isfsetting bs problem
1538   2. [isfsetting] fix KEY_END exit problem
1539   3. [isf-panel-efl] update locale info when display language is changed
1540   4. [scim-panel-agent] Fix reload command for IMControl
1541   5. [isf.sh] replace SCIM_MODULE_PATH
1542   6. [isfsetting] fix active name is blank in setting app
1543   7. [isfsetting] isfsetting bug about key_end event
1544
1545
1546 ISF 2.2.3721 :
1547   1. [scim-panel-agent] Fix the bug that mutiple common processes run will be
1548     be invoked after switching ISEs.
1549
1550
1551 ISF 2.2.3720 :
1552   1. [isf-panel-efl] change the sequence of launching common and default ISE
1553   2. [immodule] key down event is generated
1554   3. Remove hard coded png file name from src file
1555   4. change ug path and seperate the ug locale file from scim.mo
1556
1557
1558 ISF 2.2.3719 :
1559   1. Fix defects according to prevent result
1560   2. [isf-setting-wizard] Add end key event callback function
1561   3. [isf-panel-efl] Update More/Close press event
1562
1563
1564 ISF 2.2.3718 :
1565   1. i18n update
1566   2. [isfsetting] using one navigationbar
1567
1568
1569 ISF 2.2.3714 :
1570   1. Support ISEs installed in /opt path
1571
1572
1573 ISF 2.2.3713 :
1574   1. [efl_immodule] hide keyboard when END KEY is pressed
1575   2. fix libisf-bin.postinst because of vconf security
1576
1577
1578 ISF 2.2.3712 :
1579   1. [efl_setting] fix isf setting bs problem in case of no optimization
1580   2. [efl_immodule] detect bluetooth keyboard
1581   3. [isf-panel-efl] fix build error
1582   4. [demo] Change the deprecated API
1583
1584
1585 ISF 2.2.3711 :
1586   1. [efl_immodule] fix BS in C++ application;
1587
1588
1589 ISF 2.2.3707 :
1590   1. [efl_immodule] fix crash;
1591   2. [efl_immodule] fix ecore magic check bug in key_press_cb
1592   3. [isf-demo-efl] Fix BS defect
1593
1594
1595 ISF 2.2.3704 :
1596   1. [setting] item will be highlighted when it is pressed;
1597   2. [Programming guide] stk examples are modified
1598
1599
1600 ISF 2.2.3630 :
1601   1. [isf-panel-efl] Replace evas_object_hide with evas_object_move for lockup issue
1602
1603
1604 ISF 2.2.3622 :
1605   1. [setting] change UI
1606
1607
1608 ISF 2.2.3621 :
1609   1. [Programming guide] Fix example code
1610   2. [Programming guide] Add return value of key press callback
1611   3. Add libisf-bin.postinst for vconf key
1612
1613
1614 ISF 2.2.3616 :
1615   1. [isf-panel-efl] add malloc_trim
1616
1617
1618 ISF 2.2.3615 :
1619   1. [isf-setting-efl] Change the order of menu in S/W keyboard group
1620   2. Modify ISF programming guide
1621
1622
1623 ISF 2.2.3614 :
1624   1. [isf-setting-efl] Add keyboard select wizard
1625   2. Fix defects according to prevent result
1626   3. Fix isf-setting BS issue
1627   4. [efl_immodule] use idler instead of timer
1628   5. [isf-demo-efk] add test code related to language
1629
1630
1631 ISF 2.2.3613 :
1632   1. [isf-panel-efl] runtime memory optimization
1633   2. [isf-immodule-efl] fix crash related to timer
1634
1635
1636 ISF 2.2.3610 :
1637   1. [isfsetting-ug] 'Quit' -> 'Back' in left button of navigationbar
1638
1639
1640 ISF 2.2.3609 :
1641   1. [isf-panel-efl] defer to create candidate window until hibernation leave
1642   2. modify Makefile.am files in each directory
1643
1644
1645 ISF 2.2.3606 :
1646   1. apply as-needed option;
1647
1648
1649 ISF 2.2.3601 :
1650   1. Change the initial ise when the initial ise in global files doesn't exist
1651   2. Fix ISF programming guide document
1652
1653
1654 ISF 2.2.3526 :
1655   1. Fix loading added keyboard ISE issue;
1656   2. Update isf-demo-efl for layout test;
1657   3. [efl_immodule] fix attribute;
1658   4. Add image of private key set in ISF programming guide
1659
1660
1661 ISF 2.2.3523 :
1662   1. Use common ISE;
1663   2. Support new ISE installation for hibernation booting;
1664   3. Fix defects according to prevent result;
1665   4. add ise_context.h
1666   5. Change hibernation ready key
1667
1668
1669 ISF 2.2.3522 :
1670   1. [efl_immodule] support attribute of imengine;
1671
1672
1673 ISF 2.2.3518 :
1674   1. Add idm source codes;
1675   2. Cleanup source codes for LiMo Contribution;
1676   3. Update contacts;
1677   4. [efl_panel] Fix "More" button highlight defect;
1678
1679
1680 ISF 2.2.3515 :
1681   1. set hibernation ready flag in vconf
1682   2. [efl_immodule] commit preedit string when mouse down event is occured
1683
1684
1685 ISF 2.2.3509 :
1686   1. add set_ise_language for supporting password mode
1687
1688
1689 ISF 2.2.3508 :
1690   1. Modify ISF Programming guide
1691
1692
1693 ISF 2.2.3504 :
1694   1. [isf-panel-efl] Modify hibernation_leave callback
1695
1696
1697 ISF 2.2.3503 :
1698
1699   1. [isf-panel-efl] Revert isf-panel-efl.desktop
1700   2. [STK] set autoperiod, autocapital to root window's property
1701
1702
1703 ISF 2.2.3502 :
1704   1. [isf-panel-efl] support hibernation
1705   2. [isf-panel-efl] set ELM_ENGINE, ELM_FPS to avoid to use gles backend
1706   3. [efl_immodule] fix 3rd parameter in preedit_string_get
1707   4. Change /usr/lib/scim-1.0/ to /opt/lib/scim-1.0, change /usr/share/scim to /opt/share/scim
1708   5. Update for LiMo Contribution
1709
1710
1711 ISF 2.2.3427 :
1712   1. Modify ISF Programming guide
1713   2. remove evas_font_path_prepend from isf-panel-efl
1714
1715
1716 ISF 2.2.3421 :
1717   1. Use evas_font_path_prepend;
1718
1719
1720 ISF 2.2.3418 :
1721   1. Add each layout image in doxygen;
1722
1723
1724 ISF 2.2.3413 :
1725   1. [setting] add autocapital, autoperiod option menu;
1726   2. [efl_immodule] change return type;
1727   3. Change font : GT font -> SLP:style=medium;
1728
1729
1730 ISF 2.2.3406 :
1731   1. Add libisf-bin.postinst for gtkimmodule;
1732
1733
1734 ISF 2.2.3330 :
1735   1. Fix build error related to the change of Ecore_IMF;
1736
1737
1738 ISF 2.2.3328 :
1739   1. Set window role for not using effect;
1740
1741
1742 ISF 2.2.3327 :
1743   1. Bug fix about back button in isfsetting;
1744
1745
1746 ISF 2.2.3317 :
1747   1. Support autocapital, autoperiod;
1748
1749
1750 ISF 2.2.3310 :
1751   1. Fix for EFL 1.0 alpha;
1752   2. efl_immodule refactoring;
1753
1754
1755 ISF 2.2.3307 :
1756   1. Fix isfsetting;
1757
1758
1759 ISF 2.2.3307 :
1760   1. Add multi-selected ISEs function in efl-setting;
1761   2. [isf-demo-stk] fix build error;
1762
1763
1764 ISF 2.2.3301 :
1765   1. [isfsetting] fix for i18n;
1766   2. [efl_immodule] Bug fix : key up event
1767   3. [isf-demo-efl] add example code about IP layout
1768
1769
1770 ISF 2.2.3231 :
1771   1. [isf-demo-stk] fix build errors for stk_main_window_new () and so on;
1772
1773
1774 ISF 2.2.3225 :
1775   1. [isf-demo-efl] code refactoring;
1776   2. [isf-demo-efl] add MONTH, NUMBERONLY layout test code;
1777   3. [isf-demo-stk] add IP, MONTH, NUMBERONLY Layout;
1778   4. Added experimental modification for avoiding multiple scim process problem;
1779   5. [isfsetting] set background;
1780   6. Remove GTK word from IMControl;
1781
1782
1783 ISF 2.2.3219 :
1784   1. Fix the bug not to install libui-isfsetting-efl.so;
1785   2. Update efl_setting;
1786
1787
1788 ISF 2.2.3218 :
1789   1. Update candidate images for beat;
1790   2. Update efl_setting according to Beat GUI PPT;
1791
1792
1793 ISF 2.2.3207 :
1794   1. Remove kessler ELM_THEME and intl folder;
1795   2. Update efl_setting according to appcore change;
1796   3. Remove applog from efl_setting;
1797
1798
1799 ISF 2.2.3202 :
1800   1. Add hardware keyboard support;
1801   2. Remove unused functions of efl_immodule;
1802
1803
1804 ISF 2.2.3120 :
1805   1. Change deprecated Ecore_IMF API in isf_imf_context
1806   2. Fix rotating code in isf-demo-efl
1807
1808
1809 ISF 2.2.3112 :
1810   1. Fix the routine about event_callback_add;
1811   2. Modify isf-demo-efl example code;
1812   3. Bug fix about event_callback_add and event_callback_del
1813
1814
1815 ISF 2.2.3108 :
1816   1. Support revised Ecore_IMF;
1817
1818
1819 ISF 2.2.3107 :
1820   1. Fix defects according to klocwork report and c++ test report;
1821   2. Update isf-panel-efl for multi-resolution;
1822
1823
1824 ISF 2.2.3025 :
1825   1. Fix defects according to klocwork report;
1826   2. Add ingroup and defgroup;
1827
1828
1829 ISF 2.2.3017 :
1830   1. Change font name to "GT45_ArabCJK_TouchWiz" in isf_panel_efl.cpp;
1831   2. Update isf-demo for build issue;
1832   3. Fix defects according to klocwork report;
1833   4. Add comments;
1834
1835
1836 ISF 2.2.3011 :
1837   1. Update efl_setting for share gadget;
1838   2. Update isf-demo-stk for build issue;
1839
1840
1841 ISF 2.2.3004 :
1842   1. Change appfwk to appcore;
1843   2. Remove "app-fwk.h";
1844
1845
1846 ISF 2.2.3002 :
1847   1. Update isf_imf_context.cpp to fix backspace problem;
1848   2. Add comments;
1849   3. Fix one defect for isf-setting-efl;
1850
1851
1852 ISF 2.2.2930 :
1853   1. Rollback to 2.2.2919 because of backspace problem;
1854
1855
1856 ISF 2.2.2928 :
1857   1. Fix defects according to prevent and klocwork result;
1858   2. Add logs in scim_panel_client.cpp;
1859
1860 ISF 2.2.2919 :
1861   1. Fix to problem not to find vconf.h;
1862
1863
1864 ISF 2.2.2913 :
1865   1. Fix candidate window resize issue;
1866   2. Add CUSTOM1_CANDIDATE_STYLE;
1867   3. Add isf-demo-stk;
1868
1869
1870 ISF 2.2.2906 :
1871   1. Fix candidate scrolling defect;
1872   2. Merge aux window into candidate window;
1873   3. Update isf-demo-efl;
1874   4. Remove idm directory;
1875   5. Fix preedit cursor position defect;
1876
1877
1878 ISF 2.2.2822 :
1879   1. Update isf_imf_context.cpp for focused IC;
1880   2. Fix aux select issue;
1881   3. Add more window for Chinese ISE;
1882   4. Fix cursor position can not updated when commit string;
1883   5. Add ISE switch function from ISE window;
1884
1885
1886 ISF 2.2.2819 :
1887   1. Update isf_imf_context.cpp;
1888
1889
1890 ISF 2.2.2815 :
1891   1. Update isf_panel_efl.cpp;
1892
1893
1894 ISF 2.2.2807 :
1895   1. Fix the issue that char is displaying twice in RSS;
1896   2. Hide ISE when application is crashed;
1897   3. Update isf-setting;
1898
1899
1900 ISF 2.2.2801 :
1901   1. Update isf-setting and isf_candidate.edc;
1902   2. Remove unused source codes from isf_panel_efl.cpp;
1903
1904
1905 ISF 2.2.2723 :
1906   1. Change how to grab key
1907
1908 ISF 2.2.2722 :
1909   1. Fix isfsetting bug;
1910   2. Fix isf-panel-efl memory leak issue;
1911
1912 ISF 2.2.2717 :
1913   1. Add elementary dependency in isf-imf-module
1914   2. Append transparent rectangle to avoid overwrapping with softkey
1915
1916 ISF 2.2.2716 :
1917   1. Fix isfsetting bug;
1918   2. Update candidate positon when indicator and candidate are overlapped;
1919
1920
1921 ISF 2.2.2711 :
1922   1. Change isfsetting into shared gadget;
1923   2. Change ISF theme from pantheon to kessler;
1924   3. Fix candidate background defect;
1925   4. Update Chinese ISE;
1926
1927
1928 ISF 2.2.2704 :
1929   1. Update IMControl;
1930   2. Add multi-candidates for each row of candidate UI;
1931   3. Update isf-setting;
1932   4. Fix defects according to prevent report;
1933
1934
1935 ISF 2.2.2625 :
1936   1. Update IMControl;
1937   2. Add candidate auto-adjust location and landscape mode;
1938   3. Add HelperAgent::update_input_context, remove two unused APIs;
1939   4. Update isf-setting;
1940   5. Update Chinese ISE;
1941
1942
1943 ISF 2.2.2610 :
1944   1. Add libisf-dbg;
1945   2. Update isf-setting;
1946   3. Update candidate aux for Chinese ISE;
1947
1948
1949 ISF 2.2.2609 :
1950   1. Update isf-setting;
1951   2. Update isf_panel_efl.cpp for aux;
1952
1953
1954 ISF 2.2.2608 :
1955   1. Remove UI_softkey, UI_titlebar and so on from isf-setting;
1956
1957
1958 ISF 2.2.2607 :
1959   1. Update isf-setting for BS issue when press "Back";
1960
1961
1962 ISF 2.2.2605 :
1963   1. Update isf-setting;
1964   2. Update isf_event_demo.cpp
1965
1966
1967 ISF 2.2.2604 :
1968   1. Update isf_imf_context.cpp for Home ane End keyevent;
1969
1970
1971 ISF 2.2.2603 :
1972   1. Update isf-setting;
1973
1974
1975 ISF 2.2.2602 :
1976   1. Update language po files;
1977
1978
1979 ISF 2.2.2601 :
1980   1. Update language po files;
1981   2. Update efl_setting;
1982
1983
1984 ISF 2.2.2530 :
1985   1. Add SYSLOG for ISF launching;
1986
1987
1988 ISF 2.2.2529 :
1989   1. Add GTK in ISF depends;
1990
1991
1992 ISF 2.2.2528 :
1993   1. Fix BlueScreen issue when switching ISEs;
1994   2. Update aux UI of candidate;
1995
1996
1997 ISF 2.2.2526 :
1998   1. Update isfimcontrolapi.cpp;
1999   2. Change SLP functions according to KHQ release;
2000   3. Update chinese ISE;
2001   4. Add fifty one alpha languages in xt9 ISE;
2002   5. Add setup module in input-pad ISE;
2003
2004
2005 ISF 2.2.2523 :
2006   1. Update efl_setting;
2007   2. Update xt9/xt9chinese/chinese ISEs;
2008
2009
2010 ISF 2.2.2522 :
2011   1. Fix isf_demo crash issue;
2012   2. Fix issue of candidate window shows on lock screen;
2013   3. Update isf-setting;
2014   4. Support candidate window move according to cursor position;
2015
2016
2017 ISF 2.2.2520 :
2018   1. Update isf_demo;
2019   2. Add isf_imf_context_preedit_string_get () in efl_immodule;
2020
2021
2022 ISF 2.2.2515 :
2023   1. Update isf_setting;
2024   2. Update isf_candidate.edc;
2025   3. Fix one defect for IM Control;
2026
2027
2028 ISF 2.2.2514 :
2029   1. Add efl_setting;
2030
2031
2032 ISF 2.2.2513 :
2033   1. Fix browser crash issue;
2034
2035
2036 ISF 2.0.2513 :
2037   1. Add PORTRAIT_VERTICAL_CANDIDATE_MODE for EFL candidate UI;
2038   2. Fix two candidate defects;
2039   3. Update IMControl functions;
2040   4. Update keyboard ise when application calls get_ise_list ();
2041   5. Update xt9 ise;
2042   6. Add xt9_chinese ISE and Chinese ISE;
2043
2044
2045 ISF 2.0.2506 :
2046   1. Seperate isf package to libisf-bin and libisf-dev;
2047   2. Add aux string in EFL candidate UI;
2048   3. Remove Ecore_X_Rectangle related functions in IMControl;
2049   4. Update ise list when application calls get_ise_list ();
2050
2051
2052 ISF 2.0.2429 :
2053   1. Add new functions in IMControl;
2054
2055
2056 ISF 2.0.2424 :
2057   1. Add IMControl in efl_immodule;
2058   2. Fix the issue that ISF/ISE are activated twice by application;
2059   3. Set pantheon as Candidate UI theme;
2060
2061
2062 ISF 2.0.2422 :
2063   1. Fix the issue that space cannot be input;
2064   2. Move PanelAgent thread into main thread;
2065   3. Provide temp candidate UI;
2066
2067
2068 ISF 2.0.2418 :
2069   1. Fix some EFL IMModule's bugs;
2070   2. Update EFL panel;
2071   3. Set European ISE as default ISE;
2072
2073
2074 ISF 2.0.2414 :
2075   1. isf_panel_efl.cpp is written by EFL, isf-panel-efl process can run;
2076   2. Set input-pad ISE as default ISE;
2077   3. Fix one EFL IMModule's bug;
2078   4. Add EFL supporting in input-pad ISE;
2079   5. Fix XT9 ISE error in Aquila simulator environment;
2080   6. Update ISF debian files;
2081
2082
2083 ISF 2.0.2403 :
2084   1. Begin to porting ISF into slp 2.0 platform;
2085   2. Add EFL Panel and EFL IMModule;
2086
2087
2088 ISF 1.0.2226 :
2089   1. Remove New ISEs related source codes;
2090   2. Remove uncessary source codes for scim-panel-gtk;
2091   3. Update ISF according to review result;
2092   4. Fix one candudate UI defect;
2093   5. Merge KHQ ISF;
2094
2095
2096 ISF 1.0.2219 :
2097   1. Add 200ms timer to show candidate for volans target;
2098   2. Fix two PanelAgent defects for Gesture ISE;
2099   3. This is the final version for volans target;
2100
2101
2102 ISF 1.0.2125 :
2103   1. Add check condition for panel_agent->stop () and config->flush ();
2104   2. Adjust helper manager reconnection number from 6 to 200;
2105   3. Improve focus-in speed in gtkimcontextscim.cpp;
2106   4. Update xt9 ISE;
2107   5. This is the final version for protector target;
2108
2109
2110 ISF 1.0.2110 :
2111   1. Fix memory leak when scim-launcher and scim-panel-gtk exit;
2112   2. Add isf-log to enable/disable ISF log online;
2113   3. Set PanelAgent to non-block mode;
2114   4. Improve input speed for embedded editor;
2115   5. Update xt9 ISE;
2116
2117
2118 ISF 1.0.2031 :
2119   1. Fix defects according to prevent result;
2120   2. Update xt9 ISE;
2121
2122
2123 ISF 1.0.2025 :
2124   1. Fix defects according to prevent result;
2125   2. Improve input speed;
2126   3. Update xt9 ISE;
2127
2128
2129 ISF 1.0.2018 :
2130   1. Remove redundant source codes for candidate window;
2131   2. Fix two memory leak issues for scim-panel-gtk exception;
2132   3. Change preedit fg color and bg color according to theme color;
2133   4. Update xt9 ISE;
2134
2135
2136 ISF 1.0.2010 :
2137   1. Reduce booting time of scim and scim-panel-gtk;
2138   2. Fix defects according to prevent result;
2139
2140
2141 ISF 1.0.2003 :
2142   1. Change candidate background color;
2143   2. Remove scim_get_newise_module_list from scim.cpp and scim_panel_gtk.cpp;
2144   3. Fix the issue (control panel can not be showed in target);
2145   4. Show candidate window when update candidate string;
2146   5. xt9 ISE : fixed auto-substitution function;
2147   6. xt9 ISE : fixed only english char committed defect, when the input sequence char length exceeds 72;
2148   7. xt9 ISE : fixed defect of inexplicable string to be displayed, when using delete key to remove all normal input sequence chars;
2149
2150
2151 ISF 1.0.1928 :
2152   1. Fix defects according to prevent result;
2153   2. Fix XT9 config reload issue;
2154   3. Reduce gtkimcontextscim loading time;
2155   4. Update candidate according to GUI spec;
2156   5. Remove unnessary ISE_SHOWED message;
2157   6. Change dynamic_cast to static_cast for scim_signals;
2158   7. Update xt9 ISE;
2159
2160
2161 ISF 1.0.1920 :
2162   1. Fix two "preedit-changed" issue;
2163   2. Removing unnessary ACK message;
2164   3. Fix the issue "When using GtkIMEmbeddedEditor, clicking the hide button of ISE does not refresh the app window."
2165   4. Fix HelperAgent memory leak issue;
2166   5. Update candidate UI;
2167   6. Change candidate display method;
2168   7. Update xt9 ISE;
2169
2170
2171 ISF 1.0.1913 :
2172   1. Support ISE without GtkSocket/GtkPlug;
2173   2. Update xt9 and input-pad ISE;
2174
2175
2176 ISF 1.0.1906 :
2177   1. Remove gtk_im_context_scim_set_ime_window_rectangle;
2178   2. Add XT9 option subscribe in scim-panel-gtk;
2179   3. Update xt9 and input-pad ISE;
2180
2181
2182 ISF 1.0.1829 :
2183   1. Add macro "USING_ISF_MAINWINDOW_AUTOSCROLL";
2184   2. Add gtk_im_context_scim_set_ime_window_rectangle;
2185   3. Update xt9 ISE;
2186
2187
2188 ISF 1.0.1828 :
2189   1. Fix build errors for volans;
2190   2. Improve candidate scroll;
2191   3. Update xt9 ISE;
2192
2193
2194 ISF 1.0.1825 :
2195   1. Fix candidate flick issue;
2196   2. Remove debug information;
2197   3. Update xt9 ISE;
2198
2199
2200 ISF 1.0.1822 :
2201   1. Add landscape mode supporting for candidate UI;
2202   2. Update xt9, handwriting and input-pad ISEs;
2203
2204
2205 ISF 1.0.1819 :
2206   1. Fix memory leak issue for HelperAgent;
2207   2. Change HelperAgent IPC from block mode to non-block mode;
2208   3. Change read_from_socket's timeout from infinity to 3 seconds;
2209   4. Change ISM_TRAN_CMD_SET_ISE_SCREEN_DIRECTION to ISM_TRANS_CMD_SET_ISE_SCREEN_DIRECTION;
2210   5. Optimize candidate moving;
2211   6. Set mfc-now as default helper ISE;
2212   7. Update xt9, and input-pad ISEs;
2213   8. Add moakey-chinese ISE (It should work with Chinese pinyin keyboard ISE);
2214
2215
2216 ISF 1.0.1815 :
2217   1. Fix one dead lock issue and memory leak issue for PanelAgent;
2218   2. Add HelperAgent::get_candidate_window_rect (const String &uuid) and update_candidate_rect signal;
2219   3. Add reset_ise_context signal and set_screen_direction signal for helper ISE;
2220   4. Improve candidate UI for height and scroll bar;
2221   5. Set xt9 as default keyboard ISE and set now+ as default helper ISE;
2222   6. Update xt9, now+, handwriting and input-pad ISEs;
2223
2224
2225 ISF 1.0.1810 :
2226   1. Fix one issue for Helper ISE restart;
2227   2. Add HelperAgent::set_candidate_position (int left, int top) and HelperAgent::candidate_hide ();
2228   3. Fix one language setting issue;
2229   4. Fix one issue for gtk_ise_set_active_ise_by_uuid;
2230   5. Improve key event process of panel_slot_process_key_event ();
2231   6. Update handwriting, XT9 and input-pad ISEs;
2232   7. Add gesture and now+ ISEs;
2233
2234
2235 ISF 1.0.1721 :
2236   1. Fix embedded editor issue;
2237   2. Support that helper ISE sends key event to Non-GTKIMContext application;
2238   3. Support shared ISE for all entrys;
2239       We can set shared ISE to true or false by "/FrontEnd/SharedInputMethod" of config file "isf/ism/configs/config"
2240   4. Fix some bugs for ISF;
2241   5. Update handwriting, XT9 and input-pad ISEs;
2242
2243
2244 ISF 1.0.1710 :
2245   1. Update handwriting, xt9 and input-pad ISEs;
2246   2. Update PanelAgent for context management;
2247   3. Fix one issue for candidate position;
2248   4. Fix one issue for default ise starting;
2249
2250
2251 ISF 1.0.1703 :
2252   1. Update handwriting, xt9 and input-pad ISEs;
2253   2. Change get_candidate_ui (), get_keyboard_ise () and get_keyboard_ise_list () for HelperAgent and PanelAgent;
2254   3. Update ISF for xt9 language;
2255   4. Fix 2 bugs for ISF;
2256
2257
2258 ISF 1.0.1626 :
2259   1. Add postrm.in for automaticlly remove "/usr/lib/scim-1.0" when uninstall isf*.ipk.
2260   2. Update ISF.
2261   3. Fix bugs for input-pad and pinyin.
2262   4. Update handwriting for using ISF 2.0 candidate.
2263   5. Add XT9 ISE
2264
2265
2266 ISF 1.0.1621 :
2267   1. Add isf.pc.in for ISF version management, current ISF version is 1.0.1621;
2268      After you build and install isf, you can run below command to find ISF version.
2269               [sbox-floater-i686: ~] > pkg-config isf --modversion
2270               1.0.1621
2271   2. Change HelperAgent::set_keyboard_ise () to HelperAgent::set_keyboard_ise_by_name (), add HelperAgent::set_keyboard_ise_by_uuid ();
2272      Update input-pad for this modification;
2273   3. Add ISM_ISE_HIDE_IN_CONTROL_PANEL for helper ISE option;
2274   4. Fix one bug for control panel;