SHA256
1
0
forked from pool/libgphoto2

Commit Graph

  • 430ef39207 Accepting request 351301 from graphics Dominique Leuenberger 2016-01-04 08:21:20 +00:00
  • 435f1ada4e Accepting request 351281 from home:StefanBruens:branches:graphics Marcus Meissner 2015-12-30 10:09:55 +00:00
  • 2a72d6bd1d Accepting request 345130 from graphics Stephan Kulow 2015-11-24 21:30:23 +00:00
  • 1d2d599fe1 - updated to 2.5.9 release Now maintained (source and issue tracker) in GIT at https://github.com/gphoto/libgphoto2 ptp2: * PTP/IP: fixes to support Ricoh Theta and Sony Alpha over WLAN better * unification of timeout with backoff handling * Canon EOS: fixed a timeout bug on wait_event * Canon EOS: report protection status correctly * Canon EOS: unlock the ui on close * Sony: bulb mode support (in manual mode, shutterspeed and bulb option) * Hook up PTP OpenCapture opcode * Nikon J5 support. Nikon now hides prop and opcodes even differently. * Added USB IDs: - Sony SLT A77V, A7R2, HDR-PJ260VE - Nikon DSLR D5500 - Canon EOS 760D, 5Ds, 5Ds R - Nikon Coolpix AW110, S6300, S6800, S3700, S2900 - Nikon 1 S2, J5 - Ricoh Theta m15 (USB and WLAN) - GoProp Hero 4 canon: readd old Canon IXUS 30. translations: updated ukrainian, vietnamese, polish, italian Marcus Meissner 2015-11-18 21:49:03 +00:00
  • 3a870e75c5 Accepting request 333993 from graphics Dominique Leuenberger 2015-10-02 13:36:55 +00:00
  • 37da77d40a - add -devel to baselibs for use to build wine in 64bit environments Marcus Meissner 2015-09-20 08:52:26 +00:00
  • 53ed4241c4 Accepting request 321029 from graphics Dominique Leuenberger 2015-08-21 05:37:46 +00:00
  • 03997a741e Accepting request 321028 from home:dimstar:Factory Marcus Meissner 2015-08-07 07:49:31 +00:00
  • 276e5953f6 Accepting request 315144 from graphics Stephan Kulow 2015-07-16 15:18:27 +00:00
  • 2211acf87b - updated to 2.5.8 release - all: * Missing COPYRIGHT headers added. * Bug fixes for issues detected by Coverity. - ptp2: * Canon Powershot/IXUS CHDK support Install the CHDK firmware and then use "gphoto2 --set-config chdk=On" to enable. * Canon EOS: Implemented new capture method for new Canon EOS to avoid hangs. * Canon EOS: New configuration variable: continuousaf * Canon EOS: event output for focusinfo / focusmask * Nikon DSLR: New configuration variables: movieiso, movieshutterspeed, moviehighisonr * Nikon Coolpix A: also manually add override opcodes for capture (please report if it works) * New USB ids: Sony: DSC-HX60V, Alpha-A7S, Alpha-A77 M2, Alpha A5100 Panasonic: DMC-LS2 Canon EOS 7D Mark II, Canon EOS M3 Canon Powershot SX520 HS Fuji Fujifilm X-E2 Samsung NX1 * Media Player IDs synced with the libmtp ID database. * Lots of bugfixes. - libgphoto2_port/libusb1: * Prefer libusb1 over libusb0 if both are present. * Asynchronous interrupt handling, to avoid losing usb interrupts during other operations. Marcus Meissner 2015-07-05 21:40:39 +00:00
  • 88aa48729d Accepting request 304927 from graphics Stephan Kulow 2015-05-07 07:20:37 +00:00
  • b23ce16568 - disable libusb 0.1, as it is no longer needed and will cause hangs. bsc#926862 Marcus Meissner 2015-05-01 12:56:18 +00:00
  • 82260bb1aa Accepting request 282810 from graphics Dominique Leuenberger 2015-01-27 08:08:47 +00:00
  • 8000fcfb53 - remove all the .la files, improves startup time. Marcus Meissner 2015-01-25 18:22:52 +00:00
  • b7b32a0207 Accepting request 281910 from graphics Dominique Leuenberger 2015-01-22 20:48:27 +00:00
  • 339fb57cc5 - 2.5.7 release ptp2: * Canon EOS focusinfo crash fixed (affected all config operations) * wait_for_event sleep backoff increased (50 - 100 - 150 - 200ms) * Nikon: fixes to make Nikon Coolpix S9700 over PTPIP work better * Nikon: WLAN GUID setting * Sony: tighten event loop to avoid loss of objectadded events * New USB ids: Nikon Coolpix 9400, Nikon S9700, Pentax K3 (in PTP). pentax: * added Pentax K100Ds * added raw capture support packaging: * fixed missing libexif in pkgconfig translations: * updated ukrainian, vietnamese, french, polish Marcus Meissner 2015-01-18 21:45:59 +00:00
  • f60d271096 Accepting request 266095 from graphics Dominique Leuenberger 2014-12-23 10:50:12 +00:00
  • 98914dc837 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=131 Marcus Meissner 2014-12-21 20:29:27 +00:00
  • 600fbfe87b - 2.5.6 release ptp2: * Nikon D3000/D3100/D3200: It hides the "good" capture opcodes from the DeviceInfo. Override and add them. If you see capture bugs, please report with debuglogfile. * "exposurecompensation" now in correct size (-3.0 <-> 3.0 usually) * Canon EOS: decode and report "focusinfo" variable that outputs the focus information of the camera. * Canon EOS: autofocusdrive=0 and cancelautofocus=1 added to cancel autofocusing, to avoid blocking the camera. * Canon EOS: "eosviewfinder" renamed to "viewfinder" * Sony SLT: Make property setting work for "iso", "exposurecompensation", "f-number", "shutterspeed" * Canon EOS: crash on 700D fixed * Nikon DSLR: race condition on object addition handled better * Nikon DSLR: make sure we make a pause a bit during polling after capture. * IDs added: Nikon: Coolpix P7800, S1, J4 Nikon: D3300, D610, D4s, D810, D750 Canon: IXUS 125HS, PowerShot Elph340HS Leica M9 * various bugfixes libgphoto2_port/usb1: * fixed a memory leak * api changed for gp_log_data to make smaller debuglogs possible Marcus Meissner 2014-12-21 20:17:29 +00:00
  • 2b9b933612 Accepting request 250216 from graphics Stephan Kulow 2014-09-20 13:49:07 +00:00
  • eb7fb4854b - regression with nikon coolpix s fixed - canon eos has no zoom Marcus Meissner 2014-09-19 11:11:40 +00:00
  • 40685fcfdb - 2.5.5 release - ptp2: Nikon 1 support. Final fix to get it running by Raj Kumar of archive.org. Nikon: liveview capture without autofocus enhanced, now also for card Nikon: restart liveview after capture Canon EOS: New property reporting method (OLC Info) implemented. Print read-only values in configuration table lookup (for Canon EOS mostly) Sony: Fixed Sony SLT-A900v capture Fixed the various "datetime" hooks for PTP generic, Canon Powershot and Canon EOS to hopefully work better. --set-config datetime=now sets the camera to the current time. CHDK: some changes New ids: Nikon DSC D3x, D5300 Nikon Coolpix P330 Canon PowerShot S95, S120, SX260HS, SX280HS, SX160IS, A2500, A2600, Elph135, IXUS 300HS, IXUS 255HS Canon EOS 1200D Sony DSC-A900, Alpha 6000, DSC-HX5V Casio EX-ZR700, Fuji FinePix AV-150, T200 Massive logging and error handling cleanup by Axel Waggershauser cleanup of the USB data handling Bugfixes - st2205: add support for a new type of 240x320 picture frames - all: Massive logging and error handling cleanup by Axel Waggershauser. Various cleanups from David Berrange for mingw32 builds. fixed libgd detection and linking. - print-camera-list add a mode to print udev rules for the non-standard USB support (usbscsi/usbdisk), Marcus Meissner 2014-09-19 11:11:09 +00:00
  • 3cb10d3cbe Accepting request 245005 from graphics Ludwig Nussel 2014-08-20 15:51:26 +00:00
  • de7b3247f4 - ptp2: Nikon 1 support. Final fix to get it running by Raj Kumar of archive.org. Nikon: liveview capture without autofocus enhanced, now also for card Nikon: restart liveview after capture Canon EOS: New property reporting method (OLC Info) implemented. Print read-only values in configuration table lookup (for Canon EOS mostly) Sony: Fixed Sony SLT-A900v capture Fixed the various "datetime" hooks for PTP generic, Canon Powershot and Canon EOS to hopefully work better. --set-config datetime=now sets the camera to the current time. CHDK: some changes New ids: Nikon DSC D3x, D5300 Nikon Coolpix P330 Canon PowerShot S95, S120, SX260HS, SX280HS, SX160IS, A2500, A2600, Elph135, IXUS 300HS, IXUS 255HS Canon EOS 1200D Sony DSC-A900, Alpha 6000, DSC-HX5V Casio EX-ZR700, Fuji FinePix AV-150, T200 Massive logging and error handling cleanup by Axel Waggershauser cleanup of the USB data handling Bugfixes - st2205: add support for a new type of 240x320 picture frames - all: Massive logging and error handling cleanup by Axel Waggershauser. Various cleanups from David Berrange for mingw32 builds. fixed libgd detection and linking. - print-camera-list add a mode to print udev rules for the non-standard USB support (usbscsi/usbdisk), needed additional to HWDB databases. Marcus Meissner 2014-08-17 18:19:40 +00:00
  • 32cba2961f Accepting request 238952 from graphics Stephan Kulow 2014-06-30 19:42:47 +00:00
  • 3190220c95 - updated to 2.5.4.1 snapshot 2014/06/27 - fixed generation of udev rules bnc#884514 - new D7100 configuration tables - Nikon D5300 id added Marcus Meissner 2014-06-27 21:19:33 +00:00
  • 83b08e53b8 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=121 Marcus Meissner 2014-06-20 08:39:13 +00:00
  • f3cde9d765 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=120 Marcus Meissner 2014-06-13 13:49:15 +00:00
  • 6bec2b4676 - updated to 2.5.4.1 snapshot 2014/06/13 - Nikon 1 capture working - various canon eos fixes and improvements - readded PTP matcher rule to UDEV rules - translation updates Marcus Meissner 2014-06-13 13:43:11 +00:00
  • ff03fb7958 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=118 Dirk Stoecker 2014-05-31 10:38:45 +00:00
  • e6710aaaef Accepting request 232613 from graphics Stephan Kulow 2014-05-06 12:01:53 +00:00
  • e5f5f5a011 - updated to 2.5.4.1 snapshot - more nikon 1 fix work - generate udev rules for /dev/sg* again Marcus Meissner 2014-04-27 19:04:22 +00:00
  • cb659204a3 Accepting request 231401 from graphics Stephan Kulow 2014-04-26 04:06:02 +00:00
  • 63c3abd542 Accepting request 231382 from home:dirkmueller:branches:graphics Marcus Meissner 2014-04-25 10:35:30 +00:00
  • 762551ebc6 Accepting request 227250 from graphics Stephan Kulow 2014-03-25 12:23:43 +00:00
  • 05429d1d2c - updated to 2.5.4 release - sony slt support - nikon bulb support - other nikon, canon, olympus improvements - lots of bugfixes and various new ids Marcus Meissner 2014-03-23 18:24:36 +00:00
  • 259d0d333e Accepting request 213698 from graphics Stephan Kulow 2014-01-14 18:52:10 +00:00
  • 7b5037089f Accepting request 213549 from graphics Stephan Kulow 2014-01-13 09:53:24 +00:00
  • ad69a5e6cf - updated to 2.5.3.1 final hotfix - fixed ptp matcher - updated french, dutch, russian, ukrain translation Marcus Meissner 2014-01-13 08:13:28 +00:00
  • 4faa32c563 - updated to 2.5.3 final - bugfixes, Coverity and other fixes - new USB ids - hwdb support fixed (bnc#852551) - unified all names, especiall Canon S100 (bnc#856828) - pentax updates - reenabled gpg checking Marcus Meissner 2014-01-10 21:27:39 +00:00
  • 47dc8d57d6 Accepting request 201554 from graphics Stephan Kulow 2013-10-02 11:31:03 +00:00
  • ea1a9e9231 Accepting request 201502 from home:fcrozat:branches:graphics Marcus Meissner 2013-10-01 07:21:24 +00:00
  • fd1878754f Accepting request 195615 from graphics Tomáš Chvátal 2013-08-19 21:43:28 +00:00
  • 4144c23081 - disabled gpg key checking for snapshot Marcus Meissner 2013-08-19 15:01:58 +00:00
  • 2fab051ed4 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=103 Marcus Meissner 2013-08-19 15:01:10 +00:00
  • 0cfce219f5 - updated to 2.5.2.1 temporary snapshot - new udev hwdb - new Nikon capture functions for newer Nikons - Olympus 3030 fixed - several new USB ids - translation updates - lots of other bugfixes Marcus Meissner 2013-08-19 14:58:45 +00:00
  • f56ef2e3a3 Accepting request 174650 from graphics Stephan Kulow 2013-05-07 13:14:08 +00:00
  • a5edf9cbaf - buildrequire libxml2-devel for olympus e-series. Marcus Meissner 2013-05-06 08:24:41 +00:00
  • b81ac01830 Accepting request 174584 from graphics Stephan Kulow 2013-05-06 08:10:02 +00:00
  • 13ce1488d6 - Updated to 2.5.2 ptp2: * Fixed Raspberry Pi and USB 3.0 "connect only once" problem. * Experimental Olympus E-series (not Pen) remote control support. Try in "Control" mode. * Nikon DSLR: real movie capture! (use --set-config movie=1/0 and --wait-event) * New ids: Sony: DSC-A900, SLT-A350, DSC-RX1, HX300, NEX-3N Nikon Coolpix: P80, L820, S9500, S620, P520, S2500, S2600 Nikon Coolpix A Nikon DSLR: D2Xs, D4, D7100 Nikon J2 Canon Powershot: S100, A1300IS, A2300IS, Canon EOS: 700D, 100D Fuji FinePix: H20EXR, X20 Samsung: NX1000, EK-GC100 Also various MTP device ids merged from libmtp. * ptpip: major/minor number was switched in init packet. * Nikon DSLR: out of focus during capture fixed, various bugfixes * Nikon "controlmode" config for unlocking the camera. * Canon DSLR: "keepdeviceon" pinging in get_config, liveview * Canon thumbnail retrieval fixed. * Lots of work on getting Olympus E-series DSLRs in Control mode to run. canon: * wait-for-event: handle when camera goes offline during waiting. * fixed mtime 0 (Jan 1 1970) issue when downloading files and using --filename sierra: * Fixed the Nikon Coolpix 4300 and 2500 USB over SCSI capture mode. * Ignore register 4 read errors after capture as Nikon does not supply them. * added commented code on how to switch the Coolpix 2500 to RAW DIAG mode. Marcus Meissner 2013-05-05 20:55:54 +00:00
  • bcd966c908 Accepting request 164116 from graphics Stephan Kulow 2013-04-17 05:13:24 +00:00
  • 5e9a6fd411 Accepting request 164041 from home:m_meister:branches:openSUSE:Factory Marcus Meissner 2013-04-15 12:22:06 +00:00
  • 49ebfb0ed1 Accepting request 157784 from graphics Stephan Kulow 2013-03-08 08:18:22 +00:00
  • 17a28f70c6 - updated to 2.5.1.1 bugfix version - ptp2: fixed 32bit platforms - ax301: fixed buffer overread Marcus Meissner 2013-01-29 09:41:28 +00:00
  • 909abef984 - updated to 2.5.1 final version - more fixes in the wait-event, capture preview and regular capture code for Canon and Nikon. - some new camera ids added Marcus Meissner 2013-01-27 21:28:16 +00:00
  • 61713af7f0 Accepting request 147800 from graphics Stephan Kulow 2013-01-10 12:07:48 +00:00
  • 008a31a799 - updated to 2.5.0.2 temp snapshot - various new ids - various bugfixes - Canon driver fixes - PTP driver fixes: Canon EOS thumbnail fixes - translation updates Marcus Meissner 2013-01-09 14:09:50 +00:00
  • 4c7b7fd91a Accepting request 138505 from graphics Stephan Kulow 2012-10-18 19:53:49 +00:00
  • be430ee5f7 Accepting request 138502 from openSUSE:Factory:Staging:Systemd Marcus Meissner 2012-10-17 12:59:38 +00:00
  • 2420c7eb09 Accepting request 136969 from graphics Stephan Kulow 2012-10-03 20:26:36 +00:00
  • 1a5a251e40 Accepting request 136862 from home:coolo:branches:openSUSE:Factory Togan Muftuoglu 2012-10-03 19:39:40 +00:00
  • 4516d1a0bb Accepting request 136125 from graphics Stephan Kulow 2012-10-03 05:58:19 +00:00
  • 8d09245473 Accepting request 136124 from home:msmeissn:branches:graphics Marcus Meissner 2012-09-26 19:00:16 +00:00
  • 2fb02588b4 Accepting request 135350 from graphics Stephan Kulow 2012-09-23 06:30:21 +00:00
  • 81911e370f Accepting request 135340 from home:jengelh:branches:graphics Marcus Meissner 2012-09-22 08:32:00 +00:00
  • 97a2186c8c Accepting request 134172 from graphics Ismail Dönmez 2012-09-14 12:46:31 +00:00
  • 63da26e54f removed comment out % line Marcus Meissner 2012-09-13 12:55:15 +00:00
  • 245087a660 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=80 Marcus Meissner 2012-09-13 09:23:47 +00:00
  • bc06194ab7 correct majors Marcus Meissner 2012-09-13 09:06:45 +00:00
  • aed148ed25 add libusb-devel back temporarily Marcus Meissner 2012-09-13 08:58:41 +00:00
  • 8f4344343c - Updated to major release 2.5.0 - more dynamic lists (no more fixed limits) - libgphoto2 api adjustments to make it more sane, binary incompatible - new .so version 6 Marcus Meissner 2012-09-13 08:48:03 +00:00
  • 0f688358b6 quilt refreshed with latest 2.4 libusb1 fixes Marcus Meissner 2012-08-02 14:38:18 +00:00
  • 9458e59200 the device list is freed by the libusb_exit above Marcus Meissner 2012-08-01 15:01:18 +00:00
  • d5715675af bnc#771743 Marcus Meissner 2012-08-01 12:32:36 +00:00
  • 55fb6e0a50 - fixed one missed gp_devs = NULL which led to more crashes Marcus Meissner 2012-08-01 12:32:02 +00:00
  • 8524c261b2 Accepting request 128433 from graphics Stephan Kulow 2012-07-23 08:13:17 +00:00
  • 96309d9266 p0 Marcus Meissner 2012-07-19 21:35:18 +00:00
  • c563c6ccaf actually apply the patch Marcus Meissner 2012-07-19 21:28:49 +00:00
  • b980e30f63 - added 2.4 branch fixes - libusb1: do not crash immediately (avoid global context usage) - canon: --wait-for-event append \0 to filename - ptp2: new USB ids, fixed Canon EOS thumbnail retrieval Marcus Meissner 2012-07-19 16:41:38 +00:00
  • ca3d03ea16 Accepting request 127766 from graphics Stephan Kulow 2012-07-14 07:51:22 +00:00
  • 7637b82e18 - generate v 175 udev rules (basically will use internal usb_id now) Marcus Meissner 2012-07-12 17:44:30 +00:00
  • 65dc5e2a21 - generate v 175 udev rules Marcus Meissner 2012-07-12 07:58:46 +00:00
  • b3ee2c1ab9 Accepting request 113722 from graphics Stephan Kulow 2012-04-17 19:59:08 +00:00
  • e1e0efd3ba - 2.4.14 release - Canon EOS 5D Mark III support - Samsung Galaxy support restored - bugfixes Marcus Meissner 2012-04-15 21:16:10 +00:00
  • e1434e96ba Accepting request 106423 from graphics Stephan Kulow 2012-02-22 18:11:44 +00:00
  • 62a4764299 - 2.4.12.1 temp snapshot - various libusb 1.0 fixes (including last one merged) - EOS fast directory listing Marcus Meissner 2012-02-22 10:10:30 +00:00
  • ee234f2384 Accepting request 105831 from graphics Stephan Kulow 2012-02-21 06:32:06 +00:00
  • 62bd861748 Accepting request 105827 from home:dimstar:branches:graphics Marcus Meissner 2012-02-18 23:57:45 +00:00
  • 0f8c7e5b64 Accepting request 101510 from graphics Stephan Kulow 2012-01-27 14:21:23 +00:00
  • 99451ba1da - Updated to 2.4.12 final release. - libusb 1.0 support - canon and nikon capture enhancements - lots of bugs fixed - lots of new devices - updated translations Marcus Meissner 2012-01-25 10:39:08 +00:00
  • 9c00bc9cb6 Accepting request 96262 from graphics Stephan Kulow 2011-12-14 13:33:55 +00:00
  • 5a64247628 - do not explicitly require libusb 0.1 in pkgconfig file - some more bugfixes Marcus Meissner 2011-12-11 13:13:33 +00:00
  • 6df6c89c51 fixed explicit libusb dep Marcus Meissner 2011-12-11 13:00:24 +00:00
  • e27699ac8b Accepting request 95056 from graphics Stephan Kulow 2011-12-06 16:59:26 +00:00
  • 17e616a1bf also require the correct libusb 1.0 devel in -devel Marcus Meissner 2011-12-01 10:51:15 +00:00
  • fd319107d2 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=49 Marcus Meissner 2011-11-29 16:33:23 +00:00
  • 79cab81f6d - Updated to 2.4.11.2 temp snapshot - libusb 1.0 support - changed canon powershot event handling - fixed several bugs - added new devices Marcus Meissner 2011-11-29 10:49:02 +00:00
  • e3664d135c Accepting request 92523 from graphics Stephan Kulow 2011-11-21 11:34:36 +00:00
  • afbb5c2225 Accepting request 92493 from home:coolo:removelibtool Ismail Dönmez 2011-11-19 20:16:53 +00:00
  • 8bf6a28bc2 Autobuild autoformatter for 72190 Sascha Peilicke 2011-05-31 11:06:04 +00:00