D11608: Add support for Next actions following an action

2018-04-09 Thread Andre Heinecke
aheinecke abandoned this revision.
aheinecke added a comment.


  Please see the freedesktop issue for the latest patch.

REVISION DETAIL
  https://phabricator.kde.org/D11608

To: aheinecke, #okular
Cc: aacid, michaelweghorn, ngraham


D11608: Add support for Next actions following an action

2018-03-27 Thread Andre Heinecke
aheinecke added a comment.


  Freedesktop bug is: https://bugs.freedesktop.org/show_bug.cgi?id=105759

REVISION DETAIL
  https://phabricator.kde.org/D11608

To: aheinecke, #okular
Cc: aacid, michaelweghorn, ngraham


D11608: Add support for Next actions following an action

2018-03-26 Thread Albert Astals Cid
aacid added a comment.


  Please put this on poppler's bugzilla

REVISION DETAIL
  https://phabricator.kde.org/D11608

To: aheinecke, #okular
Cc: aacid, michaelweghorn, ngraham


D11608: Add support for Next actions following an action

2018-03-23 Thread Andre Heinecke
aheinecke created this revision.
aheinecke added a reviewer: Okular.
aheinecke added a project: Okular.
aheinecke requested review of this revision.

REVISION SUMMARY
  Next actions are action dictionaries or an array
  of action dictonaries. "Next" is an entry in the
  general action dictionary.
  
  These actions are supposed to be performed after each other.
  So that a single button press can for example
  both trigger a Hide action and a JavaScript action.

TEST PLAN
  Using visibilitytest autotest in okular.

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D11608

AFFECTED FILES
  poppler/Link.cc
  poppler/Link.h
  qt5/src/poppler-link-private.h
  qt5/src/poppler-link.cc
  qt5/src/poppler-link.h
  qt5/src/poppler-page.cc

To: aheinecke, #okular
Cc: michaelweghorn, ngraham, aacid