aboutsummaryrefslogtreecommitdiffstats
path: root/src/pyexiv2.py
Commit message (Expand)AuthorAgeFilesLines
* Implemented feature request tracked by bug #147534 (Provide access to interpr...Olivier Tilloy2007-10-041-0/+17
* Fixed bug #146323 (Multi value fields are broken): when a EXIF tag value is n...Olivier Tilloy2007-10-031-2/+5
* Fixed bug #146313 (passing the filename to the Image constructor as unicode f...Olivier Tilloy2007-09-281-1/+1
* When setting a datetime or time tag value, truncate the unused information (m...Olivier Tilloy2007-09-161-0/+16
* Updated documentation.Olivier Tilloy2007-09-101-7/+1
* Updated the docstring documentation of module pyexiv2.Olivier Tilloy2007-08-271-15/+75
* Changed the type of exception raised when trying to get a value corresponding...Olivier Tilloy2007-03-301-5/+6
* Added methods cacheAllExifTags() and cacheAllIptcTags() that read and cache a...Olivier Tilloy2007-03-291-0/+8
* Getters and setters for EXIF and IPTC tags are now private (but beware! Pytho...Olivier Tilloy2007-03-291-22/+24
* Internal accessor __setitem__ now handles tuples to be consistent with __geti...Olivier Tilloy2007-03-271-8/+13
* Internal accessor __getitem__ now returns a tuple (immutable) when requesting...Olivier Tilloy2007-03-271-0/+2
* Added a __delitem__(key) method to class Image in order to allow the use of t...Olivier Tilloy2007-03-181-2/+25
* Added a __setitem__(key, value) method to class Image in order to allow the u...Olivier Tilloy2007-03-181-0/+54
* Added a __getitem__(key) method to class Image in order to allow the use of t...Olivier Tilloy2007-03-151-0/+26
* The python part of the binding now correctly handles the possibility for an I...Olivier Tilloy2007-03-131-8/+32
* Added a recognized format for string to datetime conversion.Olivier Tilloy2007-03-041-1/+1
* Complete switch to C++/Python exceptions: methods do not return empty strings...Olivier Tilloy2007-01-201-6/+0
* Added a fixme in the python source.Olivier Tilloy2007-01-201-2/+2
* Times are now correctly handled by the methods Image::getIptcTagValue(...) an...Olivier Tilloy2007-01-181-15/+6
* Removed useless history in file headers (what use is it when using a VCS anyw...Olivier Tilloy2007-01-181-6/+0
* Added a concrete subclass of datetime.tzinfo, FixedOffset, to represent offse...Olivier Tilloy2007-01-181-0/+78
* Added method setIptcTagValue() to class Image in the higher-level binding (st...Olivier Tilloy2007-01-171-1/+36
* Utility functions StringToDate(string) and StringToTime(string) now correctly...Olivier Tilloy2007-01-171-70/+52
* Implemented utility function StringToTime(string) (could be improved but shou...Olivier Tilloy2007-01-161-3/+47
* Added utility functions: StringToDate(string) and StringToTime(string) (this ...Olivier Tilloy2007-01-101-5/+88
* Considerably improved the ascii to datetime conversion for EXIF tags.Olivier Tilloy2007-01-081-8/+35
* Updated the todo list.Olivier Tilloy2007-01-081-1/+1
* Added a test function (yet to define) to the python library.Olivier Tilloy2007-01-011-0/+8
* Documented the high-level binding with doc strings.Olivier Tilloy2006-12-301-24/+103
* Added a README file for general information about the project.Olivier Tilloy2006-12-301-2/+2
* Initial import of the existing sources for the project.Olivier Tilloy2006-12-301-0/+117