Albert Astals Cid
eed89aaef6
poppler: Convert Highlight annotations via C++
...
Instead of via the magic XML cycle of Poppler::AnnotationUtils::storeAnnotation + Okular::AnnotationUtils::createAnnotation
6 years ago
Albert Astals Cid
f533788637
poppler: Convert Geom annotations via C++
...
Instead of via the magic XML cycle of Poppler::AnnotationUtils::storeAnnotation + Okular::AnnotationUtils::createAnnotation
6 years ago
Albert Astals Cid
7ccb475df8
Fix crash on files that have the same signature in more than 1 page
...
It happens with some official documents where they use the same
signature in all pages to make it clear all pages are signed/official
BUGS: 426467
6 years ago
Albert Astals Cid
9bf171a108
Fix crash on files that have the same signature in more than 1 page
...
It happens with some official documents where they use the same
signature in all pages to make it clear all pages are signed/official
BUGS: 426467
6 years ago
Friedrich W. H. Kossebau
1784c1d0cb
Use more nullptr instead of 0
6 years ago
Albert Astals Cid
4085181512
UDSEntry::insert -> UDSEntry::fastInsert
...
we're clearing the UDSEntry just before the inserts so it's safe to
assume we're not inserting something that was there already
6 years ago
Albert Astals Cid
8a1bef81f8
Remove poppler 0.80 ifdefs since we require 0.86 now
6 years ago
Albert Astals Cid
6b08af754f
Remove poppler 0.79 ifdefs since we require 0.86 now
6 years ago
Albert Astals Cid
4d12c257b2
Remove poppler 0.74 ifdefs since we require 0.86 now
6 years ago
Albert Astals Cid
9264723002
Remove poppler 0.73 ifdefs since we require 0.86 now
...
This actually fixes a mistake in SignatureFormTest::testSignatureForm
6 years ago
Albert Astals Cid
e283da994b
Remove poppler 0.69 ifdefs since we require 0.86 now
6 years ago
Albert Astals Cid
eacb5eed8b
Remove poppler 0.68 ifdefs since we require 0.86 now
6 years ago
Albert Astals Cid
7dce3389cb
Remove poppler 0.65 ifdefs since we require 0.86 now
6 years ago
Albert Astals Cid
c019a7e76c
Remove poppler 0.64 ifdefs since we require 0.86 now
6 years ago
Albert Astals Cid
bcd36d6374
Remove poppler 0.63 ifdefs since we require 0.86 now
6 years ago
Albert Astals Cid
e989200dcf
Increase minimum supported versions to those provided by Ubuntu 20.04
6 years ago
Albert Astals Cid
2697105462
Revert cbddcd3273
...
KJS and KWallet are indeed optional, that's what the ${optionalComponents} variable does
6 years ago
Albert Astals Cid
cbddcd3273
kwallet and kjs are mandatory in cmake anyway, remove ifdefs
6 years ago
Albert Astals Cid
a05df764bc
Move IsDigitallySigned code to part.cpp
...
It isn't really pdf generator specific
6 years ago
Christoph Feck
b3101774cf
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 4b9e50a1ed )
6 years ago
Christoph Feck
4b9e50a1ed
GIT_SILENT Update Appstream for new release
6 years ago
Albert Astals Cid
8966b715b6
poppler: Convert Line annotations via C++
...
Instead of via the magic XML cycle of Poppler::AnnotationUtils::storeAnnotation + Okular::AnnotationUtils::createAnnotation
6 years ago
Albert Astals Cid
884704f6cb
poppler: Convert Text annotations via C++
...
Instead of via the magic XML cycle of Poppler::AnnotationUtils::storeAnnotation + Okular::AnnotationUtils::createAnnotation
6 years ago
Markus Brenneis
89cf21b222
Add support for image sizes in markdowns
...
The discount markdown parser supports parsing explicit image sizes in markdown, but we ignore them and replace them with the actual image dimensions. With this patch, any specified image sizes are respected.
6 years ago
Christoph Feck
f6ce4a57d8
GIT_SILENT Update Appstream for new release
6 years ago
Christoph Feck
d0b9d83946
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit f6ce4a57d8 )
6 years ago
l10n daemon script
36a6010c4f
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"
6 years ago
l10n daemon script
8f81af09e2
GIT_SILENT made messages (after extraction)
6 years ago
l10n daemon script
8563aa45cb
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"
6 years ago
l10n daemon script
685ae66b45
GIT_SILENT made messages (after extraction)
6 years ago
l10n daemon script
3ef3de28c8
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"
6 years ago
Albert Astals Cid
1eb724b5be
Convert the poppler revisions to Okular revisions
...
It's not really like it matters since we're not using the okular
revision information anywhere, but well, at least from the poppler
plugin we're doing the right thing
6 years ago
Albert Astals Cid
2c8dd71931
Convert the poppler annotation popup to Okular annotation window
...
Not having this is not as bad as it sounds since for most of the
annotations where the style makes sense this is currently already being
converted by AnnotationPrivate::setAnnotationProperties but the plan is
to stop passing xml between poppler annotations and okular annotations
because that's just plain bad
6 years ago
Albert Astals Cid
2b639579f7
Convert the poppler annotation style to Okular annotation the style
...
Not having this is not as bad as it sounds since for most of the
annotations where the style makes sense this is currently already being
converted by AnnotationPrivate::setAnnotationProperties but the plan is
to stop passing xml between poppler annotations and okular annotations
because that's just plain bad
6 years ago
Albert Astals Cid
5ce3593e8f
createAnnotationFromPopplerAnnotation: Renames to make the code easier to read
...
It's not clear ann was a popplerAnnotation but annotation was an
okularAnnotation
6 years ago
Albert Astals Cid
4e89757af1
Poppler: Use non xml API for toc if possible
...
The xml api will be removed in Qt6 so better to move away from it as
soon as possible
6 years ago
Albert Astals Cid
19d98d6a74
Run clang-format
...
find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format -i {} \;
If you reached this file doing a git blame, please see README.clang-format (added 2 commits in the future of this one)
6 years ago
Albert Astals Cid
751a7074d1
Need two clang-format off markers to not trigger clazy-connect-not-normalized
6 years ago
Albert Astals Cid
2ed253a540
Include fixes
6 years ago
Albert Astals Cid
ae0bdd1fe9
Add qAsConst to code that is not CI'ed so clazy didn't complain [yet]
...
It's not CI'ed because CI doesn't have a poppler new enough
6 years ago
Laurent Montel
516fb89d94
Use camelcase include. (scripted)
6 years ago
Christoph Feck
182e2791d7
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 13dc58655a )
6 years ago
l10n daemon script
7254c56886
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"
6 years ago
l10n daemon script
e5f4a0d6da
GIT_SILENT made messages (after extraction)
6 years ago
l10n daemon script
90502b2961
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"
6 years ago
l10n daemon script
f046034c69
GIT_SILENT made messages (after extraction)
6 years ago
l10n daemon script
1f50b2a6b4
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"
6 years ago
l10n daemon script
c8fee988f4
GIT_SILENT made messages (after extraction)
6 years ago
l10n daemon script
2857dc241f
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"
6 years ago
l10n daemon script
6cd2e32e64
GIT_SILENT made messages (after extraction)
6 years ago