Revision: 1671
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1671&view=rev
Author: jcsjcs
Date: 2007-08-06 07:46:46 -0700 (Mon, 06 Aug 2007)
Log Message:
-----------
* flacfile.c: include "mp3file.h" to avoid compile time
warning.
Modified Paths:
--------------
gtkpod/trunk/ChangeLog_detailed
gtkpod/trunk/src/flacfile.c
Modified: gtkpod/trunk/ChangeLog_detailed
===================================================================
--- gtkpod/trunk/ChangeLog_detailed 2007-08-05 22:41:27 UTC (rev 1670)
+++ gtkpod/trunk/ChangeLog_detailed 2007-08-06 14:46:46 UTC (rev 1671)
@@ -1,12 +1,20 @@
+2007-08-06 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * flacfile.c: include "mp3file.h" to avoid compile time
+ warning.
+
+
2007-08-03 P.G. Richardson <phantom_sf at users.sourceforge.net>
- * src/display_coverart.h: added DEFAULT_IMG_SIZE
- * src/display_coverart.c: improvements to image dimension setting
- algorithms for both x and y. Using ITDB_THUMB_COVER_LARGE for
- the preferred image means the coverart can be too big in the
- coverart display window. Thus, introduces a default maximum and
- algorithm to set it.
+ * src/display_coverart.h: added DEFAULT_IMG_SIZE
+ * src/display_coverart.c: improvements to image dimension
+ setting algorithms for both x and y. Using
+ ITDB_THUMB_COVER_LARGE for the preferred image means the
+ coverart can be too big in the coverart display
+ window. Thus, introduces a default maximum and algorithm to
+ set it.
+
2007-08-02 Todd Zullinger <tmzullinger at users.sourceforge.net>
* data/gtkpod.glade:
@@ -19,9 +27,9 @@
2007-07-30 P.G. Richardson <phantom_sf at users.sourceforge.net>
- * src/fetchcover.c: improved return status of net_retrieve_image
function
- so that if one image fails to be retrieved then the dialog does not
have
- to be cancelled.
+ * src/fetchcover.c: improved return status of
+ net_retrieve_image function so that if one image fails to be
+ retrieved then the dialog does not have to be cancelled.
2007-07-26 Michael Tiffany <tiffman at users.sourceforge.net>
@@ -29,18 +37,21 @@
2007-07-23 P.G. Richardson <phantom_sf at users.sourceforge.net>
- * src/details.c: set tartwork_changed flag to TRUE rather than relying
on
- using force_update_cover function. Former picked up by
pm_track_changed()
+ * src/details.c: set tartwork_changed flag to TRUE rather than
+ relying on using force_update_cover function. Former picked
+ up by pm_track_changed()
- * src/display_coverart.c: coverart_track_change responds to track
changes
- and redisplays covers if tartwork_changed flag has been set.
+ * src/display_coverart.c: coverart_track_change responds to
+ track changes and redisplays covers if tartwork_changed flag
+ has been set.
* src/display_playlists.c: KEY_DISPLAY_COVERART pref test removed from
pm_track_changed and placed inside coverart_track_changed instead.
- * file.c: update_track_from_file function updates calls for redisplay
of the
- coverart regardless of any file data changes to ensure that any
coverart
- changes do not go unnoticed.
+ * file.c: update_track_from_file function updates calls for
+ redisplay of the coverart regardless of any file data
+ changes to ensure that any coverart changes do not go
+ unnoticed.
2007-07-15 Michael Tiffany <tiffman at users.sourceforge.net>
Modified: gtkpod/trunk/src/flacfile.c
===================================================================
--- gtkpod/trunk/src/flacfile.c 2007-08-05 22:41:27 UTC (rev 1670)
+++ gtkpod/trunk/src/flacfile.c 2007-08-06 14:46:46 UTC (rev 1671)
@@ -34,6 +34,7 @@
#include "itdb.h"
#include "misc.h"
#include "flacfile.h"
+#include "mp3file.h"
/* Info on how to implement new file formats: see mp3file.c for more info */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2