diff options
author | Gwanglim Lee <gl77.lee@samsung.com> | 2012-12-05 06:51:16 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-12-05 06:51:16 +0000 |
commit | 499b88748b5bdb940189b3a22bd441f11f3c8c4f (patch) | |
tree | a7413e63890dc4de104a4065d0f4760ea5b01244 /config/mobile | |
parent | b000cf12d69748e6b001a0a390a24d4b63e2106a (diff) | |
download | enlightenment-499b88748b5bdb940189b3a22bd441f11f3c8c4f.tar.gz |
From: Gwanglim Lee <gl77.lee@samsung.com>
Subject: Re: Re: Re: [E-devel] [RFC] Virtual desktop window profile
I've attached 4th patch. May the 4th be with you.
ecore patch has been merged with efl and all files are based on r80123.
Thanks & Regards,
Gwanglim
------- Original Message -------
Sender : Daniel Juyung Seo<seojuyung2@gmail.com>
Date : 2012-12-04 01:55 (GMT+09:00)
Title : Re: Re: [E-devel] [RFC] Virtual desktop window profile
It looks ok to me.
Sorry but can you re-generate the patch according to the recent ecore
merge to efl single tree?
Daniel Juyung Seo (SeoZ)
On Thu, Nov 29, 2012 at 12:29 AM, Gwanglim Lee <gl77.lee@samsung.com>
wrote:
Dear Raster and Daniel Juyung Seo,
I've attached 3rd patches and test_config according to your reviews.
These are based on r79782.
[elementary & ecore]
1. "profile,set" -> "profile,changed" - done
2. spaces after EINA_LIST_FOREACH - done
3. variable type - keep
4. author - done
5. removing deprecated marking in patch - done
6. add elm_win_available_profiles_get to test_config for the debugging
purpose - done
7. check whether a given profile is present in an available profiles.
otherwise window profile will be one of the item
in available profiles. - newly added thing to the elm_win
8. merge with EO - done. :(
Any comments would be appreciated.
SVN revision: 80216
Diffstat (limited to 'config/mobile')
-rw-r--r-- | config/mobile/e.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mobile/e.src b/config/mobile/e.src index 5328f09a91..3f6dc6fc1b 100644 --- a/config/mobile/e.src +++ b/config/mobile/e.src @@ -3,6 +3,7 @@ group "E_Config" struct { value "show_splash" int: 1; value "init_default_theme" string: "default.edj"; value "desktop_default_name" string: "%i-%i"; + value "desktop_default_window_profile" string: "mobile"; value "menus_scroll_speed" double: 1000.0000000000000000000000000; value "menus_fast_mouse_move_threshhold" double: 300.0000000000000000000000000; value "menus_click_drag_timeout" double: 0.2500000000000000000000000; @@ -1778,4 +1779,5 @@ group "E_Config" struct { value "xkb.only_label" int: 0; value "xkb.default_model" string: "default"; value "exe_always_single_instance" uchar: 1; + value "use_desktop_window_profile" int: 0; } |