That patch extracts the video file, which is defined in a
rich media annotation as parameter for the flash player,
and uses the normal multimedia player, to playback the video
file.
This feature requires poppler-qt5 in version 0.36.
FEATURE: 326230
REVIEW: 124612
I had added this special case because Poppler < 0.20 stored garbage
in the DOM node corresponding to inplaceText (but good data in contents).
This code copied the good value into inplaceText, so that our UI code,
which used to show the user what it read from inplaceText, showed the
good value instead.
Now that Okular only has contents, this special handling is no longer
needed.
This fixes the auto-start feature of PDFs generated with the LaTeX movie
package, which uses the additional action of a widget annotation to start
the movie when entering the page.
BUG: 300051
REVIEW: 106430
FIXED-IN: 4.10
Released Sun Oct 18, 2009, if you want to build this new Okular with that old poppler version you should really think updating it too, there's been lots of fixes since then
This requires the sound annotation type I added 5 minutes ago in the development version of Poppler.
svn path=/trunk/KDE/kdegraphics/okular/; revision=796581
It requires the new annotation type I introduced about 10 minutes ago in the development version of Poppler.
CCBUG: 155072
svn path=/trunk/KDE/kdegraphics/okular/; revision=796468