Wykres commitów

12678 Commity (94ce64e89ad66443c8f91b4ceda0277aa40a327c)

Autor SHA1 Wiadomość Data
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
Benoit Juin 1549f87198 handle cancel 2022-11-27 16:40:35 +01:00
Benoit Juin 2503ec8497 tweak options 2022-11-27 09:55:40 +01:00
Benoit Juin f8bd456aa5 remove useless edit 2022-11-26 22:23:28 +01:00
Benoit Juin 65c341b9d5 remove useless edit 2022-11-26 22:22:25 +01:00
Benoit Juin 6e488f3891 fix missing define 2022-11-26 22:20:26 +01:00
Benoit Juin d739ffb8f0 remove trailing whitepaces 2022-11-26 21:57:19 +01:00
Benoit Juin 185807a335 fix packet empty skip 2022-11-26 19:49:21 +01:00
Benoit Juin 0f9135def2 basic backend working 2022-11-26 15:05:49 +01:00
Benoit Juin eec401f5c3 data copy in progress 2022-11-26 08:45:57 +01:00
Benoit Juin 8efa358740 fix warnings 2022-11-26 08:16:54 +01:00
Benoit Juin 21f163e797 fix warnings 2022-11-26 08:15:11 +01:00
Benoit Juin 68d6519b6e fix packet forging 2022-11-26 07:43:23 +01:00
Benoit Juin e6cb0cf07e update packet forging 2022-11-26 07:14:45 +01:00
Benoit Juin a44127d1bc protocol implementation in progress 2022-11-26 06:36:57 +01:00
Benoit Juin d343dc963b protocol implementation in progress 2022-11-26 06:24:49 +01:00
Benoit Juin 315fe1fdf5 fix trailing whitespaces 2022-11-25 17:39:07 +01:00
Benoit Juin 51ba313173 backend in progress 2022-11-25 17:35:10 +01:00
Benoit Juin 175a8b0042 fix usb dependancies 2022-11-24 18:05:42 +01:00
Benoit Juin a9c3cfa4d7 fix usb dependancies 2022-11-24 18:01:04 +01:00
Benoit Juin ba3fd1dc4c remove new line 2022-11-24 17:36:37 +01:00
Benoit Juin 179257160b fix fedora build 2022-11-24 13:05:06 +01:00
Benoit Juin 8509c9dff4 trailing white space 2022-11-24 12:52:32 +01:00
Benoit Juin b19b324bf7 remove warnings 2022-11-24 12:49:58 +01:00
Benoit Juin ccfc476a07 Prepare backend build files 2022-11-24 12:08:29 +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