aboutsummaryrefslogtreecommitdiffstats
path: root/unittest
Commit message (Collapse)AuthorAgeFilesLines
* Unlike IPTC tags, XMP tags are not repeatable.Olivier Tilloy2009-04-211-4/+4
|
* Custom values get/set/del for IPTC tags.Olivier Tilloy2009-04-091-8/+42
|
* More non implemented unit tests for completeness.Olivier Tilloy2009-04-082-0/+33
|
* Delete an IPTC tag.Olivier Tilloy2009-04-081-6/+27
|
* Private setter for IPTC tag values already in cache.Olivier Tilloy2009-04-071-9/+26
|
* Prepared unit tests methods for implementation completeness.Olivier Tilloy2009-04-061-0/+92
|
* 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
| | | Fixed some meaningless unit tests for integer conversions.
* 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
| | | This should be handled client-side.
* 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
|