~ubuntu-desktop/evince/+git/master:wip/chpe/load-fd-backend-tiff

Last commit made on 2022-01-11
Get this branch:
git clone -b wip/chpe/load-fd-backend-tiff https://git.launchpad.net/~ubuntu-desktop/evince/+git/master

Branch merges

Branch information

Name:
wip/chpe/load-fd-backend-tiff
Repository:
lp:~ubuntu-desktop/evince/+git/master

Recent commits

ed72ea0... by Christian Persch <email address hidden>

tiff: Implement loading from file descriptor

FIXME: Implement save when source is FD.

3964fc7... by Christian Persch <email address hidden>

tiff: Remove trailing whitespaces

4d92724... by Boyuan Yang

Update Chinese (China) translation

af9afc4... by Lukas K <lu@0x83.eu>

shell: Use tabular figures for zoom level and page numbers

Without tabular figures, the decimal point and the leftmost
digit move around when zooming in and out (following the
proportional size of each digit).

With tabular figures, each figure uses the same space and
when zooming in and out (or switching pages), the numbers
stay in place.

See https://gitlab.gnome.org/GNOME/evince/-/merge_requests/414

b6237a2... by Qiu Wenbo <email address hidden>

doc: migrate to gi-docgen

Switch to gi-docgen to build the documentation.

Signed-off-by: Qiu Wenbo <email address hidden>

4eda0cc... by Qiu Wenbo <email address hidden>

ci: install gi-docgen for the CI image

Signed-off-by: Qiu Wenbo <email address hidden>

8b512ec... by Hugo Carvalho

Update Portuguese translation

1ed7bc5... by Yuri Chornoivan <email address hidden>

Update Ukrainian translation

687a2af... by Christian Persch <email address hidden>

pdf: Implement loading from file descriptor

a983e8d... by Christian Persch <email address hidden>

previewer: Allow passing the document and print settings as FDs

This allows passing FDs to the document and print settings files
which are already unlinked, so don't need --unlink-tempfile. It
makes sure the files are never left around even if the previewer
crashes.