Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/temperature


Modified Files:
        e_mod_main.c 


Log Message:

****** MAJOR THEME REWORKING -- BREAKAGE *********

Almost every signal and required part name has changed. This means that ALL 
themes other than the default one are now broken. Sorry, but this had to happen.

I have a list of mappings from old to new at 
http://rephorm.com/files/dump/e_theme_map.txt

There will probably be a little more cleanup on this in the coming days. Then 
I'll write it all up in a nice theme spec.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/temperature/e_mod_main.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- e_mod_main.c        9 Aug 2006 06:38:35 -0000       1.65
+++ e_mod_main.c        22 Aug 2006 07:39:11 -0000      1.66
@@ -298,7 +298,7 @@
             for (l = temperature_config->instances; l; l = l->next)
               {
                  inst = l->data;
-                 edje_object_signal_emit(inst->o_temp, "known", "");
+                 edje_object_signal_emit(inst->o_temp, "e,state,known", "");
               }
             temperature_config->have_temp = 1;
          }
@@ -315,7 +315,7 @@
             _temperature_face_level_set(inst,
                                         (double)(temp - 
temperature_config->low) /
                                         (double)(temperature_config->high - 
temperature_config->low));
-            edje_object_part_text_set(inst->o_temp, "reading", utf8);
+            edje_object_part_text_set(inst->o_temp, "e.text.reading", utf8);
          }
        free(utf8);
      }
@@ -327,8 +327,8 @@
             for (l = temperature_config->instances; l; l = l->next)
               {
                  inst = l->data;
-                 edje_object_signal_emit(inst->o_temp, "unknown", "");
-                 edje_object_part_text_set(inst->o_temp, "reading", "NO TEMP");
+                 edje_object_signal_emit(inst->o_temp, "e,state,unknown", "");
+                 edje_object_part_text_set(inst->o_temp, "e.text.reading", "NO 
TEMP");
                  _temperature_face_level_set(inst, 0.5);
               }
             temperature_config->have_temp = 0;



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to