aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge the 0.2.1 release.release-0.2.1Olivier Tilloy2010-04-263-2/+23
|\
| * Updated NEWS.Olivier Tilloy2010-04-261-0/+21
| * Bumped version number to 0.2.1.Olivier Tilloy2010-04-262-2/+2
|/
* Use the proper delete[] operator to deallocate the memory block pointed by _d...Olivier Tilloy2010-04-161-1/+1
* Documented release procedure.Olivier Tilloy2010-04-141-0/+121
|\
| * Rename the HTML documentation directory to 'html' before creating the tarball.Olivier Tilloy2010-04-141-0/+1
| * Documented release procedure.Olivier Tilloy2010-03-251-0/+120
* | Add a "test" scons target to run the unit tests.Olivier Tilloy2010-04-148-18/+59
|\ \
| * | The test scons target is now aware of the result of running the test suite.Olivier Tilloy2010-04-142-5/+16
| * | Updated unit tests section of the developers documentation.Olivier Tilloy2010-04-141-3/+2
| * | Return the test runner's result.Olivier Tilloy2010-04-142-2/+2
| * | Isolate the PYTHONPATH fiddling in a separate function,Olivier Tilloy2010-04-141-5/+12
| * | Add a scons target to run the unit tests.Olivier Tilloy2010-04-141-0/+6
| * | Importable function to run the test suite.Olivier Tilloy2010-04-142-1/+6
| * | Allow running the unit tests from anywhere.Olivier Tilloy2010-04-143-8/+21
* | | Updated a comment: building the doc doesn't require fiddling with the PYTHONP...Olivier Tilloy2010-04-141-2/+1
|/ /
* | Do not require PYTHONPATH manipulations to build the doc.Olivier Tilloy2010-04-142-2/+8
* | Do not leak the data passed to ImageMetadata.from_buffer.Olivier Tilloy2010-04-142-7/+21
* | Updated Mark Lee's e-mail address.Olivier Tilloy2010-04-101-1/+1
|/
* Add a favicon to the HTML documentation.Olivier Tilloy2010-03-252-2/+3
* Add a sidebar logo to the HTML documentation.Olivier Tilloy2010-03-251-1/+1
* Merge the 0.2.0 release.release-0.2.0Olivier Tilloy2010-03-251-0/+62
|\
| * Merge the latest changes from the master branch.Olivier Tilloy2010-03-251-4/+7
| |\ | |/ |/|
* | Merge the latest changes to the cross compilation script.Olivier Tilloy2010-03-251-4/+7
|\ \
| * | Allow executing the cross compilation script from anywhere,Olivier Tilloy2010-03-251-4/+7
| | * Prepare NEWS for the release of 0.2.0, planned 2010-03-25.Olivier Tilloy2010-03-241-0/+62
| |/ |/|
* | Turn the ChangeLog into a NEWS file with proper reStructuredText syntax.Olivier Tilloy2010-03-242-91/+85
* | Merge the ChangeLog of the 0.1.3 release, for future generations.Olivier Tilloy2010-03-241-0/+18
|\ \
| * | Updated ChangeLog for the release of 0.1.3.release-0.1.3Olivier Tilloy2009-03-141-0/+18
| * | Updated copyright headers.Olivier Tilloy2009-03-145-5/+5
| * | Removed the unused __main__ from pyexiv2.py (part of it was a patch in the de...Olivier Tilloy2009-03-141-10/+0
| * | Adapted the dumpThumbnailToFile and setThumbnailFromJpegFile methods to the A...Olivier Tilloy2009-03-141-6/+10
| * | Adapted the setThumbnailData and deleteThumbnail methods to the API of libexi...Olivier Tilloy2009-03-131-3/+6
| * | Ported the getThumbnailData method to the API of libexiv2 0.18.Olivier Tilloy2009-03-134-66/+80
* | | Removed useless markup from the module's docstring.Olivier Tilloy2010-03-241-4/+4
* | | Updated README.Olivier Tilloy2010-03-241-14/+13
* | | Documentation: removed empty _static and _templates directories.Olivier Tilloy2010-03-241-2/+2
* | | Merge the latest changes in the windows installer script.Olivier Tilloy2010-03-241-12/+21
|\ \ \