Wykres commitów

12523 Commity (707-xerox_mfp-scx-4521-fixes-are-not-merged)

Autor SHA1 Wiadomość Data
Matthew Gilmore 3222d342eb Less stack diddling 2023-02-10 04:13:13 +00:00
Matthew Gilmore 8072c2e895 batch-prompt - handle EOF and \n more accurately 2023-02-09 20:06:30 -08:00
Ralph Little 971a5a2e92 Merge branch 'master' into 'master'
po: add initial Georgian translation

See merge request sane-project/backends!780
2023-02-09 17:29:36 +00:00
NorwayFun 36d204e3fd po: add Georgian translation 2023-02-09 12:12:00 +00:00
NorwayFun b4ad09be99 Update LINGUAS: add Georgian 2023-02-09 12:11:10 +00:00
Ralph Little 53e227d171 Merge branch 'clang-16' into 'master'
acinclude.m4: fix -Wimplicit-function-declaration

See merge request sane-project/backends!763
2023-02-07 05:38:09 +00:00
Ralph Little b9fbe0b82e scanimage: handle backends that provide options with null attributes
HPAIO backend in some instances provides options that have NULL name.
It might be that it is using SETTABLE flag to disable options rather
than removing them from the options list. Or it might just be a
backend bug.
2023-02-04 16:16:54 -08:00
Ralph Little e3c1c0e000 doc: Updates to en_GB translations.
Not much to add, just confirming new messages.
2023-02-04 09:40:07 -08:00
Ralph Little 6b588b0d93 Merge branch 'uk_update2' into 'master'
Update Ukrainian translation

See merge request sane-project/backends!779
2023-02-01 17:19:56 +00:00
Yuri Chornoivan 6220b21429 Update Ukrainian translation 2023-02-01 18:53:17 +02:00
m. allan noah 573ca4b453 update canon_dr.desc for #552
Several canon scanners can operate as a mass storage device, holding
the windows software. They have a different USB PID in that case.
2023-01-27 18:09:57 -05:00
Ralph Little 7ee6327d3c Merge branch '634-llvm-15-on-freebsd-support-for-sane-backends-1-1-1' into 'master'
Resolve "LLVM 15 on FreeBSD support for sane-backends 1.1.1"

Closes #634

See merge request sane-project/backends!777
2023-01-07 07:48:17 +00:00
Ralph Little 370547fc60 scanimage, jpegtopdf: fixes for FreeBSD header definitions. 2023-01-06 23:36:43 -08:00
Ordissimo 4033ea23b6 Merge branch 'escl-add-espon-L3160' into 'master'
escl: add Epson EcoTank L3160 support.

Closes #632

See merge request sane-project/backends!776
2023-01-06 13:57:39 +00:00
Ordissimo 109a82f0fe escl: add Epson EcoTank L3160 support. 2023-01-06 14:42:11 +01:00
Ralph Little 7e85f737d0 Merge branch 'master' into 'master'
Update Russian translation

See merge request sane-project/backends!775
2022-12-28 18:11:42 +00:00
Mariya Shikunova e840ad7fa3 update translation 2022-12-28 08:50:11 +03:00
Ralph Little fea8ad2b99 Merge branch 'mg5700_buttons' into 'master'
pixma: MG5700 button-controlled scan

See merge request sane-project/backends!774
2022-12-21 17:37:30 +00:00
András Wacha 6352b00d6c
Made scan buttons work for Canon Pixma MG5700 2022-12-21 17:12:42 +01:00
Ralph Little f15a40c1bb scanimage: default buffer size increased to 1MB
Because -B argument was optional and specified 1MB if left out I have
made the argument mandatory now and updated the man page to match.
2022-12-04 10:00:47 -08:00
Ralph Little fc77717507 scanimage: some prep clean up work.
- reduce scope of some variables
- move full_optstring to global so that scanimage_exit can clean it up
- initialize global variables. Global statics are not initialized.
- some other more minor things
2022-12-04 09:29:02 -08:00
Ralph Little f9fe6d0ced Merge branch 'it-translation' into 'master'
Update 2 IT translations

See merge request sane-project/backends!772
2022-12-04 00:54:15 +00:00
Giovanni Cappellotto 506f539eda Update 2 IT translations
"Brightness" is "Luminosità", I'm 99.9% sure.

"Quality calibration" should be translated as "Calibrazione della
qualità" instead of "Qualità della calibrazione" because the subject is
"quality".
2022-12-03 16:23:38 -05:00
Ralph Little 15e1d83b9d Merge branch 'no_embedded_ldflags' into 'master'
sane-backends.pc.in: Don't embed LDFLAGS into libs.private

See merge request sane-project/backends!768
2022-11-30 18:19:16 +00:00
Zdenek Dohnal b3b44f1188 sane-backends.pc.in: Drop ldflags from the file
The ldflags variable is no longer used in the file because it embedded
LDFLAGS from build environment and LibGPhoto2 LDFLAGS, where the former
contains flags from the environment and can cause problems, and the
latter is empty.

With the state above, we can drop ldflags from pkgconfig file
completely.
2022-11-30 15:31:19 +01:00
Zdenek Dohnal ef3e8b06ab genesys: Add VID:PID for Plustek OpticFilm 7600i and 8100 2022-11-22 10:57:24 +01:00
thierry1970 42d1143c0a pixma: add new models 2022-11-21 11:04:03 +01:00
m. allan noah ba1b68e6e9 canon_dr backend v64
- add complete support for imprinters on X10C (#585)

The vast majority of the work here was originally done in !706 by
Charles Quarra. I had some merge conflicts, and it was easier to
pull all his work into a patch and apply it myself.

The only changes I made were minor updates to comments, and adding
an imprinter group option. Sorry for the loss of attribution, and
thanks Charles!
2022-11-18 21:14:28 -05:00
m. allan noah bab852c5bb canon_dr backend v63
- minor tweaks to support for reading the total and roller counters
2022-11-18 19:23:10 -05:00
m. allan noah b9e11b1149 Merge branch 'canon-dr-x10c-counters' into 'master'
Adds support for total and roller counters

See merge request sane-project/backends!738
2022-11-18 23:40:02 +00:00
Charles Quarra 933b53608d Adds support for total and roller counters 2022-11-18 23:40:01 +00:00
m. allan noah 9144eada44 add fujitsu ScanSnap iX1400, fixes #555 2022-11-18 14:19:23 -05:00
m. allan noah 87e9be4be5 add ScanSnap iX1300 to fujitsu desc and conf 2022-11-17 21:24:45 -05:00
m. allan noah 190fa52619 epjitsu backend v33
- S1300i: fix color plane offset at 225 and 330 dpi (fixes #538)
2022-11-17 20:52:29 -05:00
m. allan noah 6acd5366cb epjitsu backend v32
- fix hanging scan when using source = ADF Back (fixes #601)
- minor improvements to .desc and manpage
2022-11-15 22:01:19 -05:00
m. allan noah eb52b43762 fujitsu documentation updates
- minor tweaks to text of manpage
- update the desc file status of some unsupported scanners
2022-11-15 19:36:53 -05:00
m. allan noah fa29906201 fujitsu backend v139
- move updated window_gamma logic to set_window
- use internal gamma table if possible (fixes #618)
2022-11-15 18:26:20 -05:00
m. allan noah 7547ee04e1 more fujitsu desc and conf for fi-8xxx 2022-11-09 23:34:19 -05:00
m. allan noah 642160ef97 fujitsu desc and conf updates
- add fi-81xx scanners
- clean up desc file comments
2022-11-09 20:44:14 -05:00
Sam James 300b460970
acinclude.m4: fix -Wimplicit-function-declaration
-Wimplicit-function-declaration will become an error by default
in Clang 16.

Fixes errors like:
```
error: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
```

Signed-off-by: Sam James <sam@gentoo.org>
2022-11-04 04:04:46 +00:00
Ralph Little 436c507ade Merge branch '616-bug-in-current-release-libsane-for-ubuntu-22-04-1-with-samsung-scx-4828-fn' into 'master'
Resolve "BUG in current release libsane for Ubuntu 22.04.1 with Samsung SCX-4828 FN"

Closes #616

See merge request sane-project/backends!760
2022-10-22 01:44:52 +00:00
Ralph Little 388d75715f xerox_mfp: Added 4x28 to JPEG blacklist.
User reports the common JPEG problem with his Samsung SCX-4828 FN.
Machine announces itself as "Samsung SCX-4x28 Series"
2022-10-21 18:32:30 -07:00
Ralph Little b2a5a41be9 Merge branch 'ir1022a' into 'master'
pixma: add support for imageRUNNER 1018/1022/1023

See merge request sane-project/backends!759
2022-10-06 19:37:58 +00:00
Michał Kopeć 6740b47bca
pixma: add support for imageRUNNER 1018/1022/1023
Add support for Canon imageRUNNER 1018/1022/1023 models, which all share the
same USB PID. Add it as a copy of MF6500.

Tested with an iR1022A model. Flatbed and ADF both work correctly.

Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2022-10-06 11:09:58 +02:00
Povilas Kanapickas 6b99447f5b Merge branch '597-failed-to-build-from-source-with-gcc-12' into 'master'
Resolve "Failed to build from source with GCC-12"

Closes #597

See merge request sane-project/backends!757
2022-10-04 05:29:20 +00:00
Pim van Tend 9afa6f6e74 Merge branch 'lide70_corrections' into 'master'
canon_lide70: Some small corrections.

See merge request sane-project/backends!758
2022-10-03 12:25:00 +00:00
Ralph Little ac11086cec canon_lide70: Some small corrections. 2022-10-02 18:27:45 -07:00
Ralph Little edfc90450e genesys: corrections to include file order.
minigtest.h has items that require the definitions in tests_printers.h.
Pre-GCC-12, this didn't seem to matter but GCC12 seems to have a
problem with this and requires the template definitions to have already
appeared.
2022-10-02 18:14:25 -07:00
Ralph Little 1da0970a7e Merge branch 'sane_canon_show_modelname' into 'master'
[canon] Use the common model name instead of string from the device

See merge request sane-project/backends!756
2022-09-21 17:23:46 +00:00
Zdenek Dohnal 0d7543ec65 backend/canon.c: Use the common model name instead internal string 2022-09-21 17:57:35 +02:00