Fix N_SE-17126: ecore_x_icccm_transient_for_set set wrong parent window id
authorLi Zhang <li2012.zhang@samsung.com>
Sun, 30 Dec 2012 11:46:10 +0000 (19:46 +0800)
committerLi Zhang <li2012.zhang@samsung.com>
Sun, 30 Dec 2012 11:46:10 +0000 (19:46 +0800)
Change-Id: Idbffbe84ead13e6d1bc237dc62bd45468df8e2ed

debian/changelog
ism/extras/efl_panel/isf_panel_efl.cpp
packaging/isf.spec
releasenote.txt

index 1ce97ea..02171cb 100755 (executable)
@@ -1,3 +1,11 @@
+isf (2.3.6031-1slp2+1) unstable; urgency=low
+
+  * Fix N_SE-17126: ecore_x_icccm_transient_for_set set wrong parent window id
+  * Git: framework/uifw/isf
+  * Tag: isf_2.3.6031-1slp2+1
+
+ -- Li Zhang <li2012.zhang@samsung.com>  Sun, 30 Dec 2012 19:43:00 +0900
+
 isf (2.3.6028-1slp2+1) unstable; urgency=low
 
   * [panel] Change font name to 'Tizen'
@@ -295,7 +303,7 @@ isf (2.3.5822-1slp2+1) unstable; urgency=low
 
 isf (2.3.5820-1slp2+1) unstable; urgency=low
 
-  * fix PLM issue :P121018-3268 isfsetting language view problem 
+  * fix PLM issue :P121018-3268 isfsetting language view problem
   * Git: framework/uifw/isf
   * Tag: isf_2.3.5820-1slp2+1
 
@@ -493,7 +501,7 @@ isf (2.3.5631-1slp2+1) unstable; urgency=low
 
 isf (2.3.5630-1slp2+1) unstable; urgency=low
 
-  * update po, support 51 languages 
+  * update po, support 51 languages
   * Git: framework/uifw/isf
   * Tag: isf_2.3.5630-1slp2+1
 
index 768e6b7..410cbef 100644 (file)
@@ -949,7 +949,7 @@ static void ui_candidate_show (bool bSetVirtualKbd)
     SCIM_DEBUG_MAIN (3) << "    Show candidate window\n";
     _candidate_window_show = true;
     evas_object_show (_candidate_window);
-    efl_set_transient_for_app_window (_candidate_window);
+    //efl_set_transient_for_app_window (_candidate_window);
 }
 
 /**
index 8016c53..3370bd8 100755 (executable)
@@ -1,11 +1,11 @@
 %define _usrdir        /usr
-%define _ugdir %{_usrdir}/ug
+%define _ugdir  %{_usrdir}/ug
 
 Name:       isf
 Summary:    Input Service Framework
 Version:    2.3.6031
-Release:    1
-Group:      TO_BE/FILLED_IN
+Release:    2
+Group:      System Environment/Libraries
 License:    LGPL
 Source0:    %{name}-%{version}.tar.gz
 Source1:    scim.service
index 1275f9a..87df99f 100644 (file)
@@ -1,3 +1,7 @@
+ISF 2.3.6031 :
+  1. [panel] Fix N_SE-17126: ecore_x_icccm_transient_for_set set wrong parent window id
+
+
 ISF 2.3.6028 :
   1. [panel] Change font name to 'Tizen'
   2. [immodule] fix bug wrong context is used when IME is hidden by flick gesture
@@ -543,9 +547,9 @@ ISF 2.3.4805 :
 
 
 ISF 2.3.4801 :
-  1. [isfsetting] add setting option reset 
-  2. [isf-panel-efl] elm api update 
-  3. [isfsetting] elm api update 
+  1. [isfsetting] add setting option reset
+  2. [isf-panel-efl] elm api update
+  3. [isfsetting] elm api update
 
 
 ISF 2.3.4721 :
@@ -593,7 +597,7 @@ ISF 2.3.4701 :
 
 
 ISF 2.3.4631 :
-  1. add wizard log file to analyze loading problem in 1st time booting 
+  1. add wizard log file to analyze loading problem in 1st time booting
 
 
 ISF 2.3.4628 :
@@ -871,7 +875,7 @@ ISF 2.2.3907 :
 
 ISF 2.2.3825 :
   1. Fix candidate dummy window defect; Fix ISE name defect when display language is changed;
-  2. modify h/w keyboard setting, apply title_ellipsize style 
+  2. modify h/w keyboard setting, apply title_ellipsize style
 
 
 ISF 2.2.3823 :
@@ -890,11 +894,11 @@ ISF 2.2.3816 :
 
 
 ISF 2.2.3807 :
-  1. [isfsetting] Rollback feature related to END KEY 
+  1. [isfsetting] Rollback feature related to END KEY
 
 
 ISF 2.2.3727 :
-  1. [isfsetting] fix isfsetting bs problem 
+  1. [isfsetting] fix isfsetting bs problem
   2. [isfsetting] fix KEY_END exit problem
   3. [isf-panel-efl] update locale info when display language is changed
   4. [scim-panel-agent] Fix reload command for IMControl
@@ -1050,7 +1054,7 @@ ISF 2.2.3508 :
   1. Modify ISF Programming guide
 
 
-ISF 2.2.3504 : 
+ISF 2.2.3504 :
   1. [isf-panel-efl] Modify hibernation_leave callback
 
 
@@ -1436,7 +1440,7 @@ ISF 2.0.2414 :
   2. Set input-pad ISE as default ISE;
   3. Fix one EFL IMModule's bug;
   4. Add EFL supporting in input-pad ISE;
-  5. Fix XT9 ISE error in Aquila simulator environment; 
+  5. Fix XT9 ISE error in Aquila simulator environment;
   6. Update ISF debian files;