Update of /cvsroot/gtkpod/gtkpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12994
Modified Files:
ChangeLog ChangeLog_detailed
Log Message:
* src/file_export.c (export_trackglist_when_necessary):
cosmetic change (!a || !b) -> !(a && b)
* src/misc_track.c (add_tracks_to_playlist): bugfix: dragging
tracks between iPods did not work if no local path was
available.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -d -r1.195 -r1.196
--- ChangeLog 5 Feb 2007 08:48:36 -0000 1.195
+++ ChangeLog 24 Feb 2007 05:48:33 -0000 1.196
@@ -9,6 +9,11 @@
NEW FEATURE: editing of TV show metadata and track media
type. Thanks to Mario Rossi.
+ NEW FEATURE: Display of Album Art. Thanks to P.G. Richardson.
+
+ BUGFIX: dragging tracks between two iPods would sometimes not
+ actually copy the file.
+
gtkpod V0.99.8
NEW FEATURE: Support of several iPods (currently you need to
Index: ChangeLog_detailed
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -d -r1.388 -r1.389
--- ChangeLog_detailed 22 Feb 2007 23:50:45 -0000 1.388
+++ ChangeLog_detailed 24 Feb 2007 05:48:33 -0000 1.389
@@ -1,19 +1,37 @@
+2007-02-22 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * src/file_export.c (export_trackglist_when_necessary):
+ cosmetic change (!a || !b) -> !(a && b)
+
+ * src/misc_track.c (add_tracks_to_playlist): bugfix: dragging
+ tracks between iPods did not work if no local path was
+ available.
+
+
2007-02-23 P.G. Richardson <phantom_sf at users.sourceforge.net>
* display_coverart.c
- - Avoided null pointer exceptions by testing cdwidget first in
coverart_block_change()
- - Ensured the pande0 button release event only initiaties if a
width change has truly occurred
+ - Avoided null pointer exceptions by testing cdwidget
+ first in coverart_block_change()
+ - Ensured the pande0 button release event only
+ initiaties if a width change has truly occurred
ie. gtk_paned_get_position() != WIDTH
* display_playlists.c
- - Blocked other coverart related changes while a
pm_playlist_change_cb is being enacted.
- - Blocking is lifted prior to the call to coverart_set_images
- - pm_playlist_change_cb() will occur on deletion of a playlist.
In this case the deleted playlist
- will be nullified. In this case, clear any coverart images
rather than setting them (none to set)
+ - Blocked other coverart related changes while a
+ pm_playlist_change_cb is being enacted.
+ - Blocking is lifted prior to the call to
+ coverart_set_images
+ - pm_playlist_change_cb() will occur on deletion of a
+ playlist. In this case the deleted playlist
+ will be nullified. In this case, clear any coverart
+ images rather than setting them (none to set)
* file_itunesdb.c
- - data_changed function called whenever track details are
changed. Added a resettting of the coverart
- to this function so all tracks in coverart display are synced
with database data
+ - data_changed function called whenever track details
+ are changed. Added a resettting of the coverart to
+ this function so all tracks in coverart display are
+ synced with database data
2007-02-22 Jorg Schuler <jcsjcs at users.sourceforge.net>
-------------------------------------------------------------------------
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