aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removed some unused legacy code.Olivier Tilloy2010-01-216-209/+2
* Fixed adding values to repeatable IPTC tags.Olivier Tilloy2010-01-211-1/+3
* Lazy value computation.Olivier Tilloy2010-01-213-101/+78
|\
| * Lazy value computation for XMP tags.Olivier Tilloy2010-01-211-48/+36
| * Lazy value computation for IPTC tags.Olivier Tilloy2010-01-211-27/+18
| * Set the tag's value when setting the raw value.Olivier Tilloy2010-01-211-3/+2
| * Reset the value cookie to False when setting the value.Olivier Tilloy2010-01-191-3/+4
| * Lazy value computation for EXIF tags.Olivier Tilloy2010-01-191-20/+18
* | Documentation.Olivier Tilloy2010-01-211-0/+1
|/
* More explicit ValueErrors when trying to instantiate a GPSCoordinate with inv...Olivier Tilloy2010-01-191-4/+4
* GPSCoordinate class to match the XMP GPSCoordinate type.Olivier Tilloy2010-01-193-2/+124
* Support the EXIF Comment type.Olivier Tilloy2010-01-191-3/+21
* Renamed UndefinedToString to undefined_to_stringOlivier Tilloy2010-01-173-8/+8
* Do not convert automatically Undefined values to their human representation,Olivier Tilloy2010-01-171-4/+5
* Always provide the EXIF interpreted value if possible.Olivier Tilloy2010-01-172-7/+8
* IPTC: when setting the values of a tag, use its raw_values.Olivier Tilloy2010-01-171-1/+1
* EXIF: when setting the value of a tag, use its raw_value.Olivier Tilloy2010-01-171-1/+1
* Support the EXIF SShort type (handled similarly as Short).Olivier Tilloy2010-01-171-5/+12
* Support the EXIF SByte type (handled exactly the same way as Byte).Olivier Tilloy2010-01-151-5/+5
* When setting multiple values for an EXIF tag, they must be separated by a whi...Olivier Tilloy2010-01-151-1/+1
* Preview::writeToFile dumps the preview data to a file.Olivier Tilloy2010-01-083-0/+14
* Adapted the pyqt thumbnail example.Olivier Tilloy2010-01-081-32/+37
* Adapted the pygtk thumbnail example.Olivier Tilloy2010-01-081-36/+42
* Preview (thumbnail) extraction.Olivier Tilloy2010-01-084-0/+73
* Updated copyright headers for 2010.Olivier Tilloy2010-01-0513-13/+13
|\
| * Updated copyright headers for 2010.Olivier Tilloy2010-01-0513-13/+13
* | Fix compilation against libexiv2 0.19.Olivier Tilloy2010-01-041-7/+31
|/
* Cleanup: removed some useless includes.Olivier Tilloy2010-01-041-2/+0
* Replaced all data read checks by a custom macro.Olivier Tilloy2010-01-021-84/+26
* Always check if the metadata has been read beforehand.Olivier Tilloy2010-01-021-119/+115
* Also release the GIL when opening a file,Olivier Tilloy2009-12-241-0/+14
* Release the GIL while reading/writing metadata.Olivier Tilloy2009-12-211-0/+14
* Fixed ExifTag.__str__ for multiple values.Olivier Tilloy2009-12-191-1/+4
* Tweaks to the documentation of the module.Olivier Tilloy2009-12-181-3/+3
* Tweaks to the documentation of the ImageMetadata class.Olivier Tilloy2009-12-181-13/+14
* Complete documentation of the XmpTag class.Olivier Tilloy2009-12-181-7/+44
* Complete documentation of the IptcTag class.Olivier Tilloy2009-12-181-7/+38
* Complete documentation of the ExifTag class.Olivier Tilloy2009-12-184-20/+35
* Updated the example script to also manipulate IPTC and XMP metadata.Olivier Tilloy2009-12-161-9/+60
* Fixed metadata unit tests.Olivier Tilloy2009-12-161-4/+10
* Fixed XMP unit tests.Olivier Tilloy2009-12-151-8/+7
* Fixed EXIF unit tests.Olivier Tilloy2009-12-151-1/+1
* Stricter type checking when setting the value of an XMP tag.Olivier Tilloy2009-12-101-3/+4
* Write the XMP value back to the image.Olivier Tilloy2009-12-104-7/+56
* Fixed XmpTag.__str__.Olivier Tilloy2009-12-011-3/+27
* Typo.Olivier Tilloy2009-12-011-1/+1
* Handle all complex types when setting the value of an XmpTag.Olivier Tilloy2009-12-011-60/+46
* Get the correct exiv2 type for XMP tags even when no value is set.Olivier Tilloy2009-12-011-1/+1
* Separate _XmpTag value setters for text, array and lang alt.Olivier Tilloy2009-11-303-4/+36
* XMP: convert LangAlt keys and values to unicode.Olivier Tilloy2009-11-271-1/+6