]>
gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/log
Bastian Dehn [Wed, 6 Mar 2024 20:56:57 +0000 (21:56 +0100)]
 
read all bytes at once
Bastian Dehn [Wed, 6 Mar 2024 20:18:39 +0000 (21:18 +0100)]
 
change client all variable first in method
Bastian Dehn [Wed, 6 Mar 2024 20:00:03 +0000 (21:00 +0100)]
 
config decleration variables first
Bastian Dehn [Wed, 6 Mar 2024 19:54:05 +0000 (20:54 +0100)]
 
declare null pointer opt first in method
Bastian Dehn [Wed, 6 Mar 2024 19:08:48 +0000 (20:08 +0100)]
 
change init null variables in handler top of methods
Bastian Dehn [Tue, 5 Mar 2024 22:13:07 +0000 (23:13 +0100)]
 
Merge branch 'feature/hiddenoption' into develop
Bastian Dehn [Tue, 5 Mar 2024 16:49:47 +0000 (17:49 +0100)]
 
set old config for new session
Bastian Dehn [Mon, 4 Mar 2024 20:39:39 +0000 (21:39 +0100)]
 
hidden output type option get default
Bastian Dehn [Mon, 4 Mar 2024 20:24:52 +0000 (21:24 +0100)]
 
make auto start hidden option default on
Bastian Dehn [Mon, 4 Mar 2024 19:55:19 +0000 (20:55 +0100)]
 
disable auto start option
Bastian Dehn [Mon, 4 Mar 2024 19:48:43 +0000 (20:48 +0100)]
 
remove special option combination
Bastian Dehn [Mon, 4 Mar 2024 18:58:18 +0000 (19:58 +0100)]
 
change autostart always on
Bastian Dehn [Sun, 3 Mar 2024 09:11:04 +0000 (10:11 +0100)]
 
reduce debug level to info
Bastian Dehn [Sun, 3 Mar 2024 09:04:06 +0000 (10:04 +0100)]
 
disable ssl verification
Bastian Dehn [Sun, 3 Mar 2024 08:56:49 +0000 (09:56 +0100)]
 
fix memory leak config read
Bastian Dehn [Sun, 3 Mar 2024 08:45:36 +0000 (09:45 +0100)]
 
get config stream return value
Bastian Dehn [Sun, 3 Mar 2024 08:18:22 +0000 (09:18 +0100)]
 
Merge branch 'feature/confuse' into develop
Bastian Dehn [Sun, 3 Mar 2024 08:18:11 +0000 (09:18 +0100)]
 
migrate to confuse config read
Bastian Dehn [Sun, 3 Mar 2024 07:25:11 +0000 (08:25 +0100)]
 
add library confuse
Bastian Dehn [Sat, 2 Mar 2024 21:57:59 +0000 (22:57 +0100)]
 
Merge branch 'feature/config' into develop
Bastian Dehn [Sat, 2 Mar 2024 21:55:47 +0000 (22:55 +0100)]
 
fix installing config not exists
Bastian Dehn [Sat, 2 Mar 2024 21:51:25 +0000 (22:51 +0100)]
 
close session with config scanner name
Bastian Dehn [Sat, 2 Mar 2024 21:39:01 +0000 (22:39 +0100)]
 
change usernmae and url from config file
Bastian Dehn [Sat, 2 Mar 2024 21:02:16 +0000 (22:02 +0100)]
 
add config read tool read config
Bastian Dehn [Sat, 2 Mar 2024 20:55:21 +0000 (21:55 +0100)]
 
add read config file
Bastian Dehn [Sat, 2 Mar 2024 20:28:16 +0000 (21:28 +0100)]
 
read config file into memory
Bastian Dehn [Sat, 2 Mar 2024 20:00:58 +0000 (21:00 +0100)]
 
read with wile loop config
Bastian Dehn [Sat, 2 Mar 2024 19:57:12 +0000 (20:57 +0100)]
 
read multiple lines
Bastian Dehn [Sat, 2 Mar 2024 19:28:07 +0000 (20:28 +0100)]
 
fix length of key
Bastian Dehn [Sat, 2 Mar 2024 19:19:23 +0000 (20:19 +0100)]
 
add multiple value test
Bastian Dehn [Sat, 2 Mar 2024 18:53:43 +0000 (19:53 +0100)]
 
add empty config test
Bastian Dehn [Sat, 2 Mar 2024 18:40:45 +0000 (19:40 +0100)]
 
get value key for scanner url
Bastian Dehn [Sat, 2 Mar 2024 18:38:57 +0000 (19:38 +0100)]
 
add trim config key
Bastian Dehn [Sat, 2 Mar 2024 18:27:16 +0000 (19:27 +0100)]
 
trim value after whitespace
Bastian Dehn [Sat, 2 Mar 2024 17:38:59 +0000 (18:38 +0100)]
 
add tim whitespace before value
Bastian Dehn [Sat, 2 Mar 2024 17:12:36 +0000 (18:12 +0100)]
 
get value without trim
Bastian Dehn [Sat, 2 Mar 2024 16:51:48 +0000 (17:51 +0100)]
 
get config key
Bastian Dehn [Sat, 2 Mar 2024 13:08:40 +0000 (14:08 +0100)]
 
add test for first scanner url extract
Bastian Dehn [Sat, 2 Mar 2024 13:06:22 +0000 (14:06 +0100)]
 
add test for read scanner url
Bastian Dehn [Sat, 2 Mar 2024 13:02:47 +0000 (14:02 +0100)]
 
add first init test for read config
Bastian Dehn [Sat, 2 Mar 2024 12:51:11 +0000 (13:51 +0100)]
 
fix test includes
Bastian Dehn [Sat, 2 Mar 2024 12:47:43 +0000 (13:47 +0100)]
 
add read config tool
Bastian Dehn [Sat, 2 Mar 2024 12:43:45 +0000 (13:43 +0100)]
 
add example config scanner url
Bastian Dehn [Sat, 2 Mar 2024 11:55:49 +0000 (12:55 +0100)]
 
remove lib config
Bastian Dehn [Sat, 2 Mar 2024 11:22:57 +0000 (12:22 +0100)]
 
install config file in right place
Bastian Dehn [Sat, 2 Mar 2024 11:12:55 +0000 (12:12 +0100)]
 
add library sane backend path
Bastian Dehn [Sat, 2 Mar 2024 10:46:21 +0000 (11:46 +0100)]
 
remove install path
Bastian Dehn [Sat, 2 Mar 2024 10:43:53 +0000 (11:43 +0100)]
 
add find package path status message
Bastian Dehn [Sat, 2 Mar 2024 08:52:06 +0000 (09:52 +0100)]
 
add empty config file
Bastian Dehn [Sat, 2 Mar 2024 08:35:48 +0000 (09:35 +0100)]
 
Merge branch 'sort/options' into develop
Bastian Dehn [Sat, 2 Mar 2024 08:14:04 +0000 (09:14 +0100)]
 
remove gamm table options
Bastian Dehn [Sat, 2 Mar 2024 07:12:34 +0000 (08:12 +0100)]
 
remove read only option binarization mode
Bastian Dehn [Sat, 2 Mar 2024 07:03:35 +0000 (08:03 +0100)]
 
move color to position three
Bastian Dehn [Sat, 2 Mar 2024 06:56:22 +0000 (07:56 +0100)]
 
move scan source up to position two
Bastian Dehn [Fri, 1 Mar 2024 19:03:55 +0000 (20:03 +0100)]
 
add geometry group
Bastian Dehn [Fri, 1 Mar 2024 18:48:30 +0000 (19:48 +0100)]
 
bit depth after color mode
Bastian Dehn [Fri, 1 Mar 2024 18:36:20 +0000 (19:36 +0100)]
 
scan stop flatbet and feed scan
Bastian Dehn [Fri, 1 Mar 2024 17:30:15 +0000 (18:30 +0100)]
 
remove input image properties
Bastian Dehn [Fri, 1 Mar 2024 16:49:32 +0000 (17:49 +0100)]
 
add recreate session when empty paper
Bastian Dehn [Thu, 29 Feb 2024 19:13:23 +0000 (20:13 +0100)]
 
remove implicit free
Bastian Dehn [Thu, 29 Feb 2024 18:52:01 +0000 (19:52 +0100)]
 
method name without bigger char
Bastian Dehn [Thu, 29 Feb 2024 16:14:40 +0000 (17:14 +0100)]
 
add cancel for start read and get params methods
Bastian Dehn [Thu, 29 Feb 2024 15:51:28 +0000 (16:51 +0100)]
 
refactor response only in methods
Bastian Dehn [Wed, 28 Feb 2024 20:56:53 +0000 (21:56 +0100)]
 
add reset handler
Bastian Dehn [Wed, 28 Feb 2024 20:03:51 +0000 (21:03 +0100)]
 
reset cancel by cancel run
Bastian Dehn [Wed, 28 Feb 2024 19:25:30 +0000 (20:25 +0100)]
 
Revert "remove stop scan"
This reverts commit 
2c27789460669883e764ad5da0988bec817f21ed.
Bastian Dehn [Wed, 28 Feb 2024 19:24:06 +0000 (20:24 +0100)]
 
change pull status every time
Bastian Dehn [Wed, 28 Feb 2024 19:13:35 +0000 (20:13 +0100)]
 
add curl free
Bastian Dehn [Wed, 28 Feb 2024 18:59:57 +0000 (19:59 +0100)]
 
remove double code
Bastian Dehn [Wed, 28 Feb 2024 18:36:15 +0000 (19:36 +0100)]
 
Revert "get every time scanner status"
This reverts commit 
02624e1ef35c8a3fca3d5b57d0ba8c2cb1e5d077.
Bastian Dehn [Wed, 28 Feb 2024 15:51:51 +0000 (16:51 +0100)]
 
remove stop scan
Bastian Dehn [Wed, 28 Feb 2024 14:44:44 +0000 (15:44 +0100)]
 
get every time scanner status
Bastian Dehn [Wed, 28 Feb 2024 14:41:41 +0000 (15:41 +0100)]
 
reduce wait time for first picture
Bastian Dehn [Tue, 27 Feb 2024 19:39:14 +0000 (20:39 +0100)]
 
fix init get device info
Bastian Dehn [Tue, 27 Feb 2024 18:32:44 +0000 (19:32 +0100)]
 
malloc right public variable
Bastian Dehn [Tue, 27 Feb 2024 17:49:34 +0000 (18:49 +0100)]
 
remove no docs alert
Bastian Dehn [Tue, 27 Feb 2024 17:16:23 +0000 (18:16 +0100)]
 
add stop scan
Bastian Dehn [Tue, 27 Feb 2024 16:51:12 +0000 (17:51 +0100)]
 
read faster images
Bastian Dehn [Mon, 26 Feb 2024 20:40:00 +0000 (21:40 +0100)]
 
get metadata by start
Bastian Dehn [Mon, 26 Feb 2024 19:26:31 +0000 (20:26 +0100)]
 
remove verify
Bastian Dehn [Mon, 26 Feb 2024 19:17:20 +0000 (20:17 +0100)]
 
do not set option when scanner is started
Bastian Dehn [Mon, 26 Feb 2024 19:15:26 +0000 (20:15 +0100)]
 
fix scan rgb
Bastian Dehn [Mon, 26 Feb 2024 19:13:40 +0000 (20:13 +0100)]
 
not scan start parameter good
Bastian Dehn [Mon, 26 Feb 2024 18:57:24 +0000 (19:57 +0100)]
 
add no doc for verify counter zero
Bastian Dehn [Mon, 26 Feb 2024 18:50:08 +0000 (19:50 +0100)]
 
return no docs when all scanned
Bastian Dehn [Mon, 26 Feb 2024 15:46:28 +0000 (16:46 +0100)]
 
fix gamma table values and descriptors
Bastian Dehn [Mon, 26 Feb 2024 15:04:25 +0000 (16:04 +0100)]
 
fix break switch case
Bastian Dehn [Mon, 26 Feb 2024 14:56:47 +0000 (15:56 +0100)]
 
fix activate blue gamma vector
Bastian Dehn [Sun, 25 Feb 2024 20:28:19 +0000 (21:28 +0100)]
 
remove code do not use with scan image
Bastian Dehn [Sun, 25 Feb 2024 20:11:28 +0000 (21:11 +0100)]
 
fix allocate ptr ptr
Bastian Dehn [Sun, 25 Feb 2024 19:59:55 +0000 (20:59 +0100)]
 
fix device name in list
Bastian Dehn [Sun, 25 Feb 2024 18:40:08 +0000 (19:40 +0100)]
 
fix scan with scanimage batch mode
Bastian Dehn [Sun, 25 Feb 2024 15:19:39 +0000 (16:19 +0100)]
 
set metadata by not start
Bastian Dehn [Sun, 25 Feb 2024 15:14:34 +0000 (16:14 +0100)]
 
fix verify two times
Bastian Dehn [Sun, 25 Feb 2024 15:11:17 +0000 (16:11 +0100)]
 
change get metadata by start
Bastian Dehn [Sun, 25 Feb 2024 14:25:15 +0000 (15:25 +0100)]
 
add verfy
Bastian Dehn [Sun, 25 Feb 2024 13:44:34 +0000 (14:44 +0100)]
 
every picture is last frame
Bastian Dehn [Sun, 25 Feb 2024 12:04:11 +0000 (13:04 +0100)]
 
reload option color set
Bastian Dehn [Sun, 25 Feb 2024 11:55:10 +0000 (12:55 +0100)]
 
Revert "remove get parameters is not started"
This reverts commit 
351e411e1d8126bac233c13de1c57527ac0d0493.
Bastian Dehn [Sun, 25 Feb 2024 10:50:32 +0000 (11:50 +0100)]
 
remove get parameters is not started