aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Documentation cosmetics.Olivier Tilloy2010-01-273-8/+7
| * Module-level docstrings for exif, iptc and xmp.Olivier Tilloy2010-01-273-0/+12
| * Complete the documentation of the metadata module.Olivier Tilloy2010-01-261-2/+11
| * Complete the documentation of the utils module.Olivier Tilloy2010-01-261-1/+9
| * Documentation of the Preview class.Olivier Tilloy2010-01-261-9/+22
|/
* Made the low level Image wrapper and all the methods it exposes protected.Olivier Tilloy2010-01-263-60/+60
* Updated to-do list.Olivier Tilloy2010-01-261-2/+0
* BuildDir is deprecated.Olivier Tilloy2010-01-251-2/+1
* Take environment variables into account when compiling.Olivier Tilloy2010-01-251-1/+11
* Choice is not a simple type.Olivier Tilloy2010-01-241-5/+0
* Copy metadata to another image.Olivier Tilloy2010-01-225-0/+83
* Read-only access to the dimensions and mime type of an image.Olivier Tilloy2010-01-224-0/+40
|\
| * Read-only access to the mime type of an image.Olivier Tilloy2010-01-224-0/+16
| * Read-only access to the dimensions of an image.Olivier Tilloy2010-01-224-0/+24
|/