Thank you. I think it is good that we have now the time to attack some of these more difficult problems :) I don't understand the code there so don't expect a review from me.
Merge remote-tracking branch 'origin' into kf6
l10n daemon script <scripty@kde.org> committed
rLIBKLEO77b1cf27b9a9: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA90afadc16f22: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA34dfa3f5454d: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAbae3a172f463: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
l10n daemon script <scripty@kde.org> committed
rLIBKLEOa0de63a8cf45: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA8c86307fefdf: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
GIT_SILENT Add .git-blame-ignore-revs
Add clang-format git pre-commit hook
Help clang-format giving nicer results
Don't define multiple member variables together
Fix order of error message and window title
Replace ternary expression with if-statement
Use list-initialization for QStringLists
Ensure order of includes after clang-format
GIT_SILENT Add .git-blame-ignore-revs
Help clang-format giving nicer results
Add clang-format git pre-commit hook
Don't define multiple member variables together
Fix order of error message and window title
Ensure order of includes after clang-format
Use list-initialization for QStringLists
Replace ternary expression with if-statement
• aheinecke renamed
T6618: Check that code signing chain is properly included in our signatures from
Installer Exe Certificate Self-Signed to
Check that code signing chain is properly included in our signatures.
Oh wait. That shows a Problem in our side. We should include the full chain in our signature. I am renaming your task and will at least investigate if we do or if that maybe changed the last time we updated the certificate. Which might have been after 4.0.3
I agree that "Delete All" should use the same list of attachments as "Save All". Additionally, we should make sure that in both cases the list of attachments that are saved/deleted is identical to the list of attachments that is displayed as attachments in the viewer. Hopefully, is also used for this.
There's also that argues for a full GUI to allow the user to individually select attachments to delete. I can think of such a GUI but I think the amount of work needed to implement it would not be justified by the rather niche use-case.
Add the first two UI tests
GIT_SILENT: prepare 5.24.0 rc
GIT_SILENT: prepare 5.24.0 rc
OK, had to install the intermediary CA certificate from . For some reason it was missing from my system.
After installing things look good.
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAfcb2a9f120c4: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA3ea74755899e: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA688494d147bd: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA96e157f24183: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAe75730863ae4: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
The setting which I understood to be the workaround:
Remove duplicate QT_REQUIRED_VERSION
Merge remote-tracking branch 'origin' into kf6
GIT_SILENT: prepare 5.24.0rc
Fix typo in export header
Add unit test for PartModel::trim
Export more symbols to make this library usable in Kube
Recursively search for headers
Export more of the api for sink
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA6899b9f7cb98: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA363b7190fce1: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA6fc47d802b2e: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Make spacing and padding consistent
Fix some sizing issue in the qml MailViewer
Handle empty KMime::Message::Ptr in MessageParser
Phew! This bug has been with us for more than 20 years unless gpg's behaviour has changed only later.
core: Prevent wrong plaintext when verifying clearsigned signature
Using fixes the problem. Unfortunately, gpgme does
i.e. it tells gpg to write the output to stdout and then reads everything from stdout as plaintext.
In the group dialog I can not cycle forward with Tab endlessly through the not-greyed-out buttons of the window because the focus gets stuck in the bottom row. There "Revert" is included in the cycling, which is not correct, since it is greyed out. With Shift+Tab, cycling backwards works as expected.
On windows the main window looks ok with high contrast mode black. But with dark backgrounds some items in other windows are not readable:
The error was changed to "Bad data" which should be more appropriate.
core: Return bad data error instead of general error on unexpected data
This works on Linux with KMail and with Claws (although with Claws the attachment is added twice).
Make KeyResolverCore ready to create subclasses.
[fix] setSigningKeys is ignored for unknown protocol.
Only enable isMime if GpgMe version >= 1.22
MimeTreeParser integration
I have also further unified the handling of the expiration date when
Check for valid expiration date when creating new OpenPGP certificate
Unify setup of expiration date selection
Do not rely on maximum date of combo box for unlimited validity
Use the configured (or hard-coded) validity period also for certifications
Fix the check for a valid expiration date
Unify selection of expiration date in different dialogs