aboutsummaryrefslogtreecommitdiffstats
path: root/unittest
Commit message (Expand)AuthorAgeFilesLines
* Rational's numerator and denominator are read-only properties.Olivier Tilloy2009-08-071-0/+15
* Correctly handle decoding/encoding Exif.GPSInfo.GPSDateStamp.Olivier Tilloy2009-08-041-0/+15
* Make ExifTag._convert_to_string an instance method.Olivier Tilloy2009-08-041-42/+70
* Make ExifTag._convert_to_python an instance method.Olivier Tilloy2009-07-311-52/+85
* Rational.to_float().Olivier Tilloy2009-07-301-0/+6
* Very simplistic implementation of the notifying list (only one notification).Olivier Tilloy2009-06-091-123/+43
* Completed the test_no_listener and test_listener_interface tests.Olivier Tilloy2009-05-071-2/+20
* Reorganized the notifying list unit tests in separate methods.Olivier Tilloy2009-05-071-69/+258
* NotifyingList: implementation of reverse, sort, __iadd__, __imul__.Olivier Tilloy2009-05-041-4/+54
* New minimal interface for the notifying list's listeners.Olivier Tilloy2009-05-041-30/+22
* Notify on remove().Olivier Tilloy2009-04-301-0/+15
* Exception raising test code.Olivier Tilloy2009-04-301-1/+32
* Notify on pop().Olivier Tilloy2009-04-301-0/+15
* Removed a useless unit test.Olivier Tilloy2009-04-301-25/+0
* Test the list values after operations.Olivier Tilloy2009-04-281-0/+10
* Notify on insert().Olivier Tilloy2009-04-281-2/+13
* Notify on extend().Olivier Tilloy2009-04-281-0/+11
* Notify on append().Olivier Tilloy2009-04-281-9/+22
* First incomplete draft of a notifying list object.Olivier Tilloy2009-04-282-0/+90
* Dictionary-like deletion for tags: unit tests.Olivier Tilloy2009-04-221-2/+19
* Delete an XMP tag.Olivier Tilloy2009-04-222-14/+51
* Dictionary-like setter for tags: unit tests.Olivier Tilloy2009-04-221-2/+51
* Unit tests for setting the value of an XMP tag.Olivier Tilloy2009-04-221-4/+34
* Private value setter for XMP tags.Olivier Tilloy2009-04-211-15/+81
* Unlike IPTC tags, XMP tags are not repeatable.Olivier Tilloy2009-04-211-4/+4
* Custom values get/set/del for IPTC tags.Olivier Tilloy2009-04-091-8/+42
* More non implemented unit tests for completeness.Olivier Tilloy2009-04-082-0/+33
* Delete an IPTC tag.Olivier Tilloy2009-04-081-6/+27
* Private setter for IPTC tag values already in cache.Olivier Tilloy2009-04-071-9/+26
* Prepared unit tests methods for implementation completeness.Olivier Tilloy2009-04-061-0/+92
* Private value setter for IPTC tags.Olivier Tilloy2009-04-061-4/+67
* Dictionary-like getter for tags.Olivier Tilloy2009-03-301-5/+5
* Delete an EXIF tag.Olivier Tilloy2009-03-262-2/+59
* Setting an EXIF tag's value forwards it to the containing metadata if any.Olivier Tilloy2009-03-262-2/+32
* Private setters for EXIF tags.Olivier Tilloy2009-03-242-2/+92
* Generic getter for all tags.Olivier Tilloy2009-03-191-3/+24
* Getters for IPTC and XMP tags + unit tests.Olivier Tilloy2009-03-191-1/+84
* First version of an ImageMetadata class, meant to replace the Image class.Olivier Tilloy2009-03-122-0/+112
* EXIF Byte two-ways conversion.Olivier Tilloy2009-03-091-0/+13
* EXIF Undefined to string conversion.Olivier Tilloy2009-03-091-0/+8
* EXIF Rational and SRational conversion.Olivier Tilloy2009-03-092-1/+41
* Conversion of a string to a Rational.Olivier Tilloy2009-03-061-0/+8
* Reworked the Rational class.Olivier Tilloy2009-03-062-32/+16
* EXIF Undefined conversion.Olivier Tilloy2009-03-021-26/+36
* EXIF Ascii (including datetimes) two-ways conversion.Olivier Tilloy2009-03-011-0/+36
* EXIF Long and SLong two-ways conversions.Olivier Tilloy2009-02-263-8/+47
* EXIF unit tests.Olivier Tilloy2009-02-261-0/+53
* EXIF Short and Short to string conversion.Olivier Tilloy2009-02-251-2/+4
* IPTC Undefined to string conversion.Olivier Tilloy2009-02-251-0/+10
* IPTC Time to string conversion.Olivier Tilloy2009-02-251-0/+26