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