2002-01-27 Lutz Mller <lutz@users.sourceforge.net>
2002-01-27  Lutz Mller <lutz@users.sourceforge.net>

* src/gtkam-config.c: Fix for camera config dialog.

2002-01-20  Colin Marquardt  <colin@marquardt-home.de>

* configure.in: Add pt_BR and pt_PT to ALL_LINGUAS.

2002-01-19  Colin Marquardt  <colin@marquardt-home.de>

* src/gtkam-save.c: Use full sentences in user output.

2002-01-18  Colin Marquardt  <colin@marquardt-home.de>

* src/gtkam-config.c
* src/gtkam-debug.c 
        * src/gtkam-main.c
* src/gtkam-save.c: Wording changes to improve user interaction.
        * de/de.po: Update.

2002-01-16  Colin Marquardt  <colin@marquardt-home.de>

* src/gtkam-main.c: Make "About" box translatable.

2002-01-13  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src: Add progress and error reporting.

2002-01-13  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src: Adapt to changes in gphoto2-camera.h.

2002-01-02  Hans Ulrich Niedermann <gp@n-dimensional.de>

* src/gtkam-clist.c
* src/gtkam-mkdir.c: added missing #include <string.h>

2001-12-27  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src: Make file download cancellable.

2001-12-19  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/exif.[c,h]: No longer needed.

2001-12-19  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* libexif: Hook it up.

2001-12-14  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkam-delete.c: Put the list into a scrolled window if it 
  gets too long.

2001-12-14  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* configure.in: To guard against libtool-1.3 versions, add
  libgphoto2_port libs manually.

2001-11-02  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* configure.in: Version 0.1.2

2001-11-30  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* configure.in: Check for gimptool, not gimp-config.

2001-11-25  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src: Display some icons depending on CameraFileInfo

2001-11-22  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src: Call gp_camera_exit after each camera operation in order to
  give other applications the chance to access the camera, too. This
  should be a configurable option at some time in the future.

2001-11-20  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src: Prepare file loading from within gimp

2001-11-19  Lutz Mller <urc8@rz.uni-karlsruhe.de>

Bug reported by Mariusz Woloszyn:

* src/gtkam-main.c
* src/main.c: Correctly clean up on exit

2001-11-17  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* Fix translation.

2001-11-15  Colin Marquardt  <colin@marquardt-home.de>

* po/de.po: Update

2001-11-15  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src: Improved GP_WIDGET_DATE.

2001-11-14  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkam-config.c: _Basic_ support for GP_WIDGET_DATE.

2001-11-13  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkam-main.c: Don't pop up a preview window for cameras that
  don't support capturing previews.

2001-11-13  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src: Gimp plugin should work now.

2001-11-12  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* configure.in
* src/gtkam-gimp.c: Preliminary (ALPHA!!!!) gimp plugin. The most
  interesting thing here is that it actually won't crash gimp but does
  indeed display "something"...

2001-11-11  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkam-list.c: Call gtk_icon_list_set_text_space here.

2001-11-08  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkam-save.c: Support GP_FILE_TYPE_AUDIO

2001-11-06  Lutz Mller <urc8@rz.uni-karlsruhe.de>

Patch from Colin Marquardt <colin@marquardt-home.de>, slightly
adapted:

* src/gtkam-tree.c: First show the icon, then the folder,
  then the contents.

2001-11-05  Colin Marquardt  <colin@marquardt-home.de>

* po/de.po: Update. Convert quote signs to the ones recommended by
                    the folks at de@li.org.

2001-11-01 Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src: Bug fixes with regard to directory creation and removal

2001-10-31 Hans Ulrich Niedermann <gp@n-dimensional.de>

* INSTALL: copied from gphoto2 - updated install instructions
* Makefile.am: removed old spec files, added packaging directory
* Makefile.am: removed special pixmap rules, added pixmaps dir
* Makefile.am: added package building rules
* configure.in: added pixmaps/ and packaging/*
* configure.in: removed gtkam.spec
* gtkam.spec.in: removed, new spec file in packaging/rpm/
* packages/: added
* packages/Makefile.am: added
* packages/.cvsignore: added
* packages/rpm/Makefile.am: added (RPM build rules)
* packages/rpm/.cvsignore: added
* packages/rpm/README.rpm: added (from gphoto2)
* packages/rpm/package.spec.in: the new RPM spec file
* pixmaps/.cvsignore: added
* pixmaps/Makefile.am: added, install only required pixmaps

2001-10-29 Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/main.c: Look for gphoto2 settings, too.

2001-10-29 Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src: No need for (gp_camera_init) anymore.

2001-10-29 Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src: Adjust alpha to 127 - that makes those images looking better

2001-10-25 Lutz Mller <urc8@rz.uni-karlsruhe.de>

* art: Some images
* src: Add camera pictures to the dialogs

2001-10-27 Hans Ulrich Niedermann <gp@n-dimensional.de>

* src/gtkam-main.c: added version information to about dialog

2001-10-25 Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src: Adapt to changes in gphoto2-port

2001-10-24 Hans Ulrich Niedermann <gp@n-dimensional.de>

* src/gtkam-debug.c: adapted to new gp_log*() interface - compiles
again, but debug window is broken

2001-10-23 Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src: Updated to new gphoto2 error/logging API

2001-10-22 Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkam-chooser.c
* src/main.c: Don't use gphoto2-core.h, use gphoto2-abilities-list.h
  instead.

2001-10-22 Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkam-debug.c: Adjust for changes in gphoto2-port-log.h

2001-10-21 Hans Ulrich Niedermann <gp@n-dimensional.de>

* Makefile.am: added several files to EXTRA_DIST
* Makefile.am: added intl/ to SUBDIRS
* configure.in: add .spec file
* gtkam.spec.in: added first version of spec file
* src/gtkam-debug.c: save complete debug message buffer, not only up
  until current pos

2001-10-15  Lutz Mller <urc8@rz.uni-karlsruhe.de>

Suggestion from Colin Marquardt <colin@marquardt-home.de>:

* src/gtkam-list.c: Toggle the sensitivity of the "Select" menu items

2001-10-14  Lutz Mller <urc8@rz.uni-karlsruhe.de>

Suggestion from Colin Marquardt <colin@marquardt-home.de>:

* src/gtkam-tree.c: Show the number of files

2001-10-11  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkam-chooser.c: "Detect" functionality

2001-10-11  Lutz Mller <urc8@rz.uni-karlsruhe.de>

Colin Marquardt <colin@marquardt-home.de> found that bug:

* src/gtkam-list.c: Check for event != NULL

2001-10-09  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* po/POTFILES.in: Bring up to date

2001-10-08  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkiconlist.[c,h]
* src/gtkitementry.[c,h]: Update to latest version from gtkextra
  package

2001-10-07  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkam-save.[c,h]: New

2001-10-06  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkam-list.[c,h]: New. Not yet finished.

2001-10-06  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkam-tree.[c,h]: New

2001-10-06  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkam-debug.c: Don't use an extra buffer - query the contents
of the text window instead.

2001-10-05  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkam-preview.[c,h]: New

2001-10-05  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/gtkam-error.[c,h]:
* src/gtkam-config.[c,h]:
* src/gtkam-debug.[c,h]: New

2001-10-05  Lutz Mller <urc8@rz.uni-karlsruhe.de>

* src/* Use the new debugging stuff