Olaf Meeuwissen
e42e3bc849
scanimage: Fix misleading fall through annotation
...
The `scanimage_exit()` call exits the program.
2019-08-11 10:23:29 +09:00
Olaf Meeuwissen
9344a957ed
apple: Fix [-Wimplicit-fallthrough] compiler warning
...
It doesn't make sense to log a value as both `Fixed` *and* `Int`.
2019-08-11 10:16:00 +09:00
Olaf Meeuwissen
797cd1fb37
epson2, epsonds, kodakaio, magicolor: Don't set invalid value
...
If the value to be set is not valid, it should not change the sval
structure (even if doing so has no negative side effects).
This also makes the fallthrough less confusing by removing the first
cast of two for the br-x and br-y values.
2019-08-11 10:04:19 +09:00
Olaf Meeuwissen
fcd537e207
sm3600: Fix [-Wimplicit-fallthrough] warning
...
This fixes the warning for both #define SM3600_SUPPORT_EXPOSURE values.
2019-08-10 20:49:09 +09:00
Povilas Kanapickas
3dde8f28f0
niash: Fix an implicit fallthrough bug in handling of threshold option
2019-06-30 11:58:33 +03:00
Povilas Kanapickas
e40596c2a5
Fix -Wimplicit-fallthrough warnings by adding standard annotations
2019-06-30 11:58:32 +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
Povilas Kanapickas
1685e6e863
genesys: Return bool out of *_is_compatible_calibration()
2019-06-30 14:05:16 +03:00
Povilas Kanapickas
eaa4cb7766
genesys: Return void out of *_calculate_current_setup()
2019-06-30 14:05:15 +03:00
Olaf Meeuwissen
7a07f47b47
Include po/README in the source tarball
...
Makefile.in.in ignores EXTRA_DIST.
2019-06-30 14:53:00 +09:00
Olaf Meeuwissen
2ea6e8eaaa
po: Fix inconsistent word wrapping when using custom width
...
This fixes test failures run during a `make distcheck` for generated
message catalogs for LINGUAS such as `en@boldquot` and `en@quot`.
2019-06-30 14:33:38 +09:00
Olaf Meeuwissen
f29e1c88de
Make potential issues stick out when running `make distcheck`
2019-06-30 12:45:03 +09:00
Olaf Meeuwissen
9b109a7bd7
Fix typo
2019-06-30 12:45:03 +09:00
Olaf Meeuwissen
7af0d47e29
Keep warning out of redirected image data. Fixes testsuite
2019-06-30 12:45:03 +09:00
Olaf Meeuwissen
adc64520ee
Fix test suite, following bf00b9f49c
2019-06-30 12:45:03 +09:00
Olaf Meeuwissen
02d33a0e6d
Take "advantage" of CI environment changes
...
The mini variant now has everything needed to roll a source tarball.
It also has git installed so we don't need a convoluted find for our
style check anymore.
2019-06-30 12:45:03 +09:00
Olaf Meeuwissen
1017d790b6
Always use the latest upstream config.{guess,sub} in source tarballs
...
This was one of the release tasks but we may as well find out as soon
as possible whether these break anything ;-)
2019-06-30 12:45:03 +09:00
Olaf Meeuwissen
b596f98879
Include an up-to-date ChangeLog with every build
2019-06-30 12:45:03 +09:00
Olaf Meeuwissen
8b2fa76497
Merge branch 'yurchor:uk_update'
2019-06-27 20:00:38 +09:00
Olaf Meeuwissen
0dd1feec2d
po/uk.po: Remove trailing blank line
2019-06-27 20:00:05 +09:00
Yuri Chornoivan
d976a5124f
Update Ukrainian translation
2019-06-26 18:18:47 +03:00
Olaf Meeuwissen
bf00b9f49c
Use git to put a version in configure
...
CI has been using this for a long time. Now that generated files are
no longer in the repository, new clones require autotools already and
adding a git requirement doesn't seem like a big burden.
2019-06-25 21:54:37 +09:00
Olaf Meeuwissen
2ab39228b9
Ignore generated English message catalogs w/ quotation marks
2019-06-25 21:52:48 +09:00
Olaf Meeuwissen
9bbb2b37a1
Bump Alpine build from 3.9 to 3.10
2019-06-20 20:02:15 +09:00
Olaf Meeuwissen
f3577168d2
autogen.sh: Fix out-of-tree invocation
...
The check for unsubstituted macros on configure would silently pass
if configure was not created in the current working directory.
2019-06-20 19:47:32 +09:00
Povilas Kanapickas
ec1a614d6b
Merge branch 'genesys-canoscan-8600f' into 'master'
...
genesys: Preparation for infrared channel support on 8600F
See merge request sane-project/backends!82
2019-06-20 08:58:33 +00:00
Olaf Meeuwissen
f901462f99
Fix AS_CASE clause matching
...
See https://alioth-lists.debian.net/pipermail/sane-devel/2019-June/036809.html
2019-06-19 21:12:51 +09:00
Povilas Kanapickas
46e98476ac
Merge branch 'genesys-canoscan-8600f' into 'master'
...
genesys: Add initial support for 2400 and 4800 dpi transparency scanning on CanoScan 8600F
See merge request sane-project/backends!81
2019-06-16 15:40:29 +00:00
Olaf Meeuwissen
6d95bc191f
Drop unneeded C++ compiler flag additions to AM_CXXFLAGS. Re #92
...
The AX_CXX_COMPILE_STDCXX_11 macro takes care of doing so if needed
already.
2019-06-16 21:43:18 +09:00
Olaf Meeuwissen
a4862d8526
Predicate genesys compilation on documented variable. Re #92
2019-06-16 21:43:18 +09:00
Rolf Bensch
424bb7d923
INSTALL.linux: add missing development environment packages
2019-06-16 13:13:48 +02:00
Olaf Meeuwissen
4c05fb4742
Merge branch 'backend/as6e' into 'master'
...
as6e: Avoid out of bound access
See merge request sane-project/backends!31
2019-06-15 06:50:27 +00:00
Olaf Meeuwissen
cadf5a9b1a
Prevent segfault in case strndup cannot allocate memory
...
This complements 18f9e5598c
2019-06-15 14:45:36 +09:00
Olaf Meeuwissen
f9eb32317a
Merge branch 'sanei-usb-testing-mode-prep' into 'master'
...
sanei: Preparation to support capture and replay of USB data for testing
See merge request sane-project/backends!74
2019-06-15 05:43:06 +00:00
Olaf Meeuwissen
d22516c76a
Merge branch 'remove-autoconf-generated-files' into 'master'
...
Remove autoconf generated files
See merge request sane-project/backends!72
2019-06-12 10:48:14 +00:00
Povilas Kanapickas
9173e5dbdd
genesys: Merge XPA lamp setup to a single function
2019-06-08 14:04:30 +03:00