Applied profiles to MCF windows
authorSungmin Kwak <sungmin.kwak@samsung.com>
Mon, 3 Sep 2012 10:31:00 +0000 (19:31 +0900)
committerSungmin Kwak <sungmin.kwak@samsung.com>
Mon, 3 Sep 2012 10:31:00 +0000 (19:31 +0900)
debian/changelog
mcf/gwes/efl/mcfwindows-efl.cpp
packaging/ise-default.spec

index 3b7afa134d3bfe4cd1cff594e2058bf20a7a8f7a..40846e246ff6094b9dbc47e2fdee7f2789d8c8a1 100755 (executable)
@@ -1,3 +1,11 @@
+ise-default (0.3.021-1) unstable; urgency=low
+
+  * Applied profiles to MCF windows
+  * Git: slp/pkgs/i/ise-default
+  * Tag: ise-default_0.3.021-1
+
+ -- Ankush Dua <ankush.d@samsung.com>  Mon, 03 Sep 2012 14:47:38 +0530
+
 ise-default (0.3.020-1) unstable; urgency=low
 
   * In AutoCaps on Shift lock mode not retained
index b8432358569c40e0f153c9521af824986c81f54a..10ff3081dc9c710b0d7b7da0a9234d3a21ea21b8 100755 (executable)
@@ -105,6 +105,13 @@ CMCFWindowsImplEfl::create_context_popup_window(const mcfwindow parentWnd)
         dpy = ecore_x_display_get();
         elm_win_borderless_set(mcf_context_window, EINA_TRUE);
         elm_win_alpha_set(mcf_context_window, EINA_TRUE);
+
+        const char *szProfile[] = {"mobile", ""};
+        elm_win_profiles_set(mcf_context_window, szProfile, 1);
+        {
+            printf("elm_win_profiles_set : %p %s\n", szProfile[0], szProfile[0]);
+        }
+
         ecore_x_window_size_get(ecore_x_window_root_first_get(), &w, &h);
         ecore_x_icccm_name_class_set(elm_win_xwindow_get(static_cast<Evas_Object*>(mcf_context_window)), "ISF Context Popup", "ISF");
         set_window_accepts_focus(mcf_context_window, FALSE);
@@ -162,6 +169,12 @@ CMCFWindowsImplEfl::create_window(const mcfwindow parentWnd, McfWindowContext *w
     evas_object_resize(win, width, height);
 #endif
 
+    const char *szProfile[] = {"mobile", ""};
+    elm_win_profiles_set(win, szProfile, 1);
+    {
+        printf("elm_win_profiles_set : %p %s\n", szProfile[0], szProfile[0]);
+    }
+
     ecore_x_icccm_name_class_set(elm_win_xwindow_get(static_cast<Evas_Object*>(win)), "ISF Popup", "ISF");
 
     set_window_accepts_focus(win, FALSE);
@@ -193,6 +206,12 @@ CMCFWindowsImplEfl::create_dim_window(const mcfwindow parentWnd, McfWindowContex
     elm_win_alpha_set(win, EINA_TRUE);
     evas_object_resize(win, width, height);
 
+    const char *szProfile[] = {"mobile", ""};
+    elm_win_profiles_set(win, szProfile, 1);
+    {
+        printf("elm_win_profiles_set : %p %s\n", szProfile[0], szProfile[0]);
+    }
+
     ecore_x_icccm_name_class_set(elm_win_xwindow_get(static_cast<Evas_Object*>(win)), "ISF Popup", "ISF");
 
     set_window_accepts_focus(win, FALSE);
index b6b1211cb044d1c8585c331e3f7251da1be2533c..0e215fdf5add2bdc6b80975f9e83763f122e548c 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       ise-default
 Summary:    Tizen keyboard
-Version:    0.3.020
+Version:    0.3.021
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    Flora Software License