Wykres commitów

352 Commity (cc1ce1c7ea88b5099e71540c04cfd3d8a8ba9392)

Autor SHA1 Wiadomość Data
ThierryFR cc1ce1c7ea Merge branch 'gtk3-locales' into 'master'
Add translation

See merge request sane-project/frontends!21
2025-06-03 21:23:49 +00:00
Ordissimo db3145ab26 Merge branch 'master' of https://gitlab.com/sane-project/frontends into gtk3-locales 2025-06-03 23:23:25 +02:00
Ordissimo 8c62a4a5ad Fix translation 2025-06-03 22:58:29 +02:00
Ordissimo 995821e80e Revert "Fix translation"
This reverts commit 36fed73f24.
2025-06-03 22:58:09 +02:00
Ordissimo 555cfa374d Revert "Fix translation"
This reverts commit 81b08eec0f.
2025-06-03 22:57:56 +02:00
Ordissimo 2759282115 Revert "Fix translation"
This reverts commit 9ea9ab1d9e.
2025-06-03 22:57:44 +02:00
Ordissimo 8b3835dd62 Revert "Fix translation."
This reverts commit da4a24cf39.
2025-06-03 22:57:29 +02:00
Ordissimo 379614659f Fix translation. 2025-06-03 22:57:12 +02:00
Ordissimo 096431a616 Fix translation 2025-06-03 22:56:56 +02:00
Ordissimo e4560a3ce5 Fix translation 2025-06-03 22:56:42 +02:00
Ordissimo 39019e905b Fix translation 2025-06-03 22:56:18 +02:00
Ordissimo 1da054f437 Fix autotools 2025-06-03 22:55:50 +02:00
Ordissimo 17ceac0940 Finish translation 2025-06-03 22:55:23 +02:00
Ordissimo 7372ac7566 Setting up project translation 2025-06-03 22:52:22 +02:00
Ralph Little 51890e5b07 Merge branch 'master' into 'master'
Fix selection

See merge request sane-project/frontends!17
2025-06-03 12:52:23 -07:00
Ralph Little 6aeab9c4a2 Merge branch 'build_rework' into 'master'
First pass rebuilding the automake files.

See merge request sane-project/frontends!20
2025-06-03 11:38:20 -07:00
Ralph Little 79479d4740 build: updated option message help 2025-06-03 11:35:34 -07:00
Ralph Little 3acc4ff65c build: optional build of libgtksane library.
Can't build this library if there is no libgtk.
2025-06-03 10:17:17 -07:00
Ralph Little 3ef7ca24e6 build: various build system corrections for dist. 2025-06-03 08:47:01 -07:00
Ralph Little b87b8ad9ba First pass rebuilding the automake files. 2025-06-03 00:03:06 -07:00
Ordissimo 17bf222bdf Fix selection 2024-12-15 11:46:51 +01:00
Ralph Little 5c148771d2 Merge branch '41-configure-script-should-exit-with-a-non-zero-code-if-a-problem-occurs' into 'master'
Resolve "configure script should exit with a non-zero code if a problem occurs"

Closes #41

See merge request sane-project/frontends!15
2024-10-23 05:07:08 +00:00
Ralph Little 5e48e697b7 configure.in: removed eror message for missing sane-backends.
We now use PKG_CHECK_MODULES to detect sane-backends which will fail if not found.
2024-10-22 22:05:06 -07:00
Ralph Little 17c9114eb1 Merge branch 'gtk3' into 'master'
Gtk3

Closes #13

See merge request sane-project/frontends!6
2024-10-22 20:56:30 +00:00
ThierryFR 0b8907221d Gtk3 2024-10-22 20:56:29 +00:00
Ralph Little 2e93f931df Merge branch 'scanadf_h_d_sigsegv' into 'master'
src/scanadf.c: Fix segfault when `scanadf -h -d <device>`

See merge request sane-project/frontends!12
2024-10-19 16:08:45 +00:00
Zdenek Dohnal 4fa58ef662 src/scanadf.c: Fix segfault when `scanadf -h -d <device>`
scanadf segfaults when printing help for a specific device, because
device handle is closed before `scanadf_exit()`, but not set to NULL.

Fixes Fedora bugzilla 2225209
2023-07-26 10:22:31 +02:00
Ralph Little a7fec47bec Merge branch 'macos10.15-compile-fixes' into 'master'
Compile fixes for macOS 10.15 and later

See merge request sane-project/frontends!8
2023-02-12 02:03:23 +00:00
Ralph Little e25307a8a7 Update .gitlab-ci.yml file 2023-02-12 01:56:48 +00:00
Michael Klein c33752c719 sanei: replace non-portable isfdtype() with fstat() 2023-02-11 16:27:26 +01:00
Ralph Little 013a47c03b Merge branch 'remove_lib' into 'master'
lib: Remove bundled implementation of glibc funcs

See merge request sane-project/frontends!11
2023-02-11 02:12:23 +00:00
Zdenek Dohnal 6d9554dbf0 lib: Remove bundled implementation of glibc funcs
The functions implemented in the files are common at present, so IMHO we
can start using the system ones.

This prevents licensing issues (frontends has to mention the file's
license in case it is bundled in) and security issues (in case of
security issue the fix has to be applied to all bundled files as well).
2023-02-09 15:56:03 +01:00
Ralph Little 0d7bff9d8f Merge branch 'c99' into 'master'
C99 compatibility fixes

See merge request sane-project/frontends!9
2023-01-20 05:27:45 +00:00
Florian Weimer d0e542df76 configure: Add missing <sys/socket.h> updates
Commit 7ebdf2cd62 ("scanadf: fixes for
various compilation warnings") missed these updates.
2023-01-17 16:27:10 +01:00
Florian Weimer 25e9a5e13e configure: Include <stdlib.h> for system, exit
Otherwise the conf.sanetest check will always fail with compilers
that do not support implicit function declarations.
2023-01-17 16:23:26 +01:00
Ralph Little b2b5f1ca61 Merge branch 'scanadf-L-sigsegv' into 'master'
src/scanadf.c: Use scanadf_exit() when listing devices

See merge request sane-project/frontends!7
2022-10-12 16:28:27 +00:00
Zdenek Dohnal 22d951a407 src/scanadf.c: Use scanadf_exit() when listing devices
It prevents segfault in genesys backend when exiting - the backend wants
to use a function which is already freed.
2022-10-12 12:27:31 +02:00
Ralph Little 4c234b1512 Merge branch '25-xscanimage-crashes-with-test-backend' into 'master'
Resolve "xscanimage crashes with test backend"

Closes #25

See merge request sane-project/frontends!4
2021-08-25 03:39:33 +00:00
Ralph Little 02478dc10b scanadf: added missing call to sane_exit()
Failure to call sane_exit() which causes issues in genesys backend
termination.
2021-08-24 20:30:25 -07:00
Ralph Little 009b99cb02 xscanimage: don't set curves that are hidden and uncreated. 2021-08-24 20:20:33 -07:00
Ralph Little 0d96bd19fb Merge branch '22-scanadf-l-crashes' into 'master'
Resolve "scanadf -L crashes"

Closes #22

See merge request sane-project/frontends!2
2021-04-06 16:29:01 +00:00
Ralph Little 7ebdf2cd62 scanadf: fixes for various compilation warnings 2021-04-06 09:27:09 -07:00
Olaf Meeuwissen 572980c815 Merge branch 'scanadf_segv' into 'master'
scanadf.c: implement dedicated exit function to prevent SIGSEGV

Closes #19

See merge request sane-project/frontends!1
2020-09-27 09:42:13 +00:00
Zdenek Dohnal 6eefbc70f5 scanadf.c: implement dedicated exit function to prevent SIGSEGV 2020-08-20 13:23:08 +02:00
Olaf Meeuwissen a6615c06cc Update references to the SANE Standard documentation
Also fixes up minor typos in include/sane/sanei.h.
2020-03-07 17:18:52 +09:00
Olaf Meeuwissen c270790e01 Revert "Bump CI image version from Debian 8 to Debian 9 (stretch)"
This reverts commit 41c62621d6 to get
the pipeline green again.  It looks like the broken pipeline caused
the website pipeline to fail on downloading the frontends artifact.
Not sure why it hasn't failed earlier.
2019-08-07 20:48:57 +09:00
Olaf Meeuwissen 41c62621d6 Bump CI image version from Debian 8 to Debian 9 (stretch) 2019-07-22 19:43:29 +09:00
Olaf Meeuwissen c3e739702f Remove accidently committed patch 2018-05-13 20:12:27 +09:00
Olaf Meeuwissen 2275d0cf08 Update mailing lists addresses to new location 2018-04-18 21:31:48 +09:00
Olaf Meeuwissen f803c74554 Fix typo in URL 2018-04-18 21:06:55 +09:00