summaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* Python: make Track.get_coverart() return None if artwork is absentTodd Zullinger2009-01-031-2/+4
* Python: fix sha DeprecationWarning with python-2.6Todd Zullinger2008-12-281-2/+10
* Python: Set the mediatype field for Track objectsTodd Zullinger2008-08-231-1/+9
* Python: Whitespace cleanup of tests.pyTodd Zullinger2008-08-231-5/+5
* Python: Be more consistent with other container objects and classesTodd Zullinger2008-08-232-5/+65
* Python: Add a quiet parameter to Database.remove() and use it in testsTodd Zullinger2008-08-232-3/+6
* Update python bindings to work with the new thumbnail API.Todd Zullinger2008-08-204-90/+20
* Remove references to itdb_thumb_get_gdk_pixbuf()Todd Zullinger2008-07-172-3/+3
* Write shuffle data (thanks to Diogo Dutra)Todd Zullinger2008-05-021-0/+3
* * bindings/python/examples/Makefile.amJorg Schuler2008-04-192-0/+53
* cleanup more of our dirs with make uninstallTodd Zullinger2008-03-291-0/+3
* Track.set_thumbnail() was renamed to Track.set_coverart_from_file() a long ti...Todd Zullinger2008-02-131-1/+1
* Remove mention of the short period where time_t access was not possible.Nicholas Piper2007-08-081-7/+0
* Move PyDateTime_IMPORT outside of ifdef HAVE_GDKPIXBUF + HAVE_PYGOBJECT, incl...Nicholas Piper2007-08-081-1/+1
* Todd's improvements to the Python README (insert libgpod version numbers into...Nicholas Piper2007-08-081-13/+13
* Try to deal with typestamps in a sane way in the Python bindingsNicholas Piper2007-08-074-3/+133
* cleanup some trailing whitespaceTodd Zullinger2007-07-311-15/+15
* ignore reserved (and chapterdata) attributes which are returned as gpointersTodd Zullinger2007-07-311-3/+8
* merge changes from the bug-1723660 branchTodd Zullinger2007-07-316-77/+257
* ensure that bindings/python/examples/save_photos.py is included in tarballsTodd Zullinger2007-07-161-4/+9
* Add version and version_info attributes to the Python bindingsNicholas Piper2007-07-122-1/+13
* make the test for xsltproc more robust (read as: make it suck less)Todd Zullinger2007-07-121-1/+1
* try to convert the xml docs into python docstrings even when ENABLE_GTK_DOC i...Todd Zullinger2007-07-111-5/+5
* include tests.py in EXTRA_DISTTodd Zullinger2007-06-291-1/+3
* Remove hard coding of _proxied_attributesNicholas Piper2007-06-281-18/+3
* update a few more CVS references for SubversionTodd Zullinger2007-06-031-1/+1
* change CVS references and links to SVNTodd Zullinger2007-05-301-1/+1
* treat time_t as longTodd Zullinger2007-05-131-2/+2
* treat time_t as intTodd Zullinger2007-05-121-0/+2
* Namespace cleanup part II (python bindings and documentation).Jorg Schuler2007-04-272-3/+3
* put down the pipe and commit something that should actually work...Todd Zullinger2007-04-161-2/+4
* use the mac-style path for filename_ipod in the extended info file, like gtkp...Todd Zullinger2007-04-161-1/+1
* Add missing tests/Makefile.am fileNicholas Piper2007-03-271-0/+11
* Use build-tree libraries for Python test, not the installed set.Nicholas Piper2007-03-262-3/+4
* Add some PhotoDB reading features, thanks to John Carr for prompting.Nicholas Piper2007-03-263-3/+428
* only descend into the python subdir if HAVE_PYTHON is set, this avoids some p...Todd Zullinger2007-03-021-0/+2
* * ChangeLogJorg Schuler2007-02-124-130/+118
* Translate track attributes to UTF-8 (dropping any chars we can't do), and if ...Nicholas Piper2007-02-101-2/+2
* Cope with invalid/not available mp3 tagsNicholas Piper2007-02-101-13/+24
* Correction to how we fall back to using md5_hash entry from ext database if s...Nicholas Piper2007-01-231-3/+9
* add support files for converting gtk-docs to python docstringsTodd Zullinger2007-01-152-0/+140
* At a suggestion from Todd, attempt to fix writing unicode values. Ideally, th...Nicholas Piper2007-01-141-1/+15
* Correction to 1.4 - sha1/md5_hash handling in ext db. Also, don't write filen...Nicholas Piper2007-01-141-4/+9
* If the Database was garbage collected, then any Tracks would be corrupt. Keep...Nicholas Piper2007-01-141-3/+9
* Support sha1_hash entries in the extended database as well as md5_hash. Thank...Nicholas Piper2007-01-141-8/+17
* Use gtkdoc documentation for python docstrings, topped up with docstrings by ...Nicholas Piper2007-01-145-18/+279
* Add prototypes for wrapper functions. Thanks to Todd Zullinger.Nicholas Piper2007-01-141-0/+15
* don't include any swig built files in the tarballs.Todd Zullinger2007-01-131-5/+6
* fix more make distcheck issuesTodd Zullinger2007-01-121-25/+18
* * bindings/python/Makefile.am: correct 'make dist' failure (patchJorg Schuler2007-01-101-8/+8