~gnome3-team/simple-scan/+git/simple-scan:gnome-3-28

Last commit made on 2020-02-10
Get this branch:
git clone -b gnome-3-28 https://git.launchpad.net/~gnome3-team/simple-scan/+git/simple-scan

Branch merges

Branch information

Name:
gnome-3-28
Repository:
lp:~gnome3-team/simple-scan/+git/simple-scan

Recent commits

4be7ec5... by Robert Ancell

Fix scan shortcut keys no longer working.

9807755... by Rico Tzschichholz

Use GLib.List.deep_copy() to fix type-argument mismatch

daee59b... by Robert Ancell

Make all classes extent GLib.Object

This makes reference counting more consistent and fixes #79

5fc3835... by Rico Tzschichholz

libwepmix: Fix use of possibly unassigned local variable 'data'

143c593... by Rico Tzschichholz

Drop default value of non-automatic property for newer vala

5677ba3... by Rico Tzschichholz

Fix German translation

88b027c... by Robert Ancell

Use 18.04 LTS for CI

941081e... by Robert Ancell

Update README

0532d1e... by Robert Ancell

Keep scanning while pages are reordered

92798a3... by Earle Philhower

Handle NO_DOCS response during sane_read calls

The SANE API says that SANE_STATUS_NODOCS can be returned by sane_read.
This happens with scanner drivers that can't detect an ADF out of paper
until the reads begin.

When this happens, the frontend scanner should handle this as a normal
end of documents, and not an error.

When detected now, just clost the document and do not report a warning.