kde-extraapps/okular/generators/epub
Ivailo Monev 5b77797be4 okular: rewrite snapshot taker to use KIO::PreviewJob
KIO::PreviewJob was made for this kind of things, it also does not involve
loading the file (which may play a sound even if the widget is not
visible), seeking, pausing and then grabbing a QWidget snapshot. the only
requirement is for ffmpegthumbs thumbnailer to be installed

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-11-28 05:48:24 +02:00
..
data generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
CMakeLists.txt generic: replace installation paths with KDE4_ prefixed 2020-02-08 20:12:24 +00:00
converter.cpp okular: rewrite snapshot taker to use KIO::PreviewJob 2022-11-28 05:48:24 +02:00
converter.h generic: replace forward declarations with headers inclusions 2019-05-23 00:08:45 +00:00
epubdocument.cpp okular: fix playing of epub generator sounds 2022-11-27 23:29:43 +02:00
epubdocument.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
generator_epub.cpp import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
generator_epub.h import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
libokularGenerator_epub.desktop import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
Messages.sh import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
okularApplication_epub.desktop okular: correct the exec command for epub generator 2022-10-13 19:40:50 +03:00
okularEPub.desktop import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00
README import a bunch of important libraries and applications 2014-11-19 02:23:05 +00:00

This is a libepub based backend to watch epub books using okular
The epub library can be obtained using:

svn co https://ebook-tools.svn.sourceforge.net/svnroot/ebook-tools/trunk ebook-tools

The library uses standard cmake (ccmake .;make install)

The epub standard specs can be found in:

http://www.idpf.org/specs.htm