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

Modified Files:
        ChangeLog ChangeLog_detailed gtkpod.glade 
Log Message:
         * details.c: support for set_thumbnails / remove thumbnails.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- ChangeLog   25 Nov 2005 14:12:05 -0000      1.152
+++ ChangeLog   28 Nov 2005 16:25:33 -0000      1.153
@@ -15,8 +15,10 @@
        segfault the appliction if the details window consequently
        attempts to access the track and similar).
 
-       NEW: Display of thumbnail images. Choose "Show Details" from
-       the context menu (right mouse-button).
+       NEW: Display and setting/removing of thumbnail images. Choose
+       "Show Details" from the context menu (right mouse-button). New
+       thumbnails are displayed by the iPod but get wiped by iTunes,
+       however.
 
        NEW: very basic iPod video support (you can add Videos but no
        metadata is filled in). Thanks to Uwe Herman for the input.

Index: ChangeLog_detailed
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- ChangeLog_detailed  26 Nov 2005 13:44:41 -0000      1.112
+++ ChangeLog_detailed  28 Nov 2005 16:25:33 -0000      1.113
@@ -1,3 +1,7 @@
+2005-11-28 Jorg Schuler <[EMAIL PROTECTED]>
+
+        * details.c: support for set_thumbnails / remove thumbnails.
+
 2005-11-26 Jorg Schuler <[EMAIL PROTECTED]>
 
         * globally changed glade_xml_get_widget() to

Index: gtkpod.glade
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/gtkpod.glade,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- gtkpod.glade        25 Nov 2005 14:12:05 -0000      1.181
+++ gtkpod.glade        28 Nov 2005 16:25:33 -0000      1.182
@@ -13383,7 +13383,6 @@
                  <child>
                    <widget class="GtkButton" id="details_button_set_artwork">
                      <property name="visible">True</property>
-                     <property name="sensitive">False</property>
                      <property name="can_focus">True</property>
                      <property name="relief">GTK_RELIEF_NORMAL</property>
                      <property name="focus_on_click">True</property>
@@ -13391,7 +13390,7 @@
                      <child>
                        <widget class="GtkAlignment" id="alignment6">
                          <property name="visible">True</property>
-                         <property name="xalign">0.5</property>
+                         <property name="xalign">0</property>
                          <property name="yalign">0.5</property>
                          <property name="xscale">0</property>
                          <property name="yscale">0</property>
@@ -13548,6 +13547,80 @@
                      <property name="pack_type">GTK_PACK_END</property>
                    </packing>
                  </child>
+
+                 <child>
+                   <widget class="GtkButton" 
id="details_button_remove_artwork">
+                     <property name="visible">True</property>
+                     <property name="can_focus">True</property>
+                     <property name="relief">GTK_RELIEF_NORMAL</property>
+                     <property name="focus_on_click">True</property>
+
+                     <child>
+                       <widget class="GtkAlignment" id="alignment8">
+                         <property name="visible">True</property>
+                         <property name="xalign">0</property>
+                         <property name="yalign">0.5</property>
+                         <property name="xscale">0</property>
+                         <property name="yscale">0</property>
+                         <property name="top_padding">0</property>
+                         <property name="bottom_padding">0</property>
+                         <property name="left_padding">0</property>
+                         <property name="right_padding">0</property>
+
+                         <child>
+                           <widget class="GtkHBox" id="hbox192">
+                             <property name="visible">True</property>
+                             <property name="homogeneous">False</property>
+                             <property name="spacing">2</property>
+
+                             <child>
+                               <widget class="GtkImage" id="image3075">
+                                 <property name="visible">True</property>
+                                 <property name="stock">gtk-delete</property>
+                                 <property name="icon_size">4</property>
+                                 <property name="xalign">0.5</property>
+                                 <property name="yalign">0.5</property>
+                                 <property name="xpad">0</property>
+                                 <property name="ypad">0</property>
+                               </widget>
+                               <packing>
+                                 <property name="padding">0</property>
+                                 <property name="expand">False</property>
+                                 <property name="fill">False</property>
+                               </packing>
+                             </child>
+
+                             <child>
+                               <widget class="GtkLabel" id="label389">
+                                 <property name="visible">True</property>
+                                 <property name="label" 
translatable="yes">Remove Cover Art</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="use_markup">False</property>
+                                 <property 
name="justify">GTK_JUSTIFY_LEFT</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>
+                               </widget>
+                               <packing>
+                                 <property name="padding">0</property>
+                                 <property name="expand">False</property>
+                                 <property name="fill">False</property>
+                               </packing>
+                             </child>
+                           </widget>
+                         </child>
+                       </widget>
+                     </child>
+                   </widget>
+                   <packing>
+                     <property name="padding">0</property>
+                     <property name="expand">False</property>
+                     <property name="fill">False</property>
+                   </packing>
+                 </child>
                </widget>
                <packing>
                  <property name="padding">2</property>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to