aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updated the docstring documentation of module pyexiv2.Olivier Tilloy2007-08-271-15/+75
* Internally renamed methods getAvailableExifTags() and getAvailableIptcTags() ...Olivier Tilloy2007-03-303-8/+12
* Removed methods isExigTagSet() and isIptcTagSet() as they are now useless tha...Olivier Tilloy2007-03-303-33/+0
* Changed the type of exception raised when trying to get a value corresponding...Olivier Tilloy2007-03-302-6/+7
* Added methods cacheAllExifTags() and cacheAllIptcTags() that read and cache a...Olivier Tilloy2007-03-291-0/+8
* Changed the name of methods getAvailableExifTags() and getAvailableIptcTags()...Olivier Tilloy2007-03-291-2/+2
* Getters and setters for EXIF and IPTC tags are now private (but beware! Pytho...Olivier Tilloy2007-03-293-30/+34
* Internal accessor __setitem__ now handles tuples to be consistent with __geti...Olivier Tilloy2007-03-271-8/+13
* Internal accessor __getitem__ now returns a tuple (immutable) when requesting...Olivier Tilloy2007-03-271-0/+2
* Added a __delitem__(key) method to class Image in order to allow the use of t...Olivier Tilloy2007-03-181-2/+25
* Added a __setitem__(key, value) method to class Image in order to allow the u...Olivier Tilloy2007-03-181-0/+54
* Added a __getitem__(key) method to class Image in order to allow the use of t...Olivier Tilloy2007-03-151-0/+26
* Changed the Python exception type an Exiv2::Error(KEY_NOT_FOUND, ...) is conv...Olivier Tilloy2007-03-151-1/+1
* The python part of the binding now correctly handles the possibility for an I...Olivier Tilloy2007-03-133-10/+34
* Modified method Image::deleteIptcTag(...) to take into account the possibilit...Olivier Tilloy2007-03-132-9/+20
* Modified methods Image::getIptcTag(...) and Image::setIptcTag(...) to take in...Olivier Tilloy2007-03-122-23/+51
* Modified the behaviour of Image::getAvailableIptcTags(): it now returns a lis...Olivier Tilloy2007-03-082-4/+6
* Added a recognized format for string to datetime conversion.Olivier Tilloy2007-03-041-1/+1
* 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-203-0/+32
* Complete switch to C++/Python exceptions: methods do not return empty strings...Olivier Tilloy2007-01-203-77/+48
* Defined a new custom IO exception for when trying to access the metadata befo...Olivier Tilloy2007-01-201-60/+24
* Basic handling of Exiv2 exceptions which are now converted to corresponding P...Olivier Tilloy2007-01-203-204/+162
* Added a fixme in the python source.Olivier Tilloy2007-01-201-2/+2
* Times are now correctly handled by the methods Image::getIptcTagValue(...) an...Olivier Tilloy2007-01-181-15/+6
* Removed useless history in file headers (what use is it when using a VCS anyw...Olivier Tilloy2007-01-186-16/+0
* Added a concrete subclass of datetime.tzinfo, FixedOffset, to represent offse...Olivier Tilloy2007-01-181-0/+78
* Added method setIptcTagValue() to class Image in the higher-level binding (st...Olivier Tilloy2007-01-171-1/+36
* Utility functions StringToDate(string) and StringToTime(string) now correctly...Olivier Tilloy2007-01-171-70/+52
* Implemented utility function StringToTime(string) (could be improved but shou...Olivier Tilloy2007-01-161-3/+47
* Moved the todo list out of the source directory where it did not belong.Olivier Tilloy2007-01-161-5/+0
* Updated the todo list.Olivier Tilloy2007-01-101-1/+1
* Added utility functions: StringToDate(string) and StringToTime(string) (this ...Olivier Tilloy2007-01-101-5/+88
* Considerably improved the ascii to datetime conversion for EXIF tags.Olivier Tilloy2007-01-082-8/+36
* Updated the todo list.Olivier Tilloy2007-01-086-7/+5
* Added a very simple python script that demonstrates how to use pygtk to displ...Olivier Tilloy2007-01-071-0/+72
* Added a very simple python script that demonstrates how to use pyqt to displa...Olivier Tilloy2007-01-071-0/+68
* Added method Image::setThumbnailFromJpegFile(...) that allows setting the ima...Olivier Tilloy2007-01-074-1/+30
* Optimized the memory allocation when extracting the thumbnail data from an im...Olivier Tilloy2007-01-041-2/+4
* Added and implemented Image::deleteThumbnail() and Image::dumpThumbnailToFile().Olivier Tilloy2007-01-033-15/+69
* Implemented Image::setThumbnailData() that sets the thumbnail embedded in an ...Olivier Tilloy2007-01-032-8/+16
* Implemented Image::getThumbnailData() that returns a string containing the ra...Olivier Tilloy2007-01-031-2/+34
* Added the declaration of methods for accessing the thumbnail data (not implem...Olivier Tilloy2007-01-023-0/+26
* Added an 'install' target to the SConscript script, invoke 'scons install' to...Olivier Tilloy2007-01-011-1/+7
* Split the Sconstruct script into two files.Olivier Tilloy2007-01-012-9/+17
* Added a test function (yet to define) to the python library.Olivier Tilloy2007-01-011-0/+8
* Documented the high-level binding with doc strings.Olivier Tilloy2006-12-301-24/+103
* Added a README file for general information about the project.Olivier Tilloy2006-12-305-8/+9
* Added and implemented IPTC-related methods.Olivier Tilloy2006-12-304-10/+131
* Initial import of the existing sources for the project.Olivier Tilloy2006-12-306-0/+574