diff options
| author | Christophe Fergeau <teuf@gnome.org> | 2008-05-30 12:00:21 +0000 |
|---|---|---|
| committer | Christophe Fergeau <teuf@gnome.org> | 2008-05-30 12:00:21 +0000 |
| commit | 41b8f76adc1dd093985d544c15381a5d62066e7f (patch) | |
| tree | 15322f7006e27473d2c0c69b2d891f26c66cde67 /ChangeLog | |
| parent | 689d2b23e704b256e6d5d350ec5e6a4bd131fef3 (diff) | |
| download | libgpod-41b8f76adc1dd093985d544c15381a5d62066e7f.tar.gz libgpod-41b8f76adc1dd093985d544c15381a5d62066e7f.tar.xz libgpod-41b8f76adc1dd093985d544c15381a5d62066e7f.zip | |
* src/Makefile.am:
* src/db-artwork-parser.c:
* src/db-artwork-writer.c:
* src/db-image-parser.c:
* src/db-image-parser.h:
* src/itdb.h:
* src/itdb_artwork.c:
* src/itdb_device.h:
* src/itdb_photoalbum.c:
* src/itdb_track.c:
* src/ithumb-writer.c:
* tests/test-covers.c:
* tests/test-photos.c: rework Itdb_Thumb type. Now it's split into
different subtypes depending on what it represents (GdkPixbuf,
thumbnail read from the ipod, ...). Itdb_Artwork now contains only a
pointer to a single Itdb_Thumb (it used to contain a GList * of
Itdb_Thumb) since the only time when the list is useful is for thumbs
read from the ipod. Using a list for the other types of thumbnails
created some complications when trying to set art on an Itdb_Track that
wasn't attached to an Itdb_iTunesDB.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1991 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +2008-05-30 Christophe Fergeau <teuf@gnome.org> + + * src/Makefile.am: + * src/db-artwork-parser.c: + * src/db-artwork-writer.c: + * src/db-image-parser.c: + * src/db-image-parser.h: + * src/itdb.h: + * src/itdb_artwork.c: + * src/itdb_device.h: + * src/itdb_photoalbum.c: + * src/itdb_track.c: + * src/ithumb-writer.c: + * tests/test-covers.c: + * tests/test-photos.c: rework Itdb_Thumb type. Now it's split into + different subtypes depending on what it represents (GdkPixbuf, + thumbnail read from the ipod, ...). Itdb_Artwork now contains only a + pointer to a single Itdb_Thumb (it used to contain a GList * of + Itdb_Thumb) since the only time when the list is useful is for thumbs + read from the ipod. Using a list for the other types of thumbnails + created some complications when trying to set art on an Itdb_Track that + wasn't attached to an Itdb_iTunesDB. + 2008-05-29 Christophe Fergeau <teuf at gnome.org> * src/itunesdb.c: |
