Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto/data/themes/ephoto/bits


Modified Files:
        Makefile.am tree.edc 
Removed Files:
        select.edc 


Log Message:
Tone things down a bit. Clicking a image in normal view or list view now
lets you view that image in the single view. Exif has been temporarily
moved.

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/data/themes/ephoto/bits/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 23 Mar 2007 23:50:51 -0000      1.2
+++ Makefile.am 29 Mar 2007 00:24:16 -0000      1.3
@@ -6,7 +6,6 @@
 label.edc \
 scrollbar.edc \
 scrollpane.edc \
-select.edc \
 spacer.edc \
 tree.edc \
 window.edc
===================================================================
RCS file: /cvs/e/e17/apps/ephoto/data/themes/ephoto/bits/tree.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- tree.edc    15 Feb 2007 10:20:19 -0000      1.1
+++ tree.edc    29 Mar 2007 00:24:16 -0000      1.2
@@ -22,6 +22,23 @@
                                color: 255 255 255 255;
                        }
                }
+               part
+               {
+                       name: "highlight";
+                       type: RECT;
+                       description
+                       {
+                               state: "default" 0.0;
+                               visible: 0;
+                               color: 71 135 195 255;
+                       }
+                       description
+                       {
+                               state: "selected" 0.0;
+                               inherit: "default" 0.0;
+                               visible: 1;
+                       }
+               }
        }
        programs
        {
@@ -41,5 +58,21 @@
                         action: STATE_SET "odd" 0.0;
                         target: "background";
                 }
+               program
+               {
+                       name: "selected";
+                       signal: "tree-selected";
+                       source: "*";
+                       action: STATE_SET "selected" 0.0;
+                       target: "highlight";
+               }
+               program
+               {
+                       name: "unselected";
+                       signal: "tree-deselect";
+                       source: "*";
+                       action: STATE_SET "default" 0.0;
+                       target: "highlight";
+               }
        }
 }              



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