aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | metadata.
| * 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
|/ | | | These are in a branch that will be merged back when ready.
* Reorganized the notifying list unit tests in separate methods.Olivier Tilloy2009-05-071-11/+44
| | | Support old-style slicing with __setslice__ and __delslice__.
* 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-224-2/+30
|
* Dictionary-like setter for tags: unit tests.Olivier Tilloy2009-04-221-1/+1
|
* Private value setter for XMP tags.Olivier Tilloy2009-04-214-39/+18
|
* Unlike IPTC tags, XMP tags are not repeatable.Olivier Tilloy2009-04-213-38/+87
|
* Really delete all repetitions of an IPTC tag.Olivier Tilloy2009-04-143-31/+24
|
* 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
|
* Delete an IPTC tag.Olivier Tilloy2009-04-081-2/+8
|
* Private setter for IPTC tag values already in cache.Olivier Tilloy2009-04-071-3/+10
|
* Prepared unit tests methods for implementation completeness.Olivier Tilloy2009-04-061-0/+38
|
* Private value setter for IPTC tags.Olivier Tilloy2009-04-064-48/+83
|
* Dictionary-like getter for tags.Olivier Tilloy2009-03-301-1/+1
|
* Delete an EXIF tag.Olivier Tilloy2009-03-264-12/+19
|
* Setting an EXIF tag's value forwards it to the containing metadata if any.Olivier Tilloy2009-03-261-4/+23
|
* Private setters for EXIF tags.Olivier Tilloy2009-03-244-28/+45
|
* Expose writeMetadata in the C++ wrapper.Olivier Tilloy2009-03-193-4/+4
|
* Generic getter for all tags.Olivier Tilloy2009-03-192-0/+12
|
* Removed unused code.Olivier Tilloy2009-03-193-37/+6
| | | Updated the todo list.
* Getters for IPTC and XMP tags + unit tests.Olivier Tilloy2009-03-191-0/+16
|
* Handle multiple values for EXIF tags (e.g. Exif.GPSInfo.GPSLatitude is ↵Olivier Tilloy2009-03-181-0/+6
| | | | expressed as three Rationals).
* First version of an ImageMetadata class, meant to replace the Image class.Olivier Tilloy2009-03-122-3/+63
|
* Removed some unused code.Olivier Tilloy2009-03-091-134/+2
|
* EXIF Byte two-ways conversion.Olivier Tilloy2009-03-091-4/+14
|
* EXIF Undefined to string conversion.Olivier Tilloy2009-03-091-2/+9
|
* EXIF Rational and SRational conversion.Olivier Tilloy2009-03-091-0/+27
|
* Conversion of a string to a Rational.Olivier Tilloy2009-03-061-20/+22
|
* Reworked the Rational class.Olivier Tilloy2009-03-061-14/+18
|
* EXIF Undefined conversion.Olivier Tilloy2009-03-021-6/+14
|
* Do not use private attributes where not needed.Olivier Tilloy2009-03-021-3/+3
|
* EXIF Ascii (including datetimes) two-ways conversion.Olivier Tilloy2009-03-011-2/+39
|