| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Get, set and delete the image comment. | Olivier Tilloy | 2010-05-21 | 6 | -9/+93 |
|\ |
|
| * | Unit tests for the image comment. | Olivier Tilloy | 2010-05-21 | 1 | -0/+24 |
| * | Unit tests: use a JPEG image instead of a PNG image. | Olivier Tilloy | 2010-05-21 | 1 | -7/+20 |
| * | Copy the image comment when copying all the metadata from one image to the ot... | Olivier Tilloy | 2010-05-21 | 1 | -1/+5 |
| * | Include the image comment in the API documentation. | Olivier Tilloy | 2010-05-21 | 1 | -1/+1 |
| * | Get, set and delete the image comment. | Olivier Tilloy | 2010-05-21 | 4 | -0/+43 |
|/ |
|
* | Thin wrapper on top of libexiv2python.Preview, for a better encapsulation. | Olivier Tilloy | 2010-05-20 | 5 | -23/+95 |
|\ |
|
| * | API documentation: include the preview module. | Olivier Tilloy | 2010-05-20 | 2 | -1/+8 |
| * | Thin wrapper on top of libexiv2python.Preview, for a better encapsulation. | Olivier Tilloy | 2010-05-20 | 4 | -23/+88 |
|/ |
|
* | Do not write tag values twice. | Olivier Tilloy | 2010-05-20 | 11 | -625/+216 |
|\ |
|
| * | Attach the image's XmpData to a tag when it is assigned to an image. | Olivier Tilloy | 2010-05-20 | 7 | -132/+44 |
| * | Moving around the code that writes IPTC tag values, | Olivier Tilloy | 2010-05-20 | 1 | -53/+43 |
| * | Attach the image's IptcData to a tag when it is assigned to an image. | Olivier Tilloy | 2010-05-19 | 7 | -87/+17 |
| * | Attach the image's ExifData to a tag when it is assigned to an image. | Olivier Tilloy | 2010-05-19 | 7 | -81/+22 |
| * | Don't use mocks to unit-test the ImageMetadata class. | Olivier Tilloy | 2010-05-19 | 1 | -282/+100 |
|/ |
|
* | Do not re-set the value of a tag when reading it. | Olivier Tilloy | 2010-05-19 | 3 | -5/+16 |
|\ |
|
| * | Do not re-set the value of a tag when reading it. | Olivier Tilloy | 2010-05-19 | 3 | -5/+16 |
|/ |
|
* | Fix a memory leak in Image::getIptcTag. | Olivier Tilloy | 2010-05-18 | 2 | -97/+90 |
|\ |
|
| * | Do not copy a subset of the IptcData, instead pass around a pointer to it and... | Olivier Tilloy | 2010-05-18 | 2 | -97/+90 |
* | | Free the memory allocated when instantiating an {Exif,Iptc,Xmp}Tag without a ... | Olivier Tilloy | 2010-05-18 | 2 | -2/+38 |
|\| |
|
| * | Free the allocated memory when deleting an XmpTag. | Olivier Tilloy | 2010-05-18 | 2 | -1/+14 |
| * | Free the allocated memory when deleting an IptcTag. | Olivier Tilloy | 2010-05-17 | 2 | -1/+14 |
| * | Free the allocated memory when deleting an ExifTag. | Olivier Tilloy | 2010-05-17 | 2 | -0/+10 |
|/ |
|
* | Updated release procedure. | Olivier Tilloy | 2010-04-26 | 1 | -4/+1 |
* | Merge the 0.2.1 release.release-0.2.1 | Olivier Tilloy | 2010-04-26 | 3 | -2/+23 |
|\ |
|
| * | Updated NEWS. | Olivier Tilloy | 2010-04-26 | 1 | -0/+21 |
| * | Bumped version number to 0.2.1. | Olivier Tilloy | 2010-04-26 | 2 | -2/+2 |
|/ |
|
* | Use the proper delete[] operator to deallocate the memory block pointed by _d... | Olivier Tilloy | 2010-04-16 | 1 | -1/+1 |
* | Documented release procedure. | Olivier Tilloy | 2010-04-14 | 1 | -0/+121 |
|\ |
|
| * | Rename the HTML documentation directory to 'html' before creating the tarball. | Olivier Tilloy | 2010-04-14 | 1 | -0/+1 |
| * | Documented release procedure. | Olivier Tilloy | 2010-03-25 | 1 | -0/+120 |
* | | Add a "test" scons target to run the unit tests. | Olivier Tilloy | 2010-04-14 | 8 | -18/+59 |
|\ \ |
|
| * | | The test scons target is now aware of the result of running the test suite. | Olivier Tilloy | 2010-04-14 | 2 | -5/+16 |
| * | | Updated unit tests section of the developers documentation. | Olivier Tilloy | 2010-04-14 | 1 | -3/+2 |
| * | | Return the test runner's result. | Olivier Tilloy | 2010-04-14 | 2 | -2/+2 |
| * | | Isolate the PYTHONPATH fiddling in a separate function, | Olivier Tilloy | 2010-04-14 | 1 | -5/+12 |
| * | | Add a scons target to run the unit tests. | Olivier Tilloy | 2010-04-14 | 1 | -0/+6 |
| * | | Importable function to run the test suite. | Olivier Tilloy | 2010-04-14 | 2 | -1/+6 |
| * | | Allow running the unit tests from anywhere. | Olivier Tilloy | 2010-04-14 | 3 | -8/+21 |
* | | | Updated a comment: building the doc doesn't require fiddling with the PYTHONP... | Olivier Tilloy | 2010-04-14 | 1 | -2/+1 |
|/ / |
|
* | | Do not require PYTHONPATH manipulations to build the doc. | Olivier Tilloy | 2010-04-14 | 2 | -2/+8 |
* | | Do not leak the data passed to ImageMetadata.from_buffer. | Olivier Tilloy | 2010-04-14 | 2 | -7/+21 |
* | | Updated Mark Lee's e-mail address. | Olivier Tilloy | 2010-04-10 | 1 | -1/+1 |
|/ |
|
* | Add a favicon to the HTML documentation. | Olivier Tilloy | 2010-03-25 | 2 | -2/+3 |
* | Add a sidebar logo to the HTML documentation. | Olivier Tilloy | 2010-03-25 | 1 | -1/+1 |
* | Merge the 0.2.0 release.release-0.2.0 | Olivier Tilloy | 2010-03-25 | 1 | -0/+62 |
|\ |
|
| * | Merge the latest changes from the master branch. | Olivier Tilloy | 2010-03-25 | 1 | -4/+7 |
| |\
| |/
|/| |
|
* | | Merge the latest changes to the cross compilation script. | Olivier Tilloy | 2010-03-25 | 1 | -4/+7 |
|\ \ |
|
| * | | Allow executing the cross compilation script from anywhere, | Olivier Tilloy | 2010-03-25 | 1 | -4/+7 |
| | * | Prepare NEWS for the release of 0.2.0, planned 2010-03-25. | Olivier Tilloy | 2010-03-24 | 1 | -0/+62 |
| |/
|/| |
|