Commit graph

10350 commits

Author SHA1 Message Date
l10n daemon script 6122b98396 GIT_SILENT Sync po/docbooks with svn 2023-07-29 01:44:39 +00:00
l10n daemon script 4968c4102e 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-07-29 01:36:30 +00:00
l10n daemon script 087ff54396 GIT_SILENT Sync po/docbooks with svn 2023-07-28 01:52:10 +00:00
l10n daemon script 4006d863b6 GIT_SILENT Sync po/docbooks with svn 2023-07-27 01:45:12 +00:00
l10n daemon script 8f93a19fc1 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-07-27 01:37:10 +00:00
l10n daemon script 21641cee39 GIT_SILENT Sync po/docbooks with svn 2023-07-26 01:45:48 +00:00
l10n daemon script fcdba722a1 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-07-26 01:37:55 +00:00
l10n daemon script a49c88f697 GIT_SILENT Sync po/docbooks with svn 2023-07-25 01:44:46 +00:00
l10n daemon script b55d9ce54f 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-07-25 01:36:12 +00:00
l10n daemon script ab23d2f04e GIT_SILENT Sync po/docbooks with svn 2023-07-24 08:54:11 +00:00
l10n daemon script 72914f70b6 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-07-24 08:29:17 +00:00
l10n daemon script 5d1ee8a268 GIT_SILENT made messages (after extraction) 2023-07-24 07:29:59 +00:00
Jeremy Whiting cc80b3d0e3 Convert okular_part.desktop to okular_part.json and use it.
Also fixed the deprecation warning in the generator plugins.
Thanks to Alexander Lohnau
2023-07-23 17:16:07 +00:00
Albert Astals Cid 29810ad3dd Handle absolute urls in Document::processAction
BUGS: 472440
2023-07-23 18:28:56 +02:00
Emir SARI ad97329acd Apply i18n to percent values
This commit allows localizing the percent values for the languages,
that use a different percent format.
2023-07-23 16:16:24 +00:00
Jeremy Whiting d491dacf37 Move xps generator away from deprecated QtXml classes.
Move XpsHandler bits into XpsPage to parse xml using new classes.
Use QXmlStreamReader instead of QXmlInputSource.
Use QXmlStreamAttributes instead of deprecated QXmlAttributes.
Convert QStringRef return values to string as needed.
2023-07-21 19:20:41 +00:00
l10n daemon script a4ae8844c3 GIT_SILENT Sync po/docbooks with svn 2023-07-21 01:59:11 +00:00
l10n daemon script edd30e3a19 GIT_SILENT Sync po/docbooks with svn 2023-07-19 02:21:25 +00:00
Sune Vuorela 720e08220d Allow dbus to be disabled
In certain usecases, especially for non-linux desktop builds, the
advantage of of dbus is often limited. Provide a way to disable
building with dbus.

Note that this also disables the related functionalities of having a
second okular launch open the document in the first okular.

This also disables the unit tests that tests those features.
2023-07-18 07:53:42 +00:00
l10n daemon script 999b714a2c GIT_SILENT Sync po/docbooks with svn 2023-07-18 01:51:58 +00:00
Sune Vuorela e6b3a1167f Fix ui file to not give weird code
The previous xml got generated c++ code that under certain conditions
did

QIcon.addFile(QString::fromUtf8("."), ...); which is kind of not
helpful.
2023-07-17 12:27:26 +00:00
Albert Astals Cid 7e983d4da1 GIT_SILENT Upgrade release service version to 23.11.70. 2023-07-17 11:56:53 +02:00
l10n daemon script 995063b9a2 GIT_SILENT Sync po/docbooks with svn 2023-07-15 01:52:20 +00:00
l10n daemon script c040021801 GIT_SILENT Sync po/docbooks with svn 2023-07-14 01:56:46 +00:00
Ingo Klöcker 702ddec20f Include stdarg.h for va_start and va_end
Fixes "implicit declaration of function" error with devtoolset-10
(gcc (GCC) 10.2.1 20210130 (Red Hat 10.2.1-11)) in centos7 Docker image
used for building an AppImage.

See also the original source code:
https://github.com/jlaurens/synctex/blob/2020/synctex_parser.c#L104
2023-07-12 08:45:43 +00:00
Oliver Sander f694ab6343 Add test for field number formatting
This adds a test document with most formatting options directly accessible through acrobat.
Currently only the number format functions are tested as they are the only ones implemented.

Original patch is from Oliver Sander, rebased and fixed up by Nicolas Fella
2023-07-10 09:03:19 +00:00
l10n daemon script ccc3428c05 GIT_SILENT Sync po/docbooks with svn 2023-07-10 01:53:11 +00:00
Nicolas Fella db68662372 Avoid accidental scrolling when performing pinch gesture
When starting a pinch the user first touches with one finger. That causes the QScroller to enter the pressed state.
Then when the second finger touches and moves this causes the QScroller to interpret it as a scroll. This causes
the view position of the document to move

To avoid this send InputRelease to the scroller when a pinch starts to make sure it is no longer in pressed state.
Also don't send any input to the scroller while the pinch is ongoing to avoid it entering the pressed state again.

BUG: 421755
2023-07-08 12:04:08 +00:00
l10n daemon script 8b5a3be6b5 GIT_SILENT Sync po/docbooks with svn 2023-07-08 02:17:55 +00:00
l10n daemon script ea805623f9 GIT_SILENT Sync po/docbooks with svn 2023-07-07 01:51:29 +00:00
l10n daemon script 5cc11ac48c GIT_SILENT Sync po/docbooks with svn 2023-07-06 02:24:49 +00:00
l10n daemon script de4955b75a GIT_SILENT Sync po/docbooks with svn 2023-07-05 02:22:13 +00:00
l10n daemon script d954be8bbd GIT_SILENT Sync po/docbooks with svn 2023-07-04 02:17:13 +00:00
l10n daemon script 2671864171 GIT_SILENT Sync po/docbooks with svn 2023-07-03 02:12:44 +00:00
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