Commit graph

10234 commits

Author SHA1 Message Date
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
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