Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : apps/eclair

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


Modified Files:
        playlist_entry.edc 


Log Message:

* Better integration of gtk widgets
* Add a popup menu (but we still need to add entries in the menu)
* Finish config file implementation:
   - Save the position of the gui window
* Do not use esmart container anymore for the playlist. Playlist container has 
been really optimized, you can now add thousands of medias without slowdowns ;)
* We can now select media files in the playlist and delete them with the 
"delete" key!
* Remove spaces at the begining and the end of meta tag fields
* Fix segv when we add a file without an extension
* Display correctly uris in playlist
* [Default theme]Remove soft shadow on playlist entries because it is really 
slow
* [Default theme]Open playlist and left side on start
* [Default theme]Adapt playlist entry element to the new playlist container
   

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/eclair/data/themes/default/groups/playlist_entry.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- playlist_entry.edc  24 Apr 2005 16:23:34 -0000      1.2
+++ playlist_entry.edc  18 May 2005 15:36:09 -0000      1.3
@@ -8,18 +8,12 @@
          description {
             state: "default" 0.0;
             visible: 1;
-            color: 206 206 206 0;
-         }
-         description {
-            state: "current" 0.0;
-            visible: 1;
-            color: 230 200 126 180;
+            color: 255 255 255 0;
          }
       }
       part {
          name: "playlist_entry_name";
          type: TEXT;
-         effect: SOFT_SHADOW;
          mouse_events: 0;
          description {
             state: "default" 0.0;
@@ -50,7 +44,6 @@
       part {
          name: "playlist_entry_length";
          type: TEXT;
-         effect: SOFT_SHADOW;
          mouse_events: 0;
          description {
             state: "default" 0.0;
@@ -89,27 +82,5 @@
          target: "playlist_entry_name";
          target: "playlist_entry_length";
       }
-      program {
-         name: "entry_rect_double_click";
-         signal: "mouse,down,1,double";
-         source: "entry_rect";
-         action: SIGNAL_EMIT "eclair_play_entry" "";
-      }
-      program {
-         name: "entry_set_current";
-         signal: "signal_set_current";
-         source: "eclair_bin";         
-         action: STATE_SET "current" 0.0;
-         transition: LINEAR 0.5;
-         target: "entry_rect";
-      }
-      program {
-         name: "entry_unset_current";
-         signal: "signal_unset_current";
-         source: "eclair_bin";         
-         action: STATE_SET "default" 0.0;
-         transition: LINEAR 0.5;
-         target: "entry_rect";
-      }
    }
 }




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to