aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Isolate the PYTHONPATH fiddling in a separate function,Olivier Tilloy2010-04-141-5/+12
* Add a scons target to run the unit tests.Olivier Tilloy2010-04-141-0/+6
* Importable function to run the test suite.Olivier Tilloy2010-04-142-1/+6
* Allow running the unit tests from anywhere.Olivier Tilloy2010-04-143-8/+21
* Do not require PYTHONPATH manipulations to build the doc.Olivier Tilloy2010-04-142-2/+8
* Do not leak the data passed to ImageMetadata.from_buffer.Olivier Tilloy2010-04-142-7/+21
* Updated Mark Lee's e-mail address.Olivier Tilloy2010-04-101-1/+1
* Add a favicon to the HTML documentation.Olivier Tilloy2010-03-252-2/+3
* Add a sidebar logo to the HTML documentation.Olivier Tilloy2010-03-251-1/+1
* Merge the 0.2.0 release.release-0.2.0Olivier Tilloy2010-03-251-0/+62
|\
| * Merge the latest changes from the master branch.Olivier Tilloy2010-03-251-4/+7
| |\ | |/ |/|
* | Merge the latest changes to the cross compilation script.Olivier Tilloy2010-03-251-4/+7
|\ \
| * | Allow executing the cross compilation script from anywhere,Olivier Tilloy2010-03-251-4/+7
| | * Prepare NEWS for the release of 0.2.0, planned 2010-03-25.Olivier Tilloy2010-03-241-0/+62
| |/ |/|
* | Turn the ChangeLog into a NEWS file with proper reStructuredText syntax.Olivier Tilloy2010-03-242-91/+85
* | Merge the ChangeLog of the 0.1.3 release, for future generations.Olivier Tilloy2010-03-241-0/+18
|\ \
| * | Updated ChangeLog for the release of 0.1.3.release-0.1.3Olivier Tilloy2009-03-141-0/+18
| * | Updated copyright headers.Olivier Tilloy2009-03-145-5/+5
| * | Removed the unused __main__ from pyexiv2.py (part of it was a patch in the de...Olivier Tilloy2009-03-141-10/+0
| * | Adapted the dumpThumbnailToFile and setThumbnailFromJpegFile methods to the A...Olivier Tilloy2009-03-141-6/+10
| * | Adapted the setThumbnailData and deleteThumbnail methods to the API of libexi...Olivier Tilloy2009-03-131-3/+6
| * | Ported the getThumbnailData method to the API of libexiv2 0.18.Olivier Tilloy2009-03-134-66/+80
* | | Removed useless markup from the module's docstring.Olivier Tilloy2010-03-241-4/+4
* | | Updated README.Olivier Tilloy2010-03-241-14/+13
* | | Documentation: removed empty _static and _templates directories.Olivier Tilloy2010-03-241-2/+2
* | | Merge the latest changes in the windows installer script.Olivier Tilloy2010-03-241-12/+21
|\ \ \
| * | | The user site directory is always for the current user only.Olivier Tilloy2010-03-241-12/+21
* | | | Add support for loading an image from a buffer.Olivier Tilloy2010-03-248-9/+205
|\ \ \ \
| * | | | Do not try to encode filename if it is None,Olivier Tilloy2010-03-191-1/+3
| * | | | Merge the master branch.Olivier Tilloy2010-03-1813-438/+147
| |\ \ \ \
| * | | | | Update to-do list.Olivier Tilloy2010-03-181-1/+0
| * | | | | Unit tests for the exposition of image buffers.Olivier Tilloy2010-03-172-0/+92
| * | | | | getDataBuffer() now releases the GIL to allow other python threads to runOlivier Tilloy2010-03-171-1/+10
| * | | | | Updated API documentation.Olivier Tilloy2010-03-172-10/+11
| * | | | | Made buffer() a property.Olivier Tilloy2010-03-171-4/+5
| * | | | | New data_buffer() method to get the image buffer.Olivier Tilloy2010-03-174-0/+58
| * | | | | Instantiate an image from a data buffer.Olivier Tilloy2010-03-164-5/+39
* | | | | | Script to cross compile pyexiv2 for Windows on Linux,Olivier Tilloy2010-03-235-59/+296
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Developers documentation: added dependencies to cross-compile and generate a ...Olivier Tilloy2010-03-231-3/+14
| * | | | Developers documentation: how to generate a windows installer.Olivier Tilloy2010-03-231-0/+9
| * | | | Merge the NSIS windows installer script.Olivier Tilloy2010-03-234-62/+170
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Refuse to install if Python was installed for all users and the user is not a...Olivier Tilloy2010-03-231-1/+11
| | * | | License and copyright header in the installer script.Olivier Tilloy2010-03-231-1/+16
| | * | | Comments in the installer script.Olivier Tilloy2010-03-231-0/+16
| | * | | Add a silent uninstaller.Olivier Tilloy2010-03-231-3/+5
| | * | | 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