upload isf-2.4.6801 97/17497/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 1 Aug 2013 05:52:46 +0000 (14:52 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 02:21:59 +0000 (11:21 +0900)
Change-Id: I1ea0d8baa253f7e91010866052c0d411b388e58c

configure.ac
packaging/isf.changes
packaging/isf.spec
releasenote.txt

index c03a882..9afe8a6 100755 (executable)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script
 #AC_INIT(scim, 1.4.7, suzhe@tsinghua.org.cn)
-AC_INIT(isf, 2.4.6729, isf@samsung.com)
+AC_INIT(isf, 2.4.6801, isf@samsung.com)
 AC_CONFIG_SRCDIR([ism/src/scim.h])
 m4_pattern_allow([^AS_])
 
@@ -11,7 +11,7 @@ m4_pattern_allow([^AS_])
 # ISF version
 ISF_MAJOR_VERSION=2
 ISF_MINOR_VERSION=4
-ISF_MICRO_VERSION=6729
+ISF_MICRO_VERSION=6801
 
 ISF_VERSION=$ISF_MAJOR_VERSION.$ISF_MINOR_VERSION.$ISF_MICRO_VERSION
 
index 35ab5d9..db196a8 100644 (file)
@@ -1,3 +1,10 @@
+* Thu Aug 01 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130729.054443@870bbef
+- set _app_window before set_keyboard_geometry_atom_info in slot_show_ise()
+- set keyboard geometry at _ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_OFF_PREPARE_REQUEST status
+- set _app_window value in efl_get_app_window API
+- set window angle value in ECORE_X_VIRTUAL_KEYBOARD_STATE_ON
+- fix indentation
+
 * Mon Jul 29 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130725.015848@e390813
 - Disabled auto_throttle feature
 
index d2cdbab..b8e79a2 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.4.6729
+Version:    2.4.6801
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    LGPL-2.1
index 92cd97a..66438d7 100644 (file)
@@ -1,3 +1,10 @@
+ISF 2.4.6801 :
+ 1. [panel] set window angle value in ECORE_X_VIRTUAL_KEYBOARD_STATE_ON
+ 2. [panel] set _app_window value in efl_get_app_window API
+ 3. [panel] set keyboard geometry at _ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_OFF_PREPARE_REQUEST status
+ 4. [panel] set _app_window before set_keyboard_geometry_atom_info in slot_show_ise()
+
+
 ISF 2.4.6729 :
  1. [panel] Disabled auto_throttle feature