2004-03-25 Hubert Figuiere * qm150.c (k_getdata): (camera_summary): fix C99 stuff for Solaris C compiler See bug #923219. 2003-12-17 Lutz Mueller Patch by Andreas Burmester : * lowlevel.c (l_receive): Don't write beyond allocated memory. 2003-12-17 Lutz Mueller Patch by Andreas Burmester : * konica.c (k_check): unsigned. 2003-12-11 Lutz Mueller Patches by Andreas Burmester : * library.c (camera_[get,set]_config: Months are counted from 1 to 12 on the C200. 2003-05-25 Marcus Meissner Aurélien Croc (AP²C) * qm150.c: Reverse engineered Konica Q-M150 camera serial protocol and implemented a basic driver. Still work in progress, but picture download/deletion already possible. 2003-02-27 Marcus Meissner * library.c: We support EXIF download. 2002-11-20 Hans Ulrich Niedermann * Makefile.am: also tell driver that i18n stuff is in $(PACKAGE)/$(VERSION) 2002-11-18 Lutz Müller * localization/Makefile.am: Install files in a $(PACKAGE)/$(VERSION) subdir. 2002-11-17 Marcus Meissner * library.c: Got rid of some broken long*/int*/time_t* casts. (would break 64bit on big endian). 2002-11-05 Lutz MÜller * Makefile.am * localization/Makefile.am: Install files in a $(PACKAGE) subdir. 2002-07-11 Lutz Müller * library.c: Add a couple of 'gp_context_idle's. 2002-07-05 Lutz Müller * library.c: We can't change the name of files. 2002-07-04 Lutz Müller * library.c: (camera_capture): Fix bug. 2002-05-06 Lutz Müller * library.c: ping the camera every minute to prevent shutdown. 2002-03-08 Marcus Meissner * lowlevel.c: When reading we do not need to escape that much, the original HP PhotoSmart does not escape all characters. 2002-03-04 Lutz Müller With the help of Thomas Ronayne : * lowlevel.c: DEFAULT_TIMEOUT now 1000 - C200 needs it. 2002-03-04 Lutz Müller With the help of Thomas Ronayne : * konica.c (konica_get_image_info): The C200 needs up to 2 seconds to respond. * library.c: The image ids for a C200 are 2 bytes long, not 4. 2002-01-29 Lutz Müller * library.h: Removed. * konica.[c,h]: Prepare support for progress information. 2002-01-13 Lutz Müller * library.c: More progress reporting. Remove references to gp_camera_set_error. 2002-01-11 Dan Fandrich * library.c: fgetc() returns type int, not char. 2002-01-07 Lutz Müller * README: Removed duplicate camera models. 2002-01-06 Lutz Müller * konica.c: #define PACKET_SIZE instead of using a static variable. 2001-12-11 Lutz Müller * lowlevel.c: Clean up. 2001-12-11 Lutz Müller * lowlevel.c: Fix bug introduced with last patch. 2001-12-09 Lutz Müller * lowlevel.c: Do not read one byte after another - that makes debugging output easier to read.