aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Renamed some unit tests.Olivier Tilloy2010-12-141-3/+3
| * | | Unit test reading comments off existing files.Olivier Tilloy2010-12-142-0/+62
| * | | Additional unit tests for generic conversion of Comments.Olivier Tilloy2010-12-141-0/+10
| * | | Updated test data checksums control file.Olivier Tilloy2010-12-141-2/+5
| * | | More test data.Olivier Tilloy2010-12-141-0/+0
| * | | Some test data.Olivier Tilloy2010-12-143-0/+0
| * | | Best effort, do not fail just because the original encoding of the tag cannot...Olivier Tilloy2010-12-141-12/+17
| * | | Try and encode Exif.Photo.UserComment according to its charset if specified.Olivier Tilloy2010-12-141-25/+38
| * | | Try and decode Exif.Photo.UserComment according to its charset if specified.Olivier Tilloy2010-12-124-7/+51
|/ / /
* | | Fix test_write_exif_thumbnail_to_file on windows.Olivier Tilloy2010-12-091-1/+1
* | | Updated windows build dependencies:Olivier Tilloy2010-12-092-13/+13
|\ \ \ | | |/ | |/|
| * | Updated documentation for developers with references to python 2.7.Olivier Tilloy2010-12-091-3/+3
| * | Updated windows build dependencies:Olivier Tilloy2010-12-091-8/+8
| * | Pass --trust-server-names=on to wget to use the last component of the redirec...Olivier Tilloy2010-12-091-3/+3
|/ /
* | Commented out a unit test which result depends on FS mount options.Olivier Tilloy2010-12-081-1/+5
* | Use isinstance(…) instead of type(…) everywhere, as recommended by Python...Olivier Tilloy2010-12-084-30/+33
* | Raise an IOError with a relevant error message when trying to access the meta...Olivier Tilloy2010-12-082-6/+45
|\ \
| * | Unit test for the exception raised when trying to access the metadata of an i...Olivier Tilloy2010-12-081-1/+34
| * | Raise an IOError with a relevant error message when trying to access the meta...Olivier Tilloy2010-12-081-5/+11
|/ /
* | Fix build against libexiv2 0.21.Olivier Tilloy2010-12-021-0/+15
|\ \
| * | Fix build against libexiv2 0.21.Olivier Tilloy2010-12-021-0/+15
|/ /
* | Accept fractions.Fraction objects as tag values wherever Rational objects are...Olivier Tilloy2010-11-305-7/+49
|\ \
| * | Unit tests for Rational conversions in XMP tags.Olivier Tilloy2010-11-301-1/+26
| * | Accept Fraction objects for Rational values in XMP tags.Olivier Tilloy2010-11-301-2/+3
| * | Conditional unit test for Fraction objects in EXIF tags.Olivier Tilloy2010-11-301-1/+6
| * | Accept Fraction objects for Rational and SRational values in EXIF tags.Olivier Tilloy2010-11-301-3/+4
| * | Conditional import of fractions.Fraction for partial support if present.Olivier Tilloy2010-11-301-0/+10
|/ /
| * Unit tests for the custom XMP namespaces.Olivier Tilloy2010-11-292-2/+104
| * API documentation for the custom XMP namespaces.Olivier Tilloy2010-11-291-0/+3
| * Functions in the xmp module to register and unregister custom namespaces.Olivier Tilloy2010-11-295-1/+137
|/
* Added a unit test to check that the EXIF thumbnail corresponds to a preview.Olivier Tilloy2010-11-281-0/+13
|\
| * Added a unit test to check that the EXIF thumbnail corresponds to a preview.Olivier Tilloy2010-11-281-0/+13
* | Read/write access to the EXIF thumbnail.Olivier Tilloy2010-11-239-2/+275
|\|
| * Import ExifThumbnail in the pyexiv2 namespace.Olivier Tilloy2010-11-231-1/+1
| * Unit tests for the EXIF thumbnail.Olivier Tilloy2010-11-221-0/+94
| * Update the cache of EXIF tags after modifying the EXIF thumbnail.Olivier Tilloy2010-11-222-10/+22
| * New section in the tutorial on EXIF thumbnails.Olivier Tilloy2010-11-221-0/+10
| * Generate API documentation for the ExifThumbnail class.Olivier Tilloy2010-11-222-4/+6
| * Complete implementation of the EXIF thumbnail, including write accessors.Olivier Tilloy2010-11-225-7/+55
| * Access to the read-only properties of the EXIF thumbnail optionally embedded ...Olivier Tilloy2010-11-215-1/+108
|/
* Rename the .raw_values and .values properties of IPTC tags to .raw_value and ...Olivier Tilloy2010-11-216-24/+84
|\
| * Unit test to check that accessing the .raw_values and .values properties issu...Olivier Tilloy2010-11-211-0/+30
| * Re-introduce the .raw_values and .values properties for compatibility,Olivier Tilloy2010-11-211-0/+30
| * Rename the .raw_values and .values properties of IPTC tags to .raw_value and ...Olivier Tilloy2010-11-216-24/+24
|/
* Cosmetics: replaced non-breakable spaces by normal white spaces in comments.Olivier Tilloy2010-11-214-7/+7
* Use the typename from the XMP datum when availableOlivier Tilloy2010-11-211-2/+2
* Add a unit test to check that an exception is raised when trying to set multi...Olivier Tilloy2010-11-171-0/+5
* Throw an exception instead of silently failing when unable to parse the raw v...Olivier Tilloy2010-11-177-12/+90
|\
| * Throw an exception instead of silently failing when unable to parse the raw v...Olivier Tilloy2010-11-173-3/+29
| * Strip trailing white spaces in string_to_undefined(…).Olivier Tilloy2010-11-155-9/+61
|/