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

Modified Files:
        gtkpod.glade TODOandBUGS.txt 
Log Message:
- Added "Album Art" title label to display_coverart pane
- Changed set_display_dimensions to make WIDTH=HEIGHT giving aspect ratio 
default of 1 rather than 1.2
- Added patch to dispay_coverart.c to correctly cleanup pixbuf memory leakag. 
(All credit for this to Christophe ([EMAIL PROTECTED]))

Index: gtkpod.glade
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/gtkpod.glade,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- gtkpod.glade        20 Feb 2007 14:11:22 -0000      1.224
+++ gtkpod.glade        21 Feb 2007 22:25:55 -0000      1.225
@@ -1570,7 +1570,28 @@
                  </child>
 
                  <child>
-                   <placeholder/>
+                   <widget class="GtkLabel" id="lbl_albumart">
+                     <property name="visible">True</property>
+                     <property name="label" translatable="yes">Abum 
Art</property>
+                     <property name="use_underline">False</property>
+                     <property name="use_markup">False</property>
+                     <property name="justify">GTK_JUSTIFY_CENTER</property>
+                     <property name="wrap">False</property>
+                     <property name="selectable">False</property>
+                     <property name="xalign">0.5</property>
+                     <property name="yalign">0.5</property>
+                     <property name="xpad">0</property>
+                     <property name="ypad">0</property>
+                     <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+                     <property name="width_chars">-1</property>
+                     <property name="single_line_mode">False</property>
+                     <property name="angle">0</property>
+                   </widget>
+                   <packing>
+                     <property name="padding">0</property>
+                     <property name="expand">True</property>
+                     <property name="fill">True</property>
+                   </packing>
                  </child>
                </widget>
                <packing>

Index: TODOandBUGS.txt
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/TODOandBUGS.txt,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- TODOandBUGS.txt     20 Feb 2007 14:11:21 -0000      1.88
+++ TODOandBUGS.txt     21 Feb 2007 22:25:55 -0000      1.89
@@ -43,16 +43,16 @@
 ###
 
 CoverArt_display:
-- Remove the preference and add by default, complete with arrows to minimize 
the display if required.
+# 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?
+# Improve animation?
 - Automatically retrieve album art through Amazon or Google
 # Clear images before setting them in case a null is returned from get_thumb()
-- On Delete of album / track / artist, call cover_set_images again
-- On add of album / track / artist, call cover_set_images again
+# On Delete of album / track / artist, call cover_set_images again
+# On add of album / track / artist, call cover_set_images again
 
 
 ###


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