summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* remove unused sys/time.h defineMarcus Meissner2016-01-041-1/+0
|
* remove some useless includesMarcus Meissner2016-01-041-5/+0
|
* remove useless time.h sys/time.h fcntl.h inclusionMarcus Meissner2016-01-041-3/+0
|
* report "no USB" / "USB" correctly in gphoto2 --versionMarcus Meissner2016-01-031-1/+1
|
* now we have 2016Marcus Meissner2016-01-031-2/+2
|
* updated swedishSebastian Rasmussen2016-01-031-7/+7
|
* updated danishJoe Hansen2016-01-032-2997/+3066
|
* remove two useless sys/time.h inclusionsMarcus Meissner2016-01-032-2/+0
|
* remove sys/time.h header inclusionMarcus Meissner2016-01-031-1/+0
|
* remove more unistd.h inclusions that are not neededMarcus Meissner2016-01-0312-14/+0
|
* does not need sys/time.h headerMarcus Meissner2016-01-031-1/+0
|
* remove sys/param.h and dirent.h use, not neededMarcus Meissner2016-01-031-3/+0
|
* add ssize_t define and __func__ define for visual cMarcus Meissner2016-01-031-0/+6
|
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-0368-69/+9
| | | | | | building better with Visual C https://github.com/gphoto/libgphoto2/issues/33
* fixed prototypesMarcus Meissner2016-01-031-2/+2
|
* use gp_system_*dir functions instead of bare *dir functionsMarcus Meissner2016-01-031-8/+8
| | | | to help with https://github.com/gphoto/libgphoto2/issues/33
* use gp_system_*dir functions instead of bare *dir functionsMarcus Meissner2016-01-031-5/+5
| | | | to help with https://github.com/gphoto/libgphoto2/issues/33
* use gp_system_*dir functions instead of the bare readdir/opendir/closedirMarcus Meissner2016-01-031-5/+6
| | | | to help with https://github.com/gphoto/libgphoto2/issues/33
* use the gp_system_*dir functions instead of readdir/opendir/closedirMarcus Meissner2016-01-031-5/+5
| | | | for https://github.com/gphoto/libgphoto2/issues/33
* updated svedishSebastian Rasmussen2015-12-301-152/+152
|
* debug output of ptp operations in ptpipMarcus Meissner2015-12-291-0/+5
|
* handle "manual focus" in new eos capture logicMarcus Meissner2015-12-291-3/+12
|
* 50*100 should have been 50*1000, make exposure times of more than 5 secondsMarcus Meissner2015-12-291-1/+1
| | | | happen again
* updated brazilian portugueseFabrício Godoy2015-12-292-305/+266
|
* updated swedishSebastian Rasmussen2015-12-281-295/+289
|
* updated swedishSebastian Rasmussen2015-12-282-3619/+9065
|
* tag the nikon 4100 capture capableMarcus Meissner2015-12-281-1/+2
| | | | fixed https://github.com/gphoto/libgphoto2/issues/29
* document capture and delete being virtualMarcus Meissner2015-12-271-0/+5
|
* document 9999 opcodeMarcus Meissner2015-12-271-0/+9
|
* allow timeout setting with the 0x9999 command, its the second argumentMarcus Meissner2015-12-271-4/+16
|
* 9999,2 emits a capture complete eventMarcus Meissner2015-12-271-0/+4
|
* fixed missing struct component for last diffMarcus Meissner2015-12-261-0/+1
|
* if we get a 2009 error from deleting sdram pictures, remember thisMarcus Meissner2015-12-261-6/+13
| | | | | | and do not try again, as this confuses the D750 fixes https://github.com/gphoto/libgphoto2/issues/22
* generic opcode , default getdataMarcus Meissner2015-12-231-1/+3
|
* whitespace adjustmentMarcus Meissner2015-12-231-1/+1
|
* report objectremoved event tooMarcus Meissner2015-12-231-4/+5
|
* handle arguments in opcode config correctlyMarcus Meissner2015-12-231-1/+2
|
* add a vcamera specific opcode 9999 which can be used to generateMarcus Meissner2015-12-231-0/+112
| | | | special actions
* implement sending data to the cameraMarcus Meissner2015-12-232-38/+170
| | | | | implement setting properties implement datetime set
* use correct size in array size on 16bit unpackerMarcus Meissner2015-12-221-1/+3
|
* correctly clear out the freed pointers for irqs, irqlens andMarcus Meissner2015-12-211-0/+3
| | | | and the irqcount on _close (we might just reopen the same port later).
* check total datasize during uint16 unpackingMarcus Meissner2015-12-212-12/+24
|
* check array size in the uint32 array unpackerMarcus Meissner2015-12-211-7/+18
| | | | should fix https://sourceforge.net/p/gphoto/bugs/1023/
* fuji x-t1 info addedMarcus Meissner2015-12-212-0/+51
|
* do not try to use libusb libusb_strerror, its presence seems to fluctuateMarcus Meissner2015-12-211-5/+2
|
* check for setenv/getenv and only use if present (fixes mingw32)Marcus Meissner2015-12-212-1/+7
|
* added canon eos 750 d reported by Johannes Goecke <jg-ml@web.de>Marcus Meissner2015-12-202-0/+531
|
* rename the secondary datetime widget on eos, so it does not conflictMarcus Meissner2015-12-161-2/+2
|
* avoid direct 32bit access as it might be unalignedMarcus Meissner2015-12-161-1/+1
|
* increment capcnt even on storefull eventMarcus Meissner2015-12-131-1/+1
|