summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-06-09 20:02:06 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-06-09 20:02:06 +0000
commit4ccb2914d8d24821266bc19dd77b9f5d4637d774 (patch)
tree486b6d53379f17686e54ff3f2b06850ca5d8e1d8 /ChangeLog
parent447dea0d8e1c0b0990b70ec8eff0597718c1aaf3 (diff)
downloadlibgpod-tmz-4ccb2914d8d24821266bc19dd77b9f5d4637d774.tar.gz
libgpod-tmz-4ccb2914d8d24821266bc19dd77b9f5d4637d774.tar.xz
libgpod-tmz-4ccb2914d8d24821266bc19dd77b9f5d4637d774.zip
* src/db-artwork-writer.c:
* src/itdb_device.c: * src/itdb_device.h: * src/itdb_sysinfo_extended_parser.c: * src/itdb_sysinfo_extended_parser.h: implements itdb_device_supports_sparse_artwork (instead of the old stub always returning TRUE). Use data from SysInfoExtended if it's available, use hardcoded table from libgpod if not. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2012 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 16 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 17e9d80..e961fcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
-2008-06-09 Christophe Fergeau <christophe@anevia.com>
+2008-06-09 Christophe Fergeau <teuf@gnome.org>
+
+ * src/db-artwork-writer.c:
+ * src/itdb_device.c:
+ * src/itdb_device.h:
+ * src/itdb_sysinfo_extended_parser.c:
+ * src/itdb_sysinfo_extended_parser.h: implements
+ itdb_device_supports_sparse_artwork (instead of the old stub always
+ returning TRUE). Use data from SysInfoExtended if it's available,
+ use hardcoded table from libgpod if not.
+
+2008-06-09 Christophe Fergeau <teuf@gnome.org>
* src/itdb_device.c:
* src/itdb_device.h:
@@ -7,7 +18,7 @@
SysInfoImageFormat, use artwork formats from SysInfoExtended when
it's available instead of using the hardcoded tables from libgpod
-2008-06-09 Christophe Fergeau <christophe@anevia.com>
+2008-06-09 Christophe Fergeau <teuf@gnome.org>
* src/db-artwork-writer.c:
* src/db-image-parser.h:
@@ -18,7 +29,7 @@
pointers to the appropriate Itdb_ArtworkFormat for the thumbnail
type when it's needed
-2008-06-09 Christophe Fergeau <christophe@anevia.com>
+2008-06-09 Christophe Fergeau <teuf@gnome.org>
* src/db-artwork-parser.c: remove duplicated artwork/photo support
testing functions
@@ -39,12 +50,12 @@
* src/db-artwork-writer.c: ditto
* src/ithumb-writer.c: ditto
-2008-06-09 Christophe Fergeau <christophe@anevia.com>
+2008-06-09 Christophe Fergeau <teuf@gnome.org>
* src/gchecksum.c: fix compilation (it's only compiled on system with
older glib versions)
-2008-06-09 Christophe Fergeau <christophe@anevia.com>
+2008-06-09 Christophe Fergeau <teuf@gnome.org>
* src/db-artwork-writer.c:
* src/itdb_artwork.c: