In T4127#170518, @aheinecke wrote:With the recent commit the old workaround works reliably again.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jan 15 2024
Jan 15 2024
• TobiasFella requested review of D575: qt: Split off Qt5 frontend and port existing backend to Qt6.
• aheinecke raised the priority of T4127: GpgOL: Setting category or flagging crypto mails is not possible from Normal to High.
What needs to be done that this gets merged?
Having to carry an increasingly large patch for NixOS is not ideal for us and it would be preferred if this could get merged.
• TobiasFella committed rP7dfc60a70d32: qt: Fix capslock detection on wayland (authored by • TobiasFella).
qt: Fix capslock detection on wayland
qt: Fix window icon on wayland
• werner triaged T6873: v2.4 unnecessarily prompts on multi-key encryption despite 1st key being unlocked as Normal priority.
It doesn't actually work as expected on X11. There pinentry uses the NET::KeepAbove window flag to make the pinentry window stay on top of Kleopatra.
Looks simple enough. Shit it!
Add snapshot of gnupg 2.4.4
• werner committed rE521e8d4db70c: po: Update Russian translation. (authored by Ineiev <ineiev@gnu.org>).
po: Update Russian translation.
• werner committed rE5142d0d7a2a3: po: update Polish translation (authored by Jakub Bogusz <qboosh@pld-linux.org>).
po: update Polish translation
• werner changed the status of T6737: libgpg-error: String filter should *NOT* be called with non-nul-terminated string from Testing to Open.
• werner added a comment to T6737: libgpg-error: String filter should *NOT* be called with non-nul-terminated string.
Like this:
@@ -1196,10 +1196,25 @@ pr_string (estream_printf_out_t outfnc, void *outfncarg, future, when breaking API/ABI is OK, we can change signature of gpgrt_string_filter_t to have another argument for precision. */ int allow_non_nul_string = (arg->precision >= 0); + char *stringbuf = NULL;
• werner added a comment to T6737: libgpg-error: String filter should *NOT* be called with non-nul-terminated string.
We could also pass a nul terminated copy to the filter function in pr_string.
• werner committed rG4cdfc1d0d903: po: Update parts of the Polish translation (authored by Jakub Bogusz <qboosh@pld-linux.org>).
po: Update parts of the Polish translation
Actually switch
Switch CI to qt6
Remove qAsConst usage
Qt6 Here we come
• werner committed rM18388f93abb0: doc: Add a deprecated warning to gpgme_op_delete. (authored by • werner).
doc: Add a deprecated warning to gpgme_op_delete.
• aheinecke triaged T6937: Kmail: Wrong info for signed mail with expired signing key as Normal priority.
I can test this. For Ebo I want to try using the flatpack so that she can benefit from Dans work on debian stable, too.
In D573#5989, @nicolasfella wrote:pinentry-gtk etc presumably need similar treatment, so I'm not sure how much sense it makes to add org.gnupg.pinentry.desktop for pinentry-qt. Should this be org.gnupg.pinentry-qt.desktop instead? Or have one desktop file for all pinentries, which could be problematic for the Exec matching in KWin
• aheinecke lowered the priority of T6922: GpgME: Extend sign/encrypt/decrypt/verify S/MIME jobs to accept input / output from a filename from Normal to Low.
• aheinecke lowered the priority of T6928: Kleopatra: Speed up S/MIME crypto operations for large files (on Windows) from Normal to Low.
• aheinecke triaged T6927: gpgsm: Accept file names for input and output in server mode as Low priority.
I do not think this is a very common usecase. For me regarding CMS file operations it would be more important to implement T2435: gpgsm combined sign and encrypt which I find the most annyoing issue regarding CMS file encryption.
I think this is resolved now.
This is what T6799 this needs to be fixed in general.
• ikloecker changed the status of T6926: No tray icon for Kleopatra in dark mode on Windows. from Open to Testing.
All icons that are available in normal/light mode should now also be available in dark mode.
• aheinecke triaged T6865: Email will be sent encrypted after draft was saved in encrypted state although encryption is disabled as Normal priority.
Thank you for the detailed report. I will look into it.
• ikloecker committed rW0c66262864c8: Make all breeze icons available in breeze-dark (authored by • ikloecker).
Make all breeze icons available in breeze-dark
• werner committed rG0cb622d632f7: gpgsm: Allow parsing of PKCS#12 files with two private keys. (authored by • werner).
gpgsm: Allow parsing of PKCS#12 files with two private keys.
I encouraged Eva to create this ticket. While the specific case described here might be fixed in current master, the attachment handling still has issues.
• ebo added a project to T6420: Kleopatra: improve layout of and text in smartcard management view: vsd33.
The background for this is that .mime we can treat as as a custom extension for us since no one else that I know uses it but it is a registered extension.
• werner committed rG092154e17e88: gpgsm: Improve the status line for --verify errors. (authored by • werner).
gpgsm: Improve the status line for --verify errors.
• werner committed rG3d60ad5c8c43: po: Fix indentation for key generation options (authored by hamarituc).
po: Fix indentation for key generation options
doc: Fix minor typo.
• gniibe committed rC6765916e3b55: tests: Add known answers test for ML-KEM (Kyber). (authored by • gniibe).
tests: Add known answers test for ML-KEM (Kyber).
cipher: Fix copyright notices for LGPL.
cipher:kyber: Fix comment style.
• gniibe committed rCf2f9d56358ac: cipher: Add use of the Kyber implementation. (authored by • gniibe).
cipher: Add use of the Kyber implementation.
• gniibe committed rCfe3ecf810370: cipher:kyber: Modification for xof_ routines. (authored by • gniibe).
cipher:kyber: Modification for xof_ routines.
• gniibe committed rC4e9aa70078c5: cipher:kyber: Integrate into libgcrypt, adding glue code. (authored by • gniibe).
cipher:kyber: Integrate into libgcrypt, adding glue code.
cipher:kyber: Modify VERIFY function.
cipher:kyber: Have cipher/kyber.h.
• gniibe committed rC01a14c0df295: cipher:kyber: Make the implementation into three files. (authored by • gniibe).
cipher:kyber: Make the implementation into three files.
• gniibe committed rCb6e20ed580e0: cipher:kyber: Move declarations to kyber-kdep.c. (authored by • gniibe).
cipher:kyber: Move declarations to kyber-kdep.c.
• gniibe committed rCefd55d9ecae5: cipher:kyber: Functions in poly for different KYBER_K. (authored by • gniibe).
cipher:kyber: Functions in poly for different KYBER_K.
cipher:kyber: Export the KEM API only.
• gniibe committed rC4b601fe5b3cf: cipher: Editorial clean up cipher/kyber.c for headers. (authored by • gniibe).
cipher: Editorial clean up cipher/kyber.c for headers.
• gniibe committed rCfc35a5372a74: cipher:kyber: Constants common and k-dependent. (authored by • gniibe).
cipher:kyber: Constants common and k-dependent.
• gniibe committed rC10e9bcd5c67e: cipher: Add headers to Kyber implementation. (authored by • gniibe).
cipher: Add headers to Kyber implementation.
• gniibe committed rC18e5c0d268b1: cipher: Put the original Kyber implementation. (authored by • gniibe).
cipher: Put the original Kyber implementation.
• gniibe committed rCbdadd65d440b: cipher: Allow standalone use of SNTRUP761 implementation. (authored by • gniibe).
cipher: Allow standalone use of SNTRUP761 implementation.
l10n daemon script <scripty@kde.org> committed rKLEOPATRA7da4b87b003b: 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 rMTPe02c45379542: 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 rKLEOPATRA4fd5b97c7fc8: 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 rMTP2361d54c47c3: 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 rKLEOPATRA28556d96febd: 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 rLIBKLEO0d924ab2fb1f: 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 rLIBKLEO28d91f4ffe8a: 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 rKLEOPATRA6d63e3832065: 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 rMTPd72252773685: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 14 2024
Jan 14 2024
GIT_SILENT: time to increase version
mlaurent committed rKLEOPATRAff304c6e64a4: GIT_SILENT: time to increase version (authored by mlaurent).
GIT_SILENT: time to increase version
mlaurent committed rLIBKLEO8ee70569f4b2: GIT_SILENT: time to increase version (authored by mlaurent).
GIT_SILENT: time to increase version
GIT_SILENT: master is open
GIT_SILENT: master is open
l10n daemon script <scripty@kde.org> committed rLIBKLEO84eafe508f16: 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 rKLEOPATRA326519ed9dda: 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 rMTP4036552898ee: 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 rKLEOPATRAe874476ef7f3: 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 rKLEOPATRA5d9a3d747c81: 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 rKLEOPATRA2143578bbd5e: 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 rLIBKLEOb1213ab48d5c: 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 rMTP9bda5fd18c02: 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 rKLEOPATRA2b710d0cd1fe: 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 rMTP485088bc4ebe: 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 rLIBKLEO484e8eb80fa2: 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 rKLEOPATRA372bb9941299: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Jan 13 2024
Jan 13 2024
Yuri Chornoivan <yurchor@ukr.net> committed rMTP432bbe422b28: Fix minor typo (authored by Yuri Chornoivan <yurchor@ukr.net>).
Fix minor typo
l10n daemon script <scripty@kde.org> committed rLIBKLEOc9804e4d8047: 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 rKLEOPATRAbba0cc4c64e1: 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 rKLEOPATRA5fe606c9a17c: 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 rKLEOPATRAcfe99becb56f: 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 rKLEOPATRA450d9e172c6b: 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 rLIBKLEO085ea9668d44: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn