Julian Wolff
4931385777
add markdown support
...
Summary:
Adds support for Markdown documents
BUG: 360603
Test Plan: Open a Markdown (.md) document in Okular
Reviewers: #okular, aacid
Reviewed By: #okular, aacid
Subscribers: michaelweghorn, aacid
Tags: #okular
Differential Revision: https://phabricator.kde.org/D7382
9 years ago
Alex Richardson
2f9246ae42
Port to new JSON plugin loading system
...
This means Okular can now work without ksycoca and KDELibs4Support.
REVIEW: 126193
10 years ago
Montel Laurent
466eb79615
Use QStringLiteral
11 years ago
Montel Laurent
3b4ee788b8
Fix includes
12 years ago
Montel Laurent
89bb5562ac
Reactivate some generator
12 years ago
Raymond Wooninck
f4badbc117
Port the aboutData to the new methods. Next would be to bring back
...
to About Backend dialog
12 years ago
Yuri Chornoivan
b98f1e9338
Add FB2 icons (design by Vladimir Prohorenkov, allowed to use under free license by the author).
...
REVIEW: 118862
12 years ago
Frederik Gladhorn
7261d5d45a
Generator porting (mostly kaboutdata)
12 years ago
Fabio D'Urso
a79351212d
Removed TextDocumentGenerator::generalSettingsWidget()
...
Which is now useless because with the previous patch
TextDocumentGenerator no longer caches the widget.
13 years ago
Albert Astals Cid
aa9b2668c9
prepend okular_ to the config gile names
13 years ago
Azat Khuzhin
1fdb0a0a06
Font selector for TextDocumentGenerator
...
REVIEW: 109021
13 years ago
Albert Astals Cid
998e322e7a
Version increases for 0.15.2 (4.9.2)
14 years ago
Albert Astals Cid
81c5c540df
Update versions for KDE 4.8
...
(cherry picked from commit 51a77e6a51 )
14 years ago
Albert Astals Cid
51a77e6a51
Update versions for KDE 4.8
14 years ago
Pino Toscano
14521f54a7
bump plugins versions to be in sync with kde 4.4 and, in case, consider more work being done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1156088
16 years ago
Pino Toscano
07e6cc3bb0
bump plugins versions to be in sync with kde 4.2 and, in case, consider more work being done
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=989180
17 years ago
Tobias Koenig
14d47622d8
Add about data to my maintained generators
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=782777
18 years ago
Pino Toscano
6aa123656a
Port the plugin system to the standard KDE factory and loader, getting rid of the custom system okular had so far.
...
This requires a generator to have a
MyGenerator(QObject *parent, const QVariantList &args)
constructor in order to be successfully loaded.
The OKULAR_EXPORT_PLUGIN macro was adapted, and the generators to provide it the about data; the protected Generator::setAboutData() is no more needed.
Remove the 'lib' prefix from plugins, unneeded now.
CCMAIL: okular-devel@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=744169
19 years ago
Pino Toscano
10503cf472
Add stubs for about data for the backends that don't have one, but have translations.
...
I remember all the maintainers to fill them only after the KDE 4.0 unfreeze :)
CCMAIL: okular-devel@kde.org
svn path=/trunk/KDE/kdegraphics/okular/; revision=741068
19 years ago
Albert Astals Cid
0d47b62715
krazy include order issues
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=655893
19 years ago
Tobias Koenig
e1ab8660ef
Add new TextDocumentGenerator class, which is a base class for
...
generators which work on a QTextDocument. So all the nasty calculation
for text extraction and link/annotation positions is done by the
generator.
Ported FictionBook generator to it.
svn path=/trunk/playground/graphics/okular/; revision=623071
19 years ago
Tobias Koenig
53c97a481b
Add generator plugin for the FictionBook format ( http://en.wikipedia.org/wiki/FictionBook ),
...
you can find documents e.g. under http://www.fictionbook.ru
svn path=/trunk/playground/graphics/okular/; revision=620876
19 years ago