summaryrefslogtreecommitdiff
path: root/camlibs/barbie
Commit message (Expand)AuthorAgeFilesLines
...
* added libgphoto2_port into tree. ouch.Scott Fritzinger2001-01-223-20/+18
* Removed debug in the Camera struct. We use gp_debug_printf, nothing else.Lutz Mueller2001-01-093-39/+13
* API change: gp_camera_init (Camera *camera, CameraInit *init) -> gp_camera_in...Lutz Mueller2001-01-091-2/+2
* Added -lgphoto2 in again (KDE folks need it?). Added -L$(shell pwd)/$(top_bui...Lutz Mueller2001-01-081-2/+4
* Removed -lgphoto2 which breaks all first time installations.Lutz Mueller2001-01-071-1/+1
* GP_CAPTURE_NONE introduced.Lutz Mueller2001-01-011-3/+1
* added shared library patch to gphoto2 from theKompanyScott Fritzinger2000-12-141-0/+2
* Make build work on OS/2 again no library files touched in the endbvl2000-11-301-2/+2
* renamed gp_camera_message/status/... to gp_frontend_message/... added gp_fron...Scott Fritzinger2000-09-131-11/+5
* build flag updatesScott Fritzinger2000-09-071-2/+0
* added nick click to supported listScott Fritzinger2000-09-061-0/+1
* minor editsScott Fritzinger2000-08-212-19/+3
* bvl: Updated OS/2 makefile and made a start with modifying the sony libbvl2000-08-111-1/+1
* changed camera_id and camera_abilities prototypes. this should be the start o...Scott Fritzinger2000-08-041-16/+27
* changed prototype for camera_id to use CameraText (sorry everyone\!)Scott Fritzinger2000-08-041-2/+2
* changed to newer API version. completely filename based, more atomic to make ...Scott Fritzinger2000-08-033-44/+33
* moved to filename-based system. tested (pretty well) and working with barbie,...Scott Fritzinger2000-08-031-7/+18
* changing to filename based systemScott Fritzinger2000-08-026-255/+291
* bvl: updated OS/2 makefiles, there was a stupid machine dependant declarationbvl2000-07-301-2/+2
* bvl: updated OS/2 supportbvl2000-07-291-2/+2
* bvl: added files to build DLL on OS/2bvl2000-07-292-0/+31
* updated gtk-old interface to new object-oriented APIScott Fritzinger2000-07-261-1/+1
* moved to object-oriented Camera* designScott Fritzinger2000-07-252-107/+116
* renamed the camera modelsScott Fritzinger2000-07-201-3/+3
* changed _manual, _about, and _summary to use CameraText to guarantee 32k of t...Scott Fritzinger2000-07-201-6/+6
* changed abilities.(serial, parallel, usb, ...) to just ORing of abilities.portScott Fritzinger2000-07-201-5/+1
* updated camera_capture prototypeScott Fritzinger2000-07-201-1/+1
* converted over to using mime types in CameraFile->typeScott Fritzinger2000-07-201-6/+6
* replaced all #include <gpio/gpio.h> with #include <gpio.h> for portability (s...Scott Fritzinger2000-07-181-1/+1
* added patch for --get-picture (correctly reports error message now) from Mari...Scott Fritzinger2000-07-181-0/+8
* remove camera_debug_set function, moved to CameraInit flagScott Fritzinger2000-07-141-7/+6
* removed <gphotos> camerafolderlist entry requirement (was silly)Scott Fritzinger2000-07-131-3/+1
* done for the dayScott Fritzinger2000-07-121-2/+2
* transferred another image. adding configuration dialog widgets. command-line ...Scott Fritzinger2000-06-291-4/+6
* fixed init bug.Scott Fritzinger2000-06-291-8/+3
* added camera_config_query function. touched up API.Scott Fritzinger2000-06-281-0/+5
* renamed camera_config to camera_config_set and added camera_config_get to fac...Scott Fritzinger2000-06-271-2/+6
* rename gp_update_* to just gp_*. added image upload functionality to command-...Scott Fritzinger2000-06-271-2/+2
* added --get-picture functionality to command-line. first successful download...Scott Fritzinger2000-06-271-1/+2
* added list/set folders to command-line optionsScott Fritzinger2000-06-261-2/+2
* readded serial/usb/parallel/ieee1394 flags in CameraAbilities struct. works m...Scott Fritzinger2000-06-241-1/+4
* *added listing of cameras/port to front-end. *added gpio wrapper for device_c...Scott Fritzinger2000-06-241-1/+1
* reworked abilities (again). more abstract.Scott Fritzinger2000-06-231-8/+5
* removed cancel and lock abilities for now. updated library API to reflect the...Scott Fritzinger2000-06-221-12/+0
* changed camera_config call. Removed CameraConfigSetting in place of an array ...Scott Fritzinger2000-06-221-1/+1
* *revamped CameraAbilities (no more reset/sleep) *making command-line function...Scott Fritzinger2000-06-222-55/+54
* added exif libScott Fritzinger2000-06-211-2/+5
* added template directory for new camera librariesScott Fritzinger2000-06-201-0/+7
* folder listing has changed. now more optimized for serial connectionsScott Fritzinger2000-06-191-10/+4
* added camera library id's. enumerated camera differently (abilities per-camer...Scott Fritzinger2000-06-191-19/+32