Page MenuHome GnuPG
Feed All Stories

Nov 21 2023

aheinecke added a comment to T6813: GpgOL: Key generation window does not close.

@ikloecker I suggest giving up on this, I know that it is frustrating but it does not make much sense, it is probably related to some compiler settings / Qt cross compile issue and might be a bug in qt. Just do an old style connect and leave a comment that we will revisit this with Qt6. When VSD 3.2 is our last major release based on Qt5 we should not spend too much time investigating this which might be completely different (or not) with Qt6.

Nov 21 2023, 7:34 AM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
aheinecke added a comment to T6829: Kleopatra: Loop reading keys from smartcard.

@ikloecker I thought about this some more. Why do we do the READKEY when we could look up the keygrips and see that we already have keys for this. That sounds to me like a simpler fix then changing how gpg-agent behaves here. Although I still think that gpg-agent is in the wrong to just overwrite and potentially delete softkeys here.

Nov 21 2023, 7:32 AM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
mlaurent committed rKLEOPATRAbc542998559e: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Nov 21 2023, 7:30 AM
l10n daemon script <scripty@kde.org> committed rMTP9194e55642f5: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 21 2023, 3:11 AM

Nov 20 2023

ikloecker moved T6813: GpgOL: Key generation window does not close from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Nov 20 2023, 8:22 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
ikloecker claimed T6813: GpgOL: Key generation window does not close.
Nov 20 2023, 8:22 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
ikloecker added a comment to T6584: Kleopatra / Gpgtar: Cancel on encrypt leaves a broken archive behind.
In T6584#179021, @ebo wrote:

(It takes maybe 10 second before the file disappears when you hit F5 in the explorer)

Nov 20 2023, 5:40 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
ebo updated the task description for T6830: Kleopatra: Smart card view does not show any certificates if one certficate could not be listed.
Nov 20 2023, 5:29 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra, Bug Report
svuorela committed rGPGPASS1bdfaeef8ae3: Fixup folderpath for users dialog (authored by svuorela).
Fixup folderpath for users dialog
Nov 20 2023, 5:08 PM
aheinecke committed rKLEOPATRAde0628058ab5: Enable "Load Certificates" if we don't get any of the card certificates (authored by ikloecker).
Enable "Load Certificates" if we don't get any of the card certificates
Nov 20 2023, 4:39 PM
wteiken added a comment to T6831: May chose a signing key from a not inserted card over an inserted one.

Suggested patch{F5300480}

Nov 20 2023, 4:29 PM · gnupg24 (gnupg-2.4.4), OpenPGP, patch, Bug Report
wteiken created T6831: May chose a signing key from a not inserted card over an inserted one.
Nov 20 2023, 4:27 PM · gnupg24 (gnupg-2.4.4), OpenPGP, patch, Bug Report
ikloecker committed rKLEOPATRAcef9ff953a04: Enable "Load Certificates" if we don't get any of the card certificates (authored by ikloecker).
Enable "Load Certificates" if we don't get any of the card certificates
Nov 20 2023, 3:23 PM
ikloecker created T6830: Kleopatra: Smart card view does not show any certificates if one certficate could not be listed.
Nov 20 2023, 3:17 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra, Bug Report
aheinecke assigned T6829: Kleopatra: Loop reading keys from smartcard to werner.

Ok since this does not happen with other cards this is definetly a gnupg issue I just checked with a telesec card and the behavior there is different.

Nov 20 2023, 2:33 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
ikloecker added a comment to T6813: GpgOL: Key generation window does not close.

And it's the signals that are not found. I don't see any indication that this has anything to do with the slots/lambdas.

Nov 20 2023, 2:17 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
ikloecker added a comment to T6813: GpgOL: Key generation window does not close.

Well, the failed new style connects are logged for me with "QObject::connect: signal not found in QGpgME::QGpgMEQuickJob". I haven't dug into how the check works for those connects. It turns out that none of the three connects to the signals of QuickJob work (two of those connects are done in ProgressDialog). Even the connect to the argument-less done() signal. So this has nothing to do with default arguments. This is very disturbing because this means that any other connect might also be broken.

Nov 20 2023, 2:15 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
aheinecke added a comment to T6829: Kleopatra: Loop reading keys from smartcard.

@werner I think this question is for you to answer. IMO these files should not be overwritten. I mean they could contain actual secret keys instead of just the shadow keys and then those would be overwritten, right?

Nov 20 2023, 2:02 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke added a comment to T6813: GpgOL: Key generation window does not close.

Ah no I see the difference here. Instead of connecting to a lambda with no args 96da231f97eff9485f62ab925d81252f5f97fc31 connected to the functions which were used in the old signal / slot syntax. I think the fix might be to explicitly list the args of the quickjob result or to use afunction to handle the keygenresult.

Nov 20 2023, 1:56 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
ebo moved T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST from QA to vsd-3.2.0 on the vsd32 board.
Nov 20 2023, 1:49 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
ebo added a comment to T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST.

works, VS-Desktop-3.1.90.287-Beta

Nov 20 2023, 1:48 PM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
aheinecke added a comment to T6813: GpgOL: Key generation window does not close.

It does not log failed connections but new style connections are never logged when they fail. Since they can't fail ;-)

Nov 20 2023, 1:43 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
aheinecke moved T6813: GpgOL: Key generation window does not close from Backlog to WiP on the vsd32 board.
Nov 20 2023, 1:40 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
aheinecke added a project to T6813: GpgOL: Key generation window does not close: vsd32.
Nov 20 2023, 1:40 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
aheinecke raised the priority of T6813: GpgOL: Key generation window does not close from Normal to High.

Let me put this on the 3.2 workboard since we already have the "reports error when canceled" on that workboard and T6566 too depens on this, in fact I am currently working on this even though it was not on the workbaord.

Nov 20 2023, 1:40 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
mlaurent committed rMTP0220f9daa559: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Nov 20 2023, 1:36 PM
ebo added a comment to T6566: GpgOL: newly generated key not loaded in the security confirmation dialog.

Seems T6813 blocks me from testing this. The generate window does not close and even if I abort the window, the generated key is not loaded. It is not selectable even if I remove the filter.

Nov 20 2023, 1:30 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
ikloecker added a comment to T6829: Kleopatra: Loop reading keys from smartcard.

Okay. How do we fix this? Make gpg-agent not rewrite the files again and again if nothing changed? Stop watching the private key files for changes and then miss updates in Kleopatra causing weird update problems like T5546: Kleopatra: After importing the first pubkey for a card from LDAP the keylistview is not refreshed for which I have introduced watching of the private key files?

Nov 20 2023, 1:26 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke created P39 (An Untitled Masterwork).
Nov 20 2023, 1:25 PM
aheinecke added a comment to T6829: Kleopatra: Loop reading keys from smartcard.

Yes these files are rewritten on every iteration.

Nov 20 2023, 1:16 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
ikloecker added a comment to T6829: Kleopatra: Loop reading keys from smartcard.

The following logs indicate that the file system watcher detects a change of those files and that triggers an update of the keylist and the smart card view. Please check whether those files are indeed rewritten on every iteration.

[9508] org.kde.pim.libkleo: "C:/Users/Andre Heinecke/AppData/Roaming/gnupg/private-keys-v1.d/83DAC0502E57C04D7EEC05847D79429C92EEEC01.key"
[9508] org.kde.pim.libkleo: "C:/Users/Andre Heinecke/AppData/Roaming/gnupg/private-keys-v1.d/FE2E7817335F19F3338EC62086B4D666F6292101.key"
[9508] org.kde.pim.libkleo: "C:/Users/Andre Heinecke/AppData/Roaming/gnupg/private-keys-v1.d/961BF16F4EE095BC36EC5F6339F1BA10A561C0C5.key"
[9508] org.kde.pim.libkleo: "C:/Users/Andre Heinecke/AppData/Roaming/gnupg/private-keys-v1.d/3BE5196862C68A4C7B4C850D552070A0CE772827.key"
Nov 20 2023, 1:07 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
werner added a comment to T6829: Kleopatra: Loop reading keys from smartcard.

Confirmed with two other cards. in the gpg-agent log I also see MARKTRUSTED not supported lines while the card is inserted - this is cause by the loop in Kleo.

Nov 20 2023, 1:02 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke triaged T6829: Kleopatra: Loop reading keys from smartcard as High priority.
Nov 20 2023, 12:26 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
ebo moved T6721: QGpgME: Create archive as .part and rename on successful creation from QA to vsd-3.2.0 on the vsd32 board.
Nov 20 2023, 12:05 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgme, kleopatra
ebo closed T6721: QGpgME: Create archive as .part and rename on successful creation as Resolved.
Nov 20 2023, 12:05 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgme, kleopatra
ebo closed T6721: QGpgME: Create archive as .part and rename on successful creation, a subtask of T6584: Kleopatra / Gpgtar: Cancel on encrypt leaves a broken archive behind, as Resolved.
Nov 20 2023, 12:05 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
ebo moved T6584: Kleopatra / Gpgtar: Cancel on encrypt leaves a broken archive behind from QA to vsd-3.2.0 on the vsd32 board.
Nov 20 2023, 12:03 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
ebo added a comment to T6584: Kleopatra / Gpgtar: Cancel on encrypt leaves a broken archive behind.

works, the .part file is deleted on Windows, too, VS-Desktop-3.1.90.287-Beta

Nov 20 2023, 12:03 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
ebo moved T6575: gpgtar: General Error is emitted instead of more specific error codes from QA to vsd-3.2.0 on the vsd32 board.
Nov 20 2023, 11:55 AM · gpgme (gpgme 1.23.x), vsd32 (vsd-3.2.0), Restricted Project
ebo added a comment to T6575: gpgtar: General Error is emitted instead of more specific error codes.

works, VS-Desktop-3.1.90.287-Beta

Nov 20 2023, 11:55 AM · gpgme (gpgme 1.23.x), vsd32 (vsd-3.2.0), Restricted Project
aheinecke triaged T6828: GpgOL: Decrypting encrypted drafts with S/MIME smartcard results in Operation Cancelled as High priority.
Nov 20 2023, 11:06 AM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
ebo moved T6789: MSI: Update does not seem to be able to kill gpg-agent anymore from QA to vsd-3.2.0 on the vsd32 board.
Nov 20 2023, 11:03 AM · vsd32 (vsd-3.2.0), Restricted Project, gpgagent, gpg4win
ebo closed T6789: MSI: Update does not seem to be able to kill gpg-agent anymore as Resolved.

works, VS-Desktop-3.1.90.287-Beta

Nov 20 2023, 11:03 AM · vsd32 (vsd-3.2.0), Restricted Project, gpgagent, gpg4win
aheinecke moved T6793: Cleanup temporary files / dirs with decrypted content from Backlog to QA on the vsd32 board.
Nov 20 2023, 10:35 AM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke moved T6800: Kleopatra Mailviewer: S/MIME decryption / verification leaves gpgsm server processes hanging around from Backlog to QA on the vsd32 board.
Nov 20 2023, 10:35 AM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke added a comment to T6344: Kleopatra, GPG: AboutData ctor on Windows takes too long.

I know that there is an issue here that the about data in the option dialog of gpgol that is fixed with afb6ce9ce00538242ac69434f586749217f9f619 but did not make it in the current beta. And since this is also related to the tender version i leave this a bit open for now. I think we also might need to reload the welcomewidget in case the signature verification takes longer then constructing the welcomewidget.

Nov 20 2023, 10:35 AM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke moved T6721: QGpgME: Create archive as .part and rename on successful creation from WiP to QA on the vsd32 board.
Nov 20 2023, 10:31 AM · vsd32 (vsd-3.2.0), Restricted Project, gpgme, kleopatra
aheinecke moved T6654: gpgsm: p12 passphrase visible in debug output from WiP to QA on the vsd32 board.
Nov 20 2023, 10:31 AM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), vsd32 (vsd-3.2.0), S/MIME, Restricted Project
aheinecke moved T6789: MSI: Update does not seem to be able to kill gpg-agent anymore from WiP to QA on the vsd32 board.
Nov 20 2023, 10:31 AM · vsd32 (vsd-3.2.0), Restricted Project, gpgagent, gpg4win
aheinecke moved T6701: GpgOL: Use GPGME_ENCRYPT_ALWAYS_TRUST from WiP to QA on the vsd32 board.
Nov 20 2023, 10:31 AM · vsd32 (vsd-3.2.0), vsd, Restricted Project, gpgol
aheinecke moved T6584: Kleopatra / Gpgtar: Cancel on encrypt leaves a broken archive behind from WiP to QA on the vsd32 board.
Nov 20 2023, 10:31 AM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke moved T6575: gpgtar: General Error is emitted instead of more specific error codes from WiP to QA on the vsd32 board.
Nov 20 2023, 10:31 AM · gpgme (gpgme 1.23.x), vsd32 (vsd-3.2.0), Restricted Project
aheinecke moved T6566: GpgOL: newly generated key not loaded in the security confirmation dialog from WiP to QA on the vsd32 board.
Nov 20 2023, 10:31 AM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
TobiasFella committed rMTP5fc79997a079: Support HTML 4 with QTextDocument (authored by CarlSchwan).
Support HTML 4 with QTextDocument
Nov 20 2023, 10:24 AM
svuorela committed rGPGPASS1c350c5b7660: Improve new files (authored by svuorela).
Improve new files
Nov 20 2023, 10:22 AM
aheinecke committed rWce21b989ca92: Update GpgOL to latest snapshot (authored by aheinecke).
Update GpgOL to latest snapshot
Nov 20 2023, 9:33 AM
aheinecke triaged T6819: Kleopatra: Add separate info button for group info to improve accessibility as Low priority.
Nov 20 2023, 8:55 AM · kleopatra, Restricted Project
ikloecker added a comment to T6825: Kleopatra: make (un)checking of user IDs in the certification window accessible.

Yes, we can probably wait for Qt 6. It may anyway need to be fixed directly in Qt.

Nov 20 2023, 8:33 AM · a11y, Restricted Project, kleopatra
ikloecker added a comment to T6813: GpgOL: Key generation window does not close.

Does Qt log failed connections?

Nov 20 2023, 8:25 AM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
l10n daemon script <scripty@kde.org> committed rLIBKLEOebb09055fb23: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 20 2023, 5:05 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA3530c4f8cb15: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 20 2023, 5:04 AM
l10n daemon script <scripty@kde.org> committed rMTP38d26044a595: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 20 2023, 3:48 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO6cb7c9af5fbc: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 20 2023, 3:48 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA1f2ffc1b2b89: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 20 2023, 3:46 AM
gniibe committed rG6236a52d0e24: po: Update Japanese Translation. (authored by gniibe).
po: Update Japanese Translation.
Nov 20 2023, 2:54 AM
gniibe committed rG2fa916ebff0b: po: Update Japanese Translation. (authored by gniibe).
po: Update Japanese Translation.
Nov 20 2023, 2:54 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOdec9223d1371: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 20 2023, 2:42 AM
l10n daemon script <scripty@kde.org> committed rMTP3efd36292bc2: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 20 2023, 2:41 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAc647c437e705: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 20 2023, 2:41 AM

Nov 19 2023

ikloecker committed rKLEOPATRA623a679083db: Cleanup KMime includes to match what's actually used here (authored by Volker Krause <vkrause@kde.org>).
Cleanup KMime includes to match what's actually used here
Nov 19 2023, 9:59 PM
dvratil added a comment to T6198: KMail: Port to keyresolver from libkleo.

Just my five cents:

Nov 19 2023, 8:42 PM · Restricted Project, Feature Request, KDE, kleopatra
aheinecke committed rGTOafb6ce9ce005: Adapt to new VERSION file syntax (authored by aheinecke).
Adapt to new VERSION file syntax
Nov 19 2023, 6:33 PM
mlaurent committed rKLEOPATRA8a5e30c544b3: GIT_SILENT: Port to new CI template (authored by mlaurent).
GIT_SILENT: Port to new CI template
Nov 19 2023, 2:26 PM
aheinecke changed the status of T6827: GpgOL: Check S/MIME draft encrypt and use GPGME_ENCRYPT_ALWAYS_TRUST from Open to Testing.
Nov 19 2023, 2:16 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke committed rO105d4eea771b: Use offline and AlwaysTrust for S/MIME draft enc (authored by aheinecke).
Use offline and AlwaysTrust for S/MIME draft enc
Nov 19 2023, 2:12 PM
aheinecke added a comment to T6827: GpgOL: Check S/MIME draft encrypt and use GPGME_ENCRYPT_ALWAYS_TRUST .

So I tested this with an S/MIME certificate for which the CRL was not available and as described by the original reporter Outlook just froze. And you had to kill it. With the current beta you would get the dialog to encrypt the message anyway but this does not make sense for draft encryption where you can only select your own keys.

Nov 19 2023, 1:51 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
l10n daemon script <scripty@kde.org> committed rKLEOPATRA294eb3acb0e7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 19 2023, 4:22 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA9c82e3e9e8f9: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 19 2023, 3:27 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO18c37106d185: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 19 2023, 2:36 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA0af6f05e5f69: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 19 2023, 2:36 AM

Nov 18 2023

Volker Krause <vkrause@kde.org> committed rKLEOPATRA7a0c69c55943: Cleanup KMime includes to match what's actually used here (authored by Volker Krause <vkrause@kde.org>).
Cleanup KMime includes to match what's actually used here
Nov 18 2023, 10:40 PM
aheinecke triaged T6827: GpgOL: Check S/MIME draft encrypt and use GPGME_ENCRYPT_ALWAYS_TRUST as High priority.
Nov 18 2023, 2:11 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke triaged T6825: Kleopatra: make (un)checking of user IDs in the certification window accessible as Low priority.

@ikloecker I would like your opinion if this should not wait for Qt6 if it is an issue with Qt. I guess "prio low" would anyway mean. "Let us leave this for a while" :)

Nov 18 2023, 2:03 PM · a11y, Restricted Project, kleopatra
l10n daemon script <scripty@kde.org> committed rLIBKLEO6e2435b8e7a9: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 18 2023, 4:05 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAfb8c10a1e23a: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 18 2023, 4:05 AM
l10n daemon script <scripty@kde.org> committed rMTPf8a99ec68b59: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 18 2023, 3:10 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO43d9c50db7fb: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 18 2023, 3:10 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA5ccddf2baa29: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 18 2023, 3:10 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEOe7cf00765643: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 18 2023, 2:26 AM
l10n daemon script <scripty@kde.org> committed rMTP9830440e83f6: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 18 2023, 2:25 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA7fa481cad1b7: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 18 2023, 2:25 AM

Nov 17 2023

aheinecke committed rWebe103ac9ab7: Fix custom l10n packaging for custom branches (authored by aheinecke).
Fix custom l10n packaging for custom branches
Nov 17 2023, 10:37 PM
aheinecke committed rWfb8ec957e7d2: Insert blank line between INI about data groups (authored by aheinecke).
Insert blank line between INI about data groups
Nov 17 2023, 8:08 PM
aheinecke committed rWe973af6b182e: Update frontend packages from release branch (authored by aheinecke).
Update frontend packages from release branch
Nov 17 2023, 8:08 PM
aheinecke committed rW5ef951016056: Inject summit de.po directly in Kleopatra tarball (authored by aheinecke).
Inject summit de.po directly in Kleopatra tarball
Nov 17 2023, 8:08 PM
aheinecke committed rW7cab23e7492b: Use aboutdata on Welcomewidget as the version (authored by aheinecke).
Use aboutdata on Welcomewidget as the version
Nov 17 2023, 8:08 PM
aheinecke committed rW4c462acd9694: Update Okular about data patch. To read from ini. (authored by aheinecke).
Update Okular about data patch. To read from ini.
Nov 17 2023, 8:08 PM
ebo moved T4066: Kleopatra, performance: Use icons as a resource from QA to vsd-3.2.0 on the vsd32 board.
Nov 17 2023, 3:10 PM · vsd32 (vsd-3.2.0), gpg4win, kleopatra
ebo closed T4066: Kleopatra, performance: Use icons as a resource, a subtask of T6259: Kleopatra: Improve startup performance , as Resolved.
Nov 17 2023, 3:10 PM · vsd32 (vsd-3.2.0), gnupg, kleopatra, Restricted Project
ebo closed T4066: Kleopatra, performance: Use icons as a resource as Resolved.

The count in procmon for kleopatra.exe when starting Kleopatra returned 26434 in VSD 3.1.26 and only 14026 for Beta-277 in my test.

Nov 17 2023, 3:10 PM · vsd32 (vsd-3.2.0), gpg4win, kleopatra