| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added libgphoto2_port into tree. ouch. | Scott Fritzinger | 2001-01-22 | 3 | -20/+18 |
* | Removed debug in the Camera struct. We use gp_debug_printf, nothing else. | Lutz Mueller | 2001-01-09 | 3 | -39/+13 |
* | API change: gp_camera_init (Camera *camera, CameraInit *init) -> gp_camera_in... | Lutz Mueller | 2001-01-09 | 1 | -2/+2 |
* | Added -lgphoto2 in again (KDE folks need it?). Added -L$(shell pwd)/$(top_bui... | Lutz Mueller | 2001-01-08 | 1 | -2/+4 |
* | Removed -lgphoto2 which breaks all first time installations. | Lutz Mueller | 2001-01-07 | 1 | -1/+1 |
* | GP_CAPTURE_NONE introduced. | Lutz Mueller | 2001-01-01 | 1 | -3/+1 |
* | added shared library patch to gphoto2 from theKompany | Scott Fritzinger | 2000-12-14 | 1 | -0/+2 |
* | Make build work on OS/2 again no library files touched in the end | bvl | 2000-11-30 | 1 | -2/+2 |
* | renamed gp_camera_message/status/... to gp_frontend_message/... added gp_fron... | Scott Fritzinger | 2000-09-13 | 1 | -11/+5 |
* | build flag updates | Scott Fritzinger | 2000-09-07 | 1 | -2/+0 |
* | added nick click to supported list | Scott Fritzinger | 2000-09-06 | 1 | -0/+1 |
* | minor edits | Scott Fritzinger | 2000-08-21 | 2 | -19/+3 |
* | bvl: Updated OS/2 makefile and made a start with modifying the sony lib | bvl | 2000-08-11 | 1 | -1/+1 |
* | changed camera_id and camera_abilities prototypes. this should be the start o... | Scott Fritzinger | 2000-08-04 | 1 | -16/+27 |
* | changed prototype for camera_id to use CameraText (sorry everyone\!) | Scott Fritzinger | 2000-08-04 | 1 | -2/+2 |
* | changed to newer API version. completely filename based, more atomic to make ... | Scott Fritzinger | 2000-08-03 | 3 | -44/+33 |
* | moved to filename-based system. tested (pretty well) and working with barbie,... | Scott Fritzinger | 2000-08-03 | 1 | -7/+18 |
* | changing to filename based system | Scott Fritzinger | 2000-08-02 | 6 | -255/+291 |
* | bvl: updated OS/2 makefiles, there was a stupid machine dependant declaration | bvl | 2000-07-30 | 1 | -2/+2 |
* | bvl: updated OS/2 support | bvl | 2000-07-29 | 1 | -2/+2 |
* | bvl: added files to build DLL on OS/2 | bvl | 2000-07-29 | 2 | -0/+31 |
* | updated gtk-old interface to new object-oriented API | Scott Fritzinger | 2000-07-26 | 1 | -1/+1 |
* | moved to object-oriented Camera* design | Scott Fritzinger | 2000-07-25 | 2 | -107/+116 |
* | renamed the camera models | Scott Fritzinger | 2000-07-20 | 1 | -3/+3 |
* | changed _manual, _about, and _summary to use CameraText to guarantee 32k of t... | Scott Fritzinger | 2000-07-20 | 1 | -6/+6 |
* | changed abilities.(serial, parallel, usb, ...) to just ORing of abilities.port | Scott Fritzinger | 2000-07-20 | 1 | -5/+1 |
* | updated camera_capture prototype | Scott Fritzinger | 2000-07-20 | 1 | -1/+1 |
* | converted over to using mime types in CameraFile->type | Scott Fritzinger | 2000-07-20 | 1 | -6/+6 |
* | replaced all #include <gpio/gpio.h> with #include <gpio.h> for portability (s... | Scott Fritzinger | 2000-07-18 | 1 | -1/+1 |
* | added patch for --get-picture (correctly reports error message now) from Mari... | Scott Fritzinger | 2000-07-18 | 1 | -0/+8 |
* | remove camera_debug_set function, moved to CameraInit flag | Scott Fritzinger | 2000-07-14 | 1 | -7/+6 |
* | removed <gphotos> camerafolderlist entry requirement (was silly) | Scott Fritzinger | 2000-07-13 | 1 | -3/+1 |
* | done for the day | Scott Fritzinger | 2000-07-12 | 1 | -2/+2 |
* | transferred another image. adding configuration dialog widgets. command-line ... | Scott Fritzinger | 2000-06-29 | 1 | -4/+6 |
* | fixed init bug. | Scott Fritzinger | 2000-06-29 | 1 | -8/+3 |
* | added camera_config_query function. touched up API. | Scott Fritzinger | 2000-06-28 | 1 | -0/+5 |
* | renamed camera_config to camera_config_set and added camera_config_get to fac... | Scott Fritzinger | 2000-06-27 | 1 | -2/+6 |
* | rename gp_update_* to just gp_*. added image upload functionality to command-... | Scott Fritzinger | 2000-06-27 | 1 | -2/+2 |
* | added --get-picture functionality to command-line. first successful download... | Scott Fritzinger | 2000-06-27 | 1 | -1/+2 |
* | added list/set folders to command-line options | Scott Fritzinger | 2000-06-26 | 1 | -2/+2 |
* | readded serial/usb/parallel/ieee1394 flags in CameraAbilities struct. works m... | Scott Fritzinger | 2000-06-24 | 1 | -1/+4 |
* | *added listing of cameras/port to front-end. *added gpio wrapper for device_c... | Scott Fritzinger | 2000-06-24 | 1 | -1/+1 |
* | reworked abilities (again). more abstract. | Scott Fritzinger | 2000-06-23 | 1 | -8/+5 |
* | removed cancel and lock abilities for now. updated library API to reflect the... | Scott Fritzinger | 2000-06-22 | 1 | -12/+0 |
* | changed camera_config call. Removed CameraConfigSetting in place of an array ... | Scott Fritzinger | 2000-06-22 | 1 | -1/+1 |
* | *revamped CameraAbilities (no more reset/sleep) *making command-line function... | Scott Fritzinger | 2000-06-22 | 2 | -55/+54 |
* | added exif lib | Scott Fritzinger | 2000-06-21 | 1 | -2/+5 |
* | added template directory for new camera libraries | Scott Fritzinger | 2000-06-20 | 1 | -0/+7 |
* | folder listing has changed. now more optimized for serial connections | Scott Fritzinger | 2000-06-19 | 1 | -10/+4 |
* | added camera library id's. enumerated camera differently (abilities per-camer... | Scott Fritzinger | 2000-06-19 | 1 | -19/+32 |