diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2006-11-26 15:00:15 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2006-11-26 15:00:15 +0000 |
| commit | c4d8ab586052e4fe856fad2507e12ace01d2b302 (patch) | |
| tree | d13281c758fac4654017b59aa0762a38b1bef2be /ChangeLog | |
| parent | be810475a6fde7bac850b1e297dc113cd3d3dd3b (diff) | |
| download | libgpod-c4d8ab586052e4fe856fad2507e12ace01d2b302.tar.gz libgpod-c4d8ab586052e4fe856fad2507e12ace01d2b302.tar.xz libgpod-c4d8ab586052e4fe856fad2507e12ace01d2b302.zip | |
* src/itdb.h
src/itdb_itunesdb.c: removed mhodcount and libmhodcount from
Itdb_Playlist as these are only used internally and reset during
syncing.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1340 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2006-11-26 Jorg Schuler <jcsjcs at users.sourceforge.net> + + * src/ithumb-writer.c (ithumb_writer_write_thumbnail): handle + corrupted image data in a way that does not crash libgpod nor + causes the ArtworkDB or PhotoDB to be corrupted. Currently a + completely red pixmap is created as a substitute. Somewhat more + artistic than I am may want to create a "corrupted image data" + pixmap we can imbed into the code. + + * src/itdb_artwork.c (itdb_thumb_get_gdk_pixbuf): fix failed + assertion when image data is illegal. + 2006-11-24 Jorg Schuler <jcsjcs at users.sourceforge.net> * src/itdb.h @@ -8,6 +20,11 @@ * tests/test-photos.c: implemented new API (append at the end). + * src/itdb.h + src/itdb_itunesdb.c: removed mhodcount and libmhodcount from + Itdb_Playlist as these are only used internally and reset during + syncing. + 2006-11-23 Jorg Schuler <jcsjcs at users.sourceforge.net> * When adding photos to the iPod the user may or may not want to |
