summaryrefslogtreecommitdiff
path: root/camlibs/ptp2/config.c
Commit message (Expand)AuthorAgeFilesLines
* mark when the put function already set the value in the camera,Marcus Meissner2023-03-061-23/+40
* remove incorrect superflous exit code. is handled belowMarcus Meissner2023-03-061-3/+0
* break out of the setter loop if we reached the correct stateMarcus Meissner2023-03-061-10/+13
* added some apparent missijng include unistd.h to make it build for mingw/llvm...Marcus Meissner2023-02-141-0/+1
* avoid uninitialized variable when setting non standard values (Coverity)Marcus Meissner2023-02-011-2/+4
* Add properties to control Sony focus assist magnification, useful for remotel...Mark Watson2022-12-231-0/+32
* if we fail to spot a direction, use single stepping instead.Marcus Meissner2022-12-191-5/+18
* sony manual focus is actually INT16, not UINT16. https://github.com/gphoto/li...Marcus Meissner2022-11-281-17/+17
* Add 2 new settings metadata for Sony A7R3 (#872)Mark Watson2022-11-191-1/+26
* Optimize some code statements (#844)Li kunyu2022-09-291-1/+1
* some Canons have an enum from 0-3 for the battery level instead of going from...Marcus Meissner2022-09-281-0/+15
* init position_new as an exit conditionMarcus Meissner2022-09-151-0/+4
* fix bitmaskMarcus Meissner2022-08-241-1/+1
* added a "testolc" option to help with EOS OLC size detectionMarcus Meissner2022-08-231-0/+30
* added nikon z30Marcus Meissner2022-07-201-0/+1
* Configure Canon cameras on shutdown (#787)David Polák2022-04-071-2/+4
* Add some unknown Sony Alpha A7 IV config valuesSachi King2022-03-261-0/+13
* warning fixes for recent panasonic commitMarcus Meissner2022-01-231-4/+2
* sony fnumber needs to return the current setting even if not in listMarcus Meissner2022-01-231-4/+9
* added NULL ptr check to property caseMarcus Meissner2022-01-221-1/+1
* add some safety measures to get configMarcus Meissner2022-01-181-2/+2
* Added PTP support for Panasonic BGH1Bart H. Plague2022-01-181-5/+391
* keep canon eos remotemode=1 on exit, to keep the display onMarcus Meissner2022-01-031-1/+2
* Add Nikon Zfc supportOle Dalgaard2021-12-091-0/+1
* added creative auto mode dial settingMarcus Meissner2021-11-071-0/+1
* avoid duplicate mvoie / liveview prohibition code strings for translationMarcus Meissner2021-10-311-12/+12
* Factor out i18n stuff into separate i18n.h filesHans Ulrich Niedermann2021-10-251-18/+1
* emit only matching resetuilock if we did setuilockMarcus Meissner2021-10-041-8/+21
* added z6 noteMarcus Meissner2021-10-021-0/+1
* decode usermodeMarcus Meissner2021-10-021-0/+10
* added u1-u3 for nikonMarcus Meissner2021-10-021-0/+3
* check for errors from widget functionsMarcus Meissner2021-09-251-13/+13
* turn zoom widget into a range.Marcus Meissner2021-09-241-1/+31
* more debug, also switch conditions to avoid O(n2) complexityMarcus Meissner2021-08-171-7/+8
* decode value of regular widgetsMarcus Meissner2021-08-171-4/+76
* Merge branch 'master' of github.com:gphoto/libgphoto2Marcus Meissner2021-08-171-0/+2
|\
| * Add add missing ISO values from Canon EOS R6Daniel Schulte2021-08-121-0/+2
* | report changed config labels during waitMarcus Meissner2021-08-171-0/+154
|/
* Add HDR exposure mode from EOS RPJan Kundrát2021-08-071-0/+1
* Add mode dial positions available on EOS RP or 5DivJan Kundrát2021-08-071-0/+4
* Canon: basic control over Movie Servo AFJan Kundrát2021-08-071-0/+7
* Add few more movie modes for SonyIngvar Stepanyan2021-08-011-1/+6
* make the textual description of syncdatetimeutc also mention UTCMarcus Meissner2021-07-201-1/+1
* added more braces to the new expressions to make clear what we testMarcus Meissner2021-07-151-3/+3
* Normalize Sony shutter speedsIngvar Stepanyan2021-07-151-0/+15
* Mark properties without setters as readonlyIngvar Stepanyan2021-07-141-0/+9
* Fix overshoot logic for Sony enumsIngvar Stepanyan2021-07-121-17/+26
* use the large jump on first try, fall back to single jumps on next loopsMarcus Meissner2021-07-091-12/+15
* Fix infinite loop when setting Sony valuesIngvar Stepanyan2021-07-091-2/+12
* Revamp Sony ISO logicIngvar Stepanyan2021-07-091-59/+83