-
47.09e383508 · ·
Papers 47.0 Papers has seen mostly maintenance work (fixing issues) and internal refactorings since 47.rc. Some changes we can highlight: * There is now information on how to create MacOS builds under the build-aux folder (Qiu Wenbo) * It is now possible to sign documents with digital certificates, like those stored in the national IDs of states like Estonia or Spain (Jan-Michael Brummer) * Url parsing in commandline arguments now supports RFC 8118 for URI parsing (Qiu Wenbo) * Windows support has been dropped due to the lack of a maintainer (Pablo Correa Gomez) * Bugs fixed: - #3 Drop Windows support if there's no maintainer (Pablo Correa Gómez) - #160 Consider prioritizing ToC (table of contents) over thumbnails as primary view in the sidebar, when available (Pablo Correa Gómez) - #211 Increase page cache size for modern computers' RAM capacity (avoid re- processing thumbnails and pages when scrolling up/down) (Qiu Wenbo) - #222 Feature: When opening links to PDF file with `#page=4` parameter set, scroll to page 4 automatically (Qiu Wenbo) - #235 instant crash on open with open URI portal (Markus Göllnitz) * Translation updates: - Basque (Asier Sarasua Garmendia) - Belarusian (Vasil Pupkin) - Chinese (China) (Luming Zh) - Danish (Alan Mortensen) - Georgian (Ekaterine Papava) - German (Jürgen Benvenuti) - Hebrew (Yosef Or Boczko, Yaron Shahrabani) - Hungarian (Balázs Úr) - Persian (Danial Behzadi) - Slovenian (Martin) - Swedish (Anders Jonsson) - Ukrainian (Yuri Chornoivan)
-
47.rcd536aa4d · ·
Papers 47.rc Papers has seen mostly maintenance work (fixing issues) and internal refactorings since 47.beta. Some changes we can highlight: meson: * Remove "platform" build option, as not needed libppsview: * Many of the helper classes for search, bookmarks, attachments, etc. have been moved from shell to the view, so that integration logic can be further cleaned up * Zooming with a mouse or touchpad now has a lot more room, and requires less precision shell: * The sidebar a document is opened at is now set based on the last opened document, and not on metadata stored on the file itself. This solves several issues with document opening
-
47.betaefbcf3e3 · ·
Papers 47.beta Papers has seem mostly changes in the libraries and refactorings since 47.alpha For packagers: * We now require libadwaita 1.6.beta and GTK 4.15.2 * We have changed the flatpak permissions to read local files. This is necessary to reload the document on changes regardless of the sandbox type in use * The "introspection" configure option is now a feature instead of a boolean * The "gtk_doc" configure option has been renamed to "documentation" Other changes we can highlight: libppsview: * The gesture management of the document view has been heavily refactored. Previously, the gesture tracking was done manually, while we are now heavily relying on GTK4's gesture handling. This makes the experience on touchscreens a lot more polished * Drag and dropping into the view is no longer supported shell: * The Escape key now works with most dialogs * Implement modern mockups for the annotations sidebar * Implement changing color of highlight annotation on creation * Modify default yellow color for annotations * Use AdwSpinner instead of GtkSpinner where appropriate
-
47.alphaa7cfe10e · ·
Papers 47.alpha Papers has continued with a strong development pace. Most remarkable changes since the previous release is that the UI now fits on narrow screens! For packagers: * We now require libadwaita 1.5.0 and GTK 4.15.1 In addition to a multitude of bug fixes and refactors, we can highlight: libppsview: * PpsView does no longer send a signal on annotation change. Instead consumers are expected to use the properties of the annotation itself shell: * Split the header bar in two according to mockups * Place the search locally into the sidebar instead of having a specific toolbar * Remove the zoom selector and add instead zoom overlay buttons * Remove dbus interface for PpsWindow, since we have no use for it anymore. There is now only the interface for PpsApplication, as we are looking into a future with a single application instance * Ported several widgets to Rust * Use AppStream data to build the about dialog * Add "Open With" action to open the document with an alternative application * Port multiple dialogs to AdwDialog
-
46.0a08a9708 · ·
Papers 46.0 Papers has been forked from Evince, including the whole history of the evince-next branch to which the authors of the fork contributed extensively. Papers has landed the GTK4 port from Qiu Wenbo, many (breaking) cleanups to both libraries, and a bunch of cleanups, modernizations and improvements to the application itself. For packagers: * The build now requires rust * synctex support has been dropped (possibly temporarily) * DVI backend has been removed As of the changes in general, we can highlight: libraries (libppsdocument, libppsview): * Due to the of modernization of these, all deprecated API has been removed. There have also been some API-breaking changes all around the code, mostly aimed at implementing new patterns. The goal of the authors is to reduce the public surface of the libraries. So please come in contact if you are a user and want to continue using the libraries long-term. We want to learn from your usage to provide a good and long-term maintainable experience. * The libraries no longer provide any icons or use any custom ones. * EvDocumentModel dual-page property has been removed * Transition backends to use a new interface for registration * Mark types as derivable or final as need be * Rename and deprecate EvJobs that do rendering based on cairo * Drop EvJobLoadStream and EvJobLoadGFile. Merge EvJobLoad and EvJobLoadFd * Some work on sanity of PpsJobs API. * GPU based transition of presentation mode with additional effects support. Transitions will no longer work if HW acceleration is not supported * Use GThreadPool for PpsJobScheduler. Many jobs could now run concurrently (even though they don't yet do to locking issues (see #107) ), and we no longer leak the thread memory. * PPS_PROFILE and PPS_PROFILE_JOBS environment variables for profiling are now ignored. Anybody wishing to profile papers can now use sysprof, which provides a far better interface. * Use new GtkFileDialog API. As a future goal it is considered to drop the GTK dependency of libppsdocument * Rename pps_job_is_failed to pps_job_is_succeeded * PpsAnnotation fields are now private and not part of the API. Please use getters and setters to interact with them. shell: * Port to GTK4 thanks to the effort of Qiu Wenbo * Removed spell-checking feature. Hopefully will come back through libspelling * Implemented some new mockups for the first time in years (thanks Chris!) * Lots of small papercuts from the GTK4 migration and other widgets that had not received love in a while. * Many internal cleanups to use standard widgets, instead of showing and hiding internal widgets as different parts of the application change. * Ported many widgets to UI templates * Make the main widget of PpsWindow an AdwViewStack * Start rewriting the UI in Rust, and port several widgets (#21) * Rework a big part of the shell with modern widgetry. * Fix dbus names to fit app id. * Drop the auto-scroll feature for maintainability reasons. * Drop papersd daemon. This was an optional feature that took care that would only be an instance of every document opened. So for example, clicking on an already opened document in Nautilus would move focus to the opened document instead of opening a new one. With this change, new documents will be opened unconditionally. We plan to bring the old feature back by refactoring some of the code, but it requires better isolation of document rendering, so it will probably not be available in the next release * Remove lots of actions on PpsWindow, and start splitting some of them up into a new "doc" action group. Ideally, in the future those will be used for a new PpsDocumentView widget. * Remove user reload action, documents will be reloaded automatically if changes are detected. * Warn users about broken metadata * Remove annotation toolbar, and only allow creating annotations through shortcuts and the context menu. * Show a loading view when the document takes long to load, which greatly improves the UX. * Introduce PpsSearchContext to hold the search, splitting the logic from PpsWindow, and getting another step closer to having the logic ready for a tabbed window. properties: * Can now be used in Nautilus again. Dropped GTK dependency backends: * Dropped support for DVI file format. This is an old and seldomly used document format. The backend has lived unmaintained for many years, and we don't have the bandwidth or interest to maintain it. DVI documents can always be converted to PDF using Evince or other programs. If anybody in the community has a strong interest, they could always maintain an OOT backend, or come to us. * Dropped synctex support. This was planned to work together with gedit, that is no longer a Core App. And modern tex editors all have a PDF previewer built-in. So there's no need to duplicate that work when we cannot maintain a copy of the synctex library internally. * Moved under libdocument Of course, all this does not come without some issues, so we have likely regressed in some aspects. We look forward to testers and gathering feedback. As of the writing, the total diff lays at: git diff -M -B --stat fea2b4a8f HEAD -- . ':(exclude)shell-rs/ev-girs/*.gir' ':(exclude)po' 781 files changed, 73778 insertions(+), 107599 deletions(-)
-
45.080b393ca · ·
Evince 45.0 backend: * Dvi: fix warning about strncat (Qiu Wenbo) * Rename all mentions of appdata to metainfo (Pablo Correa Gómez) * Remove search for msgfmt (Pablo Correa Gómez) * Drop use of deprecated poppler_page_get_selection_region (Pablo Correa Gomez) * Make private a function only used in the .c file (Pablo Correa Gómez) * Remove all cast chekcs for poppler version (Pablo Correa Gómez) build: * Add support for validating appdata versions (#1950, Bastien Nocera) * Check for NEWS and appdata updates for new releases (Bastien Nocera) * Release version bump (Germán Poo-Caamaño) * Require poppler 22.05 for PDF rendering (Pablo Correa Gómez) * Do not explicitly require adwaita-icon-theme (Pablo Correa Gómez) * Make it possible to run evince with "meson devenv" (Pablo Correa Gómez) * Remove definition of G{TD}K_MULTIHEAD_SAFE macros (Pablo Correa Gómez) * Remove libhandy subproject (#1683, Pablo Correa Gómez) * Remove libxml2 dependency from PDF backend (Pablo Correa Gómez) * Do not add extra dependencies for gnome.compile_resources (Pablo Correa Gómez) * Remove unused GNOMEDATADIR define (Pablo Correa Gómez) * Remove unused EVINCEDATADIR define (Pablo Correa Gómez) * Post release version bump (Germán Poo-Caamaño) * Update flatpak dependencies (Germán Poo-Caamaño) ci: * Add check for code style respecting the repository .editorconfig (Pablo Correa Gómez) * Let the lint job be lenient (Germán Poo-Caamaño) * Publish developer docs on gitlab pages (Corey Berla) * Update pre-installed packages (Germán Poo-Caamaño) * Add default template for issues (Pablo Correa Gómez) data: * Document settings keys (Germán Poo-Caamaño) * Fix years on 44.x releases (Germán Poo-Caamaño) * Remove hand-open.png and its installation (Pablo Correa Gómez) * Remove unused show-toolbar setting from schema (Germán Poo-Caamaño) * Move metainfo top-level dir to data dir (Pablo Correa Gómez) * Use gitlab issues as the official bugtracker (#1969, Pablo Correa Gómez) * Remove defunct mailing list; add Discourse (Andre Klapper) git-blame-ignore-refs: * Add commit from ec-checker fixes (Pablo Correa Gómez) help: * Correct dead IRC link (Andre Klapper) libdocument: * Simplify freeing memory by better exploiting glib functions (Pablo Correa Gómez) libmisc: * Simplify freeing memory by better exploiting glib functions (Pablo Correa Gómez) libview: * Make it possible to get libview icon directory from env var (Pablo Correa Gómez) * Move the caret by word relative to the selection's boundaries (#387, #704631, Antia Puentes) * Move the caret to prev/next line relative to the selection (#387, #704631, Antia Puentes) * Move the caret to start/end line relative to the selection (#387, #704631, Antia Puentes) * Move the caret to the boundaries of a selection (#387, #704631, Antia Puentes) * Place at the top center "end of presentation" text (Raffaele) * Remove trailing whitespaces (Qiu Wenbo) * Select caret to doc's start/end relative to the selection (#387, #704631, Antia Puentes) * Simplify freeing memory by better exploiting glib functions (Pablo Correa Gómez) * Improve centering the page on scroll_to_page (#1868, #1905, Nelson Benítez León) * Remove clear_link_selected private function (Pablo Correa Gómez) * Remove non-needed call to deprecated gtk_style_context_set_background (#692988, Pablo Correa Gómez) * Remove deprecated call to gtk_style_context_set_background (Pablo Correa Gómez) * Simplify reset_jobs calls (Pablo Correa Gómez) * Fix crash when hovering links (#1933, Nelson Benítez León) * Fix transformation of view coordinates (#1951, Marek Kasik) shell: * Add git-blame-ignore-refs (Pablo Correa Gómez) * Fix files not addering to code style defined in editorconfig (Pablo Correa Gómez) * Fix minor typo (Yuri Chornoivan) * Remove evince.convert for pre-gsettings conversion (Pablo Correa Gómez) * Remove evince.ico formerly used for windows resources (Pablo Correa Gómez) * Update POTFILES.in (Piotr Drąg) * Use G_SOURCE_CONTINUE and G_SOURCE_REMOVE when appropriate (Pablo Correa Gómez) * EvSearchbox: Make buttons don't grab focus on click (Nelson Benítez León) * Do not set unnecessary accessiblei in the Annotation toolbar (Pablo Correa Gómez) * Do not migrate old config dir (Pablo Correa Gómez) * Remove loading and saving of custom accels file (Pablo Correa Gómez) * Unconditionally create popup menu (Pablo Correa Gómez) * Use composite template (Pablo Correa Gómez) * Fix crash when instantiating .ui template (#1930, Nelson Benítez León) * Fix restoring close button after fullscreen (#1929, Nelson Benítez León) * Remove some unused macros (Pablo Correa Gómez) * Simplify dispose by not checking previous to ev_window_clear* (Pablo Correa Gómez) * Simplify some logic in ev_window_open_uri (Pablo Correa Gómez) * Simplify freeing memory by better exploiting glib functions (Pablo Correa Gómez) * Don't discard matches without text area (#1943, Nelson Benítez León) * Add a placeholder text when annotations has no content (#1620, Chayut Liewlom) * Close the annotation toolbar in presentation mode (#1733, Volte--Vieira Philippe) * Remove 'annotate-selected-text' action (#1919, Nelson Benítez León) * Save settings automatically at closing a document (#1138, Germán Poo-Caamaño) * Fix Outline collapse status not being saved (#1936, Nelson Benítez León) Developers: * Andre Klapper, Antia Puentes, Bastien Nocera, Chayut Liewlom, Corey Berla, Danial Behzadi,Germán Poo-Caamaño, Marek Kasik, Nelson Benítez León, Pablo Correa Gomez, Pablo Correa Gómez, Piotr Drąg, Qiu Wenbo, Raffaele, Volte--Vieira Philippe, Yuri Chornoivan Translations: * Asier Sarasua Garmendia (Basque) * Vasil Pupkin (Belarusian) * Bruce Cowan (British English) * Alexander Shopov (Bulgarian) * Jordi Mas i Hernandez (Catalan) * Boyuan Yang (Chinese (China)) * Luming Zh (Chinese (China)) * Daniel Rusek (Czech) * Alan Mortensen (Danish) * Nathan Follens (Dutch) * Jiri Grönroos (Finnish) * Irénée THIRION (French) * Fabio Tomat (Friulian) * Fran Dieguez (Galician) * Ekaterine Papava (Georgian) * Jürgen Benvenuti (German) * Philipp Kiemle (German) * Efstathios Iosifidis (Greek) * Yosef Or Boczko (Hebrew) * Balázs Úr (Hungarian) * Andika Triwidada (Indonesian) * Olga Smirnova (Interlingue) * Baurzhan Muftakhidinov (Kazakh) * Changwoo Ryu (Korean) * Rūdolfs Mazurs (Latvian) * Aurimas Černius (Lithuanian) * Quentin PAGÈS (Occitan) * Danial Behzadi (Persian) * Piotr Drąg (Polish) * Hugo Carvalho (Portuguese) * Amn Alam (Punjabi) * Aleksandr Melman (Russian) * Artur So (Russian) * Sergej A (Russian) * Matej Urbančič (Slovenian) * Daniel Mustieles (Spanish) * Anders Jonsson (Swedish) * Sabri Ünal (Turkish) * Yuri Chornoivan (Ukrainian) Git-EVTag-v0-SHA512: d194eeab56b057b059df1b6ec0d4a7ecf7586de318a64c3c7e69e28d344e835ffcb716c8f19473c6c5d32ee2949febff62c5d0e54791a4db099d26525ae7a01e
-
45.rcb3941f41 · ·
Evince 45.rc build: * Post release version bump (Germán Poo-Caamaño) * Update flatpak dependencies (Germán Poo-Caamaño) ci: * Add default template for issues (Pablo Correa Gómez) data: * Move metainfo top-level dir to data dir (Pablo Correa Gómez) * Use gitlab issues as the official bugtracker (#1969, Pablo Correa Gómez) libview: * Fix transformation of view coordinates (#1951, Marek Kasik) Developers: * Danial Behzadi, Germán Poo-Caamaño, Marek Kasik, Pablo Correa Gómez, Piotr Drąg Translations: * Asier Sarasua Garmendia (Basque) * Vasil Pupkin (Belarusian) * Jordi Mas i Hernandez (Catalan) * Boyuan Yang (Chinese (China)) * Luming Zh (Chinese (China)) * Daniel Rusek (Czech) * Alan Mortensen (Danish) * Nathan Follens (Dutch) * Jiri Grönroos (Finnish) * Fran Dieguez (Galician) * Ekaterine Papava (Georgian) * Jürgen Benvenuti (German) * Philipp Kiemle (German) * Efstathios Iosifidis (Greek) * Yosef Or Boczko (Hebrew) * Balázs Úr (Hungarian) * Andika Triwidada (Indonesian) * Olga Smirnova (Interlingue) * Baurzhan Muftakhidinov (Kazakh) * Aurimas Černius (Lithuanian) * Quentin PAGÈS (Occitan) * Danial Behzadi (Persian) * Piotr Drąg (Polish) * Hugo Carvalho (Portuguese) * Amn Alam (Punjabi) * Artur So (Russian) * Matej Urbančič (Slovenian) * Daniel Mustieles (Spanish) * Sabri Ünal (Turkish) * Yuri Chornoivan (Ukrainian) Git-EVTag-v0-SHA512: 5dd7e3fb8e1a8ae19b5eee04409934c2c37a88a9363f64cf69703668d2e0e077704d8c8505ada190df5224d4a7f7d5bcef8bbbeed985ab262a683ff0c0205ec0
-
44.rc6a22065b · ·
Release 44.rc Git-EVTag-v0-SHA512: 536db7a36c71be066c3d04428df27f32eee9b81fd6b9530b13e0ec3063cc729448c338bd0e2b786a7175639fe683161db5a025cf8beb0417b0190ac520563677 ExtendedVerify-SHA256-archive-tar: e844ada8396321fe40b73b841beecd7460c21736722bf4239eb412077e1d8088 ExtendedVerify-git-version: git version 2.37.2
-
43.147461d6d · ·
Evince 43.1 build: * Disable nautilus extension by default (Bastien Nocera) comics: * Avoid critical when pixbuf can't be rendered (Bastien Nocera) * Better debug on archive error (Bastien Nocera) * Fix crash that can happen if archive is damaged (#1866, Bastien Nocera) * Still try to open broken comics (Bastien Nocera) shell: * Fix use-after-free on a modified document (#1766, Gary Li) * Fix incorrect link in README.md (#1857, Andre Klapper) * Use https URL for libarchive.org in README.md (#1858, Andre Klapper) Developers: * Andre Klapper, Bastien Nocera, Gary Li, Germán Poo-Caamaño Translations: * Nart Tlisha (Abkhazian) * Marek Černocký (Czech) * Daniel Mustieles (Spanish)