summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove chapterdata_raw and chapterdata_raw_length from Itdb_Trackremove-chapterdata_rawTodd Zullinger2008-11-141-8/+0
* * src/itdb_device.c: SN YX6 corresponds to a Shuffle model B225teuf2008-10-221-1/+1
* Use SysInfoExtended if available for itdb_device_supports_phototeuf2008-10-211-2/+4
* Add SN for 16GB blue nanoteuf2008-10-201-0/+1
* Add serial number for 16GB Black Nanoteuf2008-10-151-0/+1
* Fix printf modifiers for more portabilityteuf2008-10-081-13/+13
* Fix data sizes used in Itdb_ArtworkFormatteuf2008-10-081-3/+3
* Fix itdb_device_supports_artwork to use info from SysInfoExtendedteuf2008-10-071-2/+4
* Adjust SysInfoExtended parsing to the plist parser changesteuf2008-10-071-13/+11
* Fix blank node handling in the plist parserteuf2008-10-071-5/+9
* Add array support to the plist parserteuf2008-10-071-19/+71
* * src/itdb_device.c: add serial number for the 8GB Silver Nano 4gteuf2008-10-041-1/+2
* A few more fixes in the ipod model tablesteuf2008-10-011-3/+3
* Add missing name for the Yellow 4g nanoteuf2008-10-011-0/+1
* * src/itdb_device.c: and add SN for the 8GB Red Nanoteuf2008-10-011-0/+1
* * src/itdb_device.c: add SN for 16GB Red Nanoteuf2008-10-011-0/+1
* * src/itdb.h: add enum entries for the new ipod classic and the newteuf2008-10-012-8/+103
* 2008-09-11 Christophe Fergeau <teuf@gnome.org>teuf2008-09-111-0/+1
* 2008-08-09 Paul Richardson <phantom_sf at users.sourceforge.net>phantom_sf2008-08-093-0/+4
* Remove uses of deprecated itdb_time_* functionstmzullinger2008-08-091-7/+4
* 2008-08-03 Jorg Schuler <jcsjcs at users.sourceforge.net>jcsjcs2008-08-031-15/+3
* Fix typo in itdb_track_get_thumbnail() doc commenttmzullinger2008-08-021-1/+1
* Move ITDB_DEVICE_ERROR from itdb_plist.h to itdb_device.hteuf2008-08-013-6/+8
* Rename unk146 to explicit_flag in Itdb_Track now that it's purpose is knownTodd Zullinger2008-07-302-4/+5
* Fix a few issues in the API doc after the API changes that went onChristophe Fergeau2008-07-291-4/+2
* itdb_thumb_to_pixbufs API docChristophe Fergeau2008-07-291-0/+17
* Some public API work, hide ItdbThumbType as well as ItdbThumbIpodChristophe Fergeau2008-07-293-20/+41
* Mask symbols from the SysInfoExtended parserChristophe Fergeau2008-07-291-3/+8
* Add gtk-doc documentationChristophe Fergeau2008-07-292-0/+104
* Use GError in SysInfoExtended parsingChristophe Fergeau2008-07-293-4/+7
* Add error handling to the plist XML parserChristophe Fergeau2008-07-294-33/+86
* * src/ithumb-writer.c (pack_RGB_565), (pack_RGB_555)Jorg Schuler2008-07-202-3/+9
* * src/itdb_device.c (itdb_device_set_timezone_info): avoid g_statJorg Schuler2008-07-191-0/+5
* * src/itdb_device.c: assume the following generations do notJorg Schuler2008-07-191-3/+3
* Remove references to itdb_thumb_get_gdk_pixbuf()Todd Zullinger2008-07-171-9/+6
* Don't try to write ArtworkDB/PhotoDB when we fail to write ithmb filesChristophe Fergeau2008-07-101-2/+10
* Fix up information from podsleuthChristophe Fergeau2008-07-061-6/+6
* Add a way to get an Itdb_ModelInfo from a serial numberChristophe Fergeau2008-07-061-18/+228
* Add missing 2GB ipod shuffle models and ipod shuffle redChristophe Fergeau2008-07-062-0/+7
* Pick itdb_device_get_storage_info from songbirdChristophe Fergeau2008-07-063-10/+61
* Use GMappedFile instead of directly using mmapChristophe Fergeau2008-07-063-45/+31
* Remove inner functions to make MSVC8 compat easierChristophe Fergeau2008-07-062-23/+20
* Remove non-useful argument to db_parse_context_destroy (patch from songbird)Christophe Fergeau2008-07-063-6/+6
* Fix bug in thumbnail resizing when not cropping which caused duplicated lines...Christophe Fergeau2008-07-061-20/+21
* Fix memleakChristophe Fergeau2008-07-051-0/+1
* Fix bug in thumbnail rearranging codeChristophe Fergeau2008-07-051-2/+2
* Properly set padding to 0 in mhod type 3Christophe Fergeau2008-07-051-0/+2
* Fix a memory leakChristophe Fergeau2008-07-051-0/+1
* fix typos: s/ipod/iPod/ s/availale/available/ s/of non-existent/if non-existent/Daniele Forsi2008-06-294-10/+10
* * src/ithumb-writer.c (itdb_write_ithumb_files): fix bug whenJorg Schuler2008-06-292-66/+132