v0.2.1 2004-12-20
----------------------------------------------------------------------------

	* update to libkexif 0.2.1. bump up version number. bump up
	  library major version number

v0.2 2004-12-16
----------------------------------------------------------------------------

2004-12-16 14:31  cgilles

	* kexiflistview.cpp: Added i18n exif marker title in contextual
	  tooltip.

2004-12-16 11:04  cgilles

	* kexifentry.cpp: libKexif : fixed i18n problem with libexif about
	  Exif markers and descriptions internationalization. All Exif
	  markers translation provide by libexif will be correctly
	  displayed now.

2004-12-15 14:35  pahlibar

	* kexifdialog.cpp, kexifdialog.h:
	  in case of loading exif from supplied data, only need to pass the
	  filename and not the full filepath

2004-12-15 14:24  pahlibar

	* Makefile.am, kexif.cpp, kexif.h, kexifdata.h, kexifdialog.cpp,
	  kexifdialog.h, kexifentry.h, kexiflistview.cpp, kexiflistview.h,
	  kexiflistviewitem.cpp, kexiflistviewitem.h, kexifutils.h,
	  kexifwidget.cpp, kexifwidget.h, libkexif.pc.in:
	  * kexif renamed to kexifdialog * kexifwidget - a new embeddable
	  widget showing the exif listview in a single	 flat list *
	  kexifdialog uses kexifwidget. polished to meet the 21st century *
	  reduced the number of headers exported out to the only ones which
	  are needed   by other apps * kexiflistview now shows different
	  ifds in alternate shades of color for easier	 identification *
	  breaks binary and source compatibility. version number bumped to
	  0.2-cvs

2004-11-24 14:43  cgilles

	* kexiflistview.cpp, kexiflistview.h: Fixed clear and
	  setCurrentItem methods

2004-11-24 13:40  cgilles

	* kexiflistview.cpp, kexiflistview.h: New method for to get and set
	  current Exif item name (request for saving/restoring current
	  selected Exif item in Digikam Image Properties dialog)

2004-11-24 10:13  cgilles

	* kexiflistview.cpp: Do not sort exif items

2004-11-19 12:43  cgilles

	* kexiflistview.cpp: Remove Tooltips Exif description (reported by
	  Achim Bohnet)

2004-11-18 11:50  cgilles

	* kexiflistview.cpp, kexiflistview.h: Fixed tip and whatsthis
	  issues only when tree view mode

2004-11-18 10:50  cgilles

	* kexiflistview.cpp: Added tip to exif list view items

2004-11-18 09:46  cgilles

	* kexiflistviewitem.cpp, kexiflistviewitem.h: Remove all unused
	  constructors

2004-11-15 11:23  cgilles

	* kexiflistview.cpp, kexiflistview.h, kexiflistviewitem.cpp,
	  kexiflistviewitem.h: LibKexif major update : - Added new
	  KExifListView and KExifListViewItem constructors for a Exif
	  information displayed in tree view used in 'File Properties &
	  Meta-Data' dialog.  - Added new method for add KExifListView Item
	  in a tree view mode.
          
2004-11-13 15:25  cgilles

	* Makefile.am: Added more install header needed for the new image
	  properties dialog KExif tabs used in Digikam (merging image
	  properties and Kexif dialog tabs).

2004-11-06 05:07  bmeyer

	* kexifutils.cpp: header fixes "" comparisions changed to use
	  .isEmpty() Added missing Encoding line to desktop file Fixed
	  Build Build breakage

2004-10-27 23:10  gateau

	* libkexif.lsm: Initial import of .lsm files, needed to upload to
	  upload.kde.org.

2004-10-18 14:23  mlaurent

	* kexifdata.cpp: Use isEmpty()

2004-10-13 21:27  pahlibar

	* INSTALL:
	  add generic installation instructions

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 

v0.1
----------------------------------------------------------------------------
	
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.

