aboutsummaryrefslogtreecommitdiffstats
path: root/unittest/metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Dictionary-like deletion for tags: unit tests.Olivier Tilloy2009-04-221-2/+19
* Delete an XMP tag.Olivier Tilloy2009-04-221-6/+27
* Dictionary-like setter for tags: unit tests.Olivier Tilloy2009-04-221-2/+51
* Private value setter for XMP tags.Olivier Tilloy2009-04-211-15/+81
* Unlike IPTC tags, XMP tags are not repeatable.Olivier Tilloy2009-04-211-4/+4
* 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-261-2/+35
* Setting an EXIF tag's value forwards it to the containing metadata if any.Olivier Tilloy2009-03-261-2/+6
* Private setters for EXIF tags.Olivier Tilloy2009-03-241-0/+90
* 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-121-0/+110