[Poppler-bugs] [Bug 53589] [PATCH] Make 'additional actions' available in Annotation API of Qt4 frontend

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 16 08:39:51 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=53589

--- Comment #2 from Carlos Garcia Campos <carlosgc at gnome.org> 2012-08-16 15:39:51 UTC ---
Comment on attachment 65652
  --> https://bugs.freedesktop.org/attachment.cgi?id=65652
Makes the additional actions available in Qt4 frontend

Review of attachment 65652:
 --> (https://bugs.freedesktop.org/page.cgi?id=splinter.html&bug=53589&attachment=65652)
-----------------------------------------------------------------

::: qt4/src/poppler-annotation.cc
@@ +519,5 @@
> +
> +    Object actionObject;
> +    dict->lookup( key, &actionObject );
> +    ::LinkAction *linkAction = ::LinkAction::parseAction( &actionObject, parentDoc->doc->getCatalog()->getBaseURI() );
> +    actionObject.free();

I think the AA parsing should be common and done in the core, not in the
frontends.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list