summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python: Set the mediatype field for Track objectspython-podcast-mediatypepython-container-methodstmzullinger2008-08-232-1/+12
* Python: Whitespace cleanup of tests.pytmzullinger2008-08-232-5/+8
* Python: Be more consistent with other container objects and classestmzullinger2008-08-233-5/+75
* Python: Add a quiet parameter to Database.remove() and use it in teststmzullinger2008-08-233-4/+14
* Update python bindings to work with the new thumbnail API.python-thumb-api-fix-v2tmzullinger2008-08-205-90/+32
* Ignore libtool generated files in bindings/pythontmzullinger2008-08-200-0/+0
* 2008-08-09 Paul Richardson <phantom_sf at users.sourceforge.net>phantom_sf2008-08-094-0/+14
* Remove uses of deprecated itdb_time_* functionstmzullinger2008-08-093-8/+10
* Ignore *.o files in docs/reference{,/tmpl} directoriestmzullinger2008-08-070-0/+0
* Ignore *.o files in src, tests, and tools directoriestmzullinger2008-08-070-0/+0
* Ignore docs/reference/libgpod-undeclared.txttmzullinger2008-08-070-0/+0
* Add test-sysinfo-extended-parsing to svn:ignore prop in tests/tmzullinger2008-08-060-0/+0
* 2008-08-03 Jorg Schuler <jcsjcs at users.sourceforge.net>jcsjcs2008-08-032-15/+9
* Fix typo in itdb_track_get_thumbnail() doc commenttmzullinger2008-08-022-1/+6
* s/test -a/test -eteuf2008-08-012-1/+6
* Fix auto-enabling of more warnings when using a svn checkoutteuf2008-08-012-1/+7
* Move ITDB_DEVICE_ERROR from itdb_plist.h to itdb_device.hteuf2008-08-014-6/+14
* Rename unk146 to explicit_flag in Itdb_Track now that it's purpose is knownTodd Zullinger2008-07-304-5/+13
* Fix a few issues in the API doc after the API changes that went onChristophe Fergeau2008-07-293-12/+29
* itdb_thumb_to_pixbufs API docChristophe Fergeau2008-07-291-0/+17
* Some public API work, hide ItdbThumbType as well as ItdbThumbIpodChristophe Fergeau2008-07-295-26/+45
* Mask symbols from the SysInfoExtended parserChristophe Fergeau2008-07-292-4/+14
* Add gtk-doc documentationChristophe Fergeau2008-07-293-0/+109
* Use GError in SysInfoExtended parsingChristophe Fergeau2008-07-295-7/+20
* Add error handling to the plist XML parserChristophe Fergeau2008-07-295-33/+95
* * tests/test-fw-id.c: (main): add missing call to g_type_initChristophe Fergeau2008-07-252-0/+8
* * src/ithumb-writer.c (pack_RGB_565), (pack_RGB_555)Jorg Schuler2008-07-203-3/+17
* * src/itdb_device.c (itdb_device_set_timezone_info): avoid g_statJorg Schuler2008-07-192-1/+11
* * src/itdb_device.c: assume the following generations do notJorg Schuler2008-07-195-25/+41
* Remove references to itdb_thumb_get_gdk_pixbuf()Todd Zullinger2008-07-178-33/+25
* Don't try to write ArtworkDB/PhotoDB when we fail to write ithmb filesChristophe Fergeau2008-07-102-2/+15
* Add src/itdb_thumb.c to POTFILES.inTodd Zullinger2008-07-092-2/+6
* * configure.ac: properly detect newer libsgutils (the so name wasChristophe Fergeau2008-07-093-3/+16
* Fix up information from podsleuthChristophe Fergeau2008-07-062-6/+11
* Add a way to get an Itdb_ModelInfo from a serial numberChristophe Fergeau2008-07-062-18/+234
* Add missing 2GB ipod shuffle models and ipod shuffle redChristophe Fergeau2008-07-063-0/+13
* Pick itdb_device_get_storage_info from songbirdChristophe Fergeau2008-07-064-10/+70
* Use GMappedFile instead of directly using mmapChristophe Fergeau2008-07-064-45/+40
* Remove inner functions to make MSVC8 compat easierChristophe Fergeau2008-07-063-23/+28
* Remove non-useful argument to db_parse_context_destroy (patch from songbird)Christophe Fergeau2008-07-064-6/+15
* Fix bug in thumbnail resizing when not cropping which caused duplicated lines...Christophe Fergeau2008-07-062-20/+27
* Fix memleakChristophe Fergeau2008-07-052-0/+5
* Fix bug in thumbnail rearranging codeChristophe Fergeau2008-07-052-2/+8
* Properly set padding to 0 in mhod type 3Christophe Fergeau2008-07-052-0/+6
* Fix a memory leakChristophe Fergeau2008-07-052-0/+6
* fix typos: s/ipod/iPod/ s/availale/available/ s/of non-existent/if non-existent/Daniele Forsi2008-06-295-10/+15
* * src/ithumb-writer.c (itdb_write_ithumb_files): fix bug whenJorg Schuler2008-06-293-66/+154
* * src/ithumb-writer.c (itdb_write_ithumb_files): fix bug whenJorg Schuler2008-06-292-5/+12
* patch by: Mike Heffner <mikeh@fesnel.com>Christophe Fergeau2008-06-283-0/+13
* * src/itdb_device.c: rework timezone handling: handle timezones asChristophe Fergeau2008-06-243-80/+144