aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow the builder to specify a custom name for the boost::python libraryMark Lee2010-02-211-1/+1
* Ported the ReadMetadata test case to 0.2.Mark Lee2010-02-213-38/+150
|\
| * Consistent type and value(s) checks.Olivier Tilloy2010-02-211-24/+7
| * Always check all values of IPTC tags.Olivier Tilloy2010-02-211-21/+19
| * Header cosmetics.Olivier Tilloy2010-02-211-4/+2
| * XMP: Check the tag value types, not the tag type.Mark Lee2010-02-161-68/+68
| * Add an XMP metadata test.Mark Lee2010-02-092-1/+124
| * Port the ReadMetadataTestCase to the 0.2 API.Mark Lee2010-02-042-19/+29
* | Support direct value assignment.Olivier Tilloy2010-02-184-31/+113
|\ \
| * | Tutorial: direct value assignment explained.Olivier Tilloy2010-02-171-0/+21
| * | More explicit parameter names: tag_or_value.Olivier Tilloy2010-02-171-14/+22
| * | Adapted the examples to make use of direct value assignment,Olivier Tilloy2010-02-171-8/+7
| * | Additional unit tests for direct value assignment.Olivier Tilloy2010-02-171-0/+49
| * | Direct value assignment as an alternative to passing a fully-formed tag.Olivier Tilloy2010-02-172-16/+21
|/ /
* | Complete documentation generated with sphinx.Olivier Tilloy2010-02-1615-253/+952
|\ \
| * | Developers documentation: `scons doc` (re)builds the HTML documentation.Olivier Tilloy2010-02-161-2/+4
| * | Removed useless execution magic: scons scripts are not standalone executables.Olivier Tilloy2010-02-163-3/+0
| * | Resolve the install target.Olivier Tilloy2010-02-161-1/+1
| * | Dispatch build targets.Olivier Tilloy2010-02-163-2/+22
| * | SConscript to build the HTML documentation using sphinx.Olivier Tilloy2010-02-161-0/+28
| * | Tutorial: accessing embedded previews.Olivier Tilloy2010-02-151-0/+23
| * | Tutorial: reading and writing XMP tags.Olivier Tilloy2010-02-151-4/+58
| * | Tutorial: reading and writing IPTC tags.Olivier Tilloy2010-02-151-10/+77
| * | Tutorial: reading and writing EXIF tags.Olivier Tilloy2010-02-151-1/+87
| * | Documented abbreviations for EXIF, IPTC and XMP.Olivier Tilloy2010-02-151-1/+3
| * | Developers documentation.Olivier Tilloy2010-02-041-1/+119
| * | API documentation: utils module.Olivier Tilloy2010-02-022-89/+102
| * | Removed useless namespaces.Olivier Tilloy2010-02-021-11/+11
| * | API documentation: xmp module.Olivier Tilloy2010-02-022-46/+53
| * | API documentation: iptc module.Olivier Tilloy2010-02-022-37/+42
| * | API documentation: exif module.Olivier Tilloy2010-02-022-38/+44
| * | API documentation: metadata module.Olivier Tilloy2010-02-012-39/+47
| * | API documentation: version info.Olivier Tilloy2010-01-302-1/+14
| * | Basic structure of the documentation.Olivier Tilloy2010-01-284-0/+17
| * | Imported the original webpage's overview in the documentation's index.Olivier Tilloy2010-01-281-2/+18
| * | Dynamic copyright notice.Olivier Tilloy2010-01-281-1/+2
| * | Get the version of pyexiv2 at runtime.Olivier Tilloy2010-01-281-2/+3
| * | Ignore the contents of the _build directory.Olivier Tilloy2010-01-281-0/+1
| * | Initial sphinx documentation skeleton,Olivier Tilloy2010-01-282-0/+214
* | | Update the list of keys when inserting a new tag.Olivier Tilloy2010-02-152-0/+12
|\ \ \
| * | | Update the list of keys when inserting a new tag.Olivier Tilloy2010-02-151-0/+6
| * | | Make the unit tests choke on bug #522216.Olivier Tilloy2010-02-151-0/+6
|/ / /
* | | PyGTK example application: connect to the 'destroy' signal to exit when closi...Damien Moore2010-02-141-2/+1
* | | Raise an IOError when trying to read an image of an unknown type.Olivier Tilloy2010-02-102-16/+33
* | | Use SCons' Glob to install all source files in src/pyexiv2.Xoff2010-02-081-2/+1
|\ \ \ | |_|/ |/| |
| * | Removed a useless import.Olivier Tilloy2010-02-081-1/+0
| * | Use SCons' Glob to install all source files in src/pyexiv2.Xoff2010-02-081-1/+1
|/ /
* | Longitudes accept values between 0 and 180 degrees.Rob Wallace2010-01-302-6/+12
* | Raise an IOError when trying to read an non-existent file,Olivier Tilloy2010-01-292-0/+9
|/
* Complete API documentation.Olivier Tilloy2010-01-276-20/+61
|\