Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/data/themes/default


Modified Files:
        colors.edc default.edc 


Log Message:
* [Theme] Rename label's part "etk.text.textblock" to "etk.text.label" 
     and tree's part "etk.text.text" to "etk.text.label"
* [Theme] Each widget now have its own label's theme-group. You can thus 
     use different label styles for different widgets
* [Widget] Theme-children can now emits automatically the same 
     theme-signals as their theme-parents... this is used for the labels 
     to make them reactive to signals like "etk,state,pressed", 
     "etk,state,released", ...

* All existing themes are broken *


===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/colors.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- colors.edc  1 Feb 2007 20:20:18 -0000       1.2
+++ colors.edc  18 Feb 2007 16:53:24 -0000      1.3
@@ -1,20 +1,20 @@
 data {
-   item: "etk/color/foreground" "0 0 0 255";           /* Black */
-   item: "etk/color/background" "255 255 255 255";     /* White */
-   item: "etk/color/important/fg" "158 158 0 255";     /* Yellow */
+   item: "etk/color/foreground"   "0 0 0 255";          /* Black */
+   item: "etk/color/background"   "255 255 255 255";    /* White */
+   item: "etk/color/important/fg" "158 158 0 255";      /* Yellow */
    item: "etk/color/important/bg" "255 255 255 255";
-   item: "etk/color/warning/fg" "205 0 0 255";         /* Red */
-   item: "etk/color/warning/bg" "255 255 255 255";
-   item: "etk/color/info/fg" "0 0 205 255";            /* Blue */
-   item: "etk/color/info/bg" "255 255 255 255";
-   item: "etk/color/default1/fg" "0 140 0 255";                /* Green */
-   item: "etk/color/default1/bg" "255 255 255 255";
-   item: "etk/color/default2/fg" "111 79 143 255";     /* Purple */
-   item: "etk/color/default2/bg" "255 255 255 255";
-   item: "etk/color/default3/fg" "205 0 205 255";      /* Pink */
-   item: "etk/color/default3/bg" "255 255 255 255";
-   item: "etk/color/default4/fg" "145 87 26 255";      /* Brown */
-   item: "etk/color/default4/bg" "255 255 255 255";
-   item: "etk/color/default5/fg" "136 136 136 255";    /* Gray */
-   item: "etk/color/default5/bg" "255 255 255 255";
+   item: "etk/color/warning/fg"   "205 0 0 255";        /* Red */
+   item: "etk/color/warning/bg"   "255 255 255 255";
+   item: "etk/color/info/fg"      "0 0 205 255";        /* Blue */
+   item: "etk/color/info/bg"      "255 255 255 255";
+   item: "etk/color/default1/fg"  "0 140 0 255";        /* Green */
+   item: "etk/color/default1/bg"  "255 255 255 255";
+   item: "etk/color/default2/fg"  "111 79 143 255";     /* Purple */
+   item: "etk/color/default2/bg"  "255 255 255 255";
+   item: "etk/color/default3/fg"  "205 0 205 255";      /* Pink */
+   item: "etk/color/default3/bg"  "255 255 255 255";
+   item: "etk/color/default4/fg"  "145 87 26 255";      /* Brown */
+   item: "etk/color/default4/bg"  "255 255 255 255";
+   item: "etk/color/default5/fg"  "136 136 136 255";    /* Gray */
+   item: "etk/color/default5/bg"  "255 255 255 255";
 }
===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/default.edc,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- default.edc 1 Feb 2007 19:14:52 -0000       1.32
+++ default.edc 18 Feb 2007 16:53:24 -0000      1.33
@@ -3,6 +3,7 @@
 #include "macros/glint.edc"
 #include "macros/paned.edc"
 #include "macros/scrollbar.edc"
+#include "macros/style.edc"
 #include "macros/toolbar.edc"
 #include "macros/tree_header.edc"
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to