| Commit message (Expand) | Author | Age | Files | Lines |
* | IptcTag class, python wrapper for an IPTC tag. | Olivier Tilloy | 2008-06-11 | 1 | -8/+40 |
* | Retrieve more data for an IPTC tag (low-level). | Olivier Tilloy | 2008-06-11 | 5 | -38/+73 |
* | Replace all tabs by spaces in the code. | Olivier Tilloy | 2008-04-19 | 3 | -671/+718 |
* | Ignore build files. | Olivier Tilloy | 2008-04-19 | 1 | -0/+2 |
* | Refactor the structure of the exiv2 wrapper, retrieve more data for an EXIF tag. | Olivier Tilloy | 2008-04-19 | 7 | -737/+716 |
* | Add pyexiv2 art (icon, SVG file and PNGs for various sizes). | Olivier Tilloy | 2008-04-19 | 5 | -1/+674 |
* | Updated changelog for version 0.1.2, tagging as release-0.1.2.release-0.1.2 | Olivier Tilloy | 2008-02-09 | 1 | -0/+35 |
* | Updated the copyright notice in the source headers. | Olivier Tilloy | 2008-02-09 | 3 | -3/+3 |
* | Updated the copyright notice in the source headers. | Olivier Tilloy | 2008-02-09 | 11 | -11/+11 |
* | Added a test to the unit test for bug #183332. | Olivier Tilloy | 2008-02-09 | 1 | -0/+21 |
* | Fixed bug #183332 (Cached metadata is not converted to its correct type): the... | Olivier Tilloy | 2008-02-06 | 1 | -6/+8 |
* | Added a test to the unit test for bug #183332. | Olivier Tilloy | 2008-02-06 | 1 | -1/+19 |
* | Added a unit test for bug #183332 (currently failing as the bug is not fixed ... | Olivier Tilloy | 2008-02-06 | 2 | -0/+65 |
* | EXIF and IPTC tag setters now always return the type of the value even if not... | Olivier Tilloy | 2008-02-06 | 2 | -24/+26 |
* | Added a unit test for bug #183618. | Olivier Tilloy | 2008-02-01 | 3 | -0/+87 |
* | Added a unit test for bug #175070. | Olivier Tilloy | 2008-01-31 | 2 | -0/+79 |
* | Added a unit test for bug #173387. | Olivier Tilloy | 2008-01-31 | 4 | -0/+75 |
* | Added forgotten file in previous commit. | Olivier Tilloy | 2008-01-31 | 1 | -0/+0 |
* | Added a unit test for bug #146313. | Olivier Tilloy | 2008-01-30 | 3 | -1/+75 |
* | Added some unit tests for basic functionalities. These tests will help spot r... | Olivier Tilloy | 2008-01-30 | 5 | -0/+250 |
* | Implemented the equality comparison operator for class pyexiv2.Rational, will... | Olivier Tilloy | 2008-01-30 | 1 | -0/+13 |
* | Factorized the code that converts a tag value to the matching Python type. | Olivier Tilloy | 2008-01-27 | 1 | -55/+56 |
* | Fixed a bug that prevented from setting an EXIF tag with multiple values. | Olivier Tilloy | 2008-01-27 | 1 | -2/+2 |
* | Added a rational number type (class pyexiv2.Rational) to handle rational valu... | Olivier Tilloy | 2008-01-27 | 1 | -17/+51 |
* | Added method copyMetadataTo(Image) to class Image to copy all EXIF and IPTC m... | Olivier Tilloy | 2008-01-27 | 1 | -3/+26 |
* | Added private flags to avoid caching twice the EXIF/IPTC metadata. Based on a... | Olivier Tilloy | 2008-01-27 | 1 | -4/+10 |
* | Fixed bug #183618 (Exif.GPSInfo.{GPSLongitude,Latitude} are not decoded), rev... | Olivier Tilloy | 2008-01-27 | 1 | -20/+26 |
* | Fixed bug #175070 (Deleting a tag not previously accessed raises a KeyError e... | Olivier Tilloy | 2008-01-20 | 1 | -6/+10 |
* | Fixed bug #173387 (Error reading Exif.Photo.UserComment): the value of tag "E... | Olivier Tilloy | 2008-01-20 | 1 | -4/+8 |
* | *Really* fixed bug #146313 (passing the filename to the Image constructor as ... | Olivier Tilloy | 2008-01-18 | 1 | -1/+3 |
* | Implemented feature request tracked by bug #175069 (Retrieve/set the JPEG com... | Olivier Tilloy | 2008-01-16 | 4 | -1/+47 |
* | pyexiv2 will now install in the 'site-packages' python directory. Fixes bug #... | Olivier Tilloy | 2007-12-26 | 1 | -1/+1 |
* | Updated changelog for version 0.1.1, tagging as release-0.1.1.release-0.1.1 | Olivier Tilloy | 2007-10-14 | 2 | -1/+28 |
* | Implemented feature request tracked by bug #149212 (Add access to tag labels)... | Olivier Tilloy | 2007-10-10 | 3 | -0/+24 |
* | Implemented feature request tracked by bug #147534 (Provide access to interpr... | Olivier Tilloy | 2007-10-04 | 1 | -0/+17 |
* | Fixed bug #146323 (Multi value fields are broken): when a EXIF tag value is n... | Olivier Tilloy | 2007-10-03 | 1 | -2/+5 |
* | Fixed bug #146313 (passing the filename to the Image constructor as unicode f... | Olivier Tilloy | 2007-09-28 | 2 | -1/+3 |
* | Added support for DESTDIR in SConscript for installation. This will ease the ... | Olivier Tilloy | 2007-09-27 | 1 | -10/+19 |
* | Updated the TODO list: using pkg-config does not make really sense as it adds... | Olivier Tilloy | 2007-09-19 | 1 | -2/+0 |
* | Updated the TODO list. | Olivier Tilloy | 2007-09-19 | 1 | -0/+1 |
* | Explicitely returning the tag types as C++ strings. | Olivier Tilloy | 2007-09-18 | 1 | -6/+6 |
* | Updated the changelog for release 0.1 with more details on dependencies. | Olivier Tilloy | 2007-09-17 | 1 | -1/+4 |
* | Fixed a bug reported by Damon Lynch: due to interface changes for exceptions ... | Olivier Tilloy | 2007-09-16 | 2 | -1/+8 |
* | When setting a datetime or time tag value, truncate the unused information (m... | Olivier Tilloy | 2007-09-16 | 2 | -1/+16 |
* | Updated documentation. | Olivier Tilloy | 2007-09-10 | 2 | -7/+2 |
* | Updated changelog for version 0.1, tagging as release-0.1.release-0.1 | Olivier Tilloy | 2007-08-30 | 1 | -1/+4 |
* | First release (version 0.1)! Added a ChangeLog file to track the future versi... | Olivier Tilloy | 2007-08-30 | 2 | -1/+4 |
* | Updated the README file and the todo list. | Olivier Tilloy | 2007-08-30 | 2 | -7/+51 |
* | Updated the docstring documentation of module pyexiv2. | Olivier Tilloy | 2007-08-27 | 2 | -16/+76 |
* | Internally renamed methods getAvailableExifTags() and getAvailableIptcTags() ... | Olivier Tilloy | 2007-03-30 | 3 | -8/+12 |