Update of /cvsroot/gtkpod/gtkpod In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18804
Modified Files: ChangeLog ChangeLog_detailed gtkpod.glade Log Message: * display_sorttabs.c, prefs.[ch], prefs_window.[ch], gtkpod.glade: compilation CD changes (patch by Iain Benson). * prefs_window.c: change glade_xml_get_widget() to gtkpod_xml_get_widget() (the latter gives a warning when accessing non-existing widgets). * display_playlists.c: compatibility fix for libpango < 1.8 Index: ChangeLog =================================================================== RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog,v retrieving revision 1.151 retrieving revision 1.152 diff -u -d -r1.151 -r1.152 --- ChangeLog 24 Nov 2005 15:37:07 -0000 1.151 +++ ChangeLog 25 Nov 2005 14:12:05 -0000 1.152 @@ -1,19 +1,13 @@ gtkpod V0.96.CVS - NEW: transition to libgpod to read/write iTunesDB. See - www.gtkpod.org/libgpod.html for details. - - NEW: script to sync contacts from a Palm (via jppy - http://wiki.zanu.org.uk/jppy). Thanks to Nick Piper, - http://www.nickpiper.co.uk/) - NEW: type-ahead search functionality. Thanks to Nick Piper, http://www.nickpiper.co.uk/ -- please note that the list view you want to search in needs to have keyboard focus. Selection of the search column is done by clicking anywhere inside the column. - NEW: very basic iPod video support (you can add Videos but no - metadata is filled in). Thanks to Uwe Herman for the input. + NEW: Handle Compilations decently. The compilation mp3 tag is + read and written, and compilation artists can be grouped into + "Compilations" in the Artist filter tab. Thanks to Iain Benson! NEW: Window for display of track details. Non-stable with known issues (no sync of data between main display and details @@ -24,6 +18,16 @@ NEW: Display of thumbnail images. Choose "Show Details" from the context menu (right mouse-button). + NEW: very basic iPod video support (you can add Videos but no + metadata is filled in). Thanks to Uwe Herman for the input. + + NEW: script to sync contacts from a Palm (via jppy + http://wiki.zanu.org.uk/jppy). Thanks to Nick Piper, + http://www.nickpiper.co.uk/) + + NEW: transition to libgpod to read/write iTunesDB. See + www.gtkpod.org/libgpod.html for details. + IMPROVEMENT: added comment, category, description, podcast url, podcast rss, subtitle fields and release date to displayable fields. Index: ChangeLog_detailed =================================================================== RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v retrieving revision 1.110 retrieving revision 1.111 diff -u -d -r1.110 -r1.111 --- ChangeLog_detailed 25 Nov 2005 00:16:34 -0000 1.110 +++ ChangeLog_detailed 25 Nov 2005 14:12:05 -0000 1.111 @@ -1,3 +1,15 @@ +2005-11-25 Jorg Schuler <[EMAIL PROTECTED]> + + * display_sorttabs.c, prefs.[ch], prefs_window.[ch], + gtkpod.glade: compilation CD changes (patch by Iain + Benson). + + * prefs_window.c: change glade_xml_get_widget() to + gtkpod_xml_get_widget() (the latter gives a warning when + accessing non-existing widgets). + + * display_playlists.c: compatibility fix for libpango < 1.8 + 2005-11-24 Jorg Schuler <[EMAIL PROTECTED]> * misc.h: corrected delcaration for (time_field_to_string). Index: gtkpod.glade =================================================================== RCS file: /cvsroot/gtkpod/gtkpod/gtkpod.glade,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- gtkpod.glade 24 Nov 2005 15:37:07 -0000 1.180 +++ gtkpod.glade 25 Nov 2005 14:12:05 -0000 1.181 @@ -9945,7 +9945,28 @@ <widget class="GtkVBox" id="vbox125"> <property name="visible">True</property> <property name="homogeneous">False</property> - <property name="spacing">0</property> + <property name="spacing">6</property> + + <child> + <widget class="GtkCheckButton" id="cfg_group_compilations"> + <property name="visible">True</property> + <property name="tooltip" translatable="yes">Keeps all compilation CDs grouped together in the artists sort tab.</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Group artists on compilation CDs</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_group_compilations_toggled" last_modification_time="Sun, 23 Nov 2003 22:23:00 GMT"/> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> <child> <widget class="GtkHBox" id="hbox119"> @@ -11826,6 +11847,27 @@ <property name="spacing">6</property> <child> + <widget class="GtkLabel" id="prefs_label_syncexamples"> + <property name="visible">True</property> + <property name="label"><i>label</i></property> + <property name="use_underline">False</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="wrap">True</property> + <property name="selectable">False</property> + <property name="xalign">0</property> + <property name="yalign">0.5</property> + <property name="xpad">10</property> + <property name="ypad">3</property> + </widget> + <packing> + <property name="padding">0</property> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + + <child> <widget class="GtkTable" id="table34"> <property name="visible">True</property> <property name="n_rows">3</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