Commit graph

10669 commits

Author SHA1 Message Date
l10n daemon script 9f93a01268 GIT_SILENT Sync po/docbooks with svn 2024-04-16 01:25:11 +00:00
l10n daemon script 41b318e073 GIT_SILENT made messages (after extraction) 2024-04-16 00:37:35 +00:00
Sune Vuorela bfc3e46f9c A collection of cppcheck fixes 2024-04-15 19:59:42 +02:00
Nicolas Fella 465b9ff5ce Let poppler pick the font size when signing signature fields
Currently we use the default font sizes for NewSignatureData, which are 10 for fontSize and 20 for leftFontSize

This can be too large for a small signature field, leasing to cut-off text

When passing 0 poppler picks a suitable size depending on the size of the signature field

CCBUG: 443403
2024-04-15 12:24:17 +00:00
l10n daemon script ee58e07e0f GIT_SILENT Sync po/docbooks with svn 2024-04-13 01:23:14 +00:00
l10n daemon script 266d82347f GIT_SILENT Sync po/docbooks with svn 2024-04-12 01:21:04 +00:00
l10n daemon script 27750561e0 GIT_SILENT Sync po/docbooks with svn 2024-04-11 01:21:48 +00:00
l10n daemon script a02eb99b33 GIT_SILENT Sync po/docbooks with svn 2024-04-10 01:22:39 +00:00
l10n daemon script da02e5e76d GIT_SILENT Sync po/docbooks with svn 2024-04-09 01:22:53 +00:00
Heiko Becker 9c2fb5af53 GIT_SILENT Update Appstream for new release
(cherry picked from commit 21c7411e1d)
2024-04-08 18:04:20 +02:00
l10n daemon script 4cf3f0f4a6 GIT_SILENT Sync po/docbooks with svn 2024-04-08 01:21:30 +00:00
Volker Krause 8bc7d0acd6 Port away from Qt5Compat.GraphicalEffects 2024-04-07 21:51:54 +00:00
Nicolas Fella c9b1badea2 Add Windows Craft job 2024-04-07 21:44:39 +00:00
l10n daemon script a5be29d3db GIT_SILENT Sync po/docbooks with svn 2024-04-07 01:22:30 +00:00
l10n daemon script fa3a032981 GIT_SILENT made messages (after extraction) 2024-04-07 00:37:47 +00:00
l10n daemon script 9aea259e56 GIT_SILENT Sync po/docbooks with svn 2024-04-06 01:22:07 +00:00
l10n daemon script 0446fe13fd GIT_SILENT Sync po/docbooks with svn 2024-04-05 01:20:16 +00:00
Robert Riemann 0f6826bb6c refactor documentSignatureMessageWidgetText and getSignatureFormFields
documentSignatureMessageWidgetText and getSignatureFormFields in gui/signatureguiutils.cpp
have similar loops to extract PDF form fields from pages. I made both loops more similar
and added early exit loop conditions to improve performance in documents with many pages.
2024-04-04 11:58:39 +02:00
l10n daemon script f288eb4f3c GIT_SILENT Sync po/docbooks with svn 2024-04-04 01:22:46 +00:00
Friedrich W. H. Kossebau 307a5401dd man page: refer to Qt6 & KF6 version of commandline options 2024-04-04 03:13:41 +02:00
l10n daemon script 69d12b6879 GIT_SILENT made messages (after extraction) 2024-04-04 00:37:53 +00:00
l10n daemon script 995cac267e GIT_SILENT Sync po/docbooks with svn 2024-04-03 01:22:14 +00:00
Albert Astals Cid 7a5d1a23b0 Properly reset documentHasPassword 2024-04-03 01:43:38 +02:00
Nicolas Fella ea243a2a03 Fix DocumentHasPassword check
A document can be encrypted without requiring a password to open/sign it.

Currently we assume we need a password to sign it for such documents, but
that's not correct.

Instead of checking whether the document is encrypted remember whether
we needed a password for opening.

BUG: 474888
2024-04-02 13:04:54 +02:00
l10n daemon script 0c158a3d0d GIT_SILENT Sync po/docbooks with svn 2024-03-31 01:27:19 +00:00
l10n daemon script 41d5ab7c79 GIT_SILENT made messages (after extraction) 2024-03-31 00:37:22 +00:00
Robert Riemann 29e91d62a9 Revert "refactor signatureguiutils.cpp to avoid unnessary page loops"
This reverts commit d2ae4302f9
2024-03-30 13:07:19 +00:00
Robert Riemann d2ae4302f9 refactor signatureguiutils.cpp to avoid unnessary page loops
documentSignatureMessageWidgetText and getSignatureFormFields have similar loops to extract PDF form fields from pages. I made both loops more similar and added early exit loop conditions to improve performance in documents with many pages
2024-03-30 12:44:49 +00:00
l10n daemon script 099ebe1914 GIT_SILENT Sync po/docbooks with svn 2024-03-29 01:27:26 +00:00
l10n daemon script 940a15c2b7 GIT_SILENT Sync po/docbooks with svn 2024-03-28 01:34:49 +00:00
l10n daemon script 2ae6717266 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"
2024-03-28 01:17:06 +00:00
l10n daemon script 081ec7d4ec GIT_SILENT made messages (after extraction) 2024-03-28 00:37:36 +00:00
l10n daemon script 196113bfab GIT_SILENT Sync po/docbooks with svn 2024-03-27 09:53:18 +00:00
l10n daemon script 976d02e37c GIT_SILENT Sync po/docbooks with svn 2024-03-27 01:28:14 +00:00
l10n daemon script b0f6e7a5b5 GIT_SILENT Sync po/docbooks with svn 2024-03-26 01:27:58 +00:00
l10n daemon script 40cdf96e8d GIT_SILENT Sync po/docbooks with svn 2024-03-25 01:28:17 +00:00
l10n daemon script b0c2140d8f GIT_SILENT Sync po/docbooks with svn 2024-03-23 01:18:02 +00:00
Albert Astals Cid 2c83ccf4fa Fix crash on closing Annot Window if spell checking is enabled
BUGS: 483904
2024-03-22 23:02:41 +00:00
l10n daemon script 17a2f9c788 GIT_SILENT Sync po/docbooks with svn 2024-03-22 01:17:49 +00:00
l10n daemon script 8a5b8cf9cd GIT_SILENT Sync po/docbooks with svn 2024-03-20 01:20:45 +00:00
Sune Vuorela c28e1bde6e Ignore synctex_parser; it's 3rd party code 2024-03-19 07:55:56 +00:00
Sune Vuorela cc45d8c39c fix a cppcheck warning 2024-03-19 07:55:56 +00:00
Sune Vuorela 1ef258d12c Add cppcheck run to gitlab
We lost it as a side effect of qt5-6 transition
2024-03-19 07:55:56 +00:00
Sune Vuorela e162a3402c Apply 1 suggestion(s) to 1 file(s) 2024-03-19 07:32:29 +00:00
Sune Vuorela be72bfb8be Improve clazy setup and enable more tests 2024-03-19 07:32:29 +00:00
l10n daemon script 5b87c93d34 GIT_SILENT Sync po/docbooks with svn 2024-03-19 01:20:21 +00:00
l10n daemon script 84cb9d0b6e GIT_SILENT Sync po/docbooks with svn 2024-03-18 01:28:12 +00:00
l10n daemon script 0f2354fbd8 GIT_SILENT made messages (after extraction) 2024-03-18 00:37:24 +00:00
l10n daemon script 8b9411425b GIT_SILENT Sync po/docbooks with svn 2024-03-17 01:26:32 +00:00
Julius Künzel a2f90e6183 [macOS] Fix plist file 2024-03-16 15:20:41 +00:00