aboutsummaryrefslogtreecommitdiffstats
path: root/unittest
Commit message (Expand)AuthorAgeFilesLines
* Private value setter for IPTC tags.Olivier Tilloy2009-04-061-4/+67
* Dictionary-like getter for tags.Olivier Tilloy2009-03-301-5/+5
* Delete an EXIF tag.Olivier Tilloy2009-03-262-2/+59
* Setting an EXIF tag's value forwards it to the containing metadata if any.Olivier Tilloy2009-03-262-2/+32
* Private setters for EXIF tags.Olivier Tilloy2009-03-242-2/+92
* Generic getter for all tags.Olivier Tilloy2009-03-191-3/+24
* Getters for IPTC and XMP tags + unit tests.Olivier Tilloy2009-03-191-1/+84
* First version of an ImageMetadata class, meant to replace the Image class.Olivier Tilloy2009-03-122-0/+112
* EXIF Byte two-ways conversion.Olivier Tilloy2009-03-091-0/+13
* EXIF Undefined to string conversion.Olivier Tilloy2009-03-091-0/+8
* EXIF Rational and SRational conversion.Olivier Tilloy2009-03-092-1/+41
* Conversion of a string to a Rational.Olivier Tilloy2009-03-061-0/+8
* Reworked the Rational class.Olivier Tilloy2009-03-062-32/+16
* EXIF Undefined conversion.Olivier Tilloy2009-03-021-26/+36
* EXIF Ascii (including datetimes) two-ways conversion.Olivier Tilloy2009-03-011-0/+36
* EXIF Long and SLong two-ways conversions.Olivier Tilloy2009-02-263-8/+47
* EXIF unit tests.Olivier Tilloy2009-02-261-0/+53
* EXIF Short and Short to string conversion.Olivier Tilloy2009-02-251-2/+4
* IPTC Undefined to string conversion.Olivier Tilloy2009-02-251-0/+10
* IPTC Time to string conversion.Olivier Tilloy2009-02-251-0/+26
* IPTC Date to string conversion.Olivier Tilloy2009-02-251-0/+15
* IPTC String to string conversion.Olivier Tilloy2009-02-251-0/+11
* IPTC Short to string conversion.Olivier Tilloy2009-02-241-0/+10
* IPTC Undefined conversion.Olivier Tilloy2009-02-241-1/+7
* IPTC Time conversion.Olivier Tilloy2009-02-241-1/+18
* IPTC Date conversion.Olivier Tilloy2009-02-241-0/+14
* IPTC String conversion.Olivier Tilloy2009-02-241-0/+9
* IPTC Short conversion.Olivier Tilloy2009-02-243-0/+48
* XMP bag to string conversion + unit tests.Olivier Tilloy2009-02-061-1/+15
* XMP URI and URL to string conversion + unit tests.Olivier Tilloy2009-02-061-6/+24
* XMP ProperName to string conversion + unit tests.Olivier Tilloy2009-02-061-0/+18
* XMP LangAlt to string conversion + unit tests.Olivier Tilloy2009-02-061-4/+22
* XMP Date to string conversion + unit tests.Olivier Tilloy2009-02-051-0/+28
* XMP MIMEType to string conversion + unit tests.Olivier Tilloy2009-02-041-0/+9
* XMP Integer to string conversion + unit tests.Olivier Tilloy2009-02-041-0/+10
* Fixed an invalid Date conversion.Olivier Tilloy2009-02-041-2/+0
* XMP Text to string conversion + unit tests.Olivier Tilloy2009-01-281-1/+10
* Added some unit tests to the XMP date conversion.Olivier Tilloy2009-01-281-0/+5
* Raise exceptions when failing to convert to a python type.Olivier Tilloy2009-01-281-19/+15
* XMP Boolean to string conversion + unit tests.Olivier Tilloy2009-01-271-0/+8
* XMP bag conversion + unit tests.Olivier Tilloy2009-01-271-0/+8
* XMP ProperName conversion + unit tests.Olivier Tilloy2009-01-271-3/+7
* XMP URL and URI conversion + unit tests.Olivier Tilloy2009-01-261-1/+18
* XMP Text conversion + unit tests.Olivier Tilloy2009-01-261-1/+13
* XMP LangAlt conversion + unit tests.Olivier Tilloy2009-01-261-0/+17
* Unit tests for XMP integer conversion.Olivier Tilloy2009-01-221-0/+12
* XMP MIMEType conversion + unit tests.Olivier Tilloy2009-01-221-0/+12
* Unit tests for the conversion of XMP tags, started fixing the conversion of D...Olivier Tilloy2009-01-222-19/+110
* Updated the copyright notice in the source headers.Olivier Tilloy2008-02-099-9/+9
* Added a test to the unit test for bug #183332.Olivier Tilloy2008-02-091-0/+21