aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Turn ImageMetadata into MutableMappingAntti Siira2010-09-302-1/+55
* When deleting a tag, remove its key from the cache too.Olivier Tilloy2010-09-292-12/+21
* Swallow all warnings and error messages written by libexiv2 to stderr.Olivier Tilloy2010-08-271-0/+5
|\
| * Swallow all warnings and error messages written by libexiv2 to stderr.Olivier Tilloy2010-08-271-0/+5
|/
* Fix a typo in the unit tests.Olivier Tilloy2010-08-271-3/+3
* Skip unicode unit tests for unsupported encodings.Olivier Tilloy2010-08-261-3/+13
|\
| * Skip unicode unit tests for unsupported encodings.Olivier Tilloy2010-08-261-3/+13
|/
* Updated windows build dependencies:Olivier Tilloy2010-08-252-11/+11
|\
| * Don’t choke on an existing build directory.Olivier Tilloy2010-08-251-1/+1
| * Updated windows build dependencies:Olivier Tilloy2010-08-252-10/+10
|/
* Sanity check when setting the parent image of a tag:Olivier Tilloy2010-08-242-2/+37
|\
| * Sanity check when setting the parent image of a tag:Olivier Tilloy2010-08-242-2/+37
|/
* IOError accepts a filename as third parameter to its constructor.Olivier Tilloy2010-06-021-1/+1
* Fixed some harmless compilation warningsOlivier Tilloy2010-05-302-3/+7
* Merge the 0.2.2 release.release-0.2.2Olivier Tilloy2010-05-273-2/+38
|\
| * Updated NEWS.Olivier Tilloy2010-05-271-0/+36
| * Bumped version number to 0.2.2.Olivier Tilloy2010-05-272-2/+2
|/
* Update the install script and the windows buildOlivier Tilloy2010-05-263-6/+7
|\
| * Add the new preview module to the build rules.Olivier Tilloy2010-05-262-1/+2
| * Update the windows build to Boost 1.43.0.Olivier Tilloy2010-05-261-3/+3
| * Update the windows build to Python 2.6.5.Olivier Tilloy2010-05-261-2/+2
* | Round the timestamps to have the tests passOlivier Tilloy2010-05-261-10/+10
|\ \ | |/ |/|
| * Round the timestamps to have the tests passOlivier Tilloy2010-05-261-10/+10
* | Optionally preserve the file's original timestampsOlivier Tilloy2010-05-262-1/+59
|\|
| * Optionnally preserve the file's timestamp when writing back metadata.Olivier Tilloy2010-05-262-1/+59
|/
* Don't copy the metadata internally, just keep a pointer to it.Olivier Tilloy2010-05-242-37/+34
* Get, set and delete the image comment.Olivier Tilloy2010-05-216-9/+93
|\
| * Unit tests for the image comment.Olivier Tilloy2010-05-211-0/+24
| * Unit tests: use a JPEG image instead of a PNG image.Olivier Tilloy2010-05-211-7/+20
| * Copy the image comment when copying all the metadata from one image to the ot...Olivier Tilloy2010-05-211-1/+5
| * Include the image comment in the API documentation.Olivier Tilloy2010-05-211-1/+1
| * Get, set and delete the image comment.Olivier Tilloy2010-05-214-0/+43
|/
* Thin wrapper on top of libexiv2python.Preview, for a better encapsulation.Olivier Tilloy2010-05-205-23/+95
|\
| * API documentation: include the preview module.Olivier Tilloy2010-05-202-1/+8
| * Thin wrapper on top of libexiv2python.Preview, for a better encapsulation.Olivier Tilloy2010-05-204-23/+88
|/
* Do not write tag values twice.Olivier Tilloy2010-05-2011-625/+216
|\
| * Attach the image's XmpData to a tag when it is assigned to an image.Olivier Tilloy2010-05-207-132/+44
| * Moving around the code that writes IPTC tag values,Olivier Tilloy2010-05-201-53/+43
| * Attach the image's IptcData to a tag when it is assigned to an image.Olivier Tilloy2010-05-197-87/+17
| * Attach the image's ExifData to a tag when it is assigned to an image.Olivier Tilloy2010-05-197-81/+22
| * Don't use mocks to unit-test the ImageMetadata class.Olivier Tilloy2010-05-191-282/+100
|/
* Do not re-set the value of a tag when reading it.Olivier Tilloy2010-05-193-5/+16
|\
| * Do not re-set the value of a tag when reading it.Olivier Tilloy2010-05-193-5/+16
|/
* Fix a memory leak in Image::getIptcTag.Olivier Tilloy2010-05-182-97/+90
|\
| * Do not copy a subset of the IptcData, instead pass around a pointer to it and...Olivier Tilloy2010-05-182-97/+90
* | Free the memory allocated when instantiating an {Exif,Iptc,Xmp}Tag without a ...Olivier Tilloy2010-05-182-2/+38
|\|
| * Free the allocated memory when deleting an XmpTag.Olivier Tilloy2010-05-182-1/+14
| * Free the allocated memory when deleting an IptcTag.Olivier Tilloy2010-05-172-1/+14
| * Free the allocated memory when deleting an ExifTag.Olivier Tilloy2010-05-172-0/+10
|/
* Updated release procedure.Olivier Tilloy2010-04-261-4/+1