aboutsummaryrefslogtreecommitdiffstats
path: root/src/pyexiv2.py
Commit message (Expand)AuthorAgeFilesLines
* Experimental code split into various python modules.Olivier Tilloy2009-10-181-1574/+0
* Do not do any charset conversions for IPTC tags.Olivier Tilloy2009-10-081-5/+9
* Fixed representations of IPTC tags (__repr__, __str__ and to_string).Olivier Tilloy2009-10-081-9/+11
* Make IptcTag._convert_to_string an instance method.Olivier Tilloy2009-10-081-23/+19
* Make IptcTag._convert_to_python an instance method.Olivier Tilloy2009-10-071-18/+20
* Do not do any charset conversions for EXIF tags.Olivier Tilloy2009-10-061-10/+10
* Added a quick main that kind of mimics the output of exiv2 for an image.Olivier Tilloy2009-10-051-0/+18
* Fixed representations of EXIF tags (__repr__ and __str__).Olivier Tilloy2009-10-051-6/+15
* One-liner __str__ for MetadataTag and ExifTag.Olivier Tilloy2009-08-181-15/+7
* EXIF tag with a list of values notify the metadata container upon any change ...Olivier Tilloy2009-08-071-4/+37
* Rational's numerator and denominator are read-only properties.Olivier Tilloy2009-08-071-6/+16
* Correctly handle decoding/encoding Exif.GPSInfo.GPSDateStamp.Olivier Tilloy2009-08-041-3/+17
* Make ExifTag._convert_to_string an instance method.Olivier Tilloy2009-08-041-30/+27
* Make ExifTag._convert_to_python an instance method.Olivier Tilloy2009-07-311-27/+26
* Renamed xtype attributes to type.Olivier Tilloy2009-07-301-40/+40
* Rational.to_float().Olivier Tilloy2009-07-301-0/+7
* Missing parameter.Olivier Tilloy2009-07-301-1/+1
* Updated module docstring.Olivier Tilloy2009-07-221-20/+21
* Fixed docstring syntax errors.Olivier Tilloy2009-07-221-7/+7
* Removed deprecated code.Olivier Tilloy2009-07-221-24/+0
* Removed a useless TODO.Olivier Tilloy2009-07-221-1/+0
* Removed deprecated code.Olivier Tilloy2009-07-221-366/+1
* Improved documentation.Olivier Tilloy2009-07-221-4/+22
* Improved documentation.Olivier Tilloy2009-07-211-0/+4
* Improved documentation.Olivier Tilloy2009-07-211-4/+33
* Improved documentation.Olivier Tilloy2009-07-211-10/+21
* Make an IPTC tag's values a notifying list.Olivier Tilloy2009-07-141-4/+9
* Improved documentation.Olivier Tilloy2009-07-141-17/+34
* Improved documentation.Olivier Tilloy2009-07-101-15/+33
* Improved documentation.Olivier Tilloy2009-07-101-1/+17
* Improved documentation.Olivier Tilloy2009-07-101-46/+66
* Improved documentation.Olivier Tilloy2009-07-081-4/+21
* Simplistic implementation of a notifying list to monitor changes to IPTCOlivier Tilloy2009-06-091-0/+104
|\
| * Very simplistic implementation of the notifying list (only one notification).Olivier Tilloy2009-06-091-73/+22
* | Reverted all the changes related to the notifying list.Olivier Tilloy2009-05-071-160/+3
|/
* Reorganized the notifying list unit tests in separate methods.Olivier Tilloy2009-05-071-11/+44
* NotifyingList: implementation of reverse, sort, __iadd__, __imul__.Olivier Tilloy2009-05-041-4/+14
* New minimal interface for the notifying list's listeners.Olivier Tilloy2009-05-041-21/+39
* Notify on remove().Olivier Tilloy2009-04-301-0/+7
* Notify on pop().Olivier Tilloy2009-04-301-0/+10
* Notify on insert().Olivier Tilloy2009-04-281-0/+7
* Notify on extend().Olivier Tilloy2009-04-281-0/+7
* Notify on append().Olivier Tilloy2009-04-281-0/+7
* First incomplete draft of a notifying list object.Olivier Tilloy2009-04-281-3/+61
* Delete an XMP tag.Olivier Tilloy2009-04-221-2/+8
* Dictionary-like setter for tags: unit tests.Olivier Tilloy2009-04-221-1/+1
* Private value setter for XMP tags.Olivier Tilloy2009-04-211-1/+13
* Unlike IPTC tags, XMP tags are not repeatable.Olivier Tilloy2009-04-211-8/+29
* Custom values get/set/del for IPTC tags.Olivier Tilloy2009-04-091-1/+19
* Dictionary-like del for all tags.Olivier Tilloy2009-04-081-2/+9