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