7
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 5 days ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added notes about setting time. More... over 24 years ago
Added dimagev_set_date(), which sets the camera clock to system time. More... over 24 years ago
Aded declaration of dimagev_set_date() and include for time.h. This include should be checked for by configure. More... over 24 years ago
Added dimagev_set_date() to camera_init(), with non-fatal results if it should fail. More... over 24 years ago
Fixed an awful bug in dimagev_decimal_to_bcd() that was found while fixing dimagev_set_date(). Also added some documentation on packet format. More... over 24 years ago
Improved documentation. More... over 24 years ago
Added myself to AUTHORS. More... over 24 years ago
Added the GNU GPL boilerplate header and copyright information. More... over 24 years ago
Added copyright information, as well as the GNU GPL boilerplate. More... over 24 years ago
Added more headers to the include search, so that correct values for HAVE_*_H will be included in config.h More... over 24 years ago
Added some more notes. More... over 24 years ago
Added some better notes in README about image capture function. More... over 24 years ago
Last printfs changed to gp_debug_printf. More... over 24 years ago
beep is guint. More... over 24 years ago
fixed some bugs (see Changelog) More... over 24 years ago
Fixed the stupid error in dimagev_packet_verify() about debugging info. Fixed declaration accordingly. More... over 24 years ago
Started adding protocol information in the comments in dimagev.h. Fixed dimagev_verify_packet() to use GP_ERROR and GP_OK instead of 0 and 1. More... over 24 years ago
Upped the sleep() in dimagev_get_picture() to 2 seconds. Basicly, the retrieval worked fine in debug mode because so much time was spent printing debug values. When it wasn't doing all that I/O, the camera was getting overwhelmed. This seems to work okay. More... over 24 years ago
Added 'minolta' as a valid driver option to configure.in . More... over 24 years ago
Since Minolta makes several cameras with (to the best of my knowledge) different communications protocols, this directory will divide the drivers accordingly. More... over 24 years ago
This is the first commit of the Minolta Dimage V camera library. This is a new work, owing very little to my previous gphoto 0.4.x Minolta Dimage V driver. It support image capture, download, and deletion. More... over 24 years ago
Ignore the gtkam binary More... over 24 years ago
Name images "image" or "thumbnail". More... over 24 years ago
Free the camera widget. More... over 24 years ago
Bring digita driver back in line with changes to API More... over 24 years ago
Minor style and whitespace cleanups More... over 24 years ago
Minor cleanup More... over 24 years ago
Just some normal .cvsignore templates More... over 24 years ago
Give the preview a name. More... over 24 years ago
Added GP_CAPTURE_PREVIEW and corresponding option to the command-line frontend. More... over 24 years ago