Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto/edje_editor

Dir     : e17/proto/edje_editor/data


Modified Files:
        Makefile.am edje_editor.edc 


Log Message:
 * Add the ability to choose the opacity level of the focus handlers (red/blue 
point & yellow rect). Requested by Toma...thanks!
* Add the ability to choose a custom color for background...yes, the 
color_class mania is exploded !!

===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/data/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 15 Jul 2008 00:55:42 -0000      1.7
+++ Makefile.am 31 Jul 2008 00:39:09 -0000      1.8
@@ -8,7 +8,6 @@
              images/bg2.png \
              images/bg2_i.png \
              images/bg3.png \
-             images/bg4.png \
              images/frame_bg.png \
              images/frame_bg_label.png \
              images/lbl_group.png \
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/data/edje_editor.edc,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- edje_editor.edc     15 Jul 2008 00:55:42 -0000      1.17
+++ edje_editor.edc     31 Jul 2008 00:39:09 -0000      1.18
@@ -115,7 +115,9 @@
    image: "bg2.png" LOSSY 95;
    image: "bg2_i.png" LOSSY 95;
    image: "bg3.png" LOSSY 95;
-   image: "bg4.png" LOSSY 95;
+   image: "fopa100.png" LOSSY 95;
+   image: "fopa50.png" LOSSY 95;
+   image: "fopa25.png" LOSSY 95;
    image: "logo.png" LOSSY 95;
    image: "frame_bg.png" LOSSY 95;
    image: "frame_bg_label.png" LOSSY 95;
@@ -162,6 +164,14 @@
    font: "vera.ttf" "vera.ttf";
 }
 
+color_classes {
+   color_class {
+      name:  "cc_background";
+      color:  255 255 255 255;
+   }
+}
+
+
 collections {
    group{
       name: "IMAGE.PNG";
@@ -418,24 +428,61 @@
       }
    }
    group{
-      name: "BG4_I.PNG";
-      min: 15 15;
-      max: 15 15;
+      name: "FOPA100.PNG";
+      min: 20 20;
+      max: 20 20;
       parts{
          part{
             name: "StaticImage";
-            type: RECT;
+            type: IMAGE;
             mouse_events: 0;
             description{
                state: "default" 0.0;
-               color: 0 0 0 255;
                rel1 {relative: 0.0 0.0; offset: 0 0;}
-               rel2 {relative: 0.0 0.0; offset: 15 15;}
+               rel2 {relative: 0.0 0.0; offset: 20 20;}
+               image {normal: "fopa100.png";}
+            }
+         }
+      }
+   }
+   group{
+      name: "FOPA50.PNG";
+      min: 20 20;
+      max: 20 20;
+      parts{
+         part{
+            name: "StaticImage";
+            type: IMAGE;
+            mouse_events: 0;
+            description{
+               state: "default" 0.0;
+               rel1 {relative: 0.0 0.0; offset: 0 0;}
+               rel2 {relative: 0.0 0.0; offset: 20 20;}
+               image {normal: "fopa50.png";}
             }
          }
       }
    }
    group{
+      name: "FOPA25.PNG";
+      min: 20 20;
+      max: 20 20;
+      parts{
+         part{
+            name: "StaticImage";
+            type: IMAGE;
+            mouse_events: 0;
+            description{
+               state: "default" 0.0;
+               rel1 {relative: 0.0 0.0; offset: 0 0;}
+               rel2 {relative: 0.0 0.0; offset: 20 20;}
+               image {normal: "fopa25.png";}
+            }
+         }
+      }
+   }
+
+   group{
       name: "GIMP.PNG";
       min: 20 20;
       max: 100 100;
@@ -561,6 +608,7 @@
                rel1 {relative: 0.0 0.0; offset: 0 0;}
                rel2 {relative: 1.0 1.0; offset: 0 0;}
                image {normal: "bg1.png";}
+               color_class: "cc_background";
                fill { size {relative: 0.0 0.0; offset: 240 240;} }
             }
             description {
@@ -568,6 +616,7 @@
                rel1 {relative: 0.0 0.0; offset: 0 0;}
                rel2 {relative: 1.0 1.0; offset: 0 0;}
                image {normal: "bg2.png";}
+               color_class: "cc_background";
                fill { size {relative: 0.0 0.0; offset: 80 80;} }
             }
             description {
@@ -575,13 +624,7 @@
                rel1 {relative: 0.0 0.0; offset: 0 0;}
                rel2 {relative: 1.0 1.0; offset: 0 0;}
                image {normal: "bg3.png";}
-               fill { size {relative: 0.0 0.0; offset: 16 16;} }
-            }
-            description {
-               state: "default" 0.3;
-               rel1 {relative: 0.0 0.0; offset: 0 0;}
-               rel2 {relative: 1.0 1.0; offset: 0 0;}
-               image {normal: "bg4.png";}
+               color_class: "cc_background";
                fill { size {relative: 0.0 0.0; offset: 16 16;} }
             }
          }



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to