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

Modified Files:
        ChangeLog ChangeLog_detailed gtkpod.glade 
Log Message:
         * details.c, details.h: detailled display of tracks. Alpha
           with known issues (no sync of data between main display and
           details display -> deleting of tracks with the details
           window open may segfault the appliction if the details
           window consequently attempts to access the track and
           similar).
           TODO: create menu entries (currently only context menu).

         * added support for compilation flag in mp3 files. Thanks to
           Iain Benson for the patch.

         * added read support for TID, WFD, TDS, TDR, TT3 tags (used
           by podcasts)



Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- ChangeLog   21 Nov 2005 15:34:32 -0000      1.149
+++ ChangeLog   23 Nov 2005 04:16:12 -0000      1.150
@@ -15,6 +15,12 @@
        NEW: very basic iPod video support (you can add Videos but no
        metadata is filled in). Thanks to Uwe Herman for the input.
 
+       NEW: Window for display of track details. Non-stable with known
+       issues (no sync of data between main display and details
+       display -> deleting of tracks with the details window open may
+       segfault the appliction if the details window consequently
+       attempts to access the track and similar).
+
        IMPROVEMENT: added comment, category, description, podcast url,
        podcast rss, subtitle fields and release date to displayable
        fields.
@@ -27,6 +33,12 @@
        IMPROVEMENT: Update smart playlists automatically (on
        load/display/save) if 'live updating' is set.
 
+       IMPROVEMENT: Support for more mp3 file tags: Compilation
+       (TCMP), Podcast URL/Title (TID), Podcast Description (TDS),
+       Podcast Subtitle (TT3), Podcast RSS (WFD), Podcast Release Date
+       (TDR). Mostly reading only because of limited support on
+       id3tag's side.
+
        UPDATED: Italian translation (thanks to Edward Matteucci)
 
        BUGFIX: 'Check iPod's files' could crash under certain
@@ -38,9 +50,6 @@
        BUGFIX: Prevent that all rules in a smart playlist get deleted,
        which would mess up the iTunesDB.
 
-       BUGFIX: Automatic copy from iPod should now work when dragging
-       tracks to local repositories.
-
 gtkpod V0.95.CVS
        NEW: script to sync addressbooks in ldif format provided by
        Sebastien BERIDOT.

Index: ChangeLog_detailed
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- ChangeLog_detailed  21 Nov 2005 15:34:32 -0000      1.107
+++ ChangeLog_detailed  23 Nov 2005 04:16:12 -0000      1.108
@@ -1,3 +1,21 @@
+2005-11-22 Jorg Schuler <[EMAIL PROTECTED]>
+
+        * details.c, details.h: detailled display of tracks. Alpha
+           with known issues (no sync of data between main display and
+           details display -> deleting of tracks with the details
+           window open may segfault the appliction if the details
+           window consequently attempts to access the track and
+           similar).
+          TODO: create menu entries (currently only context menu).
+
+2005-11-21 Jorg Schuler <[EMAIL PROTECTED]>
+
+        * added support for compilation flag in mp3 files. Thanks to
+           Iain Benson for the patch.
+
+        * added read support for TID, WFD, TDS, TDR, TT3 tags (used
+           by podcasts)
+
 2005-11-21 Jorg Schuler <[EMAIL PROTECTED]>
 
         * file_export.c: Files were not copied from iPod to harddisk

Index: gtkpod.glade
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/gtkpod.glade,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- gtkpod.glade        20 Nov 2005 09:40:22 -0000      1.178
+++ gtkpod.glade        23 Nov 2005 04:16:12 -0000      1.179
@@ -4934,1331 +4934,6 @@
   </child>
 </widget>
 
-<widget class="GtkWindow" id="sort_window_old">
-  <property name="title" translatable="yes">Sorting Options</property>
-  <property name="type">GTK_WINDOW_TOPLEVEL</property>
-  <property name="window_position">GTK_WIN_POS_NONE</property>
-  <property name="modal">False</property>
-  <property name="resizable">True</property>
-  <property name="destroy_with_parent">False</property>
-  <property name="icon">gtkpod-icon-48.png</property>
[...4017 lines suppressed...]
+           </widget>
+           <packing>
+             <property name="padding">0</property>
+             <property name="expand">False</property>
+             <property name="fill">False</property>
+             <property name="pack_type">GTK_PACK_END</property>
+           </packing>
+         </child>
+       </widget>
+       <packing>
+         <property name="padding">0</property>
+         <property name="expand">False</property>
+         <property name="fill">False</property>
+       </packing>
+      </child>
+    </widget>
+  </child>
+</widget>
+
 </glade-interface>



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to