Commit graph

10166 commits

Author SHA1 Message Date
l10n daemon script f822b107f8 GIT_SILENT Sync po/docbooks with svn 2023-07-02 02:19:39 +00:00
l10n daemon script f74c029667 GIT_SILENT Sync po/docbooks with svn 2023-07-01 01:52:02 +00:00
l10n daemon script e3246490fd GIT_SILENT Sync po/docbooks with svn 2023-06-30 01:51:09 +00:00
Heiko Becker c593aa5866 GIT_SILENT Update Appstream for new release
(cherry picked from commit 4b90f55cb6)
2023-06-30 00:22:01 +02:00
Max Mueggler 8308112867 Fix bug where entire next page would be preloaded when zoomed into one page
This bug would cause out-of-memory errors when zoomed in.

There's an equivalent (and therefore redundant) check for if the
normalizedRect is null, so it looks like the normalizedArea != 0 check
was an oversight, if anything.
2023-06-29 08:28:51 +00:00
l10n daemon script 07686c4899 GIT_SILENT Sync po/docbooks with svn 2023-06-29 01:49:00 +00:00
Kevin Ottens 1487dc4ad3 Add a way to enable overprint preview for rendering PDF
This is disabled by default.
2023-06-28 05:34:22 +00:00
l10n daemon script 00ead7006c GIT_SILENT Sync po/docbooks with svn 2023-06-28 01:51:54 +00:00
l10n daemon script ae857ec3ab GIT_SILENT Sync po/docbooks with svn 2023-06-27 01:55:31 +00:00
l10n daemon script 53bdbb7ed2 GIT_SILENT Sync po/docbooks with svn 2023-06-26 01:57:00 +00:00
Volker Krause a1454ca4e4 Pass Android content: URLs fully encoded to Android API
This fixes opening files e.g. with a space anywhere in their name or path.

content: URLs we get from the file dialog need to get back into Android
API (via QFile or otherwise) as exactly the same string, any kind of
changes e.g. to the URL encoding are not considered to be the same file,
and thus a file we have no permission to access.
2023-06-25 22:58:57 +00:00
Sune Vuorela d1133be5fc Allow open certificate with kleopatra
If the active backend is gnupg (e.g. if only compiled-in backend, or later when configurabitily thru okular has been merged), we can offer to view and edit certificates with Kleopatra (KDE's certificate manager)
2023-06-25 22:41:22 +00:00
l10n daemon script 034397dae1 GIT_SILENT Sync po/docbooks with svn 2023-06-25 02:05:04 +00:00
l10n daemon script effbccd2a0 GIT_SILENT Sync po/docbooks with svn 2023-06-24 02:03:50 +00:00
l10n daemon script dcf10eae04 GIT_SILENT Sync po/docbooks with svn 2023-06-23 01:55:00 +00:00
l10n daemon script 3fce995a78 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"
2023-06-23 01:42:59 +00:00
Volker Krause fd459910b9 Remove the last references to kjs from the JS executor 2023-06-22 17:45:08 +02:00
Volker Krause ec0e848c58 Rename the JS functions unit tests to no longer mention kjs 2023-06-22 17:44:49 +02:00
Volker Krause a0af2c03cb Rename JS scripting files to no longer mention kjs 2023-06-22 17:40:50 +02:00
Volker Krause ba04a81d2b Rename HAVE_KJS
It's not KJS but QJSEngine now.
2023-06-22 17:24:36 +02:00
Yuri Chornoivan 419b10fbb5 Fix minor typo 2023-06-22 09:11:40 +03:00
l10n daemon script c140dcadaf GIT_SILENT Sync po/docbooks with svn 2023-06-22 01:50:40 +00:00
Sune Vuorela 8ee9ed181f PDF signature backend configuration and adaptions
- Configuration UI for backend selection
 - If backend don't handle password itself, no reason to
   do the things with password
2023-06-21 18:32:50 +00:00
Volker Krause 617ba7dd03 Port from deprecated KJS to QJSEngine 2023-06-21 15:53:51 +00:00
Sune Vuorela 03368e06f4 Make phonon optional
In certain configurations not lugging around a multimedia framework could be preferred.
2023-06-21 15:50:58 +00:00
Sune Vuorela 5f2f844577 Remove now unused cmake target option; their actual usage never left my computer 2023-06-20 10:23:41 +02:00
l10n daemon script 0741735822 GIT_SILENT Sync po/docbooks with svn 2023-06-20 02:18:48 +00:00
l10n daemon script cf56c5b499 GIT_SILENT Sync po/docbooks with svn 2023-06-19 02:01:15 +00:00
l10n daemon script 6a865ed761 GIT_SILENT Sync po/docbooks with svn 2023-06-18 02:24:50 +00:00
Sune Vuorela 0c383d8cfc Random minor/pedantic fixes 2023-06-17 11:04:41 +00:00
l10n daemon script 9649f3c265 GIT_SILENT Sync po/docbooks with svn 2023-06-17 01:50:27 +00:00
l10n daemon script a5e15d7c69 GIT_SILENT Sync po/docbooks with svn 2023-06-16 01:46:59 +00:00
Nate Graham c1165fba5d Surface Digitally Sign action more obviously in hamburger menu
This is an important feature of Okular, but when using the
KHamburgerMenu UX, it's quite buried in the More... section. Let's
move it up to the top level of the menu.

BUG: 470752
FIXED-IN: 23.08
2023-06-15 05:12:56 +00:00
l10n daemon script a7bdde037c GIT_SILENT Sync po/docbooks with svn 2023-06-15 01:52:47 +00:00
Nate Graham 5af0560731 Add missing @since tags to new public functions in core/document
Also re-arrange the new function declarations so they're in
chronological order by date added.
2023-06-14 13:46:51 -06:00
Sune Vuorela 3768e242b5 Signature dialog: put a spacer in bottom
This prevents too much items dancing around if no images and just one
certificate
2023-06-14 17:47:41 +00:00
Sune Vuorela 91b03f860a Show recent images when it gains content 2023-06-14 17:47:41 +00:00
Sune Vuorela 3c6ebac826 Provide a way to remove images from signature dialog 2023-06-14 17:47:41 +00:00
Sune Vuorela c27539fbbb Make certificate list fit if only 1 or 2 certificates 2023-06-14 17:47:41 +00:00
Sune Vuorela 9f498c7f55 Allow new signatures to have image backgrounds 2023-06-14 17:47:41 +00:00
Sune Vuorela da7ca71291 Add location and reason to signing info 2023-06-14 17:47:41 +00:00
Sune Vuorela 47b8fb2729 Switch SelectCertificateDialog to ui file
No other changes is in here.
2023-06-14 17:47:41 +00:00
l10n daemon script 11b6a2abc3 GIT_SILENT Sync po/docbooks with svn 2023-06-13 01:53:24 +00:00
l10n daemon script 416587a362 GIT_SILENT Sync po/docbooks with svn 2023-06-12 02:10:43 +00:00
l10n daemon script 56c0407bcd 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"
2023-06-12 01:50:14 +00:00
l10n daemon script 08a1631a34 GIT_SILENT made messages (after extraction) 2023-06-12 00:48:27 +00:00
l10n daemon script dea1aa081e GIT_SILENT Sync po/docbooks with svn 2023-06-11 01:52:47 +00:00
l10n daemon script 9295165f64 GIT_SILENT Sync po/docbooks with svn 2023-06-10 01:51:36 +00:00
l10n daemon script d78752ea34 GIT_SILENT Sync po/docbooks with svn 2023-06-09 01:55:07 +00:00
Nate Graham 99600667d4 Don't stop or warn if the edited file was deleted on disk
If an open  file with unsaved changes was deleted on disk, Okular
currently warns the user about it (in master) or prevents them from
saving it (in 23.04). But in both cases this is unnecessary; if the
open file was deleted on disk when the user tries to save changes,
Okular can simply save to its file path and re-create it, with no
risk of data loss or stomping on anyone else's work. So it should do
that.

CCBUG: 402017
2023-06-08 15:21:41 +00:00