Albert Astals Cid
9a25ea41dc
Fix warning about TRANSLATION_DOMAIN being defined twice
9 years ago
Luigi Toscano
e858ecdd7c
Fix translations: add translation domain for generators
...
Generators are libraries, so define the proper TRANSLATION_DOMAIN
for each for them.
Thanks Albert for spotting this.
9 years ago
Andreas Sturmlechner
862fd4f3e1
Don't build kimgiotest unless BUILD_TESTING=ON
...
Summary:
In >=KF-5.38 target kimgiotest is only built if BUILD_TESTING=ON,
so subsequent target_compile_definitions will fail if OFF.
Reviewers: #okular
Subscribers: kfunk
Tags: #okular
Differential Revision: https://phabricator.kde.org/D7212
9 years ago
Martin T. H. Sandsmark
033f21c826
Port some missing debug output to categorized logging
9 years ago
Burkhard Lück
4b7455396e
add metadata for kimgio, mobipocket, ooo, plucker, poppler, spectre, txt, xps
...
REVIEW:129347
BUG:363842
9 years ago
Olivier CHURLAUD
3b608a66c9
Preview functions again.
...
I added again the okularXXX.desktop
Correct the mess done by review 126193
10 years ago
Aleix Pol
b6d3854e66
Fix installation of kimgio plugin
...
Now kimgiotest passes
10 years ago
Patrick Spendrin
37d5623102
Remove kdelibs4support from the generator plugins
...
This removes kdelibs4support for all generators except the mobipocket one.
The test executable for kimgio needs some windows fixes too, so I'll try
to make a separate review for that.
REVIEW: 126375
10 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
Alex Richardson
824a35ced0
Ensure KImageIO test always finds the currently built generator
...
REVIEW: 123895
11 years ago
Marco Martin
1dd033d914
rename all the active specific desktop files
11 years ago
Alex Richardson
cfc82ee9b0
Be explicit about the target dependencies
11 years ago
Montel Laurent
5e984303a4
Use new KDE_ macro
11 years ago
Patrick von Reth
49c28f52df
lik to okularcore and okularpart instead of including the settings code multiple times, which breaks the exports
11 years ago
Raymond Wooninck
aad0211c10
Fix build
11 years ago
Fabio D'Urso
e395735820
Port the kimgio generator
...
Note that the libkexiv2 "framework" branch is still work in progress and does
not work out of the box yet (it doesn't install some headers).
12 years ago
Fabio D'Urso
559ba0f01e
Remove unused/commented out code from kimgio generator
12 years ago
Frederik Gladhorn
39787e4324
Use kconfig_add_kcfg_files for kcfgc
12 years ago
Fabio D'Urso
a995fdf1b4
Compile
13 years ago
Fabio D'Urso
26c257202d
kimgio generator: Apply transformations dictated by Exif metadata
...
BUG: 322920
FIXED-IN: 4.12.0
REVIEW: 111793
13 years ago
Marco Martin
fec9218235
every mimetype with own desktop file
...
splits the desktop file of the active app per mimetype,
as is done for the desktop version and for the part,
so only the ones that were actually built will be supported
13 years ago
Albert Astals Cid
0fdc76180d
QImageReader is a bit dumb and does not know how to open jpeg files with .png extension so use kmimetype that is somehow smarter
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1209685
15 years ago
Laurent Montel
28fff2c988
Install as programs
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1187515
16 years ago
Albert Astals Cid
2ea878f4d9
return the mimetype in the kimgio generator
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=1029805
17 years ago
Dirk Mueller
41afd26ba3
link all direct dependencies
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=829219
18 years ago
Pino Toscano
5e691f9dee
link to less libraries
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=779543
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
ea48a1b7f4
Provide an example (disabled, of course) of usage of the "new" GuiInterface in the KImageIO backend.
...
Add also an about data.
svn path=/trunk/KDE/kdegraphics/okular/; revision=705934
19 years ago
Laurent Montel
2e59ada023
change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex.
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=691222
19 years ago
Allen Winter
5110d1d3f2
remove kde4_automoc()
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=686063
19 years ago
Albert Astals Cid
55a67a082e
Each plugin installs a application desktop so that the supported mimetypes are exactly the ones supported by the plugins installed
...
svn path=/trunk/KDE/kdegraphics/okular/; revision=651194
19 years ago
David Faure
06d18ea3cc
Make it possible to compile all of playground in one go (but also still to compile it like before, of course).
...
-> CMAKE_SOURCE_DIR replaced with CMAKE_CURRENT_SOURCE_DIR.
Remove module-wide config.h files, unused yet, but better remove the temptation.
svn path=/trunk/playground/graphics/okular/; revision=647336
19 years ago
Pino Toscano
5adbe4c66f
there's no more need for libtool files
...
svn path=/trunk/playground/graphics/okular/; revision=603923
20 years ago
Laurent Montel
acb44a49d5
Apply Alex patch (now we can use enable-final argument
...
some module compiles with enable-final now)
As discussed with Alex it's not necessary to have program name
into automoc macro
svn path=/trunk/playground/graphics/okular/; revision=598341
20 years ago
Laurent Montel
9f317e53ca
Port to new kde4_automoc macro
...
Necessary to change KDE4_AUTOMOC macro to support
enable-final argument
(there was not a dependancy between <name>_final.cpp file and
moc generated files => moc files were never created)
Not necessary to rebuild all kdelibs just cp kdelibs/cmake/modules/KDE4Macros.cmake <path_kde4>/share/apps/cmake/modules
I ported and tested all kde module (without enable-final argument, it compiles fines (test and program))
Don't try to use enable-final argument for the moment it doesn't compile (but dependancy works)
Regards
svn path=/trunk/playground/graphics/okular/; revision=595060
20 years ago
Albert Astals Cid
8beff183b9
add desktop files indicating libokular provides a part for those mimetypes
...
svn path=/trunk/playground/graphics/okular/; revision=586466
20 years ago
Laurent Montel
3d62f697b2
Clean up
...
svn path=/trunk/playground/graphics/okular/; revision=566117
20 years ago
Pino Toscano
2d41c4459b
clean up the CMakeLists.txt files from the auto* stuff
...
svn path=/trunk/playground/graphics/okular/; revision=559521
20 years ago
Pino Toscano
1285825aa5
use install instead of install_files
...
svn path=/trunk/playground/graphics/okular/; revision=558033
20 years ago
Albert Astals Cid
eabbaeaead
oKular is now okular
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=550782
20 years ago
Pino Toscano
f8de9e780e
adapt to the recent cmake changes
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=540372
20 years ago
Laurent Montel
1ce4f247a4
Fix use {PLUGIN_INSTALL_DIR}
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=531061
20 years ago
Pino Toscano
76c8417b5a
Make the kimgio generator link correctly. The first oKular generator that links with cmake :-)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=523735
20 years ago
Laurent Montel
3d0eefb6d4
Add support for cmake (not tested for the moment)
...
svn path=/branches/work/kde4/playground/graphics/okular/; revision=522661
20 years ago