|
From: <enl...@li...> - 2005-05-27 20:29:03
|
Enlightenment CVS committal
Author : moom16
Project : e17
Module : apps/eclair
Dir : e17/apps/eclair
Modified Files:
TODO
Log Message:
* Add a "scroll to" animation when we change the current media file
* Display more infos (bitrate, samplerate) on the gui (depending on the theme used)
* Fix segv that happened when we removed media files if these media files haven't been scanned for meta tags or cover
* Code cleanup
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/eclair/TODO,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- TODO 22 May 2005 15:21:51 -0000 1.16
+++ TODO 27 May 2005 20:28:22 -0000 1.17
@@ -9,12 +9,10 @@
* Allow vertical or horizontal progressbar, volumebar, ...
* Support different encodings for subtitles
* Why is it so slow to scan id3 tag?
-* FIX segv: When removing a media file from the playlist, remove it also from the cover and meta_tag files to treat list [In Progress]
-* FIX default theme bug:
+* FIX default theme bug which happens if we open the playlist panel at startup:
"EDJE ERROR: Circular dependency when calculating part "playlist_background"
Already calculating XY [03] axes
Need to calculate XY [03] axes"
-* Automatically scroll to the current entry in the playlist container [In Progress]
* Allow themes to have separated playlist, non shaded window, or to "swallow" the video object
* Make a converter to convert Winamp2 themes to edj [In Progress]
|