Update of /cvsroot/gtkpod/gtkpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6531

Modified Files:
      Tag: coverart_display_development_branch
        gtkpod.glade TODOandBUGS.txt 
Log Message:
- Selection of a track causes the display to swith to the relevant album cover 
- tick
- Selection of an album from either sort list causes switching display to 
relevant album cover -tick
- Selection of an artist / genre ... causes selection of the first album 
corresponding to the selected criteria - tick
- Order of tracks is updated when the alphabetize function is clicked - tick
- Images are clear before setting them in case a null is returned from 
get_thumb()
- Preference for visibility removed. Now displays by default. Arrows to 
minimize still to do.
- Framework for artist/album title started.

Index: gtkpod.glade
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/gtkpod.glade,v
retrieving revision 1.217.2.1
retrieving revision 1.217.2.2
diff -u -d -r1.217.2.1 -r1.217.2.2
--- gtkpod.glade        8 Jan 2007 21:08:44 -0000       1.217.2.1
+++ gtkpod.glade        22 Jan 2007 00:05:09 -0000      1.217.2.2
@@ -11935,27 +11935,6 @@
                                  <property name="spacing">6</property>
 
                                  <child>
-                                   <widget class="GtkCheckButton" 
id="cfg_display_artcovers">
-                                     <property name="visible">True</property>
-                                     <property name="tooltip" 
translatable="yes">Enable or disable the cover artwork display shown in the 
window below the list of playlists</property>
-                                     <property name="can_focus">True</property>
-                                     <property name="label" 
translatable="yes">Enable the cover art display window</property>
-                                     <property 
name="use_underline">True</property>
-                                     <property 
name="relief">GTK_RELIEF_NORMAL</property>
-                                     <property 
name="focus_on_click">True</property>
-                                     <property name="active">False</property>
-                                     <property 
name="inconsistent">False</property>
-                                     <property 
name="draw_indicator">True</property>
-                                     <signal name="toggled" 
handler="on_cfg_coverart_display_toggled" last_modification_time="Thu, 28 Dec 
2006 17:03:18 GMT"/>
-                                   </widget>
-                                   <packing>
-                                     <property name="padding">0</property>
-                                     <property name="expand">False</property>
-                                     <property name="fill">False</property>
-                                   </packing>
-                                 </child>
-
-                                 <child>
                                    <widget class="GtkCheckButton" 
id="cfg_tmp_disable_sort">
                                      <property name="visible">True</property>
                                      <property name="tooltip" 
translatable="yes">It is much faster to sort the display after all tracks have 
been added. Some people might feel irritated by this behaviour and should 
uncheck this option.</property>

Index: TODOandBUGS.txt
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/TODOandBUGS.txt,v
retrieving revision 1.84
retrieving revision 1.84.2.1
diff -u -d -r1.84 -r1.84.2.1
--- TODOandBUGS.txt     26 Sep 2006 14:53:57 -0000      1.84
+++ TODOandBUGS.txt     22 Jan 2007 00:05:10 -0000      1.84.2.1
@@ -1,5 +1,17 @@
 , TODO:
 
+CoverArt_display:
+- Remove the preference and add by default, complete with arrows to minimize 
the display if required.
+- Add a title to the display indicating the album displayed.
+# Selection of a track causes the display to switch to the relevant album cover
+# Selecting an album from either sort list causes switching display to 
relevant album cover
+# Update the covers when the alphabetize function is called
+- Improve animation?
+- Automatically retrieve album art through Amazon or Google
+# Clear images before setting them in case a null is returned from get_thumb()
+
+###
+
 - unload iPods when exiting gtkpod (ask/option).
 
 - cddb lookup (http://freedb.freedb.org). See also


-------------------------------------------------------------------------
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
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to