1
0
mirror of https://gitlab.gnome.org/GNOME/evince synced 2024-07-02 15:48:59 +00:00
Go to file
Pablo Correa Gómez d885abb32c ev-progress-message-area: don't set show close button on infobar
This is a leftover from
d269d4ad4f. Settting the close button is
the default since that commit

Avoids:

Gtk-CRITICAL **: 19:38:23.643: gtk_info_bar_set_show_close_button: assertion 'GTK_IS_INFO_BAR (info_bar)' failed

which I was able to reproduce whenevern trying to print and then
cancelling the operation.
2023-10-21 11:37:27 +00:00
.gitlab/issue_templates issue_templates/Default.md: add default template 2023-08-24 23:30:37 +02:00
.gitlab-ci ci: Update pre-installed packages 2023-03-22 10:13:18 -03:00
backend DOAP / metainfo: Replace non-existing mailing list with GNOME Discourse URL 2023-09-19 16:05:47 +02:00
build-aux build: Update flatpak dependencies 2023-07-03 18:08:08 -04:00
cut-n-paste Update libgd to current master to fix #1242 2023-01-17 20:35:11 +00:00
data appdata: add vcs-browser URL support 2023-10-14 18:54:38 +00:00
help help: Fix invalid markup in Hungarian translation 2023-10-04 21:31:28 +02:00
libdocument libdocument: simplify freeing memory by better exploiting glib functions 2023-03-24 09:58:48 +01:00
libmisc EvSearchBox: make buttons don't grab focus on click 2023-06-22 00:08:54 -04:00
libview ev-view: do not define unnecessary function prototype ahead 2023-10-14 19:08:57 +00:00
po Update Turkish translation 2023-10-21 09:06:10 +00:00
previewer previewer/meson: do not add extra dependencies for gnome.compile_resources 2023-06-18 21:58:25 +00:00
properties properties: simplify freeing memory by better exploiting glib functions 2023-03-24 09:58:48 +01:00
shell ev-progress-message-area: don't set show close button on infobar 2023-10-21 11:37:27 +00:00
subprojects meson: remove libhandy subproject 2023-03-22 13:41:48 +00:00
thumbnailer thumnailer: Remove trailing whitespaces 2023-03-22 20:15:51 +00:00
.editorconfig .editorconfig: allow trailing whitespaces in some non-code files 2023-06-20 15:27:24 +00:00
.git-blame-ignore-refs git-blame-ignore-refs: add commit from ec-checker fixes 2023-06-20 18:27:32 +02:00
.gitignore build: add usual meson build directory to gitignore 2020-06-07 18:45:19 +02:00
.gitlab-ci.yml ci: Set tag for docker image to build against gtk3 2023-10-14 14:35:23 +00:00
AUTHORS Release 0.8.0 2007-03-12 21:16:03 +00:00
ChangeLog.pre-git Fix spelling of *dependency* 2016-07-16 11:55:01 +02:00
check-news.sh build: Add support for validating appdata versions 2023-06-18 12:08:17 +02:00
CONTRIBUTING.md Fix files not addering to code style defined in editorconfig 2023-06-20 15:27:24 +00:00
COPYING Update FSF address everywhere. 2010-04-05 11:24:46 +02:00
evince-document.h all: Replace include guards with pragma once 2021-12-15 02:24:07 +00:00
evince-view.h all: Replace include guards with pragma once 2021-12-15 02:24:07 +00:00
evince.doap DOAP / metainfo: Replace non-existing mailing list with GNOME Discourse URL 2023-09-19 16:05:47 +02:00
MAINTAINERS data: update maintainers list 2023-03-22 15:41:35 -03:00
meson_options.txt build: Disable nautilus extension by default 2022-10-26 18:17:29 +02:00
meson.build Release 45.0 2023-09-18 17:54:59 -03:00
NEWS Release 45.0 2023-09-18 17:54:59 -03:00
NEWS-security.md NEWS: Add CVE numbers close their release notes 2018-08-01 16:03:51 -04:00
NOTES Fix files not addering to code style defined in editorconfig 2023-06-20 15:27:24 +00:00
README.commits README: Remove defunct mailing list; update IRC 2023-09-15 22:13:38 +02:00
README.md Fix files not addering to code style defined in editorconfig 2023-06-20 15:27:24 +00:00
TODO Updated bug list url 2020-10-30 11:11:11 +00:00

evince-logo Evince

Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript. For more general information about Evince please visit our website at https://wiki.gnome.org/Apps/Evince.

This software is licensed under the GPLv2.

flatpak

Evince Requirements

Evince Optional Backend Libraries

Default branch renamed to main

The default development branch of Evince has been renamed to main. To update your local checkout, use:

git checkout master
git branch -m master main
git fetch
git branch --unset-upstream
git branch -u origin/main
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main