summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.5.18 release , to fix a serious EOS Regressionlibgphoto2-2_5_18-releaseMarcus Meissner2018-05-132-2/+8
|
* removed ptp.c.origMarcus Meissner2018-05-131-7393/+0
|
* use PTP_OC_CANON_EOS_GetPartialObject instead of ↵Marcus Meissner2018-05-131-291/+2
| | | | | | | | PTP_OC_CANON_EOS_GetPartialObjectEx, we seem not using it correctly remove init_ptp_fs, not used for a long time
* added some new defines from the SDKMarcus Meissner2018-05-133-4/+7449
|
* small wrapper for setrequestrollingpitchinglevelMarcus Meissner2018-05-131-2/+3
|
* fixed autodetect returnMarcus Meissner2018-04-301-1/+1
|
* added sony nex-5rMarcus Meissner2018-04-301-0/+3
|
* added ptp id for K70Marcus Meissner2018-04-251-0/+2
|
* added Pentax K70Marcus Meissner2018-04-251-0/+7
|
* added Pentax K-01Marcus Meissner2018-04-191-1/+8
|
* 2.5.17.1 development startsMarcus Meissner2018-04-162-1/+4
|
* 2.5.17 releaselibgphoto2-2_5_17-releaseMarcus Meissner2018-04-162-3/+3
|
* 2018 copyrightMarcus Meissner2018-04-162-2/+2
|
* free various event dataMarcus Meissner2018-04-165-0/+88
| | | | added GP_EVENT_FILE_CHANGED
* updated NEWSMarcus Meissner2018-04-161-1/+5
|
* removed incorrect ! from a error handling expressionMarcus Meissner2018-04-161-1/+1
| | | | fixes https://github.com/gphoto/gphoto2/issues/130
* print event and device prop name during debugMarcus Meissner2018-04-161-3/+5
|
* Include names for events when dumping device infoPhilip Langdale2018-04-162-0/+38
|
* The A7r might no support preview capture, according toMarcus Meissner2018-04-151-1/+2
| | | | https://github.com/gphoto/gphoto2/issues/106#issuecomment-381424159
* rename imgquality to imagequality to match PTP driverMarcus Meissner2018-04-151-1/+1
|
* fix 2 memory leaks (Coverity)Marcus Meissner2018-04-151-2/+5
|
* free oids (Coverity)Marcus Meissner2018-04-151-0/+1
|
* check return of ptp_object_want (Coverity)Marcus Meissner2018-04-151-1/+3
|
* added a missing free in an error path (Coverity)Marcus Meissner2018-04-151-1/+4
|
* initialize data to NULL in GETDATA cases. Not strictly required, mostly ↵Marcus Meissner2018-04-151-29/+29
| | | | reduces coverity noise
* initialize data (Coverity)Marcus Meissner2018-04-151-4/+4
|
* fedora patch: avoid matching usb mass storage devicesMarcus Meissner2018-04-151-39/+45
|
* adjusted PTP_CANON_EOS_CHANGES_TYPE_OBJECTCONTENT_CHANGE a bitMarcus Meissner2018-04-151-9/+18
| | | | in eos objectinfo change handle case where object has been deleted in the meantime by e.g. --capture-image-and-download
* do not report progress on partialobject gets...Marcus Meissner2018-04-151-0/+16
| | | | (should perhaps be better handled by a flag)
* updated spanishFrancisco Javier Serrador2018-04-141-1640/+1580
|
* Handle cases where the EOS creates a new directory during capture.Marcus Meissner2018-04-141-3/+9
| | | | addresses https://github.com/gphoto/gphoto2/issues/122
* new minor version due to GP_EVENT_FILE_CHANGeDMarcus Meissner2018-04-141-2/+2
|
* Merge pull request #261 from GPhotos/masterMarcus Meissner2018-04-123-1/+31
|\ | | | | Canon Object Change Support
| * canon content change supportSuperX2018-04-123-1/+31
|/
* Merge pull request #259 from srachner/masterMarcus Meissner2018-04-111-2/+2
|\ | | | | Fix incomplete EXIF data extraction
| * Fix incomplete EXIF data extractionSebastian Rachner2018-04-101-2/+2
| | | | | | | | | | | | | | If the "GP_FILE_TYPE_EXIF" flag is supplied to get_file_func, the extracted data is missing two bytes. The value for the maxbytes variable is read from the APP segment size, which does not account for the two bytes of the marker that is included in the extracted data.
* | Merge pull request #260 from Sija/add-bindings-to-readmeMarcus Meissner2018-04-111-0/+12
|\ \ | |/ |/| Add Bindings section to README
| * Add Bindings section to READMESijawusz Pur Rahnama2018-04-101-0/+12
|/
* updated NEWSMarcus Meissner2018-04-091-1/+4
| | | | bumped library reference for new enum member in the abi
* Merge pull request #256 from GPhotos/objectChangeMarcus Meissner2018-04-094-6/+14
|\ | | | | Canon Object change support
| * Merge branch 'master' of https://github.com/gphoto/libgphoto2 into objectChangeSuperX2018-04-094-6407/+19651
| |\
| * | add object changesuperx2018-04-081-1/+1
| | |
| * | add object changesuperx2018-04-081-2/+2
| | |
| * | add object changesuperx2018-04-084-4/+12
| | |
* | | remove README.in and generation of README, just ship README.mdMarcus Meissner2018-04-093-147/+2
| | |
* | | Merge pull request #257 from Sija/readme-in-markdownMarcus Meissner2018-04-091-0/+134
|\ \ \ | |_|/ |/| | Add README.md
| * | Add README.mdSijawusz Pur Rahnama2018-04-091-0/+134
|/ /
* | libusb1 is default installed on macosx travis builds,Marcus Meissner2018-04-091-1/+1
| | | | | | | | forcing it will cause an errro
* | updated spanishFrancisco Javier Serrador2018-04-081-374/+254
| |
* | updated chineseBoyuan Yang2018-04-081-2730/+9868
| |