summaryrefslogtreecommitdiff
path: root/data/objects
diff options
context:
space:
mode:
authorGwanglim Lee <gl77.lee@samsung.com>2012-12-05 06:50:27 +0000
committerCarsten Haitzler <raster@rasterman.com>2012-12-05 06:50:27 +0000
commit34c9ea6ae3ce7b8a59f339443d6a20267e772105 (patch)
tree6347aecf5dcae5d5e7a5426b9d583a2e4078008a /data/objects
parent402d5c2c3397930cec056e9d709ad45c7b024387 (diff)
downloadelementary-34c9ea6ae3ce7b8a59f339443d6a20267e772105.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: 80215
Diffstat (limited to 'data/objects')
-rw-r--r--data/objects/test.edc13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/objects/test.edc b/data/objects/test.edc
index 191819b48..b7844ba88 100644
--- a/data/objects/test.edc
+++ b/data/objects/test.edc
@@ -695,4 +695,17 @@ collections {
}
}
}
+ group {
+ name: "win_config";
+ parts {
+ part {
+ name: "swallow";
+ type: SWALLOW;
+ description {
+ state: "default" 0.0;
+ min: 10 150;
+ }
+ }
+ }
+ }
}