Wykres commitów

258 Commity (2d6fad58b4c61d59bec3879dab9ccf0c1b88dd11)

Autor SHA1 Wiadomość Data
Olaf Meeuwissen 7a2b112d20 Prefer make variables over literal substitutions
The AC_SUBST and PKG_CHECK_MODULE invocations in configure.ac as well as
acinclude.m4 are sufficient to trigger automake to insert initialization
logic for the variables these introduce.  There is no need to do this by
hand.  Wherever these values are needed, it is better to use a variable.
This allows for one-off overrides on the make command-line (without the
need to run ./configure) for one thing.
2016-06-13 21:50:36 +09:00
m. allan noah 2ecf18f6fb autoheader and automake
After recent PNG and SNMP changes, need to run autoheader and automake
2015-10-02 21:53:14 -04:00
Martin Kho 037346abfd Update dutch translation 2015-09-30 20:35:04 -04:00
m. allan noah 5e3074252a update translations with most recent backend changes 2015-09-28 21:21:56 -04:00
Yuri Chornoivan 9afbfc9de5 Update Ukrainian translation 2015-09-28 21:16:08 -04:00
Olaf Meeuwissen 2249775a56 Add Hungarian to the list of supported languages 2015-09-20 07:55:50 -04:00
Németh Tamás c83e11766a Add Hungarian message translations 2015-09-20 07:55:50 -04:00
m. allan noah 87bfd53512 Run autofoo for recent changes 2015-09-19 13:39:38 -04:00
Olaf Meeuwissen 005d71255e Look for POTFILES in the source directories
Fixes the `make distcheck` target.
2015-09-19 13:39:37 -04:00
Takayoshi OKANO 21e1bd9ddb Fix typos in Japanese translation 2015-09-19 12:02:57 -04:00
m. allan noah 7566619e53 rebuild with automake 1.14.1 2015-08-31 20:58:30 -04:00
Alessandro Zummo ccd15dc966 Revert "epsonds: enable double feed detection"
This reverts commit 005c3928a5.
2015-04-26 23:09:08 +02:00
Alessandro Zummo 005c3928a5 epsonds: enable double feed detection 2015-04-26 22:44:01 +02:00
Mark Buda c591d2b7da Correction of some spelling/grammatical errors in source code 2014-05-15 22:04:37 -04:00
m. allan noah 0d6c636149 updated translation from Martin Kho 2013-09-30 20:46:23 -04:00
m. allan noah 79bb4c58ab po/uk.po: updated by Yuri Chornoivan 2013-09-17 21:31:13 -04:00
Chris Bagwell bc2dc68fa5 Improve snmp detection when cross compiling.
Improving here means do not set LIBS/CFLAGS if library is not detected.
This prevents some unknown options based to ld when host is Linux and
target is mingw32/64.  Further improvements are needed if one wants this
snmp support when cross compiling to really work.

Also, to make commit bisectable, updated all autofoo files using
'autoreconf -i -f' and repatching ltmain.sh.

Also, test-driver was missing from git repo but the Makefile.in
checked in expected it to exist.
2013-08-15 13:10:39 -05:00
Stéphane Voltz 63d12e3ee9 add calibration file name option
- add an option to set calibration cache file name
- update man page and fr translation
2013-08-07 06:42:14 +02:00
Rolf Bensch 11ba184235 new button option --scan-resolution
detailed button option description
2013-07-18 22:45:45 +02:00
Gerhard Jaeger 54f6a05c0f Fixed typo 2013-02-20 20:01:53 +01:00
Rolf Bensch a087139805 update German translations for Canon Pixma scanners 2013-02-18 18:33:30 +01:00
Louis Lagendijk 3276babdec Added optional support in saned for systemd socket activation. This will allow for
using backend debugging using SANE_DEBUG_xxx to be used for saned controlled
scanning when using socket activation. When only the socket is received we
use the existing code path.
2013-01-10 20:59:26 +01:00
m. allan noah 9b142567fa Revert "forgot to do autoreconf"
This reverts commit aa6f185452.
2012-11-28 21:51:12 -05:00
Paul Newall aa6f185452 forgot to do autoreconf 2012-11-28 22:11:04 +00:00
Mattias Ellert 12c093b7ce Update Swedish translations 2012-10-22 11:23:11 +02:00
Rolf Bensch 2fd87afa64 updated Dutch translation from Martin Kho 2012-08-18 22:32:29 +02:00
m. allan noah 77c4ea1a7a Various cleanups for release 2012-07-24 21:17:15 -04:00
Rolf Bensch 76084da110 new scan modes for 48 bit flatbed scanners
- PIXMA_SCAN_MODE_COLOR_48 for 48 bit color scans
- PIXMA_SCAN_MODE_GRAY_16 for 24 bit grayscale scans
2012-06-27 10:49:09 +02:00
Rolf Bensch 9b83cf6dc4 new description for device specific option "source" 2012-04-17 11:02:08 +02:00
Rolf Bensch 9fc0ac9d1b color and grayscale negatives scan in TPU mode
for CS8800F and CS9000F
2012-04-04 15:15:18 +02:00
Rolf Bensch f80e74ea6f new German translations for pixma backend 2012-03-22 12:29:44 +01:00
Chris Bagwell e7f01c3b36 Add --disable-dynamic/--disable-preload and update docs
Options were in README but removed at some point.  They
are useful so add them back.

Document BACKENDS and PRELOADABLE_BACKENDS variables in
README as well as in configure --help output.
2011-11-08 21:28:30 -06:00
Chris Bagwell 5061c2d5b2 More mingw portability updates.
Add check for winsock2.h for socket.h replancement. Also, use this
check to add ws2_32 library. Also, switch all winsock.h references
to winsock2.h.

Add check for getuid and getpass; which are not on mingw.

Add a syslog() replacement that is basically a print(). This
is also used by vsyslog() replacement.

Comment out parts of replacement sigprocmask.c on mingw.

To support these configure.in changes, I need to rebuild all
related files with autoconf 2.68 and libtool 2.4. Hand ported
our sane-backend specific changes to newer ltmain.sh.
2011-11-06 12:40:00 -06:00
Mattias Ellert a7ad2b1b8b This "check" is "a (bank) check" not "to check" 2011-10-30 14:26:35 +01:00
Mattias Ellert 88151344ff Update Swedish translation 2011-10-30 13:50:42 +01:00
m. allan noah 5b9e4f68bb updated translation from cncsolutions.com.br 2011-07-07 10:45:11 -04:00
m. allan noah 2f656293c3 update all .po files 2011-06-06 22:10:51 -04:00
m. allan noah e4f634d68e add support for sanei_magic to kvs1025 backend 2011-06-06 20:52:25 -04:00
m. allan noah 483b0dc488 adding new kvs40xx backend 2011-06-06 14:28:55 -04:00
m. allan noah f263134181 updated translations 2011-02-10 21:00:14 -05:00
Reinhold Kainhofer 0cc0b31f86 Update developer docs about translations 2011-01-31 20:43:22 +01:00
m. allan noah b9b8d9ec33 add magicolor 2011-01-31 14:26:00 -05:00
m. allan noah 40e40989d9 rebuild autofoo for magicolor and snmp support 2011-01-18 21:31:13 -05:00
m. allan noah 09662f0792 updated german translation from Matthias Mailander 2011-01-18 10:17:46 -05:00
m. allan noah 8a1a22e6ad updated polish translation from Jakub Bogusz 2011-01-18 10:14:09 -05:00
Chris Bagwell 9de4dcd8a5 Fixes for "make distcheck" on cygwin.
Allow "make dist" when translations are disabled.
Allow "make check" to work by linking in liblib.la.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2011-01-02 20:00:22 -06:00
Chris Bagwell 650ea7cf8a update generate files using latest autoconf tools.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2011-01-02 13:07:31 -06:00
Alex Belkin 842c98d204 Added Samsung SCX-4500W scan over network support for xerox_mfp backend (by Alexander Kuznetsov).
autoconf and automake reconfigure.
2010-09-30 15:11:56 +04:00
m. allan noah 345bbe71f6 fix translation typo 2010-06-11 09:55:56 -04:00
m. allan noah edac97cdca Niash bugfix and fr.po translation update 2010-06-10 09:03:50 -04:00