Ordissimo
72992f4e25
Fix segfault sane-escl.
2021-10-20 22:25:10 +02:00
Jindřich Makovička
1b5344ba56
escl: Follow the 302 redirects
...
Recent ipp-usb redirects from http://127.0.0.1 to http://localhost
2021-10-14 20:05:19 +02:00
Ordissimo
88934578ec
The name of the device, allows to disable the use of the PDF format.
2021-09-26 06:35:31 +00:00
Ordissimo
e1b5c43b56
Escl add models Epson ET-6100
2021-08-31 20:09:33 +00:00
Ordissimo
4929387246
Fix redirect request.
2021-08-23 07:57:32 +00:00
thierry1970
667d8f7acc
The job URL is adapted to the information provided by the value of the Location property.
2021-06-12 00:57:07 +02:00
Thierry HUCHARD
f99687b3cc
Fix scan all resolution with JPEG.
2021-03-31 17:35:40 +02:00
Olaf Meeuwissen
00df971593
Merge branch 'release/1.0.32' into 'master'
...
Release/1.0.32
Closes #122 and #248
See merge request sane-project/backends!594
2021-02-14 12:24:09 +00:00
Olaf Meeuwissen
e79adde8b2
Use URL to refer users to copies of the GPL and LGPL
...
With the exception of use in three quotes as well as our inlcuded copy
of the GPL, all use of the Free Software Foundation's postal address
has been removed.
Re #320 .
2021-02-12 17:41:38 +09:00
Thierry HUCHARD
5f2209ffd9
Use header to activate hack localhost.
2021-01-30 20:32:00 +01:00
Ordissimo
6f90442641
Fix sleep mode
2021-01-24 07:17:36 +00:00
Thierry HUCHARD
9dd8319a01
Utilise MakeAndModel pour le device au hack.
2021-01-17 17:23:56 +01:00
Thierry HUCHARD
4b6418476e
Allows to activate the hack from the configuration file, only the first form supports it.
2021-01-16 23:01:31 +01:00
Thierry HUCHARD
cb8b6d2ace
Fixed variable initialization.
2021-01-16 09:06:01 +01:00
Thierry HUCHARD
b24907c8a9
Fix scanjob for LaserJet FlowMFP M578 and LaserJet MFP M630.
2021-01-16 09:03:14 +01:00
Timo Teräs
891ccac3b6
escl: fix char_to_array memory allocation calculations
...
Too little memory allocated due to incorrect calculation.
Fixes #425
2021-01-15 16:46:12 +02:00
thierry1970
0293e662cf
Fix check poppler-glib, (see issue #422 ).
2021-01-14 13:20:17 +01:00
Thierry HUCHARD
fefc6f1818
The order of the parameters does not change the result.
2021-01-04 19:47:08 +01:00
Thierry HUCHARD
17023afb99
Get device informations with avahi.
2020-12-29 11:33:55 +01:00
thierry1970
1dbc316327
Fix messages and variable.
2020-12-22 16:14:44 +01:00
Ordissimo
4aa767327d
Choose the format according to availability and options.
2020-12-21 20:17:03 +00:00
thierry1970
c0dae7e8f5
refactoring options code
2020-12-21 18:16:31 +01:00
Thierry HUCHARD
a5181be71b
Fix a crash when asking for the list of options: scanimage -A
2020-12-19 22:04:30 +01:00
thierry1970
841680f610
Fix : Fixes the crash of devices that do not have a tray, discovered on the HP Deskjet 3760 device.
2020-12-16 13:41:31 +01:00
Thierry HUCHARD
8885312711
Fixes device discovery
2020-10-10 18:01:55 +02:00
thierry1970
cd768b3692
Check options scan and fix xml.
2020-09-18 15:47:45 +02:00
thierry1970
e281dfb0cd
Fix style.
2020-09-17 18:55:03 +02:00
thierry1970
fcbeeccbf0
Added options: Brightness, Threshold, Sharpen and Contrast.
2020-09-17 18:50:33 +02:00
Peter Marschall
950aded610
Apply 1 suggestion(s) to 1 file(s)
2020-09-06 07:29:49 +00:00
Peter Marschall
6e16f45b76
Apply 1 suggestion(s) to 1 file(s)
2020-09-06 07:29:44 +00:00
Peter Marschall
4f4278ab2d
spelling fixes for escl backend
2020-08-29 09:18:03 +02:00
pobrn
45f84a569c
respect 'local_only' parameter of sane_get_devices()
...
Certain backends do network scans even if the 'local_only'
parameter for 'sane_get_devices()' is true. Fix that.
Changes:
1. Modify 'sanei_configure_attach()' so that backend specific
data may be passed to the 'attach()' function.
2. Use this in certain backends to pass the value of the
'local_only' parameter so that network related activities
are only carried out when the value is false.
2020-08-12 12:29:38 +02:00
thierry1970
f52f4917e5
Error syntax
2020-06-05 11:45:21 +02:00
thierry1970
641c736c37
Replacement of printf by DBG.
2020-06-05 10:20:21 +02:00
thierry1970
0abdfa483f
If no data then the status is NO-DOCS.
2020-05-15 10:21:56 +02:00
thierry1970
1027e8aae0
Fix build.
2020-05-14 15:31:10 +02:00
thierry1970
bd8cb0e6aa
Code cleanup.
2020-05-14 14:03:20 +02:00
thierry1970
287a6bb88a
Test status device before scan and after.
2020-05-14 13:05:08 +02:00
Thierry HUCHARD
d9c377cf09
Fix style
2020-05-13 22:24:51 +02:00
Thierry HUCHARD
c66efc0faf
Allows the X and Y offset to be set to 0.
2020-05-13 22:20:55 +02:00
Thierry HUCHARD
29866b0b19
Fix status sane_read.
2020-05-13 20:33:01 +02:00
Ordissimo
5ad7708381
Merge branch 'escl-fix-status-adf' into 'master'
...
Refactoring of the adf status.
See merge request sane-project/backends!434
2020-05-11 14:58:38 +00:00
thierry1970
36ece1de84
Fix status for all vendors
2020-05-11 10:25:27 +02:00
Thierry HUCHARD
dc2b9aeade
JobState, if it exists, decides whether to proceed to the next page.
2020-05-10 22:20:30 +02:00
Thierry HUCHARD
70daed5132
Fix error name variable.
2020-05-10 15:11:30 +02:00
Thierry HUCHARD
64c1c8a865
Logic correction.
2020-05-10 01:28:49 +02:00
Thierry HUCHARD
c1d302f3d7
Adjuste status adf.
2020-05-09 23:48:48 +02:00
Thierry HUCHARD
296e73ae6b
escl get sane_cancel output
2020-05-09 15:42:33 +02:00
Thierry HUCHARD
f233792702
Update Adf status.
2020-05-09 10:03:39 +02:00
Thierry HUCHARD
c4d8cc424e
Update Adf status.
2020-05-09 09:50:15 +02:00