aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Do not cache the raw values.Olivier Tilloy2009-11-181-23/+11
* Implemented IptcTag::setRawValues.Olivier Tilloy2009-11-181-3/+18
* Instantiate an _IptcTag from an Exiv2::IptcMetadata (vector of Iptcdatum).Olivier Tilloy2009-11-171-9/+26
* Cosmetics.Olivier Tilloy2009-11-161-11/+11
* Fix setting the value of an EXIF tag.Olivier Tilloy2009-11-161-14/+4
* Make Image::getExifTag return an ExifTag.Olivier Tilloy2009-11-121-31/+28
* Also expose the EXIF tags' human readable value.Olivier Tilloy2009-11-111-0/+14
* Renamed ExifTag's _value to _raw_value.Olivier Tilloy2009-11-051-5/+5
* Preliminary investigation to implement the *Tag classes in C++.Olivier Tilloy2009-11-041-0/+141
* Fixed the signature of the setIptcTagValues method.Olivier Tilloy2009-10-231-1/+1
* Delete an XMP tag.Olivier Tilloy2009-04-221-0/+17
* Private value setter for XMP tags.Olivier Tilloy2009-04-211-37/+3
* Unlike IPTC tags, XMP tags are not repeatable.Olivier Tilloy2009-04-211-24/+55
* Really delete all repetitions of an IPTC tag.Olivier Tilloy2009-04-141-21/+20
* Private value setter for IPTC tags.Olivier Tilloy2009-04-061-35/+47
* Delete an EXIF tag.Olivier Tilloy2009-03-261-6/+2
* Private setters for EXIF tags.Olivier Tilloy2009-03-241-15/+6
* Expose writeMetadata in the C++ wrapper.Olivier Tilloy2009-03-191-2/+2
* Generic getter for all tags.Olivier Tilloy2009-03-191-0/+1
* Removed unused code.Olivier Tilloy2009-03-191-22/+4
* 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-121-0/+37
* Updated headers' dates.Olivier Tilloy2009-01-091-1/+1
* First basic support for XMP metadata: listing XMP keys.Olivier Tilloy2008-06-141-1/+22
* Retrieve more data for an IPTC tag (low-level).Olivier Tilloy2008-06-111-30/+54
* Replace all tabs by spaces in the code.Olivier Tilloy2008-04-191-1/+1
* Refactor the structure of the exiv2 wrapper, retrieve more data for an EXIF tag.Olivier Tilloy2008-04-191-0/+483