Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a unit test for bug #146313. | Olivier Tilloy | 2008-01-30 | 1 | -1/+0 |
| | |||||
* | Implemented feature request tracked by bug #175069 (Retrieve/set the JPEG ↵ | Olivier Tilloy | 2008-01-16 | 1 | -1/+1 |
| | | | | comment): added methods getComment(), setComment(str) and clearComment() to class Image. | ||||
* | Fixed bug #146313 (passing the filename to the Image constructor as unicode ↵ | Olivier Tilloy | 2007-09-28 | 1 | -0/+2 |
| | | | | fails): if filename is passed as unicode, it is converted to a regular string. | ||||
* | Updated the TODO list: using pkg-config does not make really sense as it ↵ | Olivier Tilloy | 2007-09-19 | 1 | -2/+0 |
| | | | | adds a lot of complexity to the SConsctruct script and a dependency (on pkg-config itself), and boost_python does not seem to have a *.pc file anyway. | ||||
* | Updated the TODO list. | Olivier Tilloy | 2007-09-19 | 1 | -0/+1 |
| | |||||
* | Fixed a bug reported by Damon Lynch: due to interface changes for exceptions ↵ | Olivier Tilloy | 2007-09-16 | 1 | -0/+1 |
| | | | | management in libexiv2 0.13, libpyexiv2 would not compile against versions >= 0.13. | ||||
* | When setting a datetime or time tag value, truncate the unused information ↵ | Olivier Tilloy | 2007-09-16 | 1 | -1/+0 |
| | | | | (microseconds). | ||||
* | Updated the README file and the todo list. | Olivier Tilloy | 2007-08-30 | 1 | -0/+2 |
| | |||||
* | Updated the docstring documentation of module pyexiv2. | Olivier Tilloy | 2007-08-27 | 1 | -1/+1 |
| | |||||
* | Removed methods isExigTagSet() and isIptcTagSet() as they are now useless ↵ | Olivier Tilloy | 2007-03-30 | 1 | -1/+0 |
| | | | | thanks to exception management. | ||||
* | Updated the todo list. | Olivier Tilloy | 2007-03-29 | 1 | -0/+1 |
| | |||||
* | Added methods cacheAllExifTags() and cacheAllIptcTags() that read and cache ↵ | Olivier Tilloy | 2007-03-29 | 1 | -1/+0 |
| | | | | | | all the tag values (to be called in a separate thread for applications that need to access all the tags anyway, will speed up subsequent access). Note: on my machine, tests do not show any obvious performance improvement as reading and converting a tag value to a Python type seems instantaneous anyway. | ||||
* | Getters and setters for EXIF and IPTC tags are now private (but beware! ↵ | Olivier Tilloy | 2007-03-29 | 1 | -1/+0 |
| | | | | Python's concept of privacy does not totally forbid access to those members, it just makes them less straightforward), from the client's point of view, metadata should always be accessed using operator []. | ||||
* | Internal accessor __setitem__ now handles tuples to be consistent with ↵ | Olivier Tilloy | 2007-03-27 | 1 | -1/+0 |
| | | | | __getitem__ when dealing with repeatable IPTC tags (but passing it a list of values will also work, the list being internally converted into a tuple). | ||||
* | Internal accessor __getitem__ now returns a tuple (immutable) when ↵ | Olivier Tilloy | 2007-03-27 | 1 | -0/+1 |
| | | | | | | requesting the values of a repeatable IPTC tag. Updated the todo list. | ||||
* | Updated the todo list with new ideas. | Olivier Tilloy | 2007-03-18 | 1 | -2/+4 |
| | |||||
* | Updated the todo list to reflect the recent modifications. | Olivier Tilloy | 2007-03-18 | 1 | -3/+2 |
| | |||||
* | Added a __getitem__(key) method to class Image in order to allow the use of ↵ | Olivier Tilloy | 2007-03-15 | 1 | -0/+1 |
| | | | | | | the dictionary metaphor to access metadata tags. TODO: define the corresponding __setitem__(key, value) and __delitem__(key) methods for completeness. | ||||
* | Updated the todo list with a fresh new idea :). | Olivier Tilloy | 2007-03-14 | 1 | -0/+1 |
| | |||||
* | The python part of the binding now correctly handles the possibility for an ↵ | Olivier Tilloy | 2007-03-13 | 1 | -1/+0 |
| | | | | IPTC tag to be repeatable. | ||||
* | Updated the todo list (again!). Work work! | Olivier Tilloy | 2007-03-07 | 1 | -2/+2 |
| | |||||
* | Updated the todo list with fresh new ideas :). | Olivier Tilloy | 2007-03-06 | 1 | -0/+3 |
| | |||||
* | Complete switch to C++/Python exceptions: methods do not return empty ↵ | Olivier Tilloy | 2007-01-20 | 1 | -2/+0 |
| | | | | strings or tuples anymore, they throw an exception instead. | ||||
* | Added a fixme in the python source. | Olivier Tilloy | 2007-01-20 | 1 | -4/+2 |
| | | | | Updated the todo list. | ||||
* | Added method setIptcTagValue() to class Image in the higher-level binding ↵ | Olivier Tilloy | 2007-01-17 | 1 | -2/+2 |
| | | | | (still not complete). | ||||
* | Utility functions StringToDate(string) and StringToTime(string) now ↵ | Olivier Tilloy | 2007-01-17 | 1 | -4/+2 |
| | | | | correctly handle the IPTC date and time formats as returned by exiv2. | ||||
* | Implemented utility function StringToTime(string) (could be improved but ↵ | Olivier Tilloy | 2007-01-16 | 1 | -3/+8 |
| | | | | | | should work fine). See the first item of the todo list about exiv2's format for IPTC dates and times. | ||||
* | Moved the todo list out of the source directory where it did not belong. | Olivier Tilloy | 2007-01-16 | 1 | -0/+5 |