Aleix Pol
b6d3854e66
Fix installation of kimgio plugin
...
Now kimgiotest passes
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
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
Alex Richardson
00b15528a4
Add the Copyright information back to the JSON files
...
REVIEW: 126193
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
4c7c7dbd8c
Unify the naming of logging categories
10 years ago
Patrick Spendrin
d0ecab4736
Windows string fixes
...
This patch changes multiline QStringLiterals to QString::fromLatin1
as QStringLiterals doesn't understand multiline strings on windows.
Also, strncasecmp is replaced by the portable qstrnicmp function provided
by QByteArray header.
REVIEW: 126379
10 years ago
Gleb Popov
355d592bfb
Fix compilation of fax and comicbook generators with MSVC 2015.
...
REVIEW: 125791
10 years ago
Montel Laurent
466eb79615
Use QStringLiteral
11 years ago
Alex Merry
4087e54727
Fix build: PlayOnce -> PlayLimited.
...
A commit that changed the name of this enum value was merged from the
master branch, and the merge didn't take into account that it was used
in code that only exists in the frameworks branch.
11 years ago
l10n daemon script
98ac941316
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Arseniy Lartsev
76c1e944a8
Support for non-integer transition durations in PDF presentations
...
REVIEW: 125329
11 years ago
l10n daemon script
8c141cc2fc
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
cd34059f53
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Arseniy Lartsev
e9e5cb6317
Repeat videos in PDFs automatically when needed
...
REVIEW: 125341
BUGS: 353171
11 years ago
l10n daemon script
7b8f0a7459
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
22ba4596fa
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
558b4bb765
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
dde68921b6
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
f6d4b45650
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
2669a2f354
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
2b1cf29728
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
6a2b5fc7b8
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
79fa933c73
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
ef99f17efb
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
8703484e63
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
7be388fa0f
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Albert Astals Cid
ab8944dcce
Add Comment
...
BUGS: 351973
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
Montel Laurent
014b712359
Use explicit. Q_DECL_OVERRIDE
11 years ago
Alex Richardson
bb22f7d3f1
Don't rotate images with Qt 5.4.0 and 5.4.1
...
There was behaviour change that automatically rotated jpeg images based
on exif metadata that was reverted in 5.4.2.
We now skip rotating with those two version to prevent rotating twice.
Also shared some code so that the #ifdef does not need to be added to
both methods
REVIEW: 123895
11 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
Montel Laurent
e03e6f6863
Use Q_DECL_OVERRIDE
11 years ago
Montel Laurent
26e4f8de60
Use QVector here too
11 years ago
Albert Astals Cid
1da3c424d1
Allow for the deletion of Caret annotations
...
Seems poppler just renders them fine, so we set them to externally rendered and allow annotation
FIXED-IN: KDE Applications 15.08
BUGS: 350740
11 years ago
l10n daemon script
1d36cd158f
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Jan Kundrát
abd30fb774
s/auto_ptr/unique_ptr/
...
The old auto_ptr was used for simple RAII. None of the auto_ptr flaws
were apparent in that context, but given that that class is actively
deprecated and that compilers warn about its use, it's better to switch
to its drop-in replacement.
My reason for not using QScopedPointer is that the C++11 version works
well enough, Okular is being built in C++11 mode anyway, unique_ptr
works on the KF5-minimal-mandated-compilers according to their docs, and
therefore there's no point in using something with a different API
(QScopedPointer) just because its name begins with a Q.
REVIEW: 124027
11 years ago
Saheb Preet Singh
bf673495fb
added layers on the left sidebar
11 years ago
l10n daemon script
9b6e42ea29
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
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
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
2568463061
Port to QCDebug
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
Montel Laurent
778f5bb9cb
Reactivate it
11 years ago
Montel Laurent
855d2df586
Rename icons
11 years ago