Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libxreaderdocument3 | Distribution: openSUSE Tumbleweed |
Version: 3.3.0 | Vendor: openSUSE |
Release: 1.3 | Build date: Wed Jun 15 17:01:53 2022 |
Group: System/Libraries | Build host: sheep85 |
Size: 293974 | Source RPM: xreader-3.3.0-1.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/linuxmint/xreader | |
Summary: X-Apps Document Reader -- System Library |
Xreader is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
GPL-2.0-only AND LGPL-2.0-only
* Fri Apr 22 2022 Ferdinand Thiessen <rpm@fthiessen.de> - Update to version 3.3.0 * Thumbnailer: Remove epub support, it's handled by xapp-epub-thumbnailer. * Mon Jan 10 2022 Aaron Stern <ukbeast89@protonmail.com> - Removed unused -Dbus option. * Tue Jan 04 2022 andy great <andythe_great@pm.me> - Update to version 3.2.2. * l10n: Update translations - Update to version 3.2.1 * Gsettings: Remove state schema reference - Update to version 3.2.0 * Add an option to hide the menu bar * Make show-toolbar a global setting * Update the README. (#498) * window: Don't show any toolbar in fullscreen * rtl: Fix arrow key navigation in mangas * metadata: Save the number of pages * Remove landing view * l10n: Update POT - Update to version 3.0.2 * l10n: Update translations - Update to version 3.0.1 * annotation icons added (#491) * attachment popup fix (#492) * l10n: Update translations * Thu Jun 03 2021 andy great <andythe_great@pm.me> - Update to version 3.0.0. * Fixes #457. Allows space bar to scroll document forward * Move metadata to non-legacy path * Fixes #463. Moves annotations below the text. * packaging: Fix metadata location. * Fixes #473. Jump to Page functionality * enter event on presentation mode * readme updated * show the total number of words matching the search result * fix segfault in epub backend when opening a filename containing a hash * epub: Fix unescaping of '#' (#487) * control+f and space behaviours fixed in search bar (#488) * Fix grammar error spotted by lintian (#489) * l10n: Don't include gsettings schema in translations * l10n: Update POT * Fri Jan 29 2021 andy great <andythe_great@pm.me> - Re-enable build for extensions. * Thu Jan 14 2021 andy great <andythe_great@pm.me> - Update to version 2.8.3. * Fix Save a Copy issue with Firefox (#448) * Sat Jan 02 2021 andy great <andythe_great@pm.me> - Update to version 2.8.2. * Fix scrolling regressions * Add Right-to-Left support * l10n: Update POT * l10n: Update translations * Thu Dec 17 2020 andy great <andythe_great@pm.me> - Update to version 2.8.1. * Convert parse_mimetypes from returning g_char** to void * l10n: Update translations - Remove fix_no_return_statement_ev-application.c.patch, fixed. - Fix RPMLINT warning W: obsolete-not-provided. * Sun Dec 06 2020 andy great <andythe_great@pm.me> - Update to version 2.8.0. * Get toolbar visibility from GtkRevealer when saving view metadata * Add g_assert_not_reached to sizing_mode_to_string * setting to hide/show menubar (WIP) * Update menubar toggle action on init * fix saving menubar visibility as default * Added logic to fix issue of Tab key toggling checkboxes * Fix mimetype handling and backend selection: * Clean up build files * Fix for #89. Added logic to allow for cursor position to change in multiline-text fields * Added keyboard shortcut for toolbar * Fix for #442. Added null check to stop segfault with annotations * Implemented ticket #241. Added show sidebar button to toolbar * Move the new sidebar button to be part of the navigation group on the left end of the toolbar. * Added keyboard shortcuts to history buttons * Favorites - rework startup page to display both favorites and recents, add favorites to the file menu. * Disable pixbuf support properly. * ev-window.c: Temporarily disable menu toggling using the alt key. * Implements ticket #279. Added Go To Page By Number to menu * Displays entire label in tooltip * Revert "Implements ticket #279. Added Go To Page By Number to menu" * l10n: Fix po/POTFILES.in * ev-window-title.c: Don't show "Recent Documents" in the landing page titlebar - it is no longer showing only recents. * l10n: Update POT - Removed fix_ev-window.c_error.patch, fixed. - Add fix_no_return_statement_ev-application.c.patch to fix /shell/ev-application.c error no return statement in function returning non-void. * Fri Sep 18 2020 andy great <andythe_great@pm.me> - Update to version 2.6.4. * Fix app version. - Update since 2.2.2. * l10n: Update translations * Fix compile warnings (#317) * Fix build: Fail on implicit function declarations (#321) * preview window/printing: Remove build conditionals for gtk+-unix-print-3.0 * Fix segfault on empty navMap (#334) * meson: Dependency fixes (#335) * EVINCE BACKPORTS: * backends: backends: Don't ask for bug report in known issues. Fixes #695165 * pdf: Create highlight annotations for existing annotations in document * libdocument: adding class EvAnnotationTextMarkup * libdocument: adding annotation highlight * shell: Show highlight annotations in the sidebar * libdocument: Use a common annotation type for text markup annotations * Add support for reading strike out text markup annotations * Add support for reading underline text markup annotations * Add support for changing the type of a text markup annotation * pdf: Fix memory leak when adding new text annotations * libdocument: Added can-have-popup property to EvAnnotationMarkups. * pdf: Set can-have-popup property to markup annotations when created * ev-view: Create an EvAnnotationWindow for EvAnnotationMarkups allowing this * pdf: Added support to save popup rectangles to pdf backend * pdf: Use poppler_annot_markup_set_popup_rectangle() if available * pdf: Force text annotations to have a fixed size 24x24 * libview: Take border into account when converting view points to doc points * view: preparing for interactive annotations * libdocument: adding annotation squiggly. * pdf: adding annotation squiggly. * shell: adding annotation squiggly. * pdf: Fixed wrong type-check in copy_poppler_annot. * libdocument: Add area property to EvAnnotation * libview: Set the area of the annotations created by the user * pdf: Deprecate the rectangle passed to ev_document_annotations_add_annotation * libdocument: Add EV_ANNOTATIONS_SAVE_AREA flag * pdf: Add support for saving the annotation area * libview: Update the annot area while moved when it's being added * pdf: support for adding and saving highlight annotations * shell, view: adding highlight annotation * pdf: Ensure we always create text markup annots with at least one quadrilateral * Add a toolbar for adding annotations * page-cache: Add flags parameter to ev_page_cache_mark_dirty() * pdf: Mark document as modified when inserting annotations * libview: Do not create annotation window twice. * libview: Ignore right clicks while in annotation add mode. * view: use a hashtable to map annots to their popups. * ev-view: don't show tooltips for empty annotations * Fix add_annotation() to update area based on bounding box * Remove deprecated/unused code and fix warnings * libview: Hide annotation windows on key-press * l10n: Update POT * Meson: Formatting fix in the options file * Thumbnailer: Do not try to create an unsupported epub thumbnail * Thumbnailer: Remove MATE label from context * Add meson scripts for compiling gschemas and updating the icon cache * meson: Fix build configuration - dbus support was partly broken. * Shell: Run thumbnail jobs for epubs not as threads (#353) * meson: fix detection of t1lib * Created test for the Xreader Help menu. * Created test cases for File and Edit menus. * Remove use of deprecated g_type_class_add_private function * ev-window.c: Refactor action visibility. * ev-window.c: Hide the toolbar in recent document mode, there's nothing that can be used on it anyhow. * Created more tests for Xreader menu. * Tests: use build target rather than executable name for dependency * Build: change the conditions for handling tests * tests: Some adjustments and improvements * testEditMenu.py and testFileMenu.py: open file with arg to prevent error * Tests: extend the timeout from 30 seconds to 2 minutes * Updated old tests * meson: simplify version comparison * Updated python version to python3 * ev-window.c: Don't use g_type_class_peek. * Added checks to stop error messages from overtaking the terminal and possibly causing a segfault. * Add Print button to toolbar * Added logic to keep the find bar visible until keyboard shortcut is pressed. * Added back hot keys * Fix Segmentation fault when opening a PDF file #339 * Add UTF8 support for filename in recent view * Zoom by Control+scroll is too sensitive * [Feature request] Please provide "Save" option * Use new annotations icons (#397) * Fix xreader crash on epub search * Copy metadata when a file is copied * Thumbnailer: add application/vnd.comicbook-rar - Add patch fix_ev-window.c_error.patch to fix error: control reaches end of non-void function. * Sat Nov 09 2019 Marguerite Su <i@marguerite.su> - Remove Requires: xreader-backends from xreader-devel * Sun Aug 18 2019 Maurizio Galli <maurizio.galli@gmail.com> - Restore backend subpackages accidentally removed by previous Jul 8 SR: - Split backends into subpackages to prevent hard dependency to backends and make application more lightweight - Dropped xreader-backends package (obsolete) * Sun Jul 28 2019 Marguerite Su <i@marguerite.su> - Update to version 2.2.2: * libview: Allow printing to all formats supported by backend * fix #239 Printing issue: Incorrect centering while printing * Mon Jul 08 2019 Dead Mozay <dead_mozay@opensuse.org> - Update to version 2.2.1: * Remove patch xreader-fix-func-type.patch is no longer needed * meson: Fix libexec (#319) * build: Fix gir package * Fix some warnings when building xreader 2.0.2 (#265) * CI: Remove Mint 18 * port to meson (#269) * Build: Fix Debian Stretch build * Take device scale factor into account for zoom (#277) * Update readme for meson changes (#284) * meson: change 'debug' option to 'enable_debug' to avoid collisions (#285) * Remove leftover code * view: Fix whitespace issues * ev-window: Fix incompatible pointer type issues * ATRIL BACKPORTS: a11y: Do not use AtkFactory to create the EvViewAccessible * ATRIL BACKPORTS: libview: Rename EvView coordinate transformation functions * ATRIL BACKPORTS: ev-view-accessible: Use _ev_view_transform_view_point_to_doc_point() * ATRIL BACKPORTS: ev-view-accessible: Use _ev_view_transform_doc_rect_to_view_rect() * ATRIL BACKPORTS: ev-view: Inlcude ev-jobs in ev-view.h * ATRIL BACKPORTS: libdocument: Add length and nth methods to EvMappingList * ATRIL BACKPORTS: libview: Implement AtkHypertext interface * ATRIL BACKPORTS: libview: Make EvLinkAccessible implement AtkAction * ATRIL BACKPORTS: ev-view-accessible: Add helper function to get text before, at or after offset * ATRIL BACKPORTS: ev-view-accessible: Fix some coding style issues * Meson fixups (#293) * libdocument: Fix handling of mime-type aliases (#292) * ATRIL BACKPORTS: Add missing comma. * sidebar-thumbnails: clean up cancel_running_jobs * ATRIL BACKPORTS: sidebar-thumbnails: preload one extra visible range while scrolling * ATRIL BACKPORTS: EvPixbufCache: Handle backends that don't render a selection * Fix some compile time warnings * EVINCE BACKPORTS: libview: Reset `pressed_button` when starting Drag and Drop (#301) * build: Fix compiling with disabled epub (#308) * Fix text selection in HiDPI (#302) * Add optional zoom level selector. (#305) * epub backend: make mathjax directory a configure-time option (#297) * Make help files optional (#311) * shell: Add a ctrl+q shortcut to close all open windows (#312) * shell: Add a 'No recent documents' screen (#313) * EVINCE BACKPORTS: shell: forward accels to the focused widget (#315) * l10n: Update POT * Build: Fix l10n * libdocument: Return default DPI on failure (#316) * xreaderd logging (#318) * Wed Mar 13 2019 Maurizio Galli <maurizio.galli@gmail.com> - Fixed Obsoletes xreader-backends * Tue Mar 12 2019 Maurizio Galli <maurizio.galli@gmail.com> - Split backends into subpackages to prevent hard-dependency build failures - Dropped xreader-backends package
/usr/lib/libxreaderdocument.so.3 /usr/lib/libxreaderdocument.so.3.0.0 /usr/share/doc/packages/libxreaderdocument3 /usr/share/doc/packages/libxreaderdocument3/AUTHORS /usr/share/doc/packages/libxreaderdocument3/README /usr/share/licenses/libxreaderdocument3 /usr/share/licenses/libxreaderdocument3/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 13 23:13:56 2022