Alex Richardson
c2fc0199b8
Use KPluginFactory::createInstance<Okular::Generator>()
...
Now that all generators have the necessary Q_INTERFACES() it works again
This restores the behaviour from before commit e4a4d400c3
REVIEW: 123466
11 years ago
Alex Richardson
1049dc188a
Add Q_INTERFACES( Okular::Generator ) to all plugins
...
This seems to be required with KPluginFactory and Qt5 since without it
KPluginFactory::create<Okular::Generator>() always returns null.
For some reason this requires a complete rebuild before generatorstest
passes.
REVIEW: 123466
11 years ago
Alex Richardson
8059e5b686
Add a test to see whether generators can be loaded
...
REVIEW: 123466
11 years ago
Alex Richardson
0ef5903c73
Use ecm_add_test correctly
...
The first argument is not the target name but one of the source files.
11 years ago
Albert Astals Cid
3f55cc1e90
Try to fix Mac/clang build
11 years ago
Albert Astals Cid
8452e86b65
Fix porting mistake on next/prev page shortcuts
...
CCMAIL: lukas@kde.org
BUGS: 347109
11 years ago
Ivan Čukić
c46b08c23f
Make KActivities a required dependency
...
Our goal is better integration with Plasma and other KDE components.
We have made a conscious decision to reduce our code a bit by removing
the legacy #ifdefs. That way we do not have to support a build
configuration which is going to be used by just a tiny minority of our
users, and one that we are not terribly interested in. Without
KActivities, there is for example no support for recording and listing
of recent documents, PDF sharing etc etc, and we honestly believe that
the majority of our audience wants these features.
REVIEW: 123249
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
Alex Richardson
0436b34a98
Use QThread::msleep() instead of platform-specific sleep functions
11 years ago
Marco Martin
af3b4cba17
use the new kpackage-based runtime for the QML app
...
remove old dead code, the okular active app is now completely
qml and KPackage based
11 years ago
Montel Laurent
2708e9ce6d
Merge remote-tracking branch 'origin/master' into frameworks
11 years ago
Andreas Cord-Landwehr
9e603cc923
Fix include dir and library search.
...
This fixes two issues:
1. ${_okularBaseDir} provides a path to <somedir>/lib which prevents
the include dir to be found
2. the find_library search does not consider the architecture prefixes
REVIEW: 123176
11 years ago
Albert Astals Cid
72ca504ce1
Merge remote-tracking branch 'origin/Applications/15.04'
11 years ago
Ronnie Thomas
0877dfd5f8
Fix error messags on cmdline arguments
...
The --print and the --page arguments were showing wrong error messages. This patch fixes it.
REVIEW: 123163
11 years ago
Albert Astals Cid
decb184680
Merge remote-tracking branch 'origin/Applications/15.04'
...
Conflicts:
VERSION
core/version.h
11 years ago
Albert Astals Cid
c11c734caf
RC version
11 years ago
Montel Laurent
5d727ee965
Fix includes
11 years ago
Montel Laurent
2568463061
Port to QCDebug
11 years ago
Montel Laurent
fca577bd6f
Merge remote-tracking branch 'origin/master' into frameworks
11 years ago
Albert Astals Cid
b6239700d8
Merge remote-tracking branch 'origin/Applications/15.04'
11 years ago
Albert Astals Cid
250eccf530
plucker: Also accept f as false
...
This bug is present at upstream unpluck too, but given the cvs code hasn't
been touched in ages i have not reported it there
11 years ago
Montel Laurent
629882497b
Rename icons
11 years ago
Albert Astals Cid
87a0457472
Merge remote-tracking branch 'origin/Applications/15.04'
...
Conflicts:
VERSION
core/version.h
11 years ago
Albert Astals Cid
bb00a153e6
Update for 15.04 Beta 3
...
SVN_SILENT
11 years ago
Montel Laurent
080dba35b2
kdelibs4support--
11 years ago
Montel Laurent
ae30a7fc51
USe new connect api
11 years ago
Montel Laurent
3580f0089b
Fix includes
11 years ago
Montel Laurent
778f5bb9cb
Reactivate it
11 years ago
Montel Laurent
855d2df586
Rename icons
11 years ago
Montel Laurent
6e01127177
Fix rename icons
11 years ago
Montel Laurent
ffbf0b82f6
Rename icons
11 years ago
Montel Laurent
840355dc78
Fix warning
11 years ago
Montel Laurent
d780d15ea9
Merge remote-tracking branch 'origin/master' into frameworks
...
Conflicts:
autotests/mainshelltest.cpp
part.cpp
part.h
shell/shell.cpp
11 years ago
Saheb Preet Singh
1eafe4feb1
New shortcut to resize window to fit page
...
FIXED-IN: KDE Applications 15.08
BUGS: 326844
REVIEW: 115283
11 years ago
Albert Astals Cid
3f9f02a9ce
Merge remote-tracking branch 'origin/Applications/15.04'
11 years ago
Jonathan Doman
1cfb007b63
Fix session restore/save with multiple tabs
...
BUGS: 335852
REVIEW: 122570
11 years ago
Albert Astals Cid
a77bbac299
Fix typo
11 years ago
Albert Astals Cid
8e1aa72d51
Merge remote-tracking branch 'origin/Applications/15.04'
11 years ago
Albert Astals Cid
4ab459790b
Do not show RMB menus if we're dragging an annotation
11 years ago
Albert Astals Cid
ded1e5486d
Do not release the annotation if we release the middle button
11 years ago
Albert Astals Cid
9c98ac0f8b
Always release annotation on mouse release
...
BUGS: 345082
FIXED-IN: KDE Applications 15.04 Beta 3
11 years ago
Montel Laurent
c50c3d5332
kdelibs4support--
11 years ago
Montel Laurent
8fad6ebe09
Don't create action when we don't have qtspeech
11 years ago
Martin T. H. Sandsmark
587e25fa8f
Fix build of qml component.
...
remove qt4_automoc, and reference to KDE4_DEFINITIONS
11 years ago
Montel Laurent
da040cbd46
Fix includes
11 years ago
Montel Laurent
04943508cf
Merge remote-tracking branch 'origin/master' into frameworks
...
Conflicts:
core/document.cpp
core/version.h
11 years ago