Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : apps/eclair

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


Modified Files:
        core.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/programs/core.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- core.edc    3 May 2005 20:36:33 -0000       1.3
+++ core.edc    18 May 2005 15:36:25 -0000      1.4
@@ -1,3 +1,12 @@
+program {
+   name: "init";
+   signal: "load";
+   source: "";
+   script {
+      run_program(PROGRAM:"open_left_side");
+      run_program(PROGRAM:"open_playlist");
+   }   
+}
 //TODO: edje bug
 program {
    name: "update";




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