| Commit message (Expand) | Author | Age | Files | Lines |
* | Use build-tree libraries for Python test, not the installed set. | Nicholas Piper | 2007-03-26 | 4 | -3/+13 |
* | Add some PhotoDB reading features, thanks to John Carr for prompting. | Nicholas Piper | 2007-03-26 | 4 | -3/+432 |
* | * src/itdb_itunesdb.c: streamline MHOD52 patch (remove mk_mhod52() | Jorg Schuler | 2007-03-25 | 2 | -190/+182 |
* | * src/itdb_itunesdb.c: Write out MHOD52 hunks after master | Jorg Schuler | 2007-03-23 | 2 | -7/+266 |
* | * src/itdb_itunesdb.c (write_playlist): corrected what is written | Jorg Schuler | 2007-03-22 | 2 | -6/+9 |
* | * docs/reference/libgpod-sections.txt: added descriptions by | Jorg Schuler | 2007-03-21 | 4 | -0/+40 |
* | * src/itdb.h | Jorg Schuler | 2007-03-21 | 6 | -6/+194 |
* | * src/itdb_itunesdb.c (itdb_cp_track_to_ipod): cast filename | Jorg Schuler | 2007-03-21 | 3 | -2/+24 |
* | * src/itdb_artwork.c (itdb_artwork_remove_thumbnail): memory used | Jorg Schuler | 2007-03-21 | 2 | -2/+12 |
* | only descend into the python subdir if HAVE_PYTHON is set, this avoids some p... | Todd Zullinger | 2007-03-02 | 2 | -0/+8 |
* | allow the use of nicer version strings in AM_CHECK_PYMOD | Todd Zullinger | 2007-02-27 | 3 | -3/+10 |
* | build docs when creating tarballs | Todd Zullinger | 2007-02-27 | 3 | -1/+13 |
* | include newly added declarations / remove unused declarations / fix a few war... | Todd Zullinger | 2007-02-27 | 1 | -1/+3 |
* | * src/itdb.h | Jorg Schuler | 2007-02-25 | 5 | -22/+93 |
* | * src/itdb_itunesdb.c (get_mhod): don't skip unknown action types | Jorg Schuler | 2007-02-24 | 2 | -39/+44 |
* | * src/itdb.h | Jorg Schuler | 2007-02-24 | 5 | -43/+125 |
* | * src/db-itunes-parser.h | Jorg Schuler | 2007-02-24 | 3 | -3/+12 |
* | * ChangeLog | Jorg Schuler | 2007-02-12 | 8 | -134/+140 |
* | Translate track attributes to UTF-8 (dropping any chars we can't do), and if ... | Nicholas Piper | 2007-02-10 | 1 | -2/+2 |
* | Cope with invalid/not available mp3 tags | Nicholas Piper | 2007-02-10 | 1 | -13/+24 |
* | * src/ithumb-writer.c: reduced maximum size for ithmb files from | Jorg Schuler | 2007-02-09 | 2 | -2/+9 |
* | Correction to how we fall back to using md5_hash entry from ext database if s... | Nicholas Piper | 2007-01-23 | 1 | -3/+9 |
* | * src/itdb.h | Jorg Schuler | 2007-01-18 | 3 | -5/+11 |
* | s/eye3D/eyeD3/ in python requirements | Todd Zullinger | 2007-01-16 | 1 | -1/+1 |
* | * po/fr.po: updated French catalog -- thanks to Éric Lassauge | Jorg Schuler | 2007-01-16 | 2 | -97/+104 |
* | * configure.ac: bumped version to 0.4.3-CVS for further development | Jorg Schuler | 2007-01-15 | 2 | -2/+4 |
* | * configure.ac: bumped version to 0.4.2 for release | Jorg Schuler | 2007-01-15 | 2 | -22/+30 |
* | Run 'make update-po' | Jorg Schuler | 2007-01-15 | 7 | -293/+333 |
* | * tests/test-photos.c: change "error" to "warning" in warning | Jorg Schuler | 2007-01-15 | 1 | -1/+1 |
* | * INSTALL_CVS: | Jorg Schuler | 2007-01-15 | 4 | -3/+28 |
* | * po/de.po: updated German catalog | Jorg Schuler | 2007-01-15 | 2 | -167/+185 |
* | Always ended up "modified" after a 'make dist' -> check in. | Jorg Schuler | 2007-01-15 | 1 | -140/+0 |
* | created new ignore file | Jorg Schuler | 2007-01-15 | 0 | -0/+0 |
* | * .cvsignore | Jorg Schuler | 2007-01-15 | 1 | -0/+11 |
* | * po/ja.po: updated Japanese catalog -- thanks to Kentaro Fukuchi | Jorg Schuler | 2007-01-15 | 2 | -168/+194 |
* | add some of Nick's recent work on the python bindings | Todd Zullinger | 2007-01-15 | 1 | -0/+21 |
* | update instructions for creating a tarball, --enable-gtk-doc is no longer needed | Todd Zullinger | 2007-01-15 | 1 | -11/+7 |
* | build bindings after docs so the gtk-docs can be converted and used | Todd Zullinger | 2007-01-15 | 1 | -1/+1 |
* | add support files for converting gtk-docs to python docstrings | Todd Zullinger | 2007-01-15 | 2 | -0/+140 |
* | * po/sv.po: updated Swedish catalog -- thanks to Stefan Asserhall | Jorg Schuler | 2007-01-15 | 2 | -44/+50 |
* | At a suggestion from Todd, attempt to fix writing unicode values. Ideally, th... | Nicholas Piper | 2007-01-14 | 1 | -1/+15 |
* | Correction to 1.4 - sha1/md5_hash handling in ext db. Also, don't write filen... | Nicholas Piper | 2007-01-14 | 1 | -4/+9 |
* | If the Database was garbage collected, then any Tracks would be corrupt. Keep... | Nicholas Piper | 2007-01-14 | 1 | -3/+9 |
* | Support sha1_hash entries in the extended database as well as md5_hash. Thank... | Nicholas Piper | 2007-01-14 | 1 | -8/+17 |
* | Use gtkdoc documentation for python docstrings, topped up with docstrings by ... | Nicholas Piper | 2007-01-14 | 5 | -18/+279 |
* | Add prototypes for wrapper functions. Thanks to Todd Zullinger. | Nicholas Piper | 2007-01-14 | 1 | -0/+15 |
* | * src/itdb_itunesdb.c: added instructions on how to add new string | Jorg Schuler | 2007-01-14 | 2 | -2/+34 |
* | * po/es.po: updated Spanish catalog -- thanks to Alejandro Lamas | Jorg Schuler | 2007-01-14 | 8 | -658/+1441 |
* | * tests/test-photos.c: | Jorg Schuler | 2007-01-14 | 3 | -3/+8 |
* | add more tv show fixes from Mario Rossi. | Todd Zullinger | 2007-01-13 | 2 | -0/+13 |