Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : apps/eclair

Dir     : e17/apps/eclair/data/themes/default/parts


Modified Files:
        left_side_back.edc 


Log Message:

* Fix subtitles font by adding fonts.dir and fonts.alias
* Improve cover integration in the GUI
* Fix segfaults related to cover, which happened on shutdown
* Some cleanups and fixes


===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/eclair/data/themes/default/parts/left_side_back.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- left_side_back.edc  17 Apr 2005 08:30:57 -0000      1.1
+++ left_side_back.edc  2 May 2005 16:06:49 -0000       1.2
@@ -24,11 +24,10 @@
    }
 }
 part {
-   name: "cover";
+   name: "cover_background";
    description {
       state: "default" 0.0;
-      visible: 0;
-      color: 255 255 255 0;
+      visible: 1;
       rel1 {
          relative: 0 0;
          offset: 18 11;
@@ -43,11 +42,55 @@
          normal: "cover.png";
       }
    }
+}
+part {
+   name: "cover_border";
    description {
-      state: "open" 0.0;
-      inherit: "default" 0.0;
+      state: "default" 0.0;
       visible: 1;
-      color: 255 255 255 255;
+      rel1 {
+         to: "cover_background";
+      }
+      rel2 {
+         to: "cover_background";
+      }
+      image {
+         normal: "cover_border.png";
+      }
+   }
+}
+part {
+   name: "cover";
+   type: SWALLOW;
+   description {
+      state: "default" 0.0;
+      visible: 1;
+      color: 255 255 255 0;
+      rel1 {
+         relative: 0 0;
+         offset: 1 1;
+         to: "cover_border";
+      }
+      rel2 {
+         relative: 1 1;
+         offset: -2 -2;
+         to: "cover_border";
+      }
+   }
+}
+part {
+   name: "previous_cover";
+   type: SWALLOW;
+   description {
+      state: "default" 0.0;
+      visible: 1;
+      color: 255 255 255 0;
+      rel1 {
+         to: "cover";
+      }
+      rel2 {
+         to: "cover";
+      }
    }
 }
 part {




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to