head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.52 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.50 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.48 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.46 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.44 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.42 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.40 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.38 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.36 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.34 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.32 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.30 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.28 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.26 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.24 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.22 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.20 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.18 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.16 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.14 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.12 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.10 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.8 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.6 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @// @; 1.1 date 2019.11.08.13.38.48; author nia; state Exp; branches; next ; commitid pnEdO2qtLh8Yf3KB; desc @@ 1.1 log @qpdfview: Update to 0.4.18 Fixed rendering with latest pkgsrc poppler. Release 0.4.18: * Fixed various issue w.r.t. statically linked plug-ins and cross builds for Windows. Thanks to Marshall Banana. * Fixed encoding issues w.r.t. CUPS names. Thanks to Silvan Scherrer. * Fixed not overwriting page ranges CUPS option when set already by Qt's print dialog. Thanks to Fabio Rossi. * Fixed refreshing modified documents from disk. * Added support for nested splitting of document views. * Added support for transparent decompression of document files. * Added restoring of tab order and of current tab. * Added action to open current file in new window. Thanks to Pavel Sanda. * Updated support for MuPDF to version 1.12 and later. Thanks to S. Razi Alavizadeh. * Added support for EPUB, XPS, CBZ and FB2 via MuPDF. Thanks to S. Razi Alavizadeh. * Automated translations import from Launchpad via Travis CI. Thanks to S. Razi Alavizadeh. * Imported various new and updated translations from Launchpad. Thanks to all Launchpad translators! Release 0.4.17: * Fixed query to populate the instance list for the choose instance dialog. * Fixed selecting the complete text upon opening a page number dialog. * Fixed computation of tile sub rect w.r.t. non-unit device pixel ratios. * Moved loading of interactive elements out of the main event loop. * Optimize tile rendering event handling by centralizing dispatch. * The results of the current tab are now automatically expanded in the extended search dock. * Added support for external document links to the outline view. * Added optional page-parallel execution of text search. * Added triggering SyncTeX reverse search using a keyboard modifier. * Keyboard modifiers for mouse interaction can be disabled. * Optimizations of the search dock layout w.r.t. vertical/horizontal positioning. * Added context menu action to move document to a different instance. * Changed cache size tracking from byte to kilobyte granularity to support more than 2 GB cache. * Added a save in addition to the save-as action to simplify modifying documents in-place. * Added Japanese translations. Thanks to Koji Yokota. * Updated British English translations. Thanks to Anthony Harrington. * Updated Russian translations. Thanks to ned. * Updated French translations. Thanks to Charles Monzat. * Updated Lithunian translations. Thanks Moo. @ text @$NetBSD$ Use Arthur as the rendering backend - Splash is currently disabled in pkgsrc. --- sources/pdfmodel.cpp.orig 2019-07-24 19:18:33.000000000 +0000 +++ sources/pdfmodel.cpp @@@@ -301,7 +301,7 @@@@ const int thinLineMode = 0; #endif // HAS_POPPLER_24 -const int backend = 0; +const int backend = 1; } // Defaults @