Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : weather

Dir     : e_modules/weather


Modified Files:
        weather.edc 


Log Message:
Add showing weather conditions in Simple mode.

===================================================================
RCS file: /cvs/e/e_modules/weather/weather.edc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- weather.edc 29 Mar 2006 00:00:52 -0000      1.7
+++ weather.edc 1 Apr 2006 11:01:38 -0000       1.8
@@ -30,8 +30,8 @@
                  description
                    {
                       state:    "default" 0.0;
-                      aspect:   1.0 1.0;
-                      align:    0.0 0.0;
+                      //aspect:   1.0 1.0;
+                      align:    0.5 0.5;
                       rel1
                         {
                            relative: 0.0 0.0;
@@ -44,22 +44,6 @@
                         }
                       color: 0 0 0 0;
                    }
-                 description 
-                   {
-                      state: "simple" 0.0;
-                      align: 0.5 0.5;
-                      //aspect: 1.0 1.0;
-                      rel1 
-                        {
-                           relative: 0.0 0.0;
-                           offset: 0.0 0.0;
-                        }
-                      rel2 
-                        {
-                           relative: 1.0 1.0;
-                           offset: -1 -1;
-                        }
-                   }  
               }
             part
               {
@@ -75,6 +59,7 @@
                         {
                            relative: 0.0 0.0;
                            offset:   2   2;
+                           to: "icon";
                         }
                       rel2
                         {
@@ -201,7 +186,30 @@
                  description
                    {
                       state:   "simple" 0.0;
-                      visible: 0;
+                      rel1
+                        {
+                           relative: 0.0 1.0;
+                           offset:   0  -1;
+                           to_x:     "icon";
+                           to_y:     "temp";
+                        }
+                      rel2
+                        {
+                           relative: 1.0 1.0;
+                           offset:   -1  -10;
+                           to_x:     "icon";
+                           //to_y:     "temp";                     
+                        }
+                      color:  255 255 255 255;
+                      color3:   0   0   0  60;
+                      text
+                        {
+                           text:  "Fair";
+                           font:  "Vera";
+                           size:  10;
+                           min:   1 1;
+                           align: 0.5 0.5;
+                        }
                    }
               }
          }




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to