Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rational's numerator and denominator are read-only properties. | Olivier Tilloy | 2009-08-07 | 1 | -0/+15 |
| | | | This will avoid setting the attributes of a tag's Rational value where the metadata container wouldn't be notified of the changes. | ||||
* | Correctly handle decoding/encoding Exif.GPSInfo.GPSDateStamp. | Olivier Tilloy | 2009-08-04 | 1 | -0/+15 |
| | |||||
* | Make ExifTag._convert_to_string an instance method. | Olivier Tilloy | 2009-08-04 | 1 | -42/+70 |
| | |||||
* | Make ExifTag._convert_to_python an instance method. | Olivier Tilloy | 2009-07-31 | 1 | -52/+85 |
| | |||||
* | Rational.to_float(). | Olivier Tilloy | 2009-07-30 | 1 | -0/+6 |
| | |||||
* | Very simplistic implementation of the notifying list (only one notification). | Olivier Tilloy | 2009-06-09 | 1 | -123/+43 |
| | |||||
* | Completed the test_no_listener and test_listener_interface tests. | Olivier Tilloy | 2009-05-07 | 1 | -2/+20 |
| | |||||
* | Reorganized the notifying list unit tests in separate methods. | Olivier Tilloy | 2009-05-07 | 1 | -69/+258 |
| | | | Support old-style slicing with __setslice__ and __delslice__. | ||||
* | NotifyingList: implementation of reverse, sort, __iadd__, __imul__. | Olivier Tilloy | 2009-05-04 | 1 | -4/+54 |
| | |||||
* | New minimal interface for the notifying list's listeners. | Olivier Tilloy | 2009-05-04 | 1 | -30/+22 |
| | |||||
* | Notify on remove(). | Olivier Tilloy | 2009-04-30 | 1 | -0/+15 |
| | |||||
* | Exception raising test code. | Olivier Tilloy | 2009-04-30 | 1 | -1/+32 |
| | |||||
* | Notify on pop(). | Olivier Tilloy | 2009-04-30 | 1 | -0/+15 |
| | |||||
* | Removed a useless unit test. | Olivier Tilloy | 2009-04-30 | 1 | -25/+0 |
| | |||||
* | Test the list values after operations. | Olivier Tilloy | 2009-04-28 | 1 | -0/+10 |
| | |||||
* | Notify on insert(). | Olivier Tilloy | 2009-04-28 | 1 | -2/+13 |
| | |||||
* | Notify on extend(). | Olivier Tilloy | 2009-04-28 | 1 | -0/+11 |
| | |||||
* | Notify on append(). | Olivier Tilloy | 2009-04-28 | 1 | -9/+22 |
| | |||||
* | First incomplete draft of a notifying list object. | Olivier Tilloy | 2009-04-28 | 2 | -0/+90 |
| | |||||
* | Dictionary-like deletion for tags: unit tests. | Olivier Tilloy | 2009-04-22 | 1 | -2/+19 |
| | |||||
* | Delete an XMP tag. | Olivier Tilloy | 2009-04-22 | 2 | -14/+51 |
| | |||||
* | Dictionary-like setter for tags: unit tests. | Olivier Tilloy | 2009-04-22 | 1 | -2/+51 |
| | |||||
* | Unit tests for setting the value of an XMP tag. | Olivier Tilloy | 2009-04-22 | 1 | -4/+34 |
| | |||||
* | Private value setter for XMP tags. | Olivier Tilloy | 2009-04-21 | 1 | -15/+81 |
| | |||||
* | Unlike IPTC tags, XMP tags are not repeatable. | Olivier Tilloy | 2009-04-21 | 1 | -4/+4 |
| | |||||
* | Custom values get/set/del for IPTC tags. | Olivier Tilloy | 2009-04-09 | 1 | -8/+42 |
| | |||||
* | More non implemented unit tests for completeness. | Olivier Tilloy | 2009-04-08 | 2 | -0/+33 |
| | |||||
* | Delete an IPTC tag. | Olivier Tilloy | 2009-04-08 | 1 | -6/+27 |
| | |||||
* | Private setter for IPTC tag values already in cache. | Olivier Tilloy | 2009-04-07 | 1 | -9/+26 |
| | |||||
* | Prepared unit tests methods for implementation completeness. | Olivier Tilloy | 2009-04-06 | 1 | -0/+92 |
| | |||||
* | Private value setter for IPTC tags. | Olivier Tilloy | 2009-04-06 | 1 | -4/+67 |
| | |||||
* | Dictionary-like getter for tags. | Olivier Tilloy | 2009-03-30 | 1 | -5/+5 |
| | |||||
* | Delete an EXIF tag. | Olivier Tilloy | 2009-03-26 | 2 | -2/+59 |
| | |||||
* | Setting an EXIF tag's value forwards it to the containing metadata if any. | Olivier Tilloy | 2009-03-26 | 2 | -2/+32 |
| | |||||
* | Private setters for EXIF tags. | Olivier Tilloy | 2009-03-24 | 2 | -2/+92 |
| | |||||
* | Generic getter for all tags. | Olivier Tilloy | 2009-03-19 | 1 | -3/+24 |
| | |||||
* | Getters for IPTC and XMP tags + unit tests. | Olivier Tilloy | 2009-03-19 | 1 | -1/+84 |
| | |||||
* | First version of an ImageMetadata class, meant to replace the Image class. | Olivier Tilloy | 2009-03-12 | 2 | -0/+112 |
| | |||||
* | EXIF Byte two-ways conversion. | Olivier Tilloy | 2009-03-09 | 1 | -0/+13 |
| | |||||
* | EXIF Undefined to string conversion. | Olivier Tilloy | 2009-03-09 | 1 | -0/+8 |
| | |||||
* | EXIF Rational and SRational conversion. | Olivier Tilloy | 2009-03-09 | 2 | -1/+41 |
| | |||||
* | Conversion of a string to a Rational. | Olivier Tilloy | 2009-03-06 | 1 | -0/+8 |
| | |||||
* | Reworked the Rational class. | Olivier Tilloy | 2009-03-06 | 2 | -32/+16 |
| | |||||
* | EXIF Undefined conversion. | Olivier Tilloy | 2009-03-02 | 1 | -26/+36 |
| | |||||
* | EXIF Ascii (including datetimes) two-ways conversion. | Olivier Tilloy | 2009-03-01 | 1 | -0/+36 |
| | |||||
* | EXIF Long and SLong two-ways conversions. | Olivier Tilloy | 2009-02-26 | 3 | -8/+47 |
| | | | Fixed some meaningless unit tests for integer conversions. | ||||
* | EXIF unit tests. | Olivier Tilloy | 2009-02-26 | 1 | -0/+53 |
| | |||||
* | EXIF Short and Short to string conversion. | Olivier Tilloy | 2009-02-25 | 1 | -2/+4 |
| | |||||
* | IPTC Undefined to string conversion. | Olivier Tilloy | 2009-02-25 | 1 | -0/+10 |
| | |||||
* | IPTC Time to string conversion. | Olivier Tilloy | 2009-02-25 | 1 | -0/+26 |
| |