2 1. Fix defects according to prevent report
3 2. [setting] separate ug package to support osp setting
7 1. [immodule] support layout variation
8 2. [demo] Add demo for a variety of layout variations
9 3. [setting] item should not be highlighted on dragging
10 4. [immodule] avoid to send focus-in in the input panel disabled context
14 1. [immodule] reset input panel state if state callback will not be called in 5 seconds
15 2. [panel] fix rotation error of candidate window
16 3. Fix socket read timeout
20 1. [panel] Request to hide ISE before stop helper ISE
21 2. [panel] fix default ISE launching issue
22 3. [panel] add log in booting time
23 4. set default input language in vconf
27 1. Add visibility gcc options
31 1. [isf-panel-efl] Update aux style
32 2. Fix path for 3rd ISE development
33 3. [immodule] Update context counter in order to avoid same ic for different app
34 4. [immodule] Allow prediction as default in case of EMAIL and URL layout
35 5. [panel] launch default IME when appservice is equal to 1
39 1. [setting] change separate and dialogue style
43 1. fix delete/get_surrounding_text call sequence problem
47 1. [isf-panel-efl] remove ui_create_candidate_window() in slot_set_keyboard_ise
48 2. [panel] fix bug panel hasn't handled onnection during booting
52 1. [demo] change code for implementing editfield
56 1. Split SMACK rule from manifest file
58 3. [panel] Check X display to avoid crash
62 1. [systemd] Fix Smack labels for systemd units
63 2. [isfcontrol] Add isf_control_set_active_ise_to_default API
64 3. [panel] Modified the keyboard size to be 0 when OFF mode specified
65 4. [panel] set keyboard state and geometry in only window not zone
66 5. Add Esperanto and Sindhi language.
67 6. IME won't be hidden when lockscreen appears
71 1. [panel] Add monitor for active ISE file
75 1. [panel] Add timer for system status check function, move elm_init() position
76 2. Update control APIs for C application
80 1. change smack label about app_loging
81 2. add svi-data, sound_server, sys-assert rule in manifest
85 1. [demo] IME will be hidden when back key in naviframe is pressed
86 2. add smack rule for shared library
87 3. [immodule] input panel event callback is moved into ecore_imf
91 1. fix: "onoff" style genlist item, drag the check button to enable/disable
92 2. [immodule] IME will be hidden when END_KEY is released.
100 1. modify isf.manifest to give permission for the executable files
104 1. [isf-panel-efl] Fix 'v' button issue
105 2. [immodule] display warning in case that mouse up event occurs without focus
106 3. [immodule] fix bug hide event callback is delivered when canvas lost focus and IME is already hidden state
107 4. [panel] set vconf value for power management
108 5. [panel] set transient_for before showing window
112 1. [setting] on_pause on_resume function update
113 2. Set app privilege for scim process
114 3. change trigger hotkey to shift+space according to H/W keyboard UI guide
115 4. Check hardware keyboard when update ISE information
116 5. [isf-panel-efl] Update candidate window resize
117 6. [isf-panel-efl ] Added code for sending GEOMETRY_EVENT when there is a change
118 7. [immodule] display the language on the notification bar when trigger key is pressed.
122 1. Launch initial ISE when active soft ISE is removed
126 1. [isf-panel-efl] Call config->reload () in PanelAgent reload slot fucntion
130 1. [panel] fix logic to create control window
131 2. [immodule] fix bug preedit doesn't appear sometimes
135 1. [immodule] fix bug not to send will hide ack
139 1. [setting] fix: reset couldn't work well
140 2. The feature for synchronization with window manager newly added
144 1. [immodule] display a variety of event logs in dlog
145 2. [immodule] change input panel state when root window property is changed
146 3. [immodule] fix bug that language information hasn't be transfered in ISE Context.
147 4. [demo] Add language demo
148 5. fix for GCC 4.7 build
152 1. ignore input panel event when hardware keyboard is connected.
153 2. [immodule] Add dlog related to conformant status and geometry information
154 3. [immodule] Use notification library instead of syspopup
158 1. Remove unused ISF logs
159 2. fix memory leak related to ecore_x_e_window_profile_get
163 1. [immodule] Compare window ID in X window focus out callback function
167 1. [immodule] Hide IME after rendering conformant area
168 2. [immodule] add X window focus out handler for X based application
172 1. [panel] Call elm_win_raise () when expand button is clicked
173 2. Update boilerplate
177 1. [immodule] use ecore_imf API to show or hide for debugging easily.
178 2. [panel] fix candidate window blink issue when candidate window is expanded.
182 1. change boilerplate
183 2. [immodule] use dlog for printing error
187 1. [immodule] Add interface to get imdata from isf_imf_context
188 2. [demo] Add changed and preedit,changed event
189 3. [immodule] fix bug state is changed to WILL_SHOW when ecore_imf_context_input_panel_show is called after IME is already s
190 4. [immodule] refactoring
191 5. Hide IME in case of Search, Go, Login, Signin, Join Return key type
195 1. Fix P130104-1615: toplevel window ID need be set when focus in
198 1. Add set_candidate_style () for keyboard ISE
199 2. Fix bug of ecore_imf_context_input_panel_imdata_get ()
203 1. [panel] Fix N_SE-17126: ecore_x_icccm_transient_for_set set wrong parent window id
207 1. [panel] Change font name to 'Tizen'
208 2. [immodule] fix bug wrong context is used when IME is hidden by flick gesture
209 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
210 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
214 1. When target is rotated, donot show candidate window until ISE send ECORE_IMF_INPUT_PANEL_STATE_SHOW
215 2. [isf-panel-efl] use elm_win_prop_focus_skip_set ()
216 3. Fix H/W keyboard engine selection issue in case of Japanese IME
220 1. Fix initial ISE reading issue
221 2. Fix bug not to hide IME when ecore_imf_context_del is called
225 1. Implement ISF control feature
226 2. fix PLM bug:isfsetting ug indicator problem
230 1. [immodule] refine log format
234 1. [gtkimmodule] Fix the issue 'Unable to input Chinese characters in Firefox or Thunderbird.'
235 2. [gtkimmodule] Fix the issue 'can't type in password field of chromium browser'
236 3. fix gtk immodule build error
240 1. [immodule] Fix P121127-4709: Add cursor position checking
244 1. [immodule] Set correct ic for input_panel_show () and input_panel_hide ()
245 2. [immodule] Fix prevent issue. c_str() returns temporary pointer
246 3. [immodule] Remove unused code
250 1. [immodule] Fix BS issue
254 1. [immodule] Add focus_in and focus_out for IMControl
255 2. Add ISF logs for no-ise-launching-at-first-boot in emulator
259 1. [immodule] Set using_ic in _event_callback_call
263 1. Add set_imdata () for keyboard ISE
264 2. Add update_displayed_candidate_number, candidate_more_window_show, candidate_more_window_hide for keyboard ISE
265 3. [isf-setting] fix the setup module reload issue
266 4. fix PLM P121127-0347: focusable description item
267 5. Fix memory leak when show ISE panel
268 6. Remove ISF log when load/unload ISE module
269 7. [immodule] Replace XKeycodeToKeysym () with XkbKeycodeToKeysym ()
273 1. Add update_cursor_position () for keyboard ISE
274 2. Disable check datasum feature for socket to reduce socket transmission delay
275 3. Fix issue N_SE-13248 candiate show inproperly when keyboard is connected
279 1. Donot create candidate window when focus in
280 2. [immodule] reduce time to process autocapital
284 1. Add expand_candidate (), contract_candidate () and update_candidate_item_layout () for keyboard ISE;
288 1. [demo] Use virtualkeypad,state,* smart callback of conformant
289 2. [demo] add a variety of layout in focus movement for test
290 3. create /etc/scim/conf directory for CSC
294 1. [demo] add focus movement on pressing 'next' button
295 2. [isf-setting] format and clean source codes && fix information item layout problem
296 3. Add Hangul key as trigger event key
297 4. [immodule] keep the lastest input method even though focus is changed
298 5. Add FLOATING_CANDIDATE_WINDOW in HelperAgent::set_candidate_style ()
303 2. Add set_path_info function to HelperModule to support OSP based keyboard
304 3. Add ISF log file to record keyboard ISE and helper ISE load/unload
308 1. Explicitly unload module before helper ISE process is finished
309 2. [isf-demo-efl] Apply indicator change
313 1.fix PLM P121107-5543 po problem
317 1.load_config before create_ui for ise setup module
321 1. [isf_imf_context] fix issue N_SE-11810: ise dose not show when H/W keyboard is disconnected
325 1. [isf-setting] Update hardware keyboard after software keyboard is changed
329 1. [isf-imf-context] Hide preedit string when soft ISE commit string
330 2. [isf-imf-context] Move reset () after panel_req_focus_in ()
331 3. fix Nabi issue N_SE-10561 and the setting part problem of N_SE-11100
335 1. [isf-setting] Fix reset defect when hardware keyboard is connected
339 1. Add color style of preedit feature
343 1. Remove request field in the manifest according to the security team's request
344 2. [isf-imf-context] Donot force to commit string in isf_imf_context_reset ()
348 1. Remove heynoti about hibernation
353 1. apply smack manifest
357 1. [isf-panel-efl] Donot show candidate when update lookup table
358 2. Remove unused source codes
359 3. Use /home for the datadir instead of /opt/home
363 1. Added urgent features that OSP applications need
364 2. install license file in /usr/share/license
368 1. [immodule] add spanish punctuations
369 2. Add IMEngineOption and get_option () for keyboard ISE
370 3. Add/install a systemd service file; package initscript symlinks
371 4. [demo] add code to use ecore_x_e_virtual_keyboard_state_get
375 1. Fixed autocapital issue:signal_connect_set_caps_mode not call when prediction ON
379 1. [isf-panel-efl] Add checking condition when change factory
383 1. Support candidate showing when target is rotated
387 1. Change S42isf-panel-efl to S47isf-panel-efl
388 2. [setting] update po files
392 1. Add reset_keyboard_ise () in HelperAgent class
396 1. [immodule] do not show or hide ISE in case of desktop mode
397 2. [setting] update po files to fix autocapital translation
398 3. [setting] Change default mode of autocapital option
399 4. [demo] add SIGNIN type
400 5. [isf-panel-efl] Update candidate displaying
404 1. [isf-panel-efl] Hide "v" button when only one line candidates
405 2. [isf-setting-efl] Add padding at bottom
409 1. [isf-panel-efl] Fix input panel geometry defect when target is rotating
410 2. Add notification of which keyboard ISE is selected by hotkey
414 1. [immodule] add cursor position in Ise_Context structure
415 2. [immodule] disable prediction in TERMINAL layout
419 1. fix if no option for ise , disable the ise option item instead of popup.
420 2. [setting] fix typo
424 1. [isf-panel-efl] Add longpress event for soft ISE.
428 1. [immodule] fix bug not to call hide event callback when context is deleted.
432 1. Add set_candidate_style () method for HelperAgent class
436 1. [isf-panel-efl] Update input panel geometry when soft ISE is hidden
437 2. [isf_imf_context] Remove unused start_default_ise
438 3. [immodule] fix bug that affect to receive any event of other window
439 4. [setting] display fullstop menu optionally
443 1. Add update_preedit_caret method for HelperAgent class
447 1. Add expand/contract candidate APIs for soft ISE
451 1. [isf_imf_context] Fix forward_key_event defect
455 1. [isf-panel-efl] Improve autoscroll performance for elm_conformant widget
456 2. [isf_imf_context] Call set_layout when turn on
457 3. [isf-panel-efl] Remove elm_win_raise ()
458 4. [isf_imf_context] Remove reset_option ()
462 1. Add set_layout for IMEngineInstanceBase
463 2. [scim_x11_frontend] Implement preedit function for helper ISE
467 1. Reverse arrow image for USB keyboard > ON
468 2. Update CommonLookupTable for add_attributes () and remove_attributes ()
472 1. [isf-panel-efl] Add ForeGround color and BackGround color
476 1. [immodule] fix bug related to input_panel_event_callback_del
477 2. add Ecore_X.h in ise_context.h
481 1. [immodule] supplement dlog
482 2. [immodule] remove code to handle 'HOME' key
486 1. fix candidate window doesn't show when BT keyboard is connected.
487 2. [isf-panel-efl] Update input panel geometry
491 1. [immodule] fix extended latin character input issue
495 1. [isf-panel-efl] Update rule for highlight item
496 2. [isf-panel-efl] Fix panel geometry defect
500 1. [immodule] add client X window ID in ise_context structure
501 2. [isf-panel-efl] Fix autoscroll defect
505 1. [isf-panel-efl] Implement fixed style;
506 2. [immodule] fix autocapital inssue in preediting
510 1. Update panel according to [Tizen_720x1280]Textinput GUI_v0.6_120426.ppt;
514 1. Change autocapital, autoperiod vconf key name
518 1. Replace hibernation vconf key with file
519 2. Fix default ISE random defect
523 1. remove input_lang vconf key
524 2. Use process key event of IMEngine instead of evas_event_feed
525 3. remove 'scim -d' in /etc/init.d/isf-panel-efl boot script
529 1. execute 'scim -d' in /etc/init.d/isf-panel-efl script for reducing booting time
533 1. Function keys event use XSendEvent
537 1. bug fix : not to insert some language such as japanese, russian
541 1. Update text in setting according to UI guide 2.4
545 1. set ECORE_IMF_MODULE explicitly
553 1. [isf-setting-efl] Add hardware ise option
554 2. [isf-panel-efl] Remove disable language related source codes
555 3. [isf-demo-efl] Format text
556 4. Update en.po for Keyboard option
557 5. Set environment variable for GTK, X application
561 1. Remove theme vconf key
562 2. Update programming guide
566 1. Bug fix : uppercase letter wasn't inserted.
570 1. Enable X11 frontend for support Mobile PC
571 2. Set prediction allow as FALSE in case of EMAIL and URL layout
572 3. Use X key event to generate ecore key event
576 1. Add self-recovery feature;
577 2. Fix ABI issue in scim_imengine.h;
581 1. set prediction allow as FALSE in case of password mode
582 2. cleanup even though immodule unloads abnormally
586 1. support autoperiod in webkit based editor
590 1. fix shift key blink issue related to autocapital
594 1. Fix bug input panel doesn't hide
595 2. Use private vconfkey
601 2. Remove VCONFKEY_ISF_INPUT_LANG_STR
609 1. Add password_mode for soft ISE
610 2. Check duplicated ise_show request
611 3. bug fix: wrong context was passed when IME is swept down
615 1. Add prediction_allow for soft ISE
619 1. [immodule] bug fix about ise_show
620 2. [setting] disable autocapital option when H/W keyboard is detected.
624 1. [immodule] check the status of ISE
625 2. remove isf-panel-efl.desktop
629 1. Code cleanup for scim_helper.h and scim_helper.cpp
630 2. [isf-setting-efl] Remove hard codes for XT9 ISE
631 3. [immodule] fix bug : input_panel_show is called twice
632 4. [isf-setting-efl] Rename setup module name for soft ISE
633 5. [immodule] fix bug : candidate widnow sometimes covers compositing string
637 1. fix bug related to XSelectInput
641 1. Add notification feature for candidate window
642 2. Add isf_imf_context_candidate_window_geometry_get ()
643 3. Add isf_imf_context_input_panel_language_locale_get ()
644 4. Update po files ()
648 1. [demo][setting][panel] efl update
651 1. [demo] apply the change of ecore_imf_context_input_panel_language_locale_get parameter
655 1. [immodule] deliver imdata when slot_ise_show is called
656 2. [demo] add language changed event demo
661 1. add return key type, disabled in ise_context
665 1. add caps_lock_mode
666 2. Change deprecated elm_editfield APIs
670 1. add return key type, disabled in ise_context
674 1. Support return_key_type_set, return_key_disabled_set
678 1. [panel] fix candidate window size issue
682 1. Applied EFL migration
686 1. fix according to the change of imdata_set/get API
690 1. fix bug not to insert some languages
691 2. feed capital letter instead of 'Shift+character'
695 1. Add control_privilege () in isf_query_engines.cpp
696 2. Create folder before saving engine list
700 1. Use synchronous ecore_imf callback API
704 1. Support to feed X key event in case of using only client window without canvas
705 2. Feed keyname, key, keystring, compose in evas_event_feed_key_{down/up}
709 1. Add get_surrounding_text() for soft ISE
713 1. change priviledge from root to inhouse
717 1. remove ECORE_IMF_INPUT_PANEL_ORIENT
718 2. Decrease socket IME creation time
719 3. [demo] fix parameter of client_window_set
723 1. [demo] remove OCR, barcode demo.
727 1. [immodule] support autocapital in webkit editor
728 2. [panel] change theme name
732 1. [isf-panel-efl/isfsetting] codes cleanup
736 1. Change initial ISE
737 2. remove CommonISE UUID
738 3. [isf-panel-efl] Fix rotation defect
742 1. Clean source codes
746 1. Implement prediction allow set/get functions
747 2. Remove license issue files
751 1. [isfsetting] add setting option reset
752 2. [isf-panel-efl] elm api update
753 3. [isfsetting] elm api update
757 1. [isf-panel-efl] Remove resize timer;
758 2. [isf-panel-efl] Remove unused source codes;
762 1. [immodule] use dlog for writing show/hide log;
763 2. [isf-panel-efl] apply show/hide for candidate window;
764 3. [isf-panel-efl] adjust rotation and show sequence;
765 4. Remove unused source codes;
766 5. Support custom global file for localization;
770 1. [immodule] remove unused interfaces
774 1. [isfwizard] change button to label in controlbar
778 1. change hide delay from 200ms to 50ms
779 2. [demo] editentry update
780 3. [isfwizard] naviframe update
784 1. Add reset option command for setting
788 1. [isfwizard] fix bug
792 1. [isfwizard] change isfwizard.log to /tmp directory
793 2. [isf-panel-efl] Fix empty candidate defect when click "More" button for landscape
797 1. [isf-panel-efl] Update "More" and "Close" buttons.
801 1. add wizard log file to analyze loading problem in 1st time booting
806 2. remove instant hide in shutdown.
810 1. [immodule] hide input panel instantly when program is terminated.
814 1. [immodule] support autocapital type
815 2. [demo] add autocapital type demo
816 3. disable common ISE feature
820 1. [immodule] fix autoperid bug
824 1. [immodule] use hide timer for supporting entry's theme change
828 1. [isfsetting] update padding to 25 pixels
832 1. [immodule] check whether cursor position is changed or not
836 1. [demo] set scale factor
837 2. [isfsetting] fix naviframe popup item problem
838 3. [immodule] support autocapital related to CR and PS
842 1. [isf-panel-efl] Fix candidate UI broken when rotation
843 2. [isf-panel-efl] Update aux for ise-engine-xt9-chinese 2.0
844 3. [isf-panel-efl] Update tizen-black-hd and tizen-hd
845 4. [immodule] Implement ISF control APIs
846 5. [isf-demo-efl] modify demo code for Nbeat layout
847 6. [immodule] fix autocapital bugs
851 1. Use Naviframe widget
855 1. [isfsetting] fix option title : Option -> Options
856 2. [immodule] do not hide input panel even though end key is pressed.
860 1. [settingwizard] Use dlog for collecting log
864 1. [isfsetting] fix supporting languages wrap
868 1. [immodule] fix callback issue
869 2. [immodule] reduce redundant vconf API call
873 1. [immodule] hide input panel when the canvas loses focus
877 1. [immodule] call imcontrol API after checking whether the context has focus
878 2. [immodule] change the double space interval from 0.6 sec to 1 sec
879 3. Fix defects according to klocwork test report
883 1. [setting] genlist seperator style api update
884 2. remove STK demo and document
885 3. [immodule] set hide request input context after checking state
889 1. [setting-wizard] bug fix white screen
890 2. [immodule] add cursor position api
893 1. tizen layout update
894 2. [isfwizard] Fix socket config defect
895 3. [setting] change 2 line text style
896 4. [socket frontend] Use cache file
897 5. [immodule] Cursor location is transfered by ecore_imf_context_cursor_location_set
901 1. [efl_setting] Fix socket config defect
902 2. [immodule] Add autoperiod, autocapital function
906 1. Update for Elementary API Changes
910 1. [immodule] include appropriate header
911 2. [isf-panel-efl] Fix defect according to prevent report
912 3. Update boilerplate
916 1. [immodule] add cursor_location_set.
917 2. [immodule] change client_canvas type
921 1. [immodule] bug fix : input panel was not hidden when input_panel_hide is called during show animation is being progressed.
925 1. [setting-wizard] remove icon and modify alignment of text in the navibar button
926 2. [immodule] hide input panel instantly when context is destoryed or END key is preassed.
930 1. [immodule] move IME control to immodule
934 1. [setting] use default back button instead of text button
938 1. apply tizen-black theme in the candidate window
942 1. update for genlist API changes;
947 2. update language label (Hong Kong) and group title
951 1. Fix language issue for ISE cache file;
952 2. [isf-panel-efl] update aux scroll issue;
953 3. Update Chinese po files;
957 1. [immodule] bug fix : hide state is not delivered when ecore_imf_context_input_panel_hide is called
961 1. Fix hibernation issue for ISE cache file
962 2. Fix defects according to K9 test report
963 3. fix defect caused by common ISE switch while setting layout in app
967 1. Use ISE info cache file
968 2. Inject key event such as tab, backspace regardless of focus for controlling UI
972 1. Delete elm_dialoguegroup APIs
973 2. Bug fix : hide/show context is passed wrong
977 1. Upload the dynamic load/unload of keyboardISE
981 1. [isf-setting/wizard]remove ise_option_view_back_cb()
982 2. [isf-setting/wizard]move the ug clear up work to on_destroy() func
983 3. [isf-panel-efl] Reset flag when candidate window is destroyed
984 4. fix debian/rules according to mike's noticement
988 1. [isf-setting/wizard] use genlist "dialogue" style
989 2. [isf-setting] module delete move to back_cb()
990 3. fix 2 scim-helper-launcher processes bug when boot up
994 1. [isf-setting] hide "XT9" item in hw ise list
995 2. [isf-panel-efl] fix hw/sw switch bug when reboot target with hw keyboard connected and actived
999 1. [isf-setting/wizard] config read error caused bs
1003 1. [isf-setting/wizard] remove beat theme;
1004 2. [isf-setting/wizard] click on text to select the genlist item;
1008 1. [efl_immodule] Bug fix in isf_imf_context_filter_event
1012 1. [isf-panel-efl] Fix candidate GUI faults
1013 2. [efl_immodule] Turn on hotkey to support H/W keyboard
1017 1. [setting-wizard] add previous / next icon
1018 2. [setting] change genlist style
1022 1. [immodule] event callback bug fix;
1023 2. [immodule] add the method to get the root window even though the canvas is NULL
1024 3. [isf-setting] Fix AUTO_PERIOD bug
1025 4. [Programming Guide] write the description of the reason why ecore_imf_context_canvas_set
1029 1. rollback to 3923;
1033 1. [isf-panel-efl] Add 90 and 180 rotation support;
1034 2. [isf-setting-efl] Change dialoggroup to genlist; Add h/w listener;
1035 3. [isf-setting-efl] Use check widget instead of toggle widget; Fix tizen title_ellipsize style;
1036 4. Implementation of dynamic load/unload of keyboardISE;
1037 5. Fix c++ test defects;
1041 1. [isf-panel-efl] wait until window manager is launched in normal boot
1042 2. [isf-setting/wizard] fix dummy config problem
1047 1. [isf-setting/wizard] add tizen theme
1048 2. [isf-setting/wizard] ecore_imf_context_del/add pair to fix memory issue
1049 3. [isf-setting/wizard] ecore_imf_context_init/shutdown remove
1053 1. [isf-panel-efl] add tizen theme
1054 2. remove trailing whitespace and tab
1058 1. [isf-panel-efl] change boot sequence in normal boot
1062 1. [isf-panel-efl] fix _ecore_main_fd_handlers_bads_rem() error log
1063 2. [setting] change Keyboard to Back for left button
1067 1. [isf-panel-efl] Add reload when hibernation leave
1071 1. Create candidate window on focus-in, delete it on focus-out event for minimizing the usage of memory
1072 2. [immodule] add canvas, window NULL check routine
1073 3. [efl_setting] Fix BS issue;
1074 4. [isf-panel-efl] Fix defect for vconf and hibernation;
1078 1. Fix candidate dummy window defect; Fix ISE name defect when display language is changed;
1079 2. modify h/w keyboard setting, apply title_ellipsize style
1083 1. add script for normal booting
1087 1. [isf-panel-efl] Optimize .png files
1088 2. [scim_utility] add NULL checker
1092 1. [isf] support imengine installed in /opt path
1093 2. [isf-panel-efl] fix locale bug
1094 3. [Programming guide] change the image of each layout
1098 1. [isfsetting] Rollback feature related to END KEY
1102 1. [isfsetting] fix isfsetting bs problem
1103 2. [isfsetting] fix KEY_END exit problem
1104 3. [isf-panel-efl] update locale info when display language is changed
1105 4. [scim-panel-agent] Fix reload command for IMControl
1106 5. [isf.sh] replace SCIM_MODULE_PATH
1107 6. [isfsetting] fix active name is blank in setting app
1108 7. [isfsetting] isfsetting bug about key_end event
1112 1. [scim-panel-agent] Fix the bug that mutiple common processes run will be
1113 be invoked after switching ISEs.
1117 1. [isf-panel-efl] change the sequence of launching common and default ISE
1118 2. [immodule] key down event is generated
1119 3. Remove hard coded png file name from src file
1120 4. change ug path and seperate the ug locale file from scim.mo
1124 1. Fix defects according to prevent result
1125 2. [isf-setting-wizard] Add end key event callback function
1126 3. [isf-panel-efl] Update More/Close press event
1131 2. [isfsetting] using one navigationbar
1135 1. Support ISEs installed in /opt path
1139 1. [efl_immodule] hide keyboard when END KEY is pressed
1140 2. fix libisf-bin.postinst because of vconf security
1144 1. [efl_setting] fix isf setting bs problem in case of no optimization
1145 2. [efl_immodule] detect bluetooth keyboard
1146 3. [isf-panel-efl] fix build error
1147 4. [demo] Change the deprecated API
1151 1. [efl_immodule] fix BS in C++ application;
1155 1. [efl_immodule] fix crash;
1156 2. [efl_immodule] fix ecore magic check bug in key_press_cb
1157 3. [isf-demo-efl] Fix BS defect
1161 1. [setting] item will be highlighted when it is pressed;
1162 2. [Programming guide] stk examples are modified
1166 1. [isf-panel-efl] Replace evas_object_hide with evas_object_move for lockup issue
1170 1. [setting] change UI
1174 1. [Programming guide] Fix example code
1175 2. [Programming guide] Add return value of key press callback
1176 3. Add libisf-bin.postinst for vconf key
1180 1. [isf-panel-efl] add malloc_trim
1184 1. [isf-setting-efl] Change the order of menu in S/W keyboard group
1185 2. Modify ISF programming guide
1189 1. [isf-setting-efl] Add keyboard select wizard
1190 2. Fix defects according to prevent result
1191 3. Fix isf-setting BS issue
1192 4. [efl_immodule] use idler instead of timer
1193 5. [isf-demo-efk] add test code related to language
1197 1. [isf-panel-efl] runtime memory optimization
1198 2. [isf-immodule-efl] fix crash related to timer
1202 1. [isfsetting-ug] 'Quit' -> 'Back' in left button of navigationbar
1206 1. [isf-panel-efl] defer to create candidate window until hibernation leave
1207 2. modify Makefile.am files in each directory
1211 1. apply as-needed option;
1215 1. Change the initial ise when the initial ise in global files doesn't exist
1216 2. Fix ISF programming guide document
1220 1. Fix loading added keyboard ISE issue;
1221 2. Update isf-demo-efl for layout test;
1222 3. [efl_immodule] fix attribute;
1223 4. Add image of private key set in ISF programming guide
1228 2. Support new ISE installation for hibernation booting;
1229 3. Fix defects according to prevent result;
1230 4. add ise_context.h
1231 5. Change hibernation ready key
1235 1. [efl_immodule] support attribute of imengine;
1239 1. Add idm source codes;
1240 2. Cleanup source codes for LiMo Contribution;
1242 4. [efl_panel] Fix "More" button highlight defect;
1246 1. set hibernation ready flag in vconf
1247 2. [efl_immodule] commit preedit string when mouse down event is occured
1251 1. add set_ise_language for supporting password mode
1255 1. Modify ISF Programming guide
1259 1. [isf-panel-efl] Modify hibernation_leave callback
1264 1. [isf-panel-efl] Revert isf-panel-efl.desktop
1265 2. [STK] set autoperiod, autocapital to root window's property
1269 1. [isf-panel-efl] support hibernation
1270 2. [isf-panel-efl] set ELM_ENGINE, ELM_FPS to avoid to use gles backend
1271 3. [efl_immodule] fix 3rd parameter in preedit_string_get
1272 4. Change /usr/lib/scim-1.0/ to /opt/lib/scim-1.0, change /usr/share/scim to /opt/share/scim
1273 5. Update for LiMo Contribution
1277 1. Modify ISF Programming guide
1278 2. remove evas_font_path_prepend from isf-panel-efl
1282 1. Use evas_font_path_prepend;
1286 1. Add each layout image in doxygen;
1290 1. [setting] add autocapital, autoperiod option menu;
1291 2. [efl_immodule] change return type;
1292 3. Change font : GT font -> SLP:style=medium;
1296 1. Add libisf-bin.postinst for gtkimmodule;
1300 1. Fix build error related to the change of Ecore_IMF;
1304 1. Set window role for not using effect;
1308 1. Bug fix about back button in isfsetting;
1312 1. Support autocapital, autoperiod;
1316 1. Fix for EFL 1.0 alpha;
1317 2. efl_immodule refactoring;
1325 1. Add multi-selected ISEs function in efl-setting;
1326 2. [isf-demo-stk] fix build error;
1330 1. [isfsetting] fix for i18n;
1331 2. [efl_immodule] Bug fix : key up event
1332 3. [isf-demo-efl] add example code about IP layout
1336 1. [isf-demo-stk] fix build errors for stk_main_window_new () and so on;
1340 1. [isf-demo-efl] code refactoring;
1341 2. [isf-demo-efl] add MONTH, NUMBERONLY layout test code;
1342 3. [isf-demo-stk] add IP, MONTH, NUMBERONLY Layout;
1343 4. Added experimental modification for avoiding multiple scim process problem;
1344 5. [isfsetting] set background;
1345 6. Remove GTK word from IMControl;
1349 1. Fix the bug not to install libui-isfsetting-efl.so;
1350 2. Update efl_setting;
1354 1. Update candidate images for beat;
1355 2. Update efl_setting according to Beat GUI PPT;
1359 1. Remove kessler ELM_THEME and intl folder;
1360 2. Update efl_setting according to appcore change;
1361 3. Remove applog from efl_setting;
1365 1. Add hardware keyboard support;
1366 2. Remove unused functions of efl_immodule;
1370 1. Change deprecated Ecore_IMF API in isf_imf_context
1371 2. Fix rotating code in isf-demo-efl
1375 1. Fix the routine about event_callback_add;
1376 2. Modify isf-demo-efl example code;
1377 3. Bug fix about event_callback_add and event_callback_del
1381 1. Support revised Ecore_IMF;
1385 1. Fix defects according to klocwork report and c++ test report;
1386 2. Update isf-panel-efl for multi-resolution;
1390 1. Fix defects according to klocwork report;
1391 2. Add ingroup and defgroup;
1395 1. Change font name to "GT45_ArabCJK_TouchWiz" in isf_panel_efl.cpp;
1396 2. Update isf-demo for build issue;
1397 3. Fix defects according to klocwork report;
1402 1. Update efl_setting for share gadget;
1403 2. Update isf-demo-stk for build issue;
1407 1. Change appfwk to appcore;
1408 2. Remove "app-fwk.h";
1412 1. Update isf_imf_context.cpp to fix backspace problem;
1414 3. Fix one defect for isf-setting-efl;
1418 1. Rollback to 2.2.2919 because of backspace problem;
1422 1. Fix defects according to prevent and klocwork result;
1423 2. Add logs in scim_panel_client.cpp;
1426 1. Fix to problem not to find vconf.h;
1430 1. Fix candidate window resize issue;
1431 2. Add CUSTOM1_CANDIDATE_STYLE;
1432 3. Add isf-demo-stk;
1436 1. Fix candidate scrolling defect;
1437 2. Merge aux window into candidate window;
1438 3. Update isf-demo-efl;
1439 4. Remove idm directory;
1440 5. Fix preedit cursor position defect;
1444 1. Update isf_imf_context.cpp for focused IC;
1445 2. Fix aux select issue;
1446 3. Add more window for Chinese ISE;
1447 4. Fix cursor position can not updated when commit string;
1448 5. Add ISE switch function from ISE window;
1452 1. Update isf_imf_context.cpp;
1456 1. Update isf_panel_efl.cpp;
1460 1. Fix the issue that char is displaying twice in RSS;
1461 2. Hide ISE when application is crashed;
1462 3. Update isf-setting;
1466 1. Update isf-setting and isf_candidate.edc;
1467 2. Remove unused source codes from isf_panel_efl.cpp;
1471 1. Change how to grab key
1474 1. Fix isfsetting bug;
1475 2. Fix isf-panel-efl memory leak issue;
1478 1. Add elementary dependency in isf-imf-module
1479 2. Append transparent rectangle to avoid overwrapping with softkey
1482 1. Fix isfsetting bug;
1483 2. Update candidate positon when indicator and candidate are overlapped;
1487 1. Change isfsetting into shared gadget;
1488 2. Change ISF theme from pantheon to kessler;
1489 3. Fix candidate background defect;
1490 4. Update Chinese ISE;
1494 1. Update IMControl;
1495 2. Add multi-candidates for each row of candidate UI;
1496 3. Update isf-setting;
1497 4. Fix defects according to prevent report;
1501 1. Update IMControl;
1502 2. Add candidate auto-adjust location and landscape mode;
1503 3. Add HelperAgent::update_input_context, remove two unused APIs;
1504 4. Update isf-setting;
1505 5. Update Chinese ISE;
1510 2. Update isf-setting;
1511 3. Update candidate aux for Chinese ISE;
1515 1. Update isf-setting;
1516 2. Update isf_panel_efl.cpp for aux;
1520 1. Remove UI_softkey, UI_titlebar and so on from isf-setting;
1524 1. Update isf-setting for BS issue when press "Back";
1528 1. Update isf-setting;
1529 2. Update isf_event_demo.cpp
1533 1. Update isf_imf_context.cpp for Home ane End keyevent;
1537 1. Update isf-setting;
1541 1. Update language po files;
1545 1. Update language po files;
1546 2. Update efl_setting;
1550 1. Add SYSLOG for ISF launching;
1554 1. Add GTK in ISF depends;
1558 1. Fix BlueScreen issue when switching ISEs;
1559 2. Update aux UI of candidate;
1563 1. Update isfimcontrolapi.cpp;
1564 2. Change SLP functions according to KHQ release;
1565 3. Update chinese ISE;
1566 4. Add fifty one alpha languages in xt9 ISE;
1567 5. Add setup module in input-pad ISE;
1571 1. Update efl_setting;
1572 2. Update xt9/xt9chinese/chinese ISEs;
1576 1. Fix isf_demo crash issue;
1577 2. Fix issue of candidate window shows on lock screen;
1578 3. Update isf-setting;
1579 4. Support candidate window move according to cursor position;
1584 2. Add isf_imf_context_preedit_string_get () in efl_immodule;
1588 1. Update isf_setting;
1589 2. Update isf_candidate.edc;
1590 3. Fix one defect for IM Control;
1598 1. Fix browser crash issue;
1602 1. Add PORTRAIT_VERTICAL_CANDIDATE_MODE for EFL candidate UI;
1603 2. Fix two candidate defects;
1604 3. Update IMControl functions;
1605 4. Update keyboard ise when application calls get_ise_list ();
1607 6. Add xt9_chinese ISE and Chinese ISE;
1611 1. Seperate isf package to libisf-bin and libisf-dev;
1612 2. Add aux string in EFL candidate UI;
1613 3. Remove Ecore_X_Rectangle related functions in IMControl;
1614 4. Update ise list when application calls get_ise_list ();
1618 1. Add new functions in IMControl;
1622 1. Add IMControl in efl_immodule;
1623 2. Fix the issue that ISF/ISE are activated twice by application;
1624 3. Set pantheon as Candidate UI theme;
1628 1. Fix the issue that space cannot be input;
1629 2. Move PanelAgent thread into main thread;
1630 3. Provide temp candidate UI;
1634 1. Fix some EFL IMModule's bugs;
1635 2. Update EFL panel;
1636 3. Set European ISE as default ISE;
1640 1. isf_panel_efl.cpp is written by EFL, isf-panel-efl process can run;
1641 2. Set input-pad ISE as default ISE;
1642 3. Fix one EFL IMModule's bug;
1643 4. Add EFL supporting in input-pad ISE;
1644 5. Fix XT9 ISE error in Aquila simulator environment;
1645 6. Update ISF debian files;
1649 1. Begin to porting ISF into slp 2.0 platform;
1650 2. Add EFL Panel and EFL IMModule;
1654 1. Remove New ISEs related source codes;
1655 2. Remove uncessary source codes for scim-panel-gtk;
1656 3. Update ISF according to review result;
1657 4. Fix one candudate UI defect;
1662 1. Add 200ms timer to show candidate for volans target;
1663 2. Fix two PanelAgent defects for Gesture ISE;
1664 3. This is the final version for volans target;
1668 1. Add check condition for panel_agent->stop () and config->flush ();
1669 2. Adjust helper manager reconnection number from 6 to 200;
1670 3. Improve focus-in speed in gtkimcontextscim.cpp;
1672 5. This is the final version for protector target;
1676 1. Fix memory leak when scim-launcher and scim-panel-gtk exit;
1677 2. Add isf-log to enable/disable ISF log online;
1678 3. Set PanelAgent to non-block mode;
1679 4. Improve input speed for embedded editor;
1684 1. Fix defects according to prevent result;
1689 1. Fix defects according to prevent result;
1690 2. Improve input speed;
1695 1. Remove redundant source codes for candidate window;
1696 2. Fix two memory leak issues for scim-panel-gtk exception;
1697 3. Change preedit fg color and bg color according to theme color;
1702 1. Reduce booting time of scim and scim-panel-gtk;
1703 2. Fix defects according to prevent result;
1707 1. Change candidate background color;
1708 2. Remove scim_get_newise_module_list from scim.cpp and scim_panel_gtk.cpp;
1709 3. Fix the issue (control panel can not be showed in target);
1710 4. Show candidate window when update candidate string;
1711 5. xt9 ISE : fixed auto-substitution function;
1712 6. xt9 ISE : fixed only english char committed defect, when the input sequence char length exceeds 72;
1713 7. xt9 ISE : fixed defect of inexplicable string to be displayed, when using delete key to remove all normal input sequence chars;
1717 1. Fix defects according to prevent result;
1718 2. Fix XT9 config reload issue;
1719 3. Reduce gtkimcontextscim loading time;
1720 4. Update candidate according to GUI spec;
1721 5. Remove unnessary ISE_SHOWED message;
1722 6. Change dynamic_cast to static_cast for scim_signals;
1727 1. Fix two "preedit-changed" issue;
1728 2. Removing unnessary ACK message;
1729 3. Fix the issue "When using GtkIMEmbeddedEditor, clicking the hide button of ISE does not refresh the app window."
1730 4. Fix HelperAgent memory leak issue;
1731 5. Update candidate UI;
1732 6. Change candidate display method;
1737 1. Support ISE without GtkSocket/GtkPlug;
1738 2. Update xt9 and input-pad ISE;
1742 1. Remove gtk_im_context_scim_set_ime_window_rectangle;
1743 2. Add XT9 option subscribe in scim-panel-gtk;
1744 3. Update xt9 and input-pad ISE;
1748 1. Add macro "USING_ISF_MAINWINDOW_AUTOSCROLL";
1749 2. Add gtk_im_context_scim_set_ime_window_rectangle;
1754 1. Fix build errors for volans;
1755 2. Improve candidate scroll;
1760 1. Fix candidate flick issue;
1761 2. Remove debug information;
1766 1. Add landscape mode supporting for candidate UI;
1767 2. Update xt9, handwriting and input-pad ISEs;
1771 1. Fix memory leak issue for HelperAgent;
1772 2. Change HelperAgent IPC from block mode to non-block mode;
1773 3. Change read_from_socket's timeout from infinity to 3 seconds;
1774 4. Change ISM_TRAN_CMD_SET_ISE_SCREEN_DIRECTION to ISM_TRANS_CMD_SET_ISE_SCREEN_DIRECTION;
1775 5. Optimize candidate moving;
1776 6. Set mfc-now as default helper ISE;
1777 7. Update xt9, and input-pad ISEs;
1778 8. Add moakey-chinese ISE (It should work with Chinese pinyin keyboard ISE);
1782 1. Fix one dead lock issue and memory leak issue for PanelAgent;
1783 2. Add HelperAgent::get_candidate_window_rect (const String &uuid) and update_candidate_rect signal;
1784 3. Add reset_ise_context signal and set_screen_direction signal for helper ISE;
1785 4. Improve candidate UI for height and scroll bar;
1786 5. Set xt9 as default keyboard ISE and set now+ as default helper ISE;
1787 6. Update xt9, now+, handwriting and input-pad ISEs;
1791 1. Fix one issue for Helper ISE restart;
1792 2. Add HelperAgent::set_candidate_position (int left, int top) and HelperAgent::candidate_hide ();
1793 3. Fix one language setting issue;
1794 4. Fix one issue for gtk_ise_set_active_ise_by_uuid;
1795 5. Improve key event process of panel_slot_process_key_event ();
1796 6. Update handwriting, XT9 and input-pad ISEs;
1797 7. Add gesture and now+ ISEs;
1801 1. Fix embedded editor issue;
1802 2. Support that helper ISE sends key event to Non-GTKIMContext application;
1803 3. Support shared ISE for all entrys;
1804 We can set shared ISE to true or false by "/FrontEnd/SharedInputMethod" of config file "isf/ism/configs/config"
1805 4. Fix some bugs for ISF;
1806 5. Update handwriting, XT9 and input-pad ISEs;
1810 1. Update handwriting, xt9 and input-pad ISEs;
1811 2. Update PanelAgent for context management;
1812 3. Fix one issue for candidate position;
1813 4. Fix one issue for default ise starting;
1817 1. Update handwriting, xt9 and input-pad ISEs;
1818 2. Change get_candidate_ui (), get_keyboard_ise () and get_keyboard_ise_list () for HelperAgent and PanelAgent;
1819 3. Update ISF for xt9 language;
1820 4. Fix 2 bugs for ISF;
1824 1. Add postrm.in for automaticlly remove "/usr/lib/scim-1.0" when uninstall isf*.ipk.
1826 3. Fix bugs for input-pad and pinyin.
1827 4. Update handwriting for using ISF 2.0 candidate.
1832 1. Add isf.pc.in for ISF version management, current ISF version is 1.0.1621;
1833 After you build and install isf, you can run below command to find ISF version.
1834 [sbox-floater-i686: ~] > pkg-config isf --modversion
1836 2. Change HelperAgent::set_keyboard_ise () to HelperAgent::set_keyboard_ise_by_name (), add HelperAgent::set_keyboard_ise_by_uuid ();
1837 Update input-pad for this modification;
1838 3. Add ISM_ISE_HIDE_IN_CONTROL_PANEL for helper ISE option;
1839 4. Fix one bug for control panel;