Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dictionary-like setter for tags: unit tests. | Olivier Tilloy | 2009-04-22 | 2 | -3/+52 |
| | |||||
* | Unit tests for setting the value of an XMP tag. | Olivier Tilloy | 2009-04-22 | 1 | -4/+34 |
| | |||||
* | Private value setter for XMP tags. | Olivier Tilloy | 2009-04-21 | 5 | -54/+99 |
| | |||||
* | Unlike IPTC tags, XMP tags are not repeatable. | Olivier Tilloy | 2009-04-21 | 4 | -42/+91 |
| | |||||
* | Really delete all repetitions of an IPTC tag. | Olivier Tilloy | 2009-04-14 | 3 | -31/+24 |
| | |||||
* | Custom values get/set/del for IPTC tags. | Olivier Tilloy | 2009-04-09 | 2 | -9/+61 |
| | |||||
* | More non implemented unit tests for completeness. | Olivier Tilloy | 2009-04-08 | 2 | -0/+33 |
| | |||||
* | Dictionary-like del for all tags. | Olivier Tilloy | 2009-04-08 | 1 | -2/+9 |
| | |||||
* | Delete an IPTC tag. | Olivier Tilloy | 2009-04-08 | 2 | -8/+35 |
| | |||||
* | Private setter for IPTC tag values already in cache. | Olivier Tilloy | 2009-04-07 | 2 | -12/+36 |
| | |||||
* | Prepared unit tests methods for implementation completeness. | Olivier Tilloy | 2009-04-06 | 2 | -0/+130 |
| | |||||
* | Private value setter for IPTC tags. | Olivier Tilloy | 2009-04-06 | 6 | -53/+152 |
| | |||||
* | Dictionary-like getter for tags. | Olivier Tilloy | 2009-03-30 | 2 | -6/+6 |
| | |||||
* | Delete an EXIF tag. | Olivier Tilloy | 2009-03-26 | 6 | -14/+78 |
| | |||||
* | Setting an EXIF tag's value forwards it to the containing metadata if any. | Olivier Tilloy | 2009-03-26 | 3 | -6/+55 |
| | |||||
* | Private setters for EXIF tags. | Olivier Tilloy | 2009-03-24 | 6 | -30/+137 |
| | |||||
* | Expose writeMetadata in the C++ wrapper. | Olivier Tilloy | 2009-03-19 | 3 | -4/+4 |
| | |||||
* | Generic getter for all tags. | Olivier Tilloy | 2009-03-19 | 3 | -3/+36 |
| | |||||
* | Removed unused code. | Olivier Tilloy | 2009-03-19 | 4 | -37/+7 |
| | | | Updated the todo list. | ||||
* | Getters for IPTC and XMP tags + unit tests. | Olivier Tilloy | 2009-03-19 | 2 | -1/+100 |
| | |||||
* | Handle multiple values for EXIF tags (e.g. Exif.GPSInfo.GPSLatitude is ↵ | Olivier Tilloy | 2009-03-18 | 1 | -0/+6 |
| | | | | expressed as three Rationals). | ||||
* | First version of an ImageMetadata class, meant to replace the Image class. | Olivier Tilloy | 2009-03-12 | 4 | -3/+175 |
| | |||||
* | Removed some unused code. | Olivier Tilloy | 2009-03-09 | 1 | -134/+2 |
| | |||||
* | EXIF Byte two-ways conversion. | Olivier Tilloy | 2009-03-09 | 2 | -4/+27 |
| | |||||
* | EXIF Undefined to string conversion. | Olivier Tilloy | 2009-03-09 | 2 | -2/+17 |
| | |||||
* | EXIF Rational and SRational conversion. | Olivier Tilloy | 2009-03-09 | 3 | -1/+68 |
| | |||||
* | Conversion of a string to a Rational. | Olivier Tilloy | 2009-03-06 | 2 | -20/+30 |
| | |||||
* | Reworked the Rational class. | Olivier Tilloy | 2009-03-06 | 3 | -46/+34 |
| | |||||
* | EXIF Undefined conversion. | Olivier Tilloy | 2009-03-02 | 2 | -32/+50 |
| | |||||
* | Do not use private attributes where not needed. | Olivier Tilloy | 2009-03-02 | 1 | -3/+3 |
| | |||||
* | EXIF Ascii (including datetimes) two-ways conversion. | Olivier Tilloy | 2009-03-01 | 2 | -2/+75 |
| | |||||
* | EXIF Long and SLong two-ways conversions. | Olivier Tilloy | 2009-02-26 | 4 | -9/+66 |
| | | | Fixed some meaningless unit tests for integer conversions. | ||||
* | EXIF unit tests. | Olivier Tilloy | 2009-02-26 | 1 | -0/+53 |
| | |||||
* | EXIF Short and Short to string conversion. | Olivier Tilloy | 2009-02-25 | 2 | -13/+82 |
| | |||||
* | IPTC Undefined to string conversion. | Olivier Tilloy | 2009-02-25 | 2 | -1/+15 |
| | |||||
* | IPTC Time to string conversion. | Olivier Tilloy | 2009-02-25 | 2 | -0/+37 |
| | |||||
* | IPTC Date to string conversion. | Olivier Tilloy | 2009-02-25 | 2 | -0/+22 |
| | |||||
* | IPTC String to string conversion. | Olivier Tilloy | 2009-02-25 | 2 | -0/+22 |
| | |||||
* | IPTC Short to string conversion. | Olivier Tilloy | 2009-02-24 | 2 | -0/+35 |
| | |||||
* | IPTC Undefined conversion. | Olivier Tilloy | 2009-02-24 | 2 | -17/+10 |
| | |||||
* | IPTC Time conversion. | Olivier Tilloy | 2009-02-24 | 2 | -1/+43 |
| | |||||
* | IPTC Date conversion. | Olivier Tilloy | 2009-02-24 | 2 | -0/+26 |
| | |||||
* | IPTC String conversion. | Olivier Tilloy | 2009-02-24 | 2 | -0/+15 |
| | |||||
* | IPTC Short conversion. | Olivier Tilloy | 2009-02-24 | 4 | -16/+104 |
| | |||||
* | Removed the value attribute of the base metadata class. | Olivier Tilloy | 2009-02-06 | 1 | -5/+9 |
| | |||||
* | Renamed all tags' type attributes to xtype. | Olivier Tilloy | 2009-02-06 | 1 | -21/+21 |
| | |||||
* | XMP bag to string conversion + unit tests. | Olivier Tilloy | 2009-02-06 | 2 | -2/+24 |
| | |||||
* | XMP URI and URL to string conversion + unit tests. | Olivier Tilloy | 2009-02-06 | 2 | -7/+25 |
| | |||||
* | XMP ProperName to string conversion + unit tests. | Olivier Tilloy | 2009-02-06 | 2 | -1/+21 |
| | |||||
* | XMP LangAlt to string conversion + unit tests. | Olivier Tilloy | 2009-02-06 | 2 | -5/+57 |
| |