summaryrefslogtreecommitdiffstats
path: root/bindings
Commit message (Expand)AuthorAgeFilesLines
* 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
* * configure.acTodd Zullinger2007-01-042-31/+32
* Reverse tr and sort so that output of grep/awk is sorted before changing newl...Nicholas Piper2006-12-181-1/+1
* Install Python libraries to pyexecdir instead; which is not equal to pythondi...Nicholas Piper2006-12-131-6/+6
* USe /mnt/ipod as the default mountpoint, to match rest of gtkpodNicholas Piper2006-12-111-1/+1
* Add README.in - thanks to Todd ZullingerNicholas Piper2006-12-112-0/+54
* Remove unused hash-bang in gtkpod.pyNicholas Piper2006-11-271-1/+0
* Catch up with flag2->skip_when_shuffling, flag3->remember_playback_position r...Nicholas Piper2006-05-301-17/+7
* Don't remove required files when we make clean.Nicholas Piper2006-05-291-1/+2
* Add a couple of simple unit tests; use Make test to run. Runs against _instal...Nicholas Piper2006-05-232-0/+68
* Fix some Playlist handling - len(), creating without kwargs.Nicholas Piper2006-05-231-5/+5
* Initial version.Nicholas Piper2006-05-194-0/+3
* Assume local if localdb is specifiedNicholas Piper2006-05-191-1/+1
* Config file for DoxygenNicholas Piper2006-05-172-1/+237
* sw_get_playlist() seems to have also (?) become lost. Maybe I've just lost a ...Nicholas Piper2006-05-171-0/+11
* Have errors reported with the correct path for anyone that's building package...Nicholas Piper2006-05-171-2/+2
* Support for removing tracks and playlists, local databases, checking if a tra...Nicholas Piper2006-05-152-48/+129
* Allow searching for playlists by id, name and numberNicholas Piper2006-05-151-5/+63
* Another attempt at fixing gint64 and guint64 handling. 'Seems to work', this ...Nicholas Piper2006-05-151-10/+12
* Stop having to list each python file in the gpod module; thanks to Todd Zulli...Nicholas Piper2006-05-151-10/+3
* Add missing gtkpod.py ; rename playwith_ipod_api.py to use an underscore.Nicholas Piper2006-05-143-1/+100
* Allow add_song.py to create a playlist to put the new tracks intoNicholas Piper2006-05-072-11/+33
* Track, Database and Playlist support for the nicer API. add_song.py uses this...Nicholas Piper2006-05-075-53/+266
* Add gint8-gint64 typemaps for 'in'Nicholas Piper2006-05-061-0/+42
* Rearrange slightly, create a gpod package ready for the nicer APINicholas Piper2006-05-062-12/+19