Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : proto

Dir     : e17/proto/etk/data/themes/default/widgets


Modified Files:
        tree.edc windows.edc 


Log Message:
* Improve the default theme:
  - Remove the watermark in the window and in the tree
  - Make the notebook panel brighter


===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/etk/data/themes/default/widgets/tree.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- tree.edc    20 Dec 2005 20:41:57 -0000      1.9
+++ tree.edc    26 Dec 2005 15:11:49 -0000      1.10
@@ -29,44 +29,6 @@
             }
          }
       }
-      part {
-         name: "tree_clip";
-         type: RECT;
-         mouse_events: 0;
-         description {
-            state: "default" 0.0;
-            rel1 {
-               relative: 0.0 0.0;
-               offset: 0 0;
-            }
-            rel2 {
-               relative: 1.0 1.0;
-               offset: -1 -1;
-            }
-         }
-      }
-      part {
-         name: "watermark";
-         mouse_events: 0;
-         clip_to: "tree_clip";
-         description {
-            state: "default" 0.0;
-            rel1 {
-               relative: 1.0 1.0;
-               offset: -200 -138;
-            }
-            rel2 {
-               relative: 1.0 1.0;
-               offset: -1 -1;
-            }
-            image {
-               normal: "e_watermark.png";
-            }
-            fill {
-               smooth: 0;
-            }
-         }
-      }
       FOCUS_GLOW(0.0, 0.0, -1, -1, "tree", 1.0, 1.0, 0, 0, "tree")
    }
    programs {
@@ -84,60 +46,6 @@
       }
    }
 }
-/*group {
-   name: "tree_row";
-   parts {
-      part {
-         name: "row";
-         type: RECT;
-         description {
-            state: "default" 0.0;
-            color: 255 255 255 0;
-            rel1 {
-               relative: 0.0 0.0;
-               offset: 0 0;
-            }
-            rel2 {
-               relative: 1.0 1.0;
-               offset: -1 -1;
-            }
-         }
-         description {
-            state: "even" 0.0;
-            inherit: "default" 0.0;
-            color: 190 190 190 40;
-         }
-         description {
-            state: "selected" 0.0;
-            inherit: "default" 0.0;
-            color: 219 181 104 60;
-         }
-      }
-   }
-   programs {
-      program {
-         name: "even";
-         signal: "even";
-         source: "";
-         action: STATE_SET "even" 0.0;
-         target: "row";
-      }
-      program {
-         name: "odd";
-         signal: "odd";
-         source: "";
-         action: STATE_SET "default" 0.0;
-         target: "row";
-      }
-      program {
-         name: "selected";
-         signal: "selected";
-         source: "";
-         action: STATE_SET "selected" 0.0;
-         target: "row";
-      }
-   }
-}*/
 group {
    name: "tree_row";
    parts {
@@ -145,7 +53,7 @@
          name: "row";
          description {
             state: "default" 0.0;
-            color: 255 255 255 120;
+            color: 255 255 255 255;
             rel1 {
                relative: 0.0 0.0;
                offset: 0 0;
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/etk/data/themes/default/widgets/windows.edc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- windows.edc 4 Dec 2005 14:54:56 -0000       1.7
+++ windows.edc 26 Dec 2005 15:11:49 -0000      1.8
@@ -21,29 +21,6 @@
          }
       }
       part {
-         name: "watermark";
-         mouse_events: 0;
-         description {
-            state: "default" 0.0;
-            visible: 1;
-            color: 255 255 255 255;
-            rel1 {
-               relative: 1.0 1.0;
-               offset: -200 -138;
-            }
-            rel2 {
-               relative: 1.0 1.0;
-               offset: -1 -1;
-            }
-            image {
-               normal: "e_watermark.png";
-            }
-            fill {
-               smooth: 0;
-            }
-         }
-      }
-      part {
          name: "border";
          mouse_events: 0;
          description {
@@ -92,29 +69,6 @@
          }
       }
       part {
-         name: "watermark";
-         mouse_events: 0;
-         description {
-            state: "default" 0.0;
-            visible: 1;
-            color: 255 255 255 255;
-            rel1 {
-               relative: 1.0 1.0;
-               offset: -200 -138;
-            }
-            rel2 {
-               relative: 1.0 1.0;
-               offset: -1 -1;
-            }
-            image {
-               normal: "e_watermark.png";
-            }
-            fill {
-               smooth: 0;
-            }
-         }
-      }
-      part {
          name: "border";
          mouse_events: 0;
          description {




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to