aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Moved the todo list out of the source directory where it did not belong.Olivier Tilloy2007-01-161-0/+0
* Updated the todo list.Olivier Tilloy2007-01-102-2/+4
* 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
* Updated the README documentation section about compilation and installation o...Olivier Tilloy2007-01-011-6/+10
* 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-013-9/+22
* 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-306-8/+68
* Added and implemented IPTC-related methods.Olivier Tilloy2006-12-304-10/+131
* Initial import of the existing sources for the project.Olivier Tilloy2006-12-307-0/+913