Wykres commitów

9495 Commity (90684c53bb646e6db98b4547cde9aeb2d41cf602)

Autor SHA1 Wiadomość Data
Olaf Meeuwissen 90684c53bb doc: Remove :new markers in external backend descriptions
External backends are per definition not new sane-backends.  Removing
the commented out info makes for fewer false hits when searching.
2019-08-01 21:14:08 +09:00
Olaf Meeuwissen 85674f1213 doc: Update as per post-release instructions 2019-08-01 21:13:33 +09:00
Olaf Meeuwissen 9a16b62e33 doc: Update post-release instructions
This reflects the post-release changes that have been taken care of
and are still considered somewhat meaningful.

MD5 checksums have been replaced by SHA512 and SHA256 checksum files
on the Releases page.  The descriptions.db was used by the no longer
existant Search Engine on the website.
2019-08-01 21:13:19 +09:00
Olaf Meeuwissen 5aa523289f NEWS: Document changes for upcoming release 2019-07-31 20:39:43 +09:00
Olaf Meeuwissen 7799a072b4 CI: Add a scripted release process 2019-07-30 22:40:11 +09:00
Rolf Bensch a8d4d4b778 pixma: Canon PIXMA TS8200 Series is working
https://alioth-lists.debian.net/pipermail/sane-devel/2019-July/036877.html
2019-07-29 22:34:13 +02:00
Rolf Bensch 9dce0eaf74 Merge branch 'update_de_translation' 2019-07-29 17:27:07 +02:00
Rolf Bensch a4e122add5 update German translation 2019-07-28 23:04:23 +02:00
Rolf Bensch ef11a78540 1st bunch of updated German translation 2019-07-27 13:11:28 +02:00
Olaf Meeuwissen 05bdcbd81a Merge branch 'en_GB_translation' into 'master'
Updated en_GB translations

See merge request sane-project/backends!89
2019-07-27 06:49:23 +00:00
Ralph Little d4164a7320 Fix trailing whitespace and update translator 2019-07-26 23:20:29 -07:00
Ralph Little 78359453e1 Updated en_GB translations 2019-07-26 10:05:41 -07:00
Olaf Meeuwissen 8eb5850f27 po/nl.po: Update Dutch translations
[skip ci]
2019-07-26 13:55:23 +09:00
Olaf Meeuwissen 3a0f0df8fb po/*.po: Sync with latest source 2019-07-23 21:15:24 +09:00
Povilas Kanapickas 97f04e16e4 Merge branch 'genesys-fix-calibration' into 'master'
genesys: Fix crash when deserializing calibration files

Closes #97

See merge request sane-project/backends!88
2019-07-22 23:13:51 +00:00
Povilas Kanapickas a8a5f58f21 genesys: Add tests for serialization of calibration data 2019-07-23 02:00:44 +03:00
Povilas Kanapickas 25ed10029c genesys: Make set_calibration_value() more robust 2019-07-23 02:00:43 +03:00
Povilas Kanapickas b9fb97e0f7 genesys: Make serialization of calibration data less error prone 2019-07-23 02:00:42 +03:00
Olaf Meeuwissen 8ae2569a87 INSTALL.linux: Document need to run autogen.sh for clean checkouts
Fixes #102.
2019-07-17 18:26:59 +09:00
Olaf Meeuwissen cb81717341 .gitignore: more build artifacts 2019-07-14 17:09:33 +09:00
Olaf Meeuwissen dc328a8d5f ChangeLog: Fix awkward grammar 2019-07-14 17:08:08 +09:00
Olaf Meeuwissen c52eef6e21 CI: Drop Debian 8, add Debian 10
This uses the updated Debian images which now use codenames instead
of version numbers.

Note that `CFLAGS=-Werror` has been disabled until such time as all
new warnings have been addressed.
2019-07-14 14:03:56 +09:00
Olaf Meeuwissen 3fb0f02015 utsushi.desc: Sync with upstream 2019-07-10 22:58:40 +09:00
Olaf Meeuwissen 7b2d2cd0b3 Merge branch 'fix-warnings-memset-size' into 'master'
Fix invocations of memset with incorrect size

See merge request sane-project/backends!87
2019-07-07 02:16:49 +00:00
Povilas Kanapickas 4742f21318 Fix invocations of memset with incorrect size 2019-07-06 22:14:11 +03:00
Olaf Meeuwissen 6f6a492874 Raise the bar for archiving of source tarballs
They now have to pass a `make distcheck`.  The compile stage takes
care of compiler errors/warnings.  We are interested in all checks
passing and the source archive being self-consistent.
2019-07-06 21:48:15 +09:00
Olaf Meeuwissen 14e00fa360 Drop Linux Software Map file; it has outlived its purpose
Source and binary packages are readily available from most major Linux
distributions.
2019-07-06 21:48:15 +09:00
Olaf Meeuwissen 02b0a7e4b6 m4: Move byteorder.m4 back to m4/ directory
There is little value in putting this in its own directory just
because it is a non-generated file.
2019-07-06 21:48:15 +09:00
Povilas Kanapickas 2f14ac2fcc Merge branch 'genesys-error-handling' into 'master'
genesys: Improve error handling

See merge request sane-project/backends!86
2019-07-05 23:39:04 +00:00
Povilas Kanapickas 640fa9dbba genesys: Always initialize status variable 2019-07-06 02:30:08 +03:00
Povilas Kanapickas 0454f42c36 genesys: Report USB errors via exceptions to reduce code duplication 2019-07-06 02:30:08 +03:00
Povilas Kanapickas b9cd547aea genesys: Support printf-like messages in debug helper 2019-07-06 02:10:06 +03:00
Povilas Kanapickas 22b7fb5105 genesys: Move more error functionality to genesys_error.{h,cc} 2019-07-06 02:10:05 +03:00
Povilas Kanapickas 942f3fbbf7 genesys: Move error-related functions to separate header 2019-07-06 02:10:04 +03:00
Povilas Kanapickas 9d07e2108a genesys: Support message argument to exceptions 2019-07-06 02:10:03 +03:00
Povilas Kanapickas 72d68c7367 Merge branch 'genesys-canoscan-8600f' into 'master'
genesys: Preparation for infrared channel support on 8600F (part 2)

See merge request sane-project/backends!84
2019-06-30 23:16:47 +00:00
Alex Belkin ec8017a8c0 xerox_mfp: Mark SCX-4x16 as unsupported
As reported by Andrew Sotnikov in issue #95 Samsung SCX-4216F is not
really supported. Change SCX-4x16 status from untested to unsupported.
Closes #95.
2019-06-30 18:54:46 +03:00
Povilas Kanapickas 14bbe802db genesys: Move move_to_ta() calls out of *_init_regs_for_*() 2019-06-30 14:05:29 +03:00
Povilas Kanapickas a92187edad genesys: Move moving to home out of *_init_regs_for_scan() 2019-06-30 14:05:28 +03:00
Povilas Kanapickas 442ffd0486 genesys: Move waiting for motor stop out of *_init_regs_for_scan() 2019-06-30 14:05:27 +03:00
Povilas Kanapickas bba75702b6 genesys: Add utility to print debug messages upon function exit 2019-06-30 14:05:26 +03:00
Povilas Kanapickas 397994b215 genesys: Make exposure configuration more consistent 2019-06-30 14:05:25 +03:00
Povilas Kanapickas 1e7da8638e genesys: Use a more descriptive filename for coarse gain debug images 2019-06-30 14:05:24 +03:00
Povilas Kanapickas 6d11f6df25 genesys: Fix support for large exposures on GL843 2019-06-30 14:05:23 +03:00
Povilas Kanapickas f41440ef9f genesys: Extract debug_dump for Genesys_Current_Setup 2019-06-30 14:05:22 +03:00
Povilas Kanapickas fe8383543d genesys: Remove code for G4050 CCD that's unused and likely incorrect 2019-06-30 14:05:21 +03:00
Povilas Kanapickas 7bd68b5225 genesys: Fix crash in sane_open_impl due to uninitialized variable 2019-06-30 14:05:20 +03:00
Povilas Kanapickas 616c86de2f genesys: Fix incorrect use of TGTIME for pixel coordinates 2019-06-30 14:05:19 +03:00
Povilas Kanapickas 89d06c9a3a genesys: Fix error handling in the presence of exceptions 2019-06-30 14:05:18 +03:00
Povilas Kanapickas 3050f50b25 genesys: Add a macro to convert status return to exception 2019-06-30 14:05:17 +03:00