Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto/edje_editor

Dir     : e17/proto/edje_editor/data


Modified Files:
        edje_editor.edc 


Log Message:
 * Add a cool "console" that show all the signal that is triggered inside the 
edje object.
* Nuked all remaining engrave dependencies

===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/data/edje_editor.edc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- edje_editor.edc     28 Dec 2007 23:01:40 -0000      1.8
+++ edje_editor.edc     18 Feb 2008 16:44:21 -0000      1.9
@@ -147,6 +147,10 @@
    image: "miniarrow.png" LOSSY 95;
 }
 
+fonts {
+   font: "vera.ttf" "vera.ttf";
+}
+
 collections {
    group{
       name: "IMAGE.PNG";
@@ -622,6 +626,111 @@
             source: "miniarrow";
             action: SIGNAL_EMIT "END_DRAG" "miniarrow";
          }
+      }
+   }
+   /************************************************************/
+   /*   Consolle                                               */
+   /************************************************************/
+   group{
+      name: "Consolle";
+      parts {
+         part {
+            name: "bg";
+            type: RECT;
+            mouse_events: 0;
+            description {
+               state: "default" 0.0;
+               color: 255 255 0 0;
+               rel1 {relative: 0.0 0.0;}
+               rel2 {relative: 1.0 1.0;}
+            }
+         }
+         part {
+            name: "line1";
+            type: TEXT;
+            mouse_events: 0;
+            description {
+               state: "default" 0.0;
+               color: 80 80 80 220;
+               rel1 {relative: 0.0 0.8; offset: 5 0; to: "bg";}
+               rel2 {relative: 1.0 1.0; to: "bg";}
+               text{
+                  text: "";
+                  font: "vera.ttf";
+                  size: 10;
+                  align: 0.0 0.5;
+               }
+            }
+         }
+         part {
+            name: "line2";
+            type: TEXT;
+            mouse_events: 0;
+            description {
+               state: "default" 0.0;
+               color: 80 80 80 190;
+               rel1 {relative: 0.0 0.6; offset: 5 0; to: "bg";}
+               rel2 {relative: 1.0 0.8; to: "bg";}
+               text{
+                  text: "";
+                  font: "vera.ttf";
+                  size: 10;
+                  align: 0.0 0.5;
+               }
+            }
+         }
+         part {
+            name: "line3";
+            type: TEXT;
+            mouse_events: 0;
+            description {
+               state: "default" 0.0;
+               color: 80 80 80 160;
+               rel1 {relative: 0.0 0.4; offset: 5 0; to: "bg";}
+               rel2 {relative: 1.0 0.6; to: "bg";}
+               text{
+                  text: "";
+                  font: "vera.ttf";
+                  size: 10;
+                  align: 0.0 0.5;
+               }
+            }
+         }
+         part {
+            name: "line4";
+            type: TEXT;
+            mouse_events: 0;
+            description {
+               state: "default" 0.0;
+               color: 80 80 80 130;
+               rel1 {relative: 0.0 0.2; offset: 5 0; to: "bg";}
+               rel2 {relative: 1.0 0.4; to: "bg";}
+               text{
+                  text: "";
+                  font: "vera.ttf";
+                  size: 10;
+                  align: 0.0 0.5;
+               }
+            }
+         }
+         part {
+            name: "line5";
+            type: TEXT;
+            mouse_events: 0;
+            description {
+               state: "default" 0.0;
+               color: 80 80 80 100;
+               rel1 {relative: 0.0 0.0; offset: 5 0; to: "bg";}
+               rel2 {relative: 1.0 0.2; to: "bg";}
+               text{
+                  text: "";
+                  font: "vera.ttf";
+                  size: 10;
+                  align: 0.0 0.5;
+               }
+            }
+         }
+         
       }
    }
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to