aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pyexiv2 version as a define.Olivier Tilloy2010-03-231-9/+11
* Python version as a define.Olivier Tilloy2010-03-231-3/+5
* Follow python's installation policy (all users or current user only).Olivier Tilloy2010-03-231-10/+32
* Custom page to select where to install pyexiv2.Olivier Tilloy2010-03-231-5/+39
* Removed the "How to Apply These Terms to Your New Programs" section from COPY...Olivier Tilloy2010-03-231-59/+0
* Better compression.Olivier Tilloy2010-03-221-0/+1
* Display the icon in the "Add/Remove programs" entry.Olivier Tilloy2010-03-221-0/+1
* Use a define instead of a variable to store the registry key.Olivier Tilloy2010-03-221-9/+8
* Added an icon to the (un)installerOlivier Tilloy2010-03-222-0/+3
* Add an entry to uninstall pyexiv2 in "Add/Remove Programs".Olivier Tilloy2010-03-221-1/+16
* Write an uninstaller.Olivier Tilloy2010-03-221-5/+16
* Detect python installation at init.Olivier Tilloy2010-03-221-13/+16
* Search python installed for the current user only.Olivier Tilloy2010-03-221-13/+16
* Retrieve python's installation path from the registry.Olivier Tilloy2010-03-221-5/+9
* First draft of an NSIS installer script for windows (basic but functional).Olivier Tilloy2010-03-211-0/+27
* Updated to-do list.Olivier Tilloy2010-03-181-3/+0
* Install only selected modules (exclude main).Olivier Tilloy2010-03-181-1/+3
* Updated test data checksums.Olivier Tilloy2010-03-181-0/+2
* Remove old irrelevant unit tests.Olivier Tilloy2010-03-186-420/+0
* Add a --user switch to install pyexiv2 in the user site directory.Olivier Tilloy2010-03-183-11/+40
|\
| * Help text for the --user switch.Olivier Tilloy2010-03-181-1/+2
| * Do not add the --user switch for Python < 2.6.Olivier Tilloy2010-03-182-5/+16
| * Document the --user switch and the DESTDIR variable in the developers' docume...Olivier Tilloy2010-03-181-2/+10
| * Add a --user switch to the install target to install pyexiv2 in the user site...Olivier Tilloy2010-03-182-9/+18
|/
* Encode file names in the file system encoding.Olivier Tilloy2010-03-183-3/+102
* Clean exception handlingOlivier Tilloy2010-03-161-16/+48
|\
| * Comment to explain the exception handlingOlivier Tilloy2010-03-161-0/+6
| * Clean error handling outside of the Py_{BEGIN,END}_ALLOW_THREADS blocks.Olivier Tilloy2010-03-161-9/+37
| * No need for a boolean to test for error.Olivier Tilloy2010-03-161-3/+1
| * Copy the error instead of instantiating a new one from its code.Olivier Tilloy2010-03-161-4/+4
|/
* Fix unit tests on windows.Olivier Tilloy2010-03-141-1/+1
* Allow the builder to specify a custom name for the boost::python library.Mark Lee2010-02-221-1/+4
|\
| * Explain the BOOSTLIB argument.Olivier Tilloy2010-02-221-0/+3
| * 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