Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed a useless TODO. | Olivier Tilloy | 2009-07-22 | 1 | -1/+0 |
| | |||||
* | Removed deprecated code. | Olivier Tilloy | 2009-07-22 | 1 | -366/+1 |
| | |||||
* | Improved documentation. | Olivier Tilloy | 2009-07-22 | 1 | -4/+22 |
| | |||||
* | Improved documentation. | Olivier Tilloy | 2009-07-21 | 1 | -0/+4 |
| | |||||
* | Improved documentation. | Olivier Tilloy | 2009-07-21 | 1 | -4/+33 |
| | |||||
* | Improved documentation. | Olivier Tilloy | 2009-07-21 | 1 | -10/+21 |
| | |||||
* | Make an IPTC tag's values a notifying list. | Olivier Tilloy | 2009-07-14 | 1 | -4/+9 |
| | |||||
* | Improved documentation. | Olivier Tilloy | 2009-07-14 | 1 | -17/+34 |
| | |||||
* | Improved documentation. | Olivier Tilloy | 2009-07-10 | 1 | -15/+33 |
| | |||||
* | Improved documentation. | Olivier Tilloy | 2009-07-10 | 1 | -1/+17 |
| | |||||
* | Improved documentation. | Olivier Tilloy | 2009-07-10 | 1 | -46/+66 |
| | |||||
* | Improved documentation. | Olivier Tilloy | 2009-07-08 | 1 | -4/+21 |
| | |||||
* | Simplistic implementation of a notifying list to monitor changes to IPTC | Olivier Tilloy | 2009-06-09 | 3 | -0/+444 |
|\ | | | | | | | metadata. | ||||
| * | Very simplistic implementation of the notifying list (only one notification). | Olivier Tilloy | 2009-06-09 | 2 | -196/+65 |
| | | |||||
| * | Completed the test_no_listener and test_listener_interface tests. | Olivier Tilloy | 2009-05-07 | 1 | -2/+20 |
| | | |||||
* | | Reverted all the changes related to the notifying list. | Olivier Tilloy | 2009-05-07 | 3 | -562/+3 |
|/ | | | | These are in a branch that will be merged back when ready. | ||||
* | Reorganized the notifying list unit tests in separate methods. | Olivier Tilloy | 2009-05-07 | 2 | -80/+302 |
| | | | Support old-style slicing with __setslice__ and __delslice__. | ||||
* | NotifyingList: implementation of reverse, sort, __iadd__, __imul__. | Olivier Tilloy | 2009-05-04 | 2 | -8/+68 |
| | |||||
* | New minimal interface for the notifying list's listeners. | Olivier Tilloy | 2009-05-04 | 2 | -51/+61 |
| | |||||
* | Notify on remove(). | Olivier Tilloy | 2009-04-30 | 2 | -0/+22 |
| | |||||
* | Exception raising test code. | Olivier Tilloy | 2009-04-30 | 1 | -1/+32 |
| | |||||
* | Notify on pop(). | Olivier Tilloy | 2009-04-30 | 2 | -0/+25 |
| | |||||
* | 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 | 2 | -2/+20 |
| | |||||
* | Notify on extend(). | Olivier Tilloy | 2009-04-28 | 2 | -0/+18 |
| | |||||
* | Notify on append(). | Olivier Tilloy | 2009-04-28 | 2 | -9/+29 |
| | |||||
* | First incomplete draft of a notifying list object. | Olivier Tilloy | 2009-04-28 | 3 | -3/+151 |
| | |||||
* | Dictionary-like deletion for tags: unit tests. | Olivier Tilloy | 2009-04-22 | 1 | -2/+19 |
| | |||||
* | Delete an XMP tag. | Olivier Tilloy | 2009-04-22 | 6 | -16/+81 |
| | |||||
* | Dictionary-like setter for tags: unit tests. | Olivier Tilloy | 2009-04-22 | 2 | -3/+52 |
| | |||||
* | 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 | 5 | -54/+99 |
| | |||||
* | Unlike IPTC tags, XMP tags are not repeatable. | Olivier Tilloy | 2009-04-21 | 4 | -42/+91 |
| | |||||
* | Really delete all repetitions of an IPTC tag. | Olivier Tilloy | 2009-04-14 | 3 | -31/+24 |
| | |||||
* | Custom values get/set/del for IPTC tags. | Olivier Tilloy | 2009-04-09 | 2 | -9/+61 |
| | |||||
* | More non implemented unit tests for completeness. | Olivier Tilloy | 2009-04-08 | 2 | -0/+33 |
| | |||||
* | Dictionary-like del for all tags. | Olivier Tilloy | 2009-04-08 | 1 | -2/+9 |
| | |||||
* | Delete an IPTC tag. | Olivier Tilloy | 2009-04-08 | 2 | -8/+35 |
| | |||||
* | Private setter for IPTC tag values already in cache. | Olivier Tilloy | 2009-04-07 | 2 | -12/+36 |
| | |||||
* | Prepared unit tests methods for implementation completeness. | Olivier Tilloy | 2009-04-06 | 2 | -0/+130 |
| | |||||
* | Private value setter for IPTC tags. | Olivier Tilloy | 2009-04-06 | 6 | -53/+152 |
| | |||||
* | Dictionary-like getter for tags. | Olivier Tilloy | 2009-03-30 | 2 | -6/+6 |
| | |||||
* | Delete an EXIF tag. | Olivier Tilloy | 2009-03-26 | 6 | -14/+78 |
| | |||||
* | Setting an EXIF tag's value forwards it to the containing metadata if any. | Olivier Tilloy | 2009-03-26 | 3 | -6/+55 |
| | |||||
* | Private setters for EXIF tags. | Olivier Tilloy | 2009-03-24 | 6 | -30/+137 |
| | |||||
* | Expose writeMetadata in the C++ wrapper. | Olivier Tilloy | 2009-03-19 | 3 | -4/+4 |
| | |||||
* | Generic getter for all tags. | Olivier Tilloy | 2009-03-19 | 3 | -3/+36 |
| | |||||
* | Removed unused code. | Olivier Tilloy | 2009-03-19 | 4 | -37/+7 |
| | | | Updated the todo list. | ||||
* | Getters for IPTC and XMP tags + unit tests. | Olivier Tilloy | 2009-03-19 | 2 | -1/+100 |
| |