upload isf-2.4.6927
[platform/core/uifw/isf.git] / packaging / isf.changes
1 * Fri Sep 27 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130925.013902@9ea691f
2 - [isfsetting] when getting ise info failed, exit the ug
3 - Use temporary file when re-write ISE cache file
4 - fix prevent issue about uninitialized value
5 - Send input panel event to show_request client
6 - fr po issue
7 - Remove autoperiod menu
8 - Fix P130924-00625
9 - Change translation about auto punctuate
10 - change the word as their language in keyboard selection windows
11 - Modified to preserve geometry information provided by ISE
12 - Changed set_keyboard_geom interface to support update_ise_geometry
13 - Assume ISE still active when settle candidate window even in WILL_HIDE state
14 - Fixed some cases that CANDIDATE_WILL_HIDE does not work properly
15 - Do not move candidate window if ISE and candidate window are both in WILL_HIDE state
16 - Modified to hide candidate window when WILL_HIDE ack received
17 - Remove off_prepare_timer when WILL_HIDE_ACK received
18 - Added state checking code before transition to WILL_* state
19 - Use ISE/candidate state variables instead of state-specific flags
20 - Clarified the usage of keyboard geometry related functions
21 - Fixed the candidate window being displayed improperly by hide timer
22 - Register render_flush callback for candidate window when KEYBOARD_STATE changes
23 - Fixed prevent defects
24 - Modified the scim_socket to connect in nonblocking way
25
26 * Wed Sep 25 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130924.051447@0b43651
27 - fix flicker problem in setting
28 - fix bug H/W keyboard selection is enabled after disconnecting H/W keyboard
29 - check NULL pointer before accessing pointer
30
31 * Tue Sep 24 2013 Li Zhang <li2012.zhang@samsung.com> submit/tizen_2.2/20130923.021825@db7da88
32 - Replace SocketConfig reload with HelperAgent reload
33 - [immodule] Save current active X window ID in focus-in for candidate window
34
35 * Mon Sep 23 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130916.225857@e64feee
36 - initialize current helper uuid when stop_helper () is called
37
38 * Tue Sep 17 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130916.060443@132356a
39 - [isfsetting] fix N_SE-52363
40 - fix bug hide event callback wasn't called when context is deleted
41
42 * Mon Sep 16 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130910.054608@b126aba
43 - remove code to send will_show_ack
44 - changed logic location of checking pre_uuid
45 - Hide IME when H/W back key is released even though there is no focus
46 - conditional use tts library
47 - Fix WILL_SHOW state missing issue
48
49 * Mon Sep 09 2013 Li Zhang <li2012.zhang@samsung.com> submit/tizen_2.2/20130904.051918@b285e72
50 - Release configbase when App exiting
51 - Add soft candidate interface
52 - Remove send_candidate_will_hide_ack from IMControlClient
53 - Change pagesize to 2 bytes
54 - Solve input_panel_state_get issue
55 - Avoiding keyboard flickering when focus out,reset and commit string
56 - Use non-blocking mode socket
57 - Update gtkimcontextscim.cpp and scim_x11_frontend.cpp for PanelClient
58 - Add SCIM_IME_SUPPORT_LANGUAGE_TOGGLE_KEY option for keyboard ISE
59 - add exit test case
60
61 * Wed Sep 04 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130829.082133@a396d4d
62 - Fix bug candidate window hide after 1 sec when application is terminated
63 - [efl_setting] Update Makefile.am
64 - Donot call getpid () for DLOG
65 - Remove unused source codes
66 - Use singleton config instance
67 - call reset after hiding IME for avoiding the blink of candidate window
68 - call ecore_imf_context_reset when H/W back key is released
69 - Fix bug IME remains show status even though application terminated
70 - Send hide request in case of abnormal exit
71 - fix N_SE-50420
72 - Change SCIM_LOOKUP_TABLE_MAX_PAGESIZE to 300
73 - [efl_immodule] Merge IMControlClient function into PanelClient
74 - Fix bug candidate window disappear after about 1 sec in H/W keyboard mode
75 - delete candidate timer when candidate window is hidden
76 - Modified to update window_angle when ROT_CHANGE_REQ recved from ISE
77 - Modified to show candidate window without visibility checking
78 - Added code for resetting candidate_will_hide flag
79 - set locale
80 - Fix bug the name of heleper or engine displays as gettext ID
81 - remove candidate rotation code in update_ise_geometry, Add candidate close code for rotation
82 - remove code to set ELM engine and fps
83 - modify log information and level
84 - Enable feedback (sound & vibration) on candidate item
85 - Remove unused declaration
86 - skip will show sync to improve the performance of show effect
87 - [panel] Set SIP status in vconf
88
89 * Thu Aug 29 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130827.035107@cff004b
90 - Change label of UG
91 - Add autocapital type in isecontext
92 - Reduce the number of dlog lines in immodule
93 - [isfsetting]fix N_SE-50147
94 - upload isf-2.4.6827
95 - Merge "fix N_SE-49587 allow duplicated ise name now" into tizen_2.2
96 - Reduce binary size gc-sections
97 - skip checking autocapital in H/W keyboard mode
98 - fix N_SE-49587 allow duplicated ise name now
99 - call prediction_allow_set in IMEngine in case of only having focus
100 - Include unistd.h in scim_helper.cpp
101
102 * Thu Aug 15 2013 Li Zhang <li2012.zhang@samsung.com> submit/tizen_2.2/20130815.054758@9d070e0
103 - Change "English/Keyboard" to "English Keyboard"
104 - Fix bug of autocapital analysis
105 - Include unistd.h in scim_helper.cpp
106
107 * Thu Aug 01 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130729.054443@870bbef
108 - set _app_window before set_keyboard_geometry_atom_info in slot_show_ise()
109 - set keyboard geometry at _ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_OFF_PREPARE_REQUEST status
110 - set _app_window value in efl_get_app_window API
111 - set window angle value in ECORE_X_VIRTUAL_KEYBOARD_STATE_ON
112 - fix indentation
113
114 * Mon Jul 29 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130725.015848@e390813
115 - Disabled auto_throttle feature
116
117 * Thu Jul 25 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130719.104759@59c7640
118 - fix crash because of invalid show request input context
119 - fix crash issue on OSP application
120
121 * Fri Jul 19 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130719.061320@0766f3c
122 - fix N_SE-46950: reset _hw_ise_bak when switching software keyboard leads to hardware keyboard engine changed.
123
124 * Fri Jul 19 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130717.073813@595f2e8
125 - check candidate window status on OFF_PREPARE
126
127 * Wed Jul 17 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130717.070759@07c7a28
128 - check ise_show status in settle function
129
130 * Wed Jul 17 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130716.100430@d7c5aec
131 - Add window angle for get_ise_geometry
132 - Add delete_candidate_hide timer in ui_candidate_show
133
134 * Tue Jul 16 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130716.085907@cf7e0ae
135 - check ise_height in settle function
136 - fix settle height
137
138 * Tue Jul 16 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130715.051408@17c9863
139 - remove _candidate_angle change code in get_ise_geometry
140 - change candidate window max value
141
142 * Mon Jul 15 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130712.045645@dc286d3
143 - Use dlog instead of std::cerr
144 - [panel] fix unchecked return value
145 - [demo] Use ea_editfield
146
147 * Fri Jul 12 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130711.000228@3df7f2f
148 - Fix wrong candidate angle affects the geometry of ISE
149 - Refined the routine for updating ISE size information
150 - Changed to relocate candidate window instead of hiding it when H/W keyboard attached
151 - check hardware keyboard status before set active ise
152
153 * Thu Jul 11 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130709.065255@552cf9e
154 - check hardware mode before back hw_keyboard_selection_view_set_cb
155 - Add dbus smack rule for setting UG
156 - [setting] update current keyboard engine on on_resume
157
158 * Tue Jul 09 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130703.084619@eead613
159 - fix candidate window stacking bug
160 - Add smack rule for dbus
161 - upload isf-2.4.6703
162
163 * Wed Jul 03 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130703.000910@b0ee9f0
164 - keyboard setting view should be changed according to H/W keyboard connection
165 - check return value of pkgmgr function
166 - upload isf-2.4.6702
167
168 * Tue Jul 02 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130628.112408@69fa176
169 - Add smack rule
170 - [immodule] fix indentation
171 - upload isf-2.4.6628
172 - Change word to newly translated word
173 - fix bug back key isn't propagated in case of H/W keyboard mode
174 - Add candidate will hide for candidate hide sync
175 - upload isf-2.4.6624
176 - Support back key
177 - upload isf-2.4.6621-3
178 - fix bug hide request was dicarded
179 - upload isf-2.4.6621-2
180 - fix build warning
181 - upload isf-2.4.6621
182 - Add smack rule for supporting screen reader
183 - upload isf-2.4.6620
184 - Add launch/destroy/show/hide logs for scim-helper-launcher
185 - Added timer for off_prepare_done
186 - Add interface update_preedit_string_with_caret()
187 - Add preedit window
188 - Remove unnecessary config reload call
189 - improve autocapital condition check code
190 - support japanese auto punctuation
191 - fix autoperiod bug
192 - check reverse question mark and exclamation mark to check autoperiod
193 - change code to process back button
194 - Change naviframe back key event handling
195 - remove debug printf
196 - remove code for terminating app when END key is pressed
197 - upload isf-2.4.6619
198 - Move smack rule into separate rule file
199 - change DLOG tagname of immodule
200 - Add screen reader feature
201 - remove unnecessary prepare and send
202 - fix bug focus-in message couldn't be transferred
203 - add check focus ic
204 - fix BS issue when S/W keyboard selection is selected
205 - fix prevent issue
206 - Merge "Separated GEOMETRY_EVENT from set_keyboard_geometry_atom_info()" into tizen_2.2
207 - Separated GEOMETRY_EVENT from set_keyboard_geometry_atom_info()
208 - fix issue IME is hidden late in application does heavy job
209 - upload isf package
210 - upload isf-2.4.6610
211 - remove code to check focus ic because of side effect
212 - Merge "Revert "move hide timer from immodule to panel"" into tizen_2.2
213 - Revert "move hide timer from immodule to panel"
214 - upload isf-2.4.6607
215 - Merge "move hide timer from immodule to panel" into tizen_2.2
216 - move hide timer from immodule to panel
217 - Remove keyboard wizard source codes
218 - Solve aux/candidate selection event broadcast issue
219 - Remove gtk_panel source codes
220 - fix back space issue in MBE
221
222 * Mon Sep 23 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130918.203111@8f611b9
223 - do not install service file in spec
224 - Cleanup packaging and reset manifest
225 - compile with dlog headers and libs
226 - Make systemd unit file as part of source code
227
228 * Thu Sep 19 2013 Chengwei yang <chengwei.yang@intel.com>
229 - Now systemd unit file is part of source code
230
231 * Wed Sep 18 2013 Chengwei yang <chengwei.yang@intel.com>
232 - Fix activate scim.service failed
233
234 * Wed Jun 19 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130619.143358@6b9f91e
235 - do not depend on e17 in %post
236
237 * Thu Jan 31 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/master/20130130.000238@1871df6
238 - Remove code to hide IME in case of Search, go return key type
239 - Remove debian directory
240 - [setting] code format
241 - [panel] fix logic to create control window
242 - [panel] code cleanup
243 - [immodule] fix bug not to send will hide ack
244 - [immodule] add dlog for debugging
245 - disable autoreorder in hangul engine
246 - Fixed build break
247 - upload isf-2.3.6129-2
248 - The feature for synchronization with window manager newly added
249 - [setting]fix : reset option couldn't work well
250 - fix for GCC 4.7 build
251 - Upload isf-2.3.6128
252 - [demo] add language demo
253 - [immodule] fix bug that language information hasn't be transfered in ISE Context.
254 - Remove exit (0) from scim_helper_launcher.cpp
255 - [immodule] change input panel state when root window property is changed
256 - [immodule] display a variety of event logs in dlog
257 - [immodule] remove unused code
258 - [immodule] Use notification library instead of syspopup.
259 - [demo] fix build warning
260 - [immodule] Add dlog related to conformant status and geometry information
261 - [demo] code refactoring
262 - ignore input panel event when hardware keyboard is connected.
263 - upload isf-2.3.6122
264 - fix memory leak related to ecore_x_e_window_profile_get
265 - Remove unused ISF logs
266 - [immodule] fix IME issue not to hide IME in account
267 - [immodule] Compare window ID in X window focus out callback function
268 - change file permission to 644
269 - [immodule] Hide IME after rendering conformant area
270 - Add modifications in boilerplate
271 - add X window focus out handler for X based application
272 - [panel] Call elm_win_raise () when expand button is clicked
273 - Update boilerplate
274 - [panel] fix candidate window blink issue when candidate window is expanded.
275 - [immodule] use ecore_imf API to show or hide for debugging easily
276 - [isf-demo-efl] Remove "ocr_ug_api.h" header file
277 - [immodule] use dlog for printing error
278 - change boilerplate
279 - upload isf-2.3.6114
280
281 * Mon Jan 14 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/master/20130110.033407@539fda6
282 - Add interface to get imdata from isf_imf_context
283 - [demo] Add changed and preedit,changed event
284 - [immodule] fix bug state is changed to WILL_SHOW when ecore_imf_context_input_panel_show is called after IME is already shown
285 - [immodule] refactoring
286 - Hide IME in case of Search, Go, Login, Signin, Join Return key type
287 - restore file mode to 644
288
289 * Sun Dec 30 2012 Jihoon Kim <jihoon48.kim@samsung.com> submit/master/20121228.061947@732e71f
290 - change CSC directory
291 - [immodule] refactoring timer delete code
292 - Support GBS --no-configure option for shortening build time
293
294 * Sun Dec 30 2012 Jihoon Kim <jihoon48.kim@samsung.com> submit/trunk/20121228.062554@33cbfd0
295 - fix bug wrong context is used when IME is hidden by flick gesture
296 - 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 remove useless hw_keyboard_selection_view_back_cb() and sw_keyboard_selection_view_back_cb() fix:default value for auto capitalization is true
297 - Change font name to "tizen"
298 - When target is rotated, donot show candidate window until ISE send ECORE_IMF_INPUT_PANEL_STATE_SHOW; Fix H/W keyboard engine selection issue in case of Japanese IME
299 - use elm_win_prop_focus_skip_set API
300 - Fix config->write issue according to prevent report
301 - Revert "[systemd] changed "scim -d" as simple"
302 - [systemd] changed "scim -d" as simple
303 - change permission of releasenote.txt
304 - Fix bug not to hide IME when ecore_imf_context_del is called
305 - Fix initial ISE reading issue
306 - Remove redundant geometry events
307 - change message of root window property
308 - fix PLM bug:isfsetting ug indicator problem
309 - Update changelog
310 - Implement ISF control feature according to OSP setting requirement
311 - refine log format
312 - code refactoring
313 - Fix the issue 'can't type in password field of chromium browser'
314 - fix GTK immodule install directory
315 - fix gtk link error
316 - remove deprecated API - start_default_ise call
317 - Fix the issue 'Unable to input Chinese characters in Firefox or Thunderbird.'
318 - Rename programming guide doxygen file
319 - Remove unused isf-panel-efl file
320 - Fix P121127-4709: Add cursor position checking
321 - Expand the size of Ise_Context structure for future use
322 - Catch exception
323 - Catch exception
324 - Check the result of set_nonblock_mode ()
325 - Check the result of open_connection ()
326 - Donot call unload () when IMEngine loading is failed
327 - fix memory leak in set_keyboard_geometry_atom_info
328 - Check buf pointer
329 - remove S47isf-panel-efl booting script. isf-panel-efl process is launched by xinitrc for supporting X11 frontend
330 - handle altgr modifier
331 - remove unused code
332 - check the result of ecore_x_window_prop_card32_get
333 - fix wrong memset problem in IMdkit
334 - check the value of service_get_extra_data
335 - ecore_x_bell replaces gdk_beep
336 - Set correct ic for input_panel_show () and input_panel_hide ()
337 - fix prevent issue. c_str() returns temporary pointer
338 - [systemd] add missing patch
339 - create tag
340 - fix BS issue
341 - Merge "remove unused code"
342 - remove unused code
343 - fix build error due to spec file
344 - Merge "modify manifest"
345 - modify manifest
346 - Add focus_in and focus_out for IMControl
347 - print called function
348 - remove unused code
349 - Add ISF logs for no-ise-launching-at-first-boot in emulator
350 - Set using_ic in _event_callback_call
351 - Start scim instead of isf-panel-efl
352 - Give isf-panel service a low oom_adj value to avoid killed
353 - Add set_imdata () for keyboard ISE; Add update_displayed_candidate_number, candidate_more_window_show, candidate_more_window_hide for keyboard ISE;
354 - Update coding style
355 - fix the setup module reload issue
356 - Modified to create 3rd party ISE directory, temporarily
357 - fix PLM P121127-0347: focusable description item
358 - Fix memory leak when show ISE panel
359 - Remove ISF log when load/unload ISE module
360 - Replace XKeycodeToKeysym () with XkbKeycodeToKeysym ()
361 - Add update_cursor_position () for keyboard ISE
362 - Fix issue N_SE-13430: Disable check datasum feature for socket to reduce socket transmission delay
363 - Fix issue N_SE-13248 candiate show inproperly when keyboard is connected.
364 - Update changelog
365 - Donot create candidate window when focus in
366 - reduce time to process autocapital
367 - Update scim_helper.h and scim_panel_client.h for ABI issue
368 - Add expand_candidate (), contract_candidate () and update_candidate_item_layout () for keyboard ISE
369 - create /etc/scim/conf directory for CSC
370 - add a variety of layout in focus movement for test
371 - Use virtualkeypad,state,* smart callback of conformant
372 - fix information item layout problem
373 - Add FLOATING_CANDIDATE_WINDOW in HelperAgent::set_candidate_style ()
374 - upload isf_2.3.5920
375 - keep the lastest input method even though focus is changed
376 - Add Hangul key as trigger event key
377 - format and clean source codes
378 - add focus movement on pressing 'next' button
379 - Add ISF log file to record keyboard ISE and helper ISE load/unload
380 - update images
381 - Fixed the bug that newly added interface function pointer is not initialized
382 - update po
383 - Added set_path_info function to HelperModule to support OSP based keyboard
384 - Apply indicator change
385 - Explicitly unload module before helper ISE process is finished
386 - Add request field in manifest file
387 - fix PLM P121107-5543 po problem
388 - upload pot file
389 - Remove unused source codes
390 - Replace control_privilege () with set_app_privilege ("isf", NULL, NULL)
391 - Change font name to "SLP"
392 - load_config before create_ui for ise setup module
393 - restore file mode
394 - Change uuid
395 - fix issue N_SE-11810: ise dose not show when H/W keyboard is connected
396 - Call reload_config () when set keyboard ISE
397 - Update hardware keyboard after software keyboard is changed
398 - fix Nabi issue N_SE-10561 and the setting part problem of N_SE-11100
399 - Hide preedit string when soft ISE commit string
400 - Move reset () after panel_req_focus_in ()
401 - Fix reset defect when hardware keyboard is connected
402 - Add color style of preedit feature
403 - fix PLM issue P121018-3268 isfsetting language view problem
404 - Donot force to commit string in isf_imf_context_reset ()
405 - Remove request field in manifest according to the security team's request
406 - change Persian to Farsi
407 - Remove source codes related with hibernation
408 - upload isf-2.3.5817 again
409 - apply smack manifest
410 - Donot show candidate when update lookup table
411 - Remove unused source codes
412 - Upload isf package
413 - Add license information
414 - Added urgent features that OSP applications need
415 - upload isf-2.3.5808
416 - Change S42isf-panel-efl to S47isf-panel-efl
417 - add code to use ecore_x_e_virtual_keyboard_state_get
418 - Add/install a systemd service file; package initscript symlinks
419 - add spanish punctuations
420 - Add IMEngineOption and get_option () for keyboard ISE
421 - Fixed autocapital issue:signal_connect_set_caps_mode not call when prediction ON.
422 - Add checking condition when change factory
423 - Support candidate showing when target is rotated
424 - Change S42isf-panel-efl to S47isf-panel-efl
425 - Add reset_keyboard_ise () in HelperAgent class
426 - Update candidate displaying
427 - upload isf 2.3.5717
428 - add SIGNIN type
429 - Change default mode of autocapital option
430 - do not show or hide ISE in case of desktop mode
431 - Hide "v" button when only one line candidates
432 - add padding at bottom
433 - Upload again
434 - Restore file mode to 644
435 - Add notification of which keyboard ISE is selected by hotkey
436 - Fix input panel geometry defect when target is rotating
437 - update isf-2.3.5706
438 - disable prediction in TERMINAL layout
439 - add cursor pos in Ise_Context structure
440 - call hide event callback when context is deleted
441 - [setting] update po files
442 - Merge "Use /home for the datadir instead of /opt/home" into 2.0_beta
443 - [immodule] do not emit HIDE state callback
444 - [setting] update po files
445 - update typo fix if no option for the ise , disable the ise option item instead of popup
446 - add code to check keyboard geometry of elm conformant
447 - fix coding style
448 - add dlog in focus-in handler
449 - Add longpress event for soft ISE
450 - update po, support 51 languages
451 - fix indentation
452 - 51 languages
453 - set window title
454 - change vconf key type from string to bool
455 - fix bug not to call hide event callback when context is deleted
456 - fix coding style
457 - fix the po issue
458 - Add set_candidate_style () for HelperAgent class
459 - Use /home for the datadir instead of /opt/home
460
461 * Wed Sep 12 2012 Patrick McCarty <patrick.mccarty@linux.intel.com> b965032
462 - Use /home for the datadir instead of /opt/home
463