Skip to content
  • Jon Mease's avatar
    Viewport transition refinements for Find and Undo/Redo actions · 43246c56
    Jon Mease authored and Albert Astals Cid's avatar Albert Astals Cid committed
    REVIEW: 114060
    
    This patch introduces viewport transitions for undo/redo actions on annotations and forms.  When an annotation/form action is undone/redone but the associated annotation/form is not currently visible, the viewport is updated to center on the undo/redo action. If the annotation/form is visible, the viewport is not updated.
    
    The viewport transitions for the Find action have also been updated to this same algorithm.  Previously the viewport was moved to center on each matching search term even if the search term was already visible in the viewport. This lead to unnecessary viewport transitions if the search term matched several items in a single paragraph for example.
    
    These proposed changes to the viewport transition behavior are consistent with the find and undo behavior of many existing applications including Kate, Open Office, and Foxit PDF Reader.
    43246c56