Commit graph

33 commits

Author SHA1 Message Date
tron
c64e9eb269 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
wiz
12fb6d887f Remove gnome-keyring option, libsecret is now used and on by default. 2014-01-27 18:49:45 +00:00
wiz
117741e663 Update to 3.10.3, mostly from Patrick Welche.
Changes (skipping translation updates):

================
Evince    3.10.3
================

Bug fixes:

    * Fix a regression in accessibility code causing the wrong page to
      be used when caret navigation is enabled (#711862, Alejandro
      Piñeiro)

================
Evince    3.10.2
================

Bug fixes:

    * Fix the size of buttons in the toolbar (#709005, Yosef Or
      Boczko, Carlos Garcia Campos)
    * Fix page size always reported as 0x0 in properties dialog
      (#711093, Carlos Garcia Campos)
    * Fix a crash in djvu backend due to a double free (#710977, José
      Aliste)
    * Fix annotation window focus change after creation (#668446,
      Nelson Benitez Leon)
    * Fix content exposed to assistive technologies when document
      changes in EvView (#709375, Joanmarie Diggs)

================
Evince    3.10.0
================

Bug fixes:

    * Fix a typo in EV_VIEW_PRESENTATION macro definition (Cosimo
      Cecchi)

================
Evince    3.9.90
================

Bug fixes:

    * Unescape the output basename for print to file (#705848, Aakash
      Goenka)

================
Evince     3.9.5
================

New features and improvements:

    * Enable/disable the caret navigation with F7 (#702079, Antia
      Puentes)
    * Add 'Automatic' zoom mode to the zoom selector (Carlos Garcia
      Campos)
    * Use toggle menu items for zoom modes in zoom selector drop-down
      menu to make it possible to know the zoom mode currently in use
      (Carlos Garcia Campos)
    * Implement text selections in EvViewAccessible (#704335, Antia
      Puentes)
    * More performance improvements in text selections (Carlos Garcia
      Campos)
    * Implement ATK interfaces to expose text attributes (#639932,
      Antia Puentes)

Bug fixes:

    * Fix a crash in ev_view_accessible_get_link() when the given
      link index is out of range (#705155, Antia Puentes)
    * Clear the cached data in EvViewAccessible when the current page
      or document are updated (#704621, Antia Puentes)
    * Update API doc files (Christian Persch)
    * Fix several compile warnings (Christian Persch)
    * Fix the index/offset of the links returned by EvViewAccessible
      (#704616, Joanmarie Diggs)
    * Cache also the URI and document info when loading from a GFile
      (#704685, Alessandro Campagni)
    * Fix selections starting/ending in page margins (Carlos Garcia
      Campos)
    * Fix the number of selections returned by EvViewAccessible
      (#704396, Antia Puentes)
    * Fix the caret offset returned by EvViewAccessible when caret
      navigation is enabled (#704396, Antia Puentes)
    * Update the page number and zoom level when page and zoom
      selectors are unfocused (#704138, Carlos Garcia Campos)
    * Use MiB instead of Mb in cache size gsettings documentation
      (#704155, Carlos Garcia Campos)
    * Disable history action while history is frozen (#704184, Carlos
      Garcia Campos)

================
Evince     3.9.4
================

New features and improvements:

    * Add a find sidebar to show search results with some more context
      (#566827, Sergey Pushkin, José Aliste, Carlos Garcia Campos)
    * Zoom selector has been moved to the right of the toolbar, close
      to the other view options (#701696, Carlos Garcia Campos)
    * Implement text selection in djvu backend (#448739, #703108,
      Jonas Danielsson)
    * Add 'cursor-moved' signal to notify when the caret cursor has
      been moved (#702078, Antia Puentes)
    * Keep the offset inside a line when moving the caret between
      lines (#702075, Antia Puentes)
    * Position the caret cursor at beginning/end of the line when
      clicking outside the line (Carlos Garcia Campos)
    * Implement text selection with the keyboard when caret navigation
      is enabled (#702073, Antia Puentes)
    * Notify about caret navigation errors using the error bell
      (#702650, Antia Puentes)
    * Set history button arrow icons according to locale's text
      direction (#702585, Yosef Or Boczko)
    * Several performance improvements when selecting text (Carlos
      Garcia Campos)
    * Emit the AtkText 'text-caret-moved' and 'text-selection-changed'
      signals in EvViewAccessible (#701732, Antia Puentes)

Bug fixes:

    * Fix selection of overlapping text (#703024, Jason Crain)
    * Fix a crash when selecting more than one page (#702874, Carlos
      Garcia Campos)
    * Fix a crash due to an infinite loop resolving hyphenations in
      find results sidebar (Carlos Garcia Campos)
    * Don't draw the caret cursor when the view is not focused (Carlos
      Garcia Campos)
    * Do not show the caret cursor when there are active selections
      (#702761, Carlos Garcia Campos)
    * Clear the selection when cursor is moved (Carlos Garcia Campos)

================
Evince     3.9.3
================

New features and improvements:

    * Make the history behave more like a web browser (Christian
      Persch)
    * Add a fallback implementation of text selection for backends
      that implement get_selection_region but not render_selection
      (#669022, Jason Crain)
    * Initial implementation of caret navigation added to libview
      (#638905, #702076, #702068, Antia Puentes, Carlos Garcia Campos)
    * Add a GSetting to set a custom page cache size (#642683, Jonas
      Danielsson)

Bug fixes:

    * Fix memory corruption in EvHistory implementation (#697397,
      Christian Persch)
    * Fix drag and drop of selected text after zooming with a
      selection (#702406, Jason Crain)
    * Fix a crash when searching with a negative current page
      (#683172, Germán Poo-Caamaño)
    * Fix race condition in sidebar-thumbnails (#701900, aakash)
    * Use horzontal/vertical GtkBoxes instead of deprecated
      GtkHBox/GtkVBox (Christian Persch)
    * Fix runtime critical warning for links with NULL action
      (Christian Persch)
    * Fix -Wstrict-prototypes warnings (Christian Persch)
    * Remove obsolete g_type_init calls (Christian Persch)
    * Fix crash on corrupted PDF with no pages (#701302, Germán
      Poo-Caamaño)

================
Evince     3.9.2
================

New features and improvements:

    * Forward key events received in the toplevel window to the
      focused widget (#676040, José Aliste)
    * Use the document filename as output basename when printing to a
      file (#700466, Jonas Danielsson)
    * Enable GDK_SMOOTH_SCROLL events for EvView (#674098, Xiao-Long
      Chen)
    * Show the document URI in the error message when it fails to open
      (#697900, Pietro Battiston)
    * Allow to browse all files from Save Image dialog by adding more
      filters to the file chooser (#523071, Jonas Danielsson)
    * Added Shift+Enter shortcut to search backwards (#641797, Ondrej
      Danko)
    * Make shortcuts for find next/previous work even when the fin bar
      is closed (#625225, Jonas Danielsson)
    * Add support for file identifiers to DJVU backend (#619410, José
      Aliste)
    * Add support for page labels to DJVU backend (#619407, José
      Aliste)
    * Use ellipsis character in translatable strings (#695597, Gökçen
      Eraslan)

Bug fixes:

    * Make annotation windows always accept input focus (#668446, José
      Aliste, Florian Echtler)
    * Fix capitalization in a menu item (#699108, Adam Dingle)
    * Fix typo in PostScript printer error message (#695597, Gökçen
      Eraslan)
    * Fix zoom and position of FitR link destinations (#695524, Simon
      Budig)
    * Update the search string when the document is reloaded (#694143,
      aakash)
    * Fix --find command line option to actually show the find bar
      (#604327, Carlos Garcia Campos)
    * Forward EvView key events to the focused form field, so that
      it's possible to move between words with CTRL+Left/Right in text
      form fields instead of rotating the view (#699630, Carlos Garcia
      Campos)
    * Do not update the history while searching to prevent the find
      bar from begin closed unexpectedly (#697194, Carlos Garcia
      Campos)
    * Fix document to view coordinates transformation to take page
      borders into account. This makes search results, form fields,
      annotations and other items to be correctly placed on the view
      (Carlos Garcia Campos)

Documentation:

    * Update gtk-doc API files adding new symbols and removing the
      ones that no longer exist (#697152, Cosimo Cecchi)
    * Update the man page (Marek Kasik)

================
Evince     3.8.0
================

New features and improvements:

    * Remove the NoDisplay=true from Evince desktop file (#634245,
      Kalev Lember)

Bug fixes:

    * Fix desktop file keyword translations (#696310, Kalev Lember)

================
Evince    3.7.92
================

New features and improvements:

    * Use the page frame from the theme instead of our own (#691333,
      Germán Poo-Caamaño)
    * Improved the performance of search (#667569, Germán Poo-Caamaño)
    * Add desktop file for print preview (#694482, William Jon McCann)
    * Add API to allow changing the page of a presentation (#693749,
      William Jon McCann)

Bug fixes:

    * Disable view presentation if there is no document (#685591,
      Lubos Koudelka)
    * Fixed and improved several API doc comments (Germán Poo-Caamaño)

================
Evince    3.7.90
================

New features and improvements:

    * Add support for activation actions of form fields (José Aliste)
    * Add navigation history buttons to the toolbar (#169903, Carlos
      Garcia Campos)
    * Show accelerators in the view menu (#692960, Juanjo Marín)

Bug fixes:

    * Show as much text as possible for index tree (#676593, Germán
      Poo-Caamaño)
    * Unescape location URI in properties dialog (#693794, Germán
      Poo-Caamaño)
    * Fix rendering of editable choice form fields (José Aliste)
    * Fix rendering of the first visible page while resizing (José
      Aliste)
    * Use initial rotation to render pages in DJVU backend (#667266,
      José Aliste)

================
Evince     3.7.5
================

New features and improvements:

    * Use DPI of pages to compute scaling factor in DJVU documents
      (#580891, José Aliste)
    * Show accelerators in gear menu (#692960, Carlos Garcia Campos)
    * Show the gear menu with F10 (#692909, Carlos Garcia Campos)
    * Improve the scrolling performance (#692988, Cosimo Cecchi)
    * Add a lot of missing introspection annotations to libview and
      libdocument (#691354, Cosimo Cecchi)
    * Make document links accessible with Orca by implementing the
      AtkHypertext interface (#639403, Carlos Garcia Campos)

Bug fixes:

    * Fix a crash when failed to connect to D-BUS daemon (#691672,
      Brennan Shacklett)
    * Fix the font color of annotation popup windows (#677471, Carlos
      Garcia Campos)
    * Move x11 dependency to xsmp support (#692591, Quentin Glidic)
    * Add missing include to libdocument main public header (#692778,
      William Jon McCann)
    * Make introspection build against the internal libevdocument
      (#692136, Alban Browaeys)
    * Several fixes in gtk-doc comments (#691354, Cosimo Cecchi)

================
Evince     3.7.4
================

The UI has been re-designed to follow the GNOME 3 style:

    * The main menu has been removed.
    * A new toolbar has been added with a gear menu and view menu
      containing the previous main menu items.
    * The zoom control has now an entry that always shows the current
      zoom factor and allows to enter custom zoom factors in addition
      to the predefined ones.
    * In the page selector, the entry and the total pages label are
      linked to look like the same widget.
    * The find bar has also been re-designed and moved to the top of
      the main view.
    * The toolbar in fullscreen mode is now automatically hidden.
    * The view and thumbnail frames can now be styled with CSS.

New features and improvements:

    * The font properties dialog now shows a message to inform whether
      any of the non-embedded font is one of the 14 standard fonts
      (#527222, Alban Crequy)
    * Migrate from libgnome-keyring to libsecret (#679855, Stef
      Walter)
    * Add a new layout mode that automatically determines if dual page
      mode should be used when the window is large enough. It's not
      used by Evince yet, but it's available to libview users
      (#689468, William Jon McCann)
    * Make EvLink:link-action and EvLinkAction:dest object properties
      instead of pointers to be properly refcounted (#691214, William
      Jon McCann)
    * A new 'Automatic' zoom mode has been added to libview. It's not
      used by Evince yet, but it's available to libview users
      (#689468, William Jon McCann)
    * Best fit mode has been renamed to Fit Page (#689468, William Jon
      McCann)
    * Make can-zoom-in and can-zoom-out properties of EvView (#690510,
      William Jon McCann)
    * Move the limits on zoom handling to libview (#690510, William
      Jon McCann)
    * Set a default value of 50MB for the pixbuf cache in EvView
      (#689674, William Jon McCann)
    * Add keywords to the desktop file to make gnome-shell search more
      pleasant and useful (#687604, Matthias Clasen)

Bug fixes:

    * Fix a11y support by not using AtkFactory to create the
      EvViewAccessible anymore (#685828, Carlos Garcia Campos, Daniel
      Garcia )
    * Fix empty pages in DJVU document to be white instead of black
      (#669017, José Aliste)
    * Use new libtool syntax in configure (Javier Jardón)
    * Remove obsolete autoconf macros (Javier Jardón)
    * Fix the error message shown when postscript is not supported by
      the selected printer (#683528, José Aliste)
    * Fix the computation of the scale factor in fit page mode to make
      sure scrollbars are never shown (#665856, José Aliste)

Documentation:

    * Added documentation for saving Current Settings as Default in
      the FAQ section of help pages (#689238, Sindhu S)

================
Evince     3.7.1
================

New features and improvements:

    * Add application menu (#674937, Christian Persch)
    * Set maximum width for page numbers in index to improve the
      visibility of the table of contents (#660113, Germán
      Poo-Caamaño)
    * Use GtkOverlay to show the loading message (Carlos Garcia
      Campos)
    * Use custom cell renderers for the thumbnails icon view to fix
      the huge selection rectangle around thumbnails (#646055, Carlos
      Garcia Campos)
    * Hold the application while printing is in progress (Christian
      Persch)
    * Add 2DGraphics category to the desktop file (#686062, Alexandre
      Rostovtsev)

Bug fixes:

    * Show always the offline help using Yelp (#682423, Robert Ancell)
    * Remove xi:includes referencing obsolete files in documentation
      (#686060, Alexandre Rostovtsev)
    * Use custom CSS for EvView to make sure the background is not
      white as Adwaita currently does, because it breaks the page
      frames (Carlos Garcia Campos)
2014-01-26 13:17:56 +00:00
wiz
e03c03b6dc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
wiz
7bef39b836 Recursive PKGREVISION bump for poppler-0.24.4. 2013-12-06 13:23:45 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
prlw1
7c95fa6f13 To quote an earlier commit message:
Recursive revbump because poppler updated its shlib major for a
x.y.z+1 change, again...
2013-08-22 09:21:57 +00:00
wiz
e0b49a2fed Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
2013-06-06 12:53:40 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00
wiz
2c8f1b3a15 Recursive revbump because poppler updated its shlib major for a
x.y.z+1 change, again...

Noted by tron.
2013-05-29 22:13:16 +00:00
wiz
244b398574 Fix previous. 2013-05-19 18:58:50 +00:00
wiz
412190fc17 Fix packaging bug in dbus option. 2013-05-15 14:57:35 +00:00
riastradh
93d348c3a2 Make dbus and gnome-keyring options (default enabled) in print/evince3. 2013-05-11 20:47:15 +00:00
obache
1a3bece9a8 missing recursive bump from poppler-0.22.3 shlib major change. 2013-05-04 07:19:01 +00:00
obache
11942a54c1 missing recursive bump from poppler-0.22.2 shlib major change. 2013-03-31 08:13:27 +00:00
wiz
5f461dbea7 Recursive bump for png-1.6. 2013-02-16 11:18:48 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
wiz
d67412c4de Add itstool as build dependency. 2012-10-23 07:58:45 +00:00
drochner
b1ae4b29b0 update to 3.6.1
This switches to the gnome-3.6 release branch
2012-10-19 18:39:05 +00:00
adam
3f2cc57b2b Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
asau
6ebceaf75d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
tron
14215633d2 Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
adam
b15c922bcc Revbump after updating graphics/cairo 2012-09-07 19:16:05 +00:00
drochner
f4e42e3c7c PKGREV bumps for poppler shlib major change 2012-08-13 11:25:56 +00:00
drochner
7fc02b8986 update to 3.4.0
This switched to the gnome-3.4 branch
2012-07-04 20:29:23 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
dholland
7d7f521d0c Bump depends to require at least version 3.0, so evince2 isn't picked up.
Bump PKGREVISION. I can't find any users of this package yet so I guess
they don't need to be revbumped.
2012-04-03 09:57:08 +00:00
dholland
d37b7b0881 Fix used-by, was copied from print/evince without being updated. 2012-04-03 09:55:59 +00:00
drochner
b04820fee8 add evince3-3.2.1, the gnome3 version of the "evince" document viewer 2012-03-21 17:40:19 +00:00