aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpyexiv2.hpp
Commit message (Expand)AuthorAgeFilesLines
* Implemented feature request tracked by bug #175069 (Retrieve/set the JPEG com...Olivier Tilloy2008-01-161-0/+11
* Implemented feature request tracked by bug #149212 (Add access to tag labels)...Olivier Tilloy2007-10-101-0/+3
* Internally renamed methods getAvailableExifTags() and getAvailableIptcTags() ...Olivier Tilloy2007-03-301-2/+2
* Removed methods isExigTagSet() and isIptcTagSet() as they are now useless tha...Olivier Tilloy2007-03-301-7/+0
* Getters and setters for EXIF and IPTC tags are now private (but beware! Pytho...Olivier Tilloy2007-03-291-1/+1
* The python part of the binding now correctly handles the possibility for an I...Olivier Tilloy2007-03-131-1/+1
* Modified method Image::deleteIptcTag(...) to take into account the possibilit...Olivier Tilloy2007-03-131-2/+6
* Modified methods Image::getIptcTag(...) and Image::setIptcTag(...) to take in...Olivier Tilloy2007-03-121-5/+10
* Modified the behaviour of Image::getAvailableIptcTags(): it now returns a lis...Olivier Tilloy2007-03-081-1/+2
* Updated the C++ class' methods comments.Olivier Tilloy2007-01-201-24/+29
* Added two methods to class Image, isExifTagSet() and isIptcTagSet(), to deter...Olivier Tilloy2007-01-201-0/+6
* Complete switch to C++/Python exceptions: methods do not return empty strings...Olivier Tilloy2007-01-201-6/+3
* Basic handling of Exiv2 exceptions which are now converted to corresponding P...Olivier Tilloy2007-01-201-0/+3
* Removed useless history in file headers (what use is it when using a VCS anyw...Olivier Tilloy2007-01-181-3/+0
* Updated the todo list.Olivier Tilloy2007-01-081-1/+1
* Added method Image::setThumbnailFromJpegFile(...) that allows setting the ima...Olivier Tilloy2007-01-071-0/+5
* Added and implemented Image::deleteThumbnail() and Image::dumpThumbnailToFile().Olivier Tilloy2007-01-031-0/+10
* Implemented Image::setThumbnailData() that sets the thumbnail embedded in an ...Olivier Tilloy2007-01-031-4/+3
* Added the declaration of methods for accessing the thumbnail data (not implem...Olivier Tilloy2007-01-021-0/+12
* Added a README file for general information about the project.Olivier Tilloy2006-12-301-2/+2
* Added and implemented IPTC-related methods.Olivier Tilloy2006-12-301-5/+14
* Initial import of the existing sources for the project.Olivier Tilloy2006-12-301-0/+105