Martin T. H. Sandsmark
5e77764ac5
Don't show mobile version in menus
10 years ago
Martin T. H. Sandsmark
ff274fdecc
Remove kdelibs4support
10 years ago
Martin T. H. Sandsmark
85078160fa
Use normal KDE compiler settings
10 years ago
Olivier CHURLAUD
411bdee0eb
Open relative path again
...
REVIEW: 128507
10 years ago
Martin T. H. Sandsmark
68deb82a6f
We need doctools
10 years ago
Martin T. H. Sandsmark
077258f235
(re-)Implement recoloring
10 years ago
Olivier CHURLAUD
ef6f5ebc3b
Porting more files out of KDialog
10 years ago
Olivier CHURLAUD
630269a400
More ports out of KDialog
10 years ago
Olivier CHURLAUD
741c616c7a
Port most of part.cpp out of KDELibsSupport
...
minor: Change header cases : <qicon.h> becomes <QIcon>
10 years ago
Martin T. H. Sandsmark
a1d2d8cac7
Undo mistake in last commit
10 years ago
Martin T. H. Sandsmark
243fc02cb9
Add some missing explicit dependencies
10 years ago
Thomas Friedrichsmeier
df0c41212f
Fix build with MinGW on Windows.
...
REVIEW: 127328
10 years ago
Armin K
568079625d
cmake: Port to FindPoppler from extra-cmake-modules
...
REVIEW: 127049
10 years ago
Aleix Pol
f42a3bad65
Drop libkscreen dependency
...
Drops the x11 fallback. We were falling back to QX11Extras that were in
fact using QScreen internally.
Also remove the QDesktopWidget fallbacks for the same reason.
Drops some API for fetching the dpi and unifies it with ::realDpi(QWidget).
Based on Sebas's patch.
Reviewed by Albert.
REVIEW: 126913
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
Albert Astals Cid
db1c8ad751
Need new KF5 to get KPluginMetaData::mimeTypes
10 years ago
Aleix Pol
2c6cf868cf
Let KDE*CompilerSettings change the policies in the project
...
As suggested in ECM documentation.
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
Michel Ludwig
b939800fb7
Add logging categories file for kdebugsettings
...
REVIEW: 126589
10 years ago
Gleb Popov
0928298a74
Build okularpart as SHARED library when using MSVC, as using MODULE causes errors when linking to okularpart.dll.
...
REVIEW: 125792
10 years ago
Albert Astals Cid
450fff8818
Increase version for KDE Applications 15.12.0
...
And soversion of the core library sicne there's a new virtual in it
10 years ago
Albert Astals Cid
21dfb2127f
See if this gives us coverage support
11 years ago
Albert Astals Cid
d8f9800d28
Make the drawing tools be actions instead of tool buttons
...
3 benefits:
* We can set the shortcut in the edit shortcuts dialog as before
* Shortcuts can be activated without showing the topbar as before
* Drawing in the toppbar is exactly as the other actions
11 years ago
Tobias Koenig
81f80ac3a4
Implement drawing quick selection tool for presentation mode
...
REVIEW: 124687
11 years ago
Alex Richardson
22b6d4551d
Remove copy of qpagesize.cpp
...
No longer needed with Qt5
11 years ago
Marco Martin
5ba5e2189c
rename from active to mobile
11 years ago
Albert Astals Cid
c05f26c204
Revert needless KF5 dep increase
...
Laurent it'd be really great if you did read the emails i send you :)
CCMAIL: montel@kde.org
11 years ago
Marco Martin
2533561418
uncomment add_subdirectory(doc)
...
was disabled by mistake
11 years ago
Marco Martin
f3698b6d69
port away from ViewSearch
11 years ago
Montel Laurent
adde882203
increase version
11 years ago
Albert Astals Cid
1de97322e7
Bring QPageSize from Qt5
...
Allows us to not use a dummy printer for knowing page size
Which is nice since it won't block because Qt4 QPrinter is a bit weird sometimes
BUGS: 334708
FIXED-IN: KDE Applications 15.08
11 years ago
Albert Astals Cid
dafd8f6972
Bring QPageSize from Qt5
...
Allows us to not use a dummy printer for knowing page size
Which is nice since it won't block because Qt4 QPrinter is a bit weird sometimes
BUGS: 334708
FIXED-IN: KDE Applications 15.08
11 years ago
David Faure
8eb8cfcf1a
set cmake_min_req to match kdelibs policy and enable newer cmake policies
11 years ago
Alex Richardson
5ecffc246b
Set the CMake target name from Okular::okularcore to Okular::Core
...
REVIEW: 124381
11 years ago
Alex Richardson
f9b90348ec
Make the KF5 okular library coinstallable with the KDE4 version
...
The KF5 based library has been renamed to libOkular5Core.so so that
both can coexist in /usr/lib(64)
REVIEW: 124381
11 years ago
Alex Richardson
ed352a06fb
Install Okular5Config.cmake instead of OkularConfig.cmake
...
Otherwise Qt4 projects that have a find_package(Okular) can break
because CMake then selects moc from Qt5 which won't work
REVIEW: 124381
11 years ago
Saheb Preet Singh
8f5fecfd5b
Revert "added layer-visible-on and layer-visible-off icon instead of checkboxes"
...
This reverts commit 288d3e4c1b .
11 years ago
Saheb Preet Singh
288d3e4c1b
added layer-visible-on and layer-visible-off icon instead of checkboxes
11 years ago
Saheb Preet Singh
bf673495fb
added layers on the left sidebar
11 years ago
Alex Richardson
dcf4d93abb
Fix the export header not being found in interfaces/*.h
...
REVIEW: 123363
11 years ago
Andreas Cord-Landwehr
ac258e49f1
Use generated version and CMake config files.
...
Replace both the package version file by a generated file, as well as
OkularConfig.cmake package configuration file.
Note that with this change the compatibility CMake variable OKULAR_FOUND
is not set anymore, use Okular_FOUND instead.
REVIEW: 123314
11 years ago
Alex Richardson
4a1c199e8e
Remove unneeded target_include_directories()
11 years ago
Alex Richardson
475be2073a
Fix INTERFACE_INCLUDE_DIRECTORIES for okularcore library
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
Montel Laurent
90b2f6c62c
Fix install icons
11 years ago
Jeremy Whiting
61554c833e
Reenabled text to speech using QtSpeech as an optional dependency.
...
If QtSpeech (dev branch) is built and installed this builds and works
very well.
REVIEW:122553
11 years ago
Lukáš Tinkl
dc06e72657
fix build and an unintended KScreen change
11 years ago
Lukáš Tinkl
fd6a35486e
port KUrl -> QUrl
11 years ago
Albert Astals Cid
da82ce77bc
Prepare for Applications 14.12 release
11 years ago