Alexander Lohnau
93ad33569b
Convert CMake module license statements to SPDX
5 years ago
Alexander Lohnau
2f193a63de
Convert license headers to SPDX
5 years ago
Albert Astals Cid
99788b907e
Second attempt at fixing the windows/craft build
...
Since libspectre includes reference themselves with libspectre/ change
the cmake find_path to also include libspectre/ when doing the include
path search
5 years ago
Albert Astals Cid
084631d11e
Use more standard cmake functionality to search for discount
...
Instead of rolling our own, that's harder to understand and buggy anyway
BUGS: 431311
5 years ago
Sune Vuorela
3e48663fb7
Use a target in FindDiscount (modern cmake) rather than variables
...
Test Plan: Things still builds
Reviewers: kde-buildsystem, apol
Reviewed By: apol
Subscribers: apol, aacid, #okular
Tags: #okular
Differential Revision: https://phabricator.kde.org/D12672
8 years ago
Gilbert Assaf
6b27aa53fa
CHM Generator Lib Update
...
This patch updates our copy of the chm lib from kchmviewer. The lib files itself are an unmodified copy from kchmviewer 7.7, only our generator needed some changes. In contrast to kchmviewer we still use khtml and therefor still need msits.
REVIEW: 130226
9 years ago
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
Albert Astals Cid
2868e3e5ca
Support SetOCGState links
...
Needs a very recent poppler
BUGS: 368402
REVIEW: 129216
9 years ago
Aleix Pol
505ef44479
Fix LibSpectre look-up
10 years ago
Armin K
568079625d
cmake: Port to FindPoppler from extra-cmake-modules
...
REVIEW: 127049
10 years ago
Albert Astals Cid
425dc7d948
FindPoppler.cmake: Fix endif mismatched condition by removing it
10 years ago
Alex Richardson
4930045ff1
Make sure we don't pick up the new FindPoppler from e-c-m yet
...
I will port it to that once the next version of e-c-m has been released
10 years ago
Arseniy Lartsev
76c1e944a8
Support for non-integer transition durations in PDF presentations
...
REVIEW: 125329
11 years ago
Tobias Koenig
8b603c174d
Add basic support for RichMedia annotations in PDF files
...
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
11 years ago
Heiko Becker
966e19582c
FindLibSpectre: Use FindPkgConfig instead of UsePkgConfig
...
The latter is deprecated and doesn't respect the PKG_CONFIG
environment variable which makes it easy to deal with differently
named pkg-config executables, e.g. arch-prefixed ones.
REVIEW: 123393
11 years ago
Albert Astals Cid
bc155c6842
Poppler-qt4 -> 5
12 years ago
Albert Astals Cid
19a216a275
Don't ask for link annotations, they are slow and we don't use them
...
Needs poppler 0.28 that is yet to be released
BUGS: 317891
12 years ago
Albert Astals Cid
38c4efef4f
Fix cmake condition
13 years ago
Albert Astals Cid
69f683b9a4
Expose the thin line support of poppler 0.24
...
Based on a patch by Thomas Freitag - Thomas.Freitag@alfa.de
13 years ago
Albert Astals Cid
2b4417c4c8
Not use LIBSPECTRE_FOUND as internal variable
...
Confuses newer cmakes
13 years ago
Albert Astals Cid
b541d8e812
Cleanup the debug
13 years ago
Albert Astals Cid
af652c02d0
Don't use LIBSPECTRE_FOUND as a internal var in the cmake file
13 years ago
Albert Astals Cid
87ccb7d13d
even moar messages
13 years ago
Albert Astals Cid
b839ad266f
More messages
13 years ago
Albert Astals Cid
ba503f9bc7
Try to find out why build.kde.org doesn't find spectre
13 years ago
Fabio D'Urso
f33bff0268
FindPoppler.cmake: Updated poppler 0.22 to check that it is really the lastest version
14 years ago
Tobias Koenig
24e8fbd447
Make sure HAVE_POPPLER_0_22 really checks for latest version
14 years ago
Tobias Koenig
770e2818bb
Evaluate additional actions of screen and widget annotations
...
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
14 years ago
Tobias Koenig
8dbd83ab2a
Implement support for poster image of videos in PDF documents
...
With this commit Okular will show a so called poster image for PDF documents
containing movie annotations. The image will be a screenshot of the first frame
of the video.
BUGS: 301603
REVIEW: 105890
FIXED-IN: 4.10.0
14 years ago
Tobias Koenig
4639ded310
Implement autostart support for movie annotations
...
Evaluate MovieActions to implement autostart behavior for movie annotations.
REVIEW:104271
14 years ago
Guillermo A. Amaral B
592c0c1611
Allow PDF Generator to handle embedded movies
14 years ago
Albert Astals Cid
7f519abe78
Increase poppler required version to 0.12.1
...
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
14 years ago
Valentin Rusu
d13d0064f2
Fixed a test (thanks Alex Neundorf) when libpoppler-qt4 was incorrectly not found
15 years ago
Pino Toscano
09af0e40c4
cmake: remove obsolete/leftover cmake modules
15 years ago
Rohan Garg
b9710a3cb6
FindKSane.cmake moved to git, removing unnecessary files
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=1223126
15 years ago
Albert Astals Cid
9d1bdb296e
look for poppler 0.16
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=1209700
15 years ago
Albert Astals Cid
64063fe996
Alex says FindOkular.cmake is not the way to go and that we need to install an OkularConfig.cmake
...
That get_filename_component thing seems quite fragile and hacky to me but he is the expert :-)
CCMAIL: neundorf@kde.org
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=1179984
16 years ago
Pino Toscano
1f809924aa
improve a bit the library search of this module:
...
- use pkg_check_modules() instead of the deprecated pkgconfig()
- search for library and includes also if we use pkg-config, generalizing the search a bit
should make its code a bit cleaner, and still make it working on windows (in case, just tell me)
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=1069564
16 years ago
Albert Astals Cid
27830a988e
Add a [hidden] config option to set hinting to fonts
...
Defaults to disabled
Made the dvi and pdf backends honor the hinting setting
svn path=/trunk/KDE/kdegraphics/okular/; revision=1032936
17 years ago
Christian Ehrlicher
42354f1a7f
add CheckCXXSourceCompiles
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=1024495
17 years ago
Aaron J. Seigo
5deac8b65b
api change
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=1019128
17 years ago
Laurent Montel
512981a36b
Port to knotificationitem
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=989091
17 years ago
Pino Toscano
ede4f767ce
- add a compile check for poppler 0.8
...
- improve the message shown
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=940936
17 years ago
Laurent Montel
73ce3b48b7
Port to find_package(PkgConfig)
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=897480
17 years ago
Laurent Montel
f6828bab02
Not necessary
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=882088
18 years ago
Patrick Spendrin
9c368e7567
forward port r853349 and r853404
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=853595
18 years ago
Pino Toscano
e14d036f44
install the FindKScan cmake module
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=817540
18 years ago
Kåre Särs
084cc0772e
Move libksane to libs/ for consistency
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=816855
18 years ago
Pino Toscano
f05c68a6b2
there's a better (or supposed so) FindKipi coming with kdelibs, so use that one
...
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=815311
18 years ago
Kåre Särs
84c5b70b89
Enable building of libksane in kdegraphics
...
Disablebuilding of libkscan (prepare to move to unmaintained/4/)
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=807802
18 years ago