summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * src/itdb_itunesdb.c (itdb_create_directories): add space afterJorg Schuler2006-06-051-2/+2
* * src/itdb.hJorg Schuler2006-06-052-8/+8
* 2006-06-05 Jorg Schuler <jcsjcs at users.sourceforge.net>Jorg Schuler2006-06-0417-235/+493
* * src/db-artwork-writer.cJorg Schuler2006-06-024-45/+65
* * tests/test-photos.c: added possibility to dump all photos into aJorg Schuler2006-06-021-8/+19
* * src/itdb.h:Jorg Schuler2006-06-0111-113/+154
* * src/db-artwork-writer.c (write_mhni): fix segfault caused byJorg Schuler2006-06-013-8/+7
* ***** merged photo-support branch back to MAIN. branch is taggedJorg Schuler2006-05-3021-475/+2020
* * src/itdb_itunesdb.c: avoid segfault if album field of podcastsJorg Schuler2006-05-051-3/+10
* * src/itdb_itunesdb.c: smart playlists: avoid assertionJorg Schuler2006-05-021-5/+9
* * src/itdb_device.h: removed dead codeChristophe Fergeau2006-04-102-18/+2
* * docs/Makefile.am:Christophe Fergeau2006-04-105-252/+909
* 2006-04-03 Jorg Schuler <jcsjcs at users.sourceforge.net>Jorg Schuler2006-04-054-16/+47
* * itunesdb.c: set filetype identifier when transfering track toJorg Schuler2006-03-292-9/+24
* Alpha version of reversed-endian Artwork writing. Status: iTunesDBJorg Schuler2006-03-2317-197/+454
* * itdb_itunesdb.c (itdb_write_file): move endianess autodetectionJorg Schuler2006-03-182-6/+7
* Removed leftover debuggin printfsJorg Schuler2006-03-171-5/+1
* * itdb_itunesdb.c (mk_mhod): fixed bug when writing podcast urls.Jorg Schuler2006-03-171-3/+8
* * simplified some code by using itdb_get_path() instead ofJorg Schuler2006-03-171-2/+2
* * itdb_device.[ch]: rewrote ipod-device.c, removed all hal-code,Jorg Schuler2006-03-1617-2418/+909
* * itdb.h, itdb_itunesdb.c: added functions for autodetection ofJorg Schuler2006-03-142-57/+154
* * itdb.h: added movie_flag and lyrics_flag to Itdb_TrackJorg Schuler2006-03-123-194/+665
* * ipod-device.c: added entries for iPod Nano 1 GB black and whiteJorg Schuler2006-03-091-1/+3
* Undoing the last CVS checkin -- I was in the wrong directory. Sorry for that.Jorg Schuler2006-03-093-278/+69
* * ipod-device.c: added entries for iPod Nano 1 GB black and whiteJorg Schuler2006-03-093-69/+278
* * configure.ac: bumped version to 0.3.2 for release.Jorg Schuler2006-03-042-8/+11
* * ipod-device.c: (ipod_device_set_property): fixed possibleJorg Schuler2006-02-281-8/+10
* * src/ipod-device.c: added HP type color photo ipod 'S492'. ThanksJorg Schuler2006-02-191-1/+2
* * libgpod-1.0.pc: added gobject-2.0 to 'Requires:' listJorg Schuler2006-02-191-0/+6
* * src/ipod-device.c: (ipod_device_set_property): fixed bug thatJorg Schuler2006-02-142-14/+14
* * src/itdb_itunesdb.c: (itunesstats_read) Fixed error when readingJorg Schuler2006-02-041-2/+2
* * src/itdb_itunesdb.c, src/itdb_playlist.c, src/ithumb-writer.c:Jorg Schuler2006-02-033-88/+92
* (ipod_device_get_model_index_from_table): fix warning aboutJorg Schuler2006-01-031-2/+2
* * src/ipod-device.c: (ipod_device_set_property) check hal_contextJorg Schuler2006-01-031-6/+11
* * src/ipod-device.c: don't ignore return value ofJorg Schuler2005-12-181-10/+18
* * src/itdb_artwork.c: (itdb_thumb_get_gdk_pixbuf) allow to getJorg Schuler2005-12-112-30/+76
* * src/ithumb-writer.c: fixed typo leading to segfault.Jorg Schuler2005-12-101-1/+1
* * src/hal-common.c: reverse order of include statements to fixJorg Schuler2005-12-091-2/+2
* * src/itdb_artwork.c: fix compilation problem when gdkpixbuf isJorg Schuler2005-12-091-1/+3
* * src/ithumb-writer.c: create Artwork directory when attempting toJorg Schuler2005-12-091-0/+9
* * src/itdb_itunesdb.c: change g_assert to g_return_if_fail (don'tJorg Schuler2005-12-063-7/+7
* * src/itdb_track.c: take care of artwork_size/_count a littleJorg Schuler2005-12-044-65/+152
* One more detail for the consistent size stuff.Jorg Schuler2005-12-041-1/+1
* Fix warning about Artwork sizes when importing database.Jorg Schuler2005-12-041-1/+1
* * src/db-artwork-writer.c, src/itdb_itunesdb.c,Jorg Schuler2005-12-046-34/+26
* * src/db-artwork-writer/parser.c: Create ArtworkDB when it doesJorg Schuler2005-12-042-8/+25
* 2005-11-30 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-301-3/+5
* 2005-11-28 Christophe Fergeau <teuf@gnome.org>Christophe Fergeau2005-11-283-0/+15
* New API for thumbnail support: see src/itdb.h for details.Jorg Schuler2005-11-2810-452/+1011
* * overall changes to support itdb_image_get_gdk_pixbuf(). RunJorg Schuler2005-11-246-49/+135