aboutsummaryrefslogtreecommitdiffstats
path: root/todo
Commit message (Collapse)AuthorAgeFilesLines
* Updated todo list, #2.Olivier Tilloy2011-02-181-0/+2
|
* Updated todo list.Olivier Tilloy2011-02-181-9/+0
|
* Merge the master branch.Olivier Tilloy2010-03-181-3/+0
|\
| * Updated to-do list.Olivier Tilloy2010-03-181-3/+0
| |
* | Update to-do list.Olivier Tilloy2010-03-181-1/+0
|/
* Updated to-do list.Olivier Tilloy2010-01-261-2/+0
|
* Updated the to-do list.Olivier Tilloy2010-01-211-1/+0
|
* Updated todo file.Olivier Tilloy2010-01-171-1/+0
|
* Updated the TODO list.Olivier Tilloy2009-12-161-1/+9
|
* Removed deprecated code.Olivier Tilloy2009-07-221-0/+1
| | | Updated todo list.
* Private value setter for IPTC tags.Olivier Tilloy2009-04-061-1/+2
|
* Removed unused code.Olivier Tilloy2009-03-191-0/+1
| | | Updated the todo list.
* XMP Date conversion complete.Olivier Tilloy2009-01-211-0/+1
|
* Retrieve more data for an IPTC tag (low-level).Olivier Tilloy2008-06-111-0/+1
|
* Add pyexiv2 art (icon, SVG file and PNGs for various sizes).Olivier Tilloy2008-04-191-1/+2
|
* Added a unit test for bug #146313.Olivier Tilloy2008-01-301-1/+0
|
* Implemented feature request tracked by bug #175069 (Retrieve/set the JPEG ↵Olivier Tilloy2008-01-161-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 Tilloy2007-09-281-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 Tilloy2007-09-191-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 Tilloy2007-09-191-0/+1
|
* Fixed a bug reported by Damon Lynch: due to interface changes for exceptions ↵Olivier Tilloy2007-09-161-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 Tilloy2007-09-161-1/+0
| | | | (microseconds).
* Updated the README file and the todo list.Olivier Tilloy2007-08-301-0/+2
|
* Updated the docstring documentation of module pyexiv2.Olivier Tilloy2007-08-271-1/+1
|
* Removed methods isExigTagSet() and isIptcTagSet() as they are now useless ↵Olivier Tilloy2007-03-301-1/+0
| | | | thanks to exception management.
* Updated the todo list.Olivier Tilloy2007-03-291-0/+1
|
* Added methods cacheAllExifTags() and cacheAllIptcTags() that read and cache ↵Olivier Tilloy2007-03-291-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 Tilloy2007-03-291-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 Tilloy2007-03-271-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 Tilloy2007-03-271-0/+1
| | | | | | requesting the values of a repeatable IPTC tag. Updated the todo list.
* Updated the todo list with new ideas.Olivier Tilloy2007-03-181-2/+4
|
* Updated the todo list to reflect the recent modifications.Olivier Tilloy2007-03-181-3/+2
|
* Added a __getitem__(key) method to class Image in order to allow the use of ↵Olivier Tilloy2007-03-151-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 Tilloy2007-03-141-0/+1
|
* The python part of the binding now correctly handles the possibility for an ↵Olivier Tilloy2007-03-131-1/+0
| | | | IPTC tag to be repeatable.
* Updated the todo list (again!). Work work!Olivier Tilloy2007-03-071-2/+2
|
* Updated the todo list with fresh new ideas :).Olivier Tilloy2007-03-061-0/+3
|
* Complete switch to C++/Python exceptions: methods do not return empty ↵Olivier Tilloy2007-01-201-2/+0
| | | | strings or tuples anymore, they throw an exception instead.
* Added a fixme in the python source.Olivier Tilloy2007-01-201-4/+2
| | | | Updated the todo list.
* Added method setIptcTagValue() to class Image in the higher-level binding ↵Olivier Tilloy2007-01-171-2/+2
| | | | (still not complete).
* Utility functions StringToDate(string) and StringToTime(string) now ↵Olivier Tilloy2007-01-171-4/+2
| | | | correctly handle the IPTC date and time formats as returned by exiv2.
* Implemented utility function StringToTime(string) (could be improved but ↵Olivier Tilloy2007-01-161-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 Tilloy2007-01-161-0/+5