l10n daemon script
c823af787b
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"
2022-05-31 03:16:29 +00:00
l10n daemon script
ad813d6667
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"
2022-05-13 02:49:57 +00:00
Heiko Becker
3144226af6
GIT_SILENT Update Appstream for new release
2022-05-07 11:34:30 +02:00
Heiko Becker
172f4edeae
GIT_SILENT Update Appstream for new release
2022-04-12 23:27:55 +02:00
Volker Krause
50d0703ae0
Enable readability-braces-around-statements
2022-03-09 23:29:56 +01:00
Albert Astals Cid
1aa175cf3f
Support SaveAs action
...
If a new enough (unreleases as of now) poppler is available
BUGS: 451010
2022-03-06 19:16:27 +00:00
Heiko Becker
fe5847155c
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit b2d872c79f
)
2022-02-27 19:11:13 +01:00
l10n daemon script
5115d6db24
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"
2022-02-05 01:43:36 +00:00
Heiko Becker
db9dd90925
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 715fd1ac36
)
2022-01-28 23:45:01 +01:00
Albert Astals Cid
a8e5f6e9f7
PDF: Allow signing unsigned signature fields
2022-01-24 13:18:36 +01:00
Albert Astals Cid
fa6743aa04
Support the PDF Print named action
...
Also stop casting directly from a poppler enum to an okular enum, it's
not cool
BUGS: 448791
2022-01-23 22:20:46 +00:00
Albert Astals Cid
bc9ca92885
if -> ifdef
2022-01-06 00:04:29 +01:00
Albert Astals Cid
f03bbfa89d
PDF: Allow signing documents that need password to open them
...
We need the password since in the middle of the signing process we need to reopen
the document we just created to do some final modifications
2022-01-05 13:59:37 +00:00
Albert Astals Cid
e2ac1dcd1e
PDF: Fix memory leak when the file has Optional Content links
2022-01-04 16:42:35 +00:00
Heiko Becker
11448b94b1
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 8a09492a9a
)
2022-01-04 01:06:53 +01:00
Albert Astals Cid
b38b2dfe52
Merge remote-tracking branch 'origin/release/21.12'
2022-01-03 21:54:22 +01:00
Albert Astals Cid
e7eb937d28
Fix opening some password protected documents
...
e.g. the ones in poppler issue 824
The PDF spec doesn't say (or I couldn't find it) how a user entered
string is converted to the byte array needed for password checking, so
we try both latin1 and utf8
2022-01-03 18:26:49 +00:00
Albert Astals Cid
a2576dc746
Act on core/ TODOs that are not binary compatible
...
I'm going to need to break binary compatibility to add a new feature
so may as well cleanup all the TODOs regarding that
Changes:
* Moving a few destructors to the header
* Removing a few unnecessary & in params
* Adding a few necessary & in params
* Making print return an enum instead of a bool and then having another
function that returns the enum
* Make Generator::requestFontData be a virtual
* Remove unused enum
* Remove a few filePrinter unneeded functions
* Remove unused TextDocumentGenerator::addMetaData signal
2021-12-29 09:35:25 +00:00
Albert Astals Cid
84d977dd2d
GIT_SILENT Update Appstream for new release
2021-12-09 17:12:37 +01:00
Albert Astals Cid
09a2b506ed
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 84d977dd2d
)
2021-12-09 17:12:37 +01:00
l10n daemon script
a520e4378b
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"
2021-11-14 01:27:45 +00:00
Heiko Becker
b5eebfa12d
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 2a00f650c5
)
2021-10-31 11:18:54 +01:00
Heiko Becker
458c72a9c3
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 4304bcc397
)
2021-10-05 00:16:35 +02:00
Mahmoud Khalil
8b3dfcb3f4
PDF: Add Stamps to the file properly
...
By using Poppler 20.10 new custom image stamps APIs
Instead of the incompatible hack we used before that only worked for Okular.
This is done by modifying the update function used by PopplerAnnotationProxy in order to load the image in
the correct dimensions and send it to the poppler-Qt5 frontend.
We temporarily store the stamp annotation appearance when deleting it so that we can set it again when doing an undo undo.
2021-10-01 16:04:50 +00:00
l10n daemon script
84c9f3ea2a
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"
2021-10-01 01:22:33 +00:00
Albert Astals Cid
1c3e5b23d2
PDF: Support not contacting OCSP servers when validating signatures
...
This is sub-optimal since will not check if the certificate has been
revoked but is more privacy friendly since doesn't leak to the
certificate authority server that you're trying to validate a given
certificate
2021-09-28 21:33:07 +00:00
Nate Graham
6d2623a029
Merge branch 'release/21.08'
2021-09-24 10:07:15 -06:00
Nate Graham
51d91bfdcb
Automatically enable and disable "Force Rasterization" when required
...
Okular implements various print scaling options that require the use of
the "Force rasterization" feature or else they have no effect. However
this is not communicated in the UI anywhere or handled automatically,
leading to users being confused and frustrated when the print scaling
option they chose didn't work. It wastes paper too.
This commit causes the "Force rasterization" checkbox to become checked
automatically whenever the user selects a print scaling option that
requires it, and unchecked if they return to the default scaling mode
that does not require it.
BUG: 434247
FIXED-IN: 21.08.2
2021-09-23 15:19:27 -06:00
l10n daemon script
e6c6e52253
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"
2021-09-15 01:20:14 +00:00
l10n daemon script
9a4f79ff83
GIT_SILENT made messages (after extraction)
2021-09-15 00:17:02 +00:00
l10n daemon script
7c87c702df
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"
2021-09-10 02:19:38 +00:00
l10n daemon script
7ae4288f35
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"
2021-09-10 01:16:35 +00:00
l10n daemon script
f023cdc5b7
GIT_SILENT made messages (after extraction)
2021-09-10 00:16:21 +00:00
l10n daemon script
cc5849a6f8
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"
2021-09-08 02:33:19 +00:00
l10n daemon script
21f96680a6
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"
2021-09-08 01:23:37 +00:00
l10n daemon script
b022f98495
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"
2021-09-06 02:31:07 +00:00
l10n daemon script
6faaf727f6
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"
2021-09-06 01:21:51 +00:00
Albert Astals Cid
0c659a5466
clang-tidy: Enable google-explicit-constructor
2021-08-29 08:52:35 +00:00
l10n daemon script
a225fb6d9a
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"
2021-08-28 01:17:34 +00:00
Heiko Becker
5c16b25a11
GIT_SILENT Update Appstream for new release
2021-08-27 22:59:54 +02:00
Heiko Becker
9672d09900
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 5c16b25a11
)
2021-08-27 22:59:54 +02:00
Albert Astals Cid
c0de8366fc
Merge remote-tracking branch 'origin/release/21.08'
2021-08-27 10:44:29 +02:00
l10n daemon script
3dbe3b18f5
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"
2021-08-23 02:27:41 +00:00
l10n daemon script
361d084c44
GIT_SILENT made messages (after extraction)
2021-08-23 01:51:24 +00:00
l10n daemon script
7c2bac7d27
GIT_SILENT made messages (after extraction)
2021-08-22 00:15:58 +00:00
Albert Astals Cid
f143b323f1
Only show the Stamps warning when adding stamps to PDF files
2021-08-11 09:00:05 +02:00
Heiko Becker
139b822b0f
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit bf0642bfcb
)
2021-08-04 23:53:58 +02:00
Heiko Becker
bf0642bfcb
GIT_SILENT Update Appstream for new release
2021-08-04 23:53:58 +02:00
l10n daemon script
14f9f06f44
GIT_SILENT made messages (after extraction)
2021-07-26 01:41:24 +00:00
l10n daemon script
21bc8bd023
GIT_SILENT made messages (after extraction)
2021-07-26 00:15:50 +00:00