Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accept Fraction objects for Rational values in XMP tags. | Olivier Tilloy | 2010-11-30 | 1 | -2/+3 |
| | |||||
* | Conditional unit test for Fraction objects in EXIF tags. | Olivier Tilloy | 2010-11-30 | 1 | -1/+6 |
| | |||||
* | Accept Fraction objects for Rational and SRational values in EXIF tags. | Olivier Tilloy | 2010-11-30 | 1 | -3/+4 |
| | |||||
* | Conditional import of fractions.Fraction for partial support if present. | Olivier Tilloy | 2010-11-30 | 1 | -0/+10 |
| | |||||
* | Added a unit test to check that the EXIF thumbnail corresponds to a preview. | Olivier Tilloy | 2010-11-28 | 1 | -0/+13 |
|\ | |||||
| * | Added a unit test to check that the EXIF thumbnail corresponds to a preview. | Olivier Tilloy | 2010-11-28 | 1 | -0/+13 |
| | | |||||
* | | Read/write access to the EXIF thumbnail. | Olivier Tilloy | 2010-11-23 | 9 | -2/+275 |
|\| | |||||
| * | Import ExifThumbnail in the pyexiv2 namespace. | Olivier Tilloy | 2010-11-23 | 1 | -1/+1 |
| | | |||||
| * | Unit tests for the EXIF thumbnail. | Olivier Tilloy | 2010-11-22 | 1 | -0/+94 |
| | | |||||
| * | Update the cache of EXIF tags after modifying the EXIF thumbnail. | Olivier Tilloy | 2010-11-22 | 2 | -10/+22 |
| | | |||||
| * | New section in the tutorial on EXIF thumbnails. | Olivier Tilloy | 2010-11-22 | 1 | -0/+10 |
| | | |||||
| * | Generate API documentation for the ExifThumbnail class. | Olivier Tilloy | 2010-11-22 | 2 | -4/+6 |
| | | |||||
| * | Complete implementation of the EXIF thumbnail, including write accessors. | Olivier Tilloy | 2010-11-22 | 5 | -7/+55 |
| | | |||||
| * | Access to the read-only properties of the EXIF thumbnail optionally embedded ↵ | Olivier Tilloy | 2010-11-21 | 5 | -1/+108 |
|/ | | | | in an image. | ||||
* | Rename the .raw_values and .values properties of IPTC tags to .raw_value and ↵ | Olivier Tilloy | 2010-11-21 | 6 | -24/+84 |
|\ | | | | | | | | | | | | | | | .value, for consistency with the API of EXIF and XMP tags. The .raw_values and .values properties remain for backward compatibility, but they are marked as deprecated. | ||||
| * | Unit test to check that accessing the .raw_values and .values properties ↵ | Olivier Tilloy | 2010-11-21 | 1 | -0/+30 |
| | | | | | | | | issue deprecation warnings. | ||||
| * | Re-introduce the .raw_values and .values properties for compatibility, | Olivier Tilloy | 2010-11-21 | 1 | -0/+30 |
| | | | | | | but mark them as deprecated. | ||||
| * | Rename the .raw_values and .values properties of IPTC tags to .raw_value and ↵ | Olivier Tilloy | 2010-11-21 | 6 | -24/+24 |
|/ | | | | | .value, for consistency with the API of EXIF and XMP tags. | ||||
* | Cosmetics: replaced non-breakable spaces by normal white spaces in comments. | Olivier Tilloy | 2010-11-21 | 4 | -7/+7 |
| | |||||
* | Use the typename from the XMP datum when available | Olivier Tilloy | 2010-11-21 | 1 | -2/+2 |
| | | | instead of relying on the static type information, that may be incomplete. | ||||
* | Add a unit test to check that an exception is raised when trying to set ↵ | Olivier Tilloy | 2010-11-17 | 1 | -0/+5 |
| | | | | multiple values to a non-repeatable IPTC tag. | ||||
* | Throw an exception instead of silently failing when unable to parse the raw ↵ | Olivier Tilloy | 2010-11-17 | 7 | -12/+90 |
|\ | | | | | | | | | value for EXIF and IPTC tags. Note that parsing never fails for XMP tags. | ||||
| * | Throw an exception instead of silently failing when unable to parse the raw ↵ | Olivier Tilloy | 2010-11-17 | 3 | -3/+29 |
| | | | | | | | | | | | | value for EXIF and IPTC tags. Note that parsing never fails for XMP tags. Added corresponding unit tests. | ||||
| * | Strip trailing white spaces in string_to_undefined(…). | Olivier Tilloy | 2010-11-15 | 5 | -9/+61 |
|/ | | | New unit tests for string ⟷ undefined conversions. | ||||
* | Make ImageMetadata implement the collections.MutableMapping interface. | Antti Siira | 2010-11-09 | 2 | -1/+55 |
|\ | |||||
| * | Turn ImageMetadata into MutableMapping | Antti Siira | 2010-09-30 | 2 | -1/+55 |
|/ | |||||
* | When deleting a tag, remove its key from the cache too. | Olivier Tilloy | 2010-09-29 | 2 | -12/+21 |
| | | | Many thanks to Antti Siira for spotting the issue and proposing a patch. | ||||
* | Swallow all warnings and error messages written by libexiv2 to stderr. | Olivier Tilloy | 2010-08-27 | 1 | -0/+5 |
|\ | |||||
| * | Swallow all warnings and error messages written by libexiv2 to stderr. | Olivier Tilloy | 2010-08-27 | 1 | -0/+5 |
|/ | |||||
* | Fix a typo in the unit tests. | Olivier Tilloy | 2010-08-27 | 1 | -3/+3 |
| | |||||
* | Skip unicode unit tests for unsupported encodings. | Olivier Tilloy | 2010-08-26 | 1 | -3/+13 |
|\ | |||||
| * | Skip unicode unit tests for unsupported encodings. | Olivier Tilloy | 2010-08-26 | 1 | -3/+13 |
|/ | |||||
* | Updated windows build dependencies: | Olivier Tilloy | 2010-08-25 | 2 | -11/+11 |
|\ | | | | | | | | | • exiv2 0.19 → 0.20 • python 2.6.5 → 2.7 • boost 1.43.0 → 1.44.0 | ||||
| * | Don’t choke on an existing build directory. | Olivier Tilloy | 2010-08-25 | 1 | -1/+1 |
| | | |||||
| * | Updated windows build dependencies: | Olivier Tilloy | 2010-08-25 | 2 | -10/+10 |
|/ | | | | | • exiv2 0.19 → 0.20 • python 2.6.5 → 2.7 • boost 1.43.0 → 1.44.0 | ||||
* | Sanity check when setting the parent image of a tag: | Olivier Tilloy | 2010-08-24 | 2 | -2/+37 |
|\ | | | | | if it’s already the same parent, don’t do anything. | ||||
| * | Sanity check when setting the parent image of a tag: | Olivier Tilloy | 2010-08-24 | 2 | -2/+37 |
|/ | | | if it’s already the same parent, don’t do anything. | ||||
* | IOError accepts a filename as third parameter to its constructor. | Olivier Tilloy | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | Fixed some harmless compilation warnings | Olivier Tilloy | 2010-05-30 | 2 | -3/+7 |
| | | | (thanks to Rob Healey for pointing them out). | ||||
* | Merge the 0.2.2 release.release-0.2.2 | Olivier Tilloy | 2010-05-27 | 3 | -2/+38 |
|\ | |||||
| * | Updated NEWS. | Olivier Tilloy | 2010-05-27 | 1 | -0/+36 |
| | | |||||
| * | Bumped version number to 0.2.2. | Olivier Tilloy | 2010-05-27 | 2 | -2/+2 |
|/ | |||||
* | Update the install script and the windows build | Olivier Tilloy | 2010-05-26 | 3 | -6/+7 |
|\ | | | | | to Python 2.6.5 and Boost 1.43.0. | ||||
| * | Add the new preview module to the build rules. | Olivier Tilloy | 2010-05-26 | 2 | -1/+2 |
| | | |||||
| * | Update the windows build to Boost 1.43.0. | Olivier Tilloy | 2010-05-26 | 1 | -3/+3 |
| | | |||||
| * | Update the windows build to Python 2.6.5. | Olivier Tilloy | 2010-05-26 | 1 | -2/+2 |
| | | |||||
* | | Round the timestamps to have the tests pass | Olivier Tilloy | 2010-05-26 | 1 | -10/+10 |
|\ \ | |/ |/| | on systems that support a better resolution than the second (e.g. windows). | ||||
| * | Round the timestamps to have the tests pass | Olivier Tilloy | 2010-05-26 | 1 | -10/+10 |
| | | | | | | on systems that have a better resolution than the second (e.g. windows). | ||||
* | | Optionally preserve the file's original timestamps | Olivier Tilloy | 2010-05-26 | 2 | -1/+59 |
|\| | | | | | (access time and modification time) when writing back metadata. | ||||
| * | Optionnally preserve the file's timestamp when writing back metadata. | Olivier Tilloy | 2010-05-26 | 2 | -1/+59 |
|/ |