Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto

Dir     : e17/proto/edje_editor/data


Modified Files:
        edje_editor.edc 


Log Message:
* Redone everythink using engrave and engrave_canvas.
* Remove glib2 dependencies
* More eflzed code style
NOTE: The editor could now open at least the e,ewl and etk default  
theme. With some error but open.
The app only load edc file...error in engrave_load_edj()

===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/data/edje_editor.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- edje_editor.edc     30 Dec 2006 09:50:54 -0000      1.1
+++ edje_editor.edc     8 Jan 2007 20:01:52 -0000       1.2
@@ -23,7 +23,7 @@
    image, "parent2Y.png" LOSSY 95;
    image, "rel1.png" LOSSY 95;
    image, "rel2.png" LOSSY 95;
-   image, "e17.png" LOSSY 95;
+   //image, "e17.png" LOSSY 95;
    image, "miniarrow.png" LOSSY 95;
 
 }
@@ -549,25 +549,11 @@
            mouse_events, 0;
            description {
               state, "default" 0.0;
-              rel1 {relative, 0.0 0.0; offset: -7 -16;}
-              rel2 {relative, 1.0 1.0; offset: 5 5;}
+              rel1 {relative, 0.0 0.0; offset: -10 -20;}
+              rel2 {relative, 1.0 1.0; offset: 10 10;}
               image {
                  normal, "fakewin.png";
-                 border, 8 6 18 6;
-              }
-           }
-        }
-        /* Icon */
-        part {
-           name, "icon";
-           type, IMAGE;
-           mouse_events, 0;
-           description {
-              state, "default" 0.0;
-              rel1 {relative, 0.0 0.0; offset: 0 -12;}
-              rel2 {relative, 0.0 0.0; offset: 10 -2;}
-              image {
-                 normal, "e17.png";
+                 border, 20 20 22 10;
               }
            }
         }
@@ -582,7 +568,7 @@
               color, 0 0 0 200;
               color3, 0 0 0 20;
 
-              rel1 {relative, 0.0 0.0; offset: 15 -11;}
+              rel1 {relative, 0.0 0.0; offset: 20 -13;}
               rel2 {relative, 1.0 1.0; offset: 0 0;}
               text {
                  text, "Titolo Finestra";
@@ -603,7 +589,7 @@
               visible, 1;
               state, "default" 0.0;
               rel1 {relative, 0 0; offset: 0 0;}
-              rel2 {relative, 0 0; offset: 5 5;}
+              rel2 {relative, 0 0; offset: 7 7;}
               image {
                  normal, "miniarrow.png";
               }



-------------------------------------------------------------------------
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