2004-10-08 11:45  pahlibar

	* kexifdata.cpp, kexifdata.h:
	  allow retrieving exif date time from images 

2004-09-06 20:29  pahlibar

	* Makefile.am, configure.in.in, libkexif.pc.in:
	  * make use of pkg-config to distribute libkexif. makes it a lot
	  easier   to do configure checking of installation and version 

2004-09-05 23:38  pahlibar

	* kexif.cpp:
	  libkexif version number is 0.1

2004-09-03 09:19  coles

	* kexif.cpp:

	  Corrected typos.

2004-09-02 02:24  cgilles

	* kexif.cpp: Using Digikam handbook, release number, and bko

2004-09-01 10:13  cgilles

	* kexif.cpp, kexif.h: Added KHelpMenu on LibKExif Dialog.  - Bug
	  report access (Renchi, we need to create a new group in Kde bug
	  report).  - Handbook access (Basic LibKExif handbook
	  implementation. Must be updated).  

2004-08-27 07:25  pahlibar

	* kexifutils.cpp:
	  reset the file modification time after an Exif
	  Orientation/Comments operation to the original file modification
	  time. this will prevent thumbnails from being regenerated
	  unnecessarily.

2004-08-16 10:26  pahlibar

	* kexifutils.cpp, kexifutils.h:
	  return true/false, so we can do error handling in the app

2004-08-02 09:18  pahlibar

	* kexif.cpp, kexifdata.cpp, kexifdata.h:
	  fixed crash due to the ifds being created on the stack and then
	  being referenced later.

2004-07-27 09:25  pahlibar

	* Makefile.am, kexif.cpp, kexif.h, kexifdata.cpp, kexifdata.h,
	  kexifentry.cpp, kexifentry.h, kexififd.cpp, kexififd.h,
	  kexifutils.cpp, kexifutils.h:
	  * clean up * fwd declaration as much as possible * added
	  dependency on qt/kdecode/kdeui * changes according to Achim
	  Bohnet's suggestions on the kde-imaging list

2004-07-22 08:23  pahlibar

	* kexifdata.cpp, kexifdata.h, kexifentry.cpp, kexifentry.h,
	  kexififd.cpp, kexififd.h, kexiflistview.cpp, kexiflistview.h,
	  kexiflistviewitem.cpp, kexiflistviewitem.h:
	  added copyright messages to all the files

2004-07-08 10:39  pahlibar

	* configure.in.in, kexifutils.cpp:
	  do not compile libkexif if libexif cannot be found.  add warning
	  message if file cannot be opened

2004-07-07 11:44  coles

	* kexif.cpp:

	  Corrected typo.

2004-07-06 14:10  adridg

	* configure.in.in: Repair weird gmake -f Makefile.cvs errors on
	  FreeBSD - there is no pkg-config by default, let alone that the
	  pkg-config autoconf macros are included.

	  This fix (conditionally) adds a definition of PKG_CHECK_MODULES
	  (only if none is defined yet), so that it can be used; this way
	  all of keg-libs-1 can use PKG_CHECK_MODULES if really needed.

2004-06-23 02:36  cgilles

	* kexif.cpp: Fix namespace

2004-06-23 02:11  cgilles

	* AUTHORS, kexif.cpp, kexif.h:  Update

2004-06-21 08:27  cgilles

	* kexif.cpp: Added handbook link

2004-06-18 00:50  cgilles

	* COPYING: fixed LGPL instead GPL for libkexif

2004-06-13 05:52  faure

	* configure.in.in: digikam is in another module now, this isn't
	  going to do anything.

2004-06-11 15:51  gateau

	* configure.in.in: Don't put MIN_CONFIG here

2004-06-11 13:01  rhoezler

	* kexifutils.cpp, kexifutils.h: Adding the new class helps.

2004-06-11 13:00  rhoezler

	* Makefile.am, kexifdata.cpp, kexifdata.h: Move writeComment() and
	  writeOrientation() into new KExifUtils class and make them
	  static. They do not require the EXIF data to be read, so this
	  should speed up writing of EXIF data quite a bit and simplify it.

2004-06-11 11:49  rhoezler

	* AUTHORS, README: Lots of little documentation updates.

2004-06-10 06:17  cgilles

	* Makefile.am: Added i18n rules

2004-06-09 15:33  cgilles

	* kexif.cpp, kexif.h: Using KdialogBase in Kexif dialog. Using
	  default button style from KDE API!

2004-06-08 14:58  rhoezler

	* kexifdata.h: Fix typo.

2004-06-07 15:16  rhoezler

	* Makefile.am: Add missing Makefile.

2004-06-07 12:07  rhoezler

	* .cvsignore, configure.in.in, kexif.cpp, kexif.h, kexifdata.cpp,
	  kexifdata.h, kexifentry.cpp, kexifentry.h, kexififd.cpp,
	  kexififd.h, kexiflistview.cpp, kexiflistview.h,
	  kexiflistviewitem.cpp, kexiflistviewitem.h: - Move libkexif to
	  kdeextragear-libs-1, so that the library is available to
	  external applications, such as kipi-plugins.

