aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* XMP bag to string conversion + unit tests.Olivier Tilloy2009-02-061-1/+9
* XMP URI and URL to string conversion + unit tests.Olivier Tilloy2009-02-061-1/+1
* XMP ProperName to string conversion + unit tests.Olivier Tilloy2009-02-061-1/+3
* XMP LangAlt to string conversion + unit tests.Olivier Tilloy2009-02-061-1/+35
* XMP Date to string conversion + unit tests.Olivier Tilloy2009-02-051-2/+24
* XMP MIMEType to string conversion + unit tests.Olivier Tilloy2009-02-041-0/+9
* XMP Integer to string conversion + unit tests.Olivier Tilloy2009-02-041-1/+7
* Fixed an invalid Date conversion.Olivier Tilloy2009-02-041-1/+4
* XMP Text to string conversion + unit tests.Olivier Tilloy2009-01-281-8/+22
* Removed an unnecessary comment.Olivier Tilloy2009-01-281-1/+0
* Raise exceptions when failing to convert to a python type.Olivier Tilloy2009-01-281-25/+50
* XMP Boolean to string conversion + unit tests.Olivier Tilloy2009-01-271-0/+15
* XmpTag: value conversion at init.Olivier Tilloy2009-01-271-1/+1
* XMP bag conversion + unit tests.Olivier Tilloy2009-01-271-3/+8
* XMP ProperName conversion + unit tests.Olivier Tilloy2009-01-271-4/+1
* XMP URL and URI conversion + unit tests.Olivier Tilloy2009-01-261-5/+4
* XMP Text conversion + unit tests.Olivier Tilloy2009-01-261-2/+6
* XMP LangAlt conversion + unit tests.Olivier Tilloy2009-01-261-7/+21
* Unit tests for XMP integer conversion.Olivier Tilloy2009-01-221-1/+10
* XMP MIMEType conversion + unit tests.Olivier Tilloy2009-01-221-2/+6
* Unit tests for the conversion of XMP tags, started fixing the conversion of D...Olivier Tilloy2009-01-221-12/+29
* XMP Date conversion complete.Olivier Tilloy2009-01-211-58/+80
* XMP Date custom regular expression.Olivier Tilloy2009-01-201-11/+75
* Retrieve the real type of xmp tags.Olivier Tilloy2009-01-141-2/+1
* Retrieve XMP tag values (without python type conversion atm).Olivier Tilloy2009-01-124-3/+76
* Updated headers' dates.Olivier Tilloy2009-01-094-4/+4
* Module attributes for the versions of exiv2 and pyexiv2.Olivier Tilloy2009-01-092-0/+16
* First basic support for XMP metadata: listing XMP keys.Olivier Tilloy2008-06-143-1/+27
* Value(s) of subclasses of MetadataTag are converted to Python types.Olivier Tilloy2008-06-121-61/+63
* IptcTag class, python wrapper for an IPTC tag.Olivier Tilloy2008-06-111-8/+40
* Retrieve more data for an IPTC tag (low-level).Olivier Tilloy2008-06-114-38/+72
* Replace all tabs by spaces in the code.Olivier Tilloy2008-04-193-671/+718
* Refactor the structure of the exiv2 wrapper, retrieve more data for an EXIF tag.Olivier Tilloy2008-04-197-737/+716
* Updated the copyright notice in the source headers.Olivier Tilloy2008-02-093-3/+3
* Updated the copyright notice in the source headers.Olivier Tilloy2008-02-091-1/+1
* Fixed bug #183332 (Cached metadata is not converted to its correct type): the...Olivier Tilloy2008-02-061-6/+8
* EXIF and IPTC tag setters now always return the type of the value even if not...Olivier Tilloy2008-02-062-24/+26
* Implemented the equality comparison operator for class pyexiv2.Rational, will...Olivier Tilloy2008-01-301-0/+13
* Factorized the code that converts a tag value to the matching Python type.Olivier Tilloy2008-01-271-55/+56
* Fixed a bug that prevented from setting an EXIF tag with multiple values.Olivier Tilloy2008-01-271-2/+2
* Added a rational number type (class pyexiv2.Rational) to handle rational valu...Olivier Tilloy2008-01-271-17/+51
* Added method copyMetadataTo(Image) to class Image to copy all EXIF and IPTC m...Olivier Tilloy2008-01-271-3/+26
* Added private flags to avoid caching twice the EXIF/IPTC metadata. Based on a...Olivier Tilloy2008-01-271-4/+10
* Fixed bug #183618 (Exif.GPSInfo.{GPSLongitude,Latitude} are not decoded), rev...Olivier Tilloy2008-01-271-20/+26
* Fixed bug #175070 (Deleting a tag not previously accessed raises a KeyError e...Olivier Tilloy2008-01-201-6/+10
* Fixed bug #173387 (Error reading Exif.Photo.UserComment): the value of tag "E...Olivier Tilloy2008-01-201-4/+8
* *Really* fixed bug #146313 (passing the filename to the Image constructor as ...Olivier Tilloy2008-01-181-1/+3
* Implemented feature request tracked by bug #175069 (Retrieve/set the JPEG com...Olivier Tilloy2008-01-163-0/+46
* pyexiv2 will now install in the 'site-packages' python directory. Fixes bug #...Olivier Tilloy2007-12-261-1/+1
* Implemented feature request tracked by bug #149212 (Add access to tag labels)...Olivier Tilloy2007-10-103-0/+24