Page MenuHome GnuPG
Feed Advanced Search

Nov 24 2023

aheinecke committed rLIBKLEOcb4217632f1c: Add GpgOL and Gpgtools mime filenames to classify (authored by aheinecke).
Add GpgOL and Gpgtools mime filenames to classify
Nov 24 2023, 4:04 PM
aheinecke added a comment to T6828: GpgOL: Decrypting encrypted drafts with S/MIME smartcard results in Operation Cancelled.

Similarly if you decrypt with a PKI BW card and the mimeviewer there are also no longer problems which again might be related that the internal states where somewhat disturbed by the loop in Kleopatra.

Nov 24 2023, 3:05 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
aheinecke closed T6828: GpgOL: Decrypting encrypted drafts with S/MIME smartcard results in Operation Cancelled as Resolved.

I retested this with the current beta and It works without problems. I somehow suspect that the permanent access loop from Kleopatra caused other Smartcard operations to be canceled. Since the test setup is not really good to reproduce to for Ebo I resolved this myself.

Nov 24 2023, 3:04 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
aheinecke moved T6828: GpgOL: Decrypting encrypted drafts with S/MIME smartcard results in Operation Cancelled from Backlog to vsd-3.2.0 on the vsd32 board.
Nov 24 2023, 3:03 PM · vsd32 (vsd-3.2.0), Restricted Project, gpgol
aheinecke changed the status of T6793: Cleanup temporary files / dirs with decrypted content, a subtask of T6199: Kleopatra: MIME viewer support, from Testing to Open.
Nov 24 2023, 3:00 PM · Restricted Project, kleopatra
aheinecke changed the status of T6793: Cleanup temporary files / dirs with decrypted content from Testing to Open.

I tested it and for me the files are not deleted:

Nov 24 2023, 3:00 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke closed T6829: Kleopatra: Loop reading keys from smartcard as Resolved.

Since I have such a test card, I just tested it and the issue is indeed gone.

Nov 24 2023, 1:23 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra

Nov 23 2023

aheinecke committed rKLEOPATRA00986a73415f: Fix updating about data with custom functions (authored by aheinecke).
Fix updating about data with custom functions
Nov 23 2023, 6:24 PM
aheinecke added a comment to T6832: MimeTreeParser can't find Kleopatra executable on Windows.

Oh sorry, no that did slightly not make it in when I created the tarball for the current beta.

Nov 23 2023, 6:21 PM · vsd32 (vsd-3.2.0), Restricted Project, Bug Report, kleopatra
aheinecke added a comment to T6344: Kleopatra, GPG: AboutData ctor on Windows takes too long.

It is now: https://invent.kde.org/pim/kleopatra/-/merge_requests/75
I realized that for Qt6 the include qtextcodec and setIniCodec must be removed. I should probably ifdef them to make merging more painless.

Nov 23 2023, 4:21 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke moved T6834: Gpg4win: Update pkg-copyright.txt and install it from Backlog to WiP on the vsd32 board.
Nov 23 2023, 4:18 PM · vsd32 (vsd-3.2.0), Restricted Project, gpg4win
aheinecke triaged T6834: Gpg4win: Update pkg-copyright.txt and install it as High priority.
Nov 23 2023, 4:18 PM · vsd32 (vsd-3.2.0), Restricted Project, gpg4win
aheinecke committed rKLEOPATRA6d388a52cb53: Fix updating about data with custom functions (authored by aheinecke).
Fix updating about data with custom functions
Nov 23 2023, 3:48 PM
aheinecke moved T6823: GpgOL: Security Approval reports "Operation Failed" error if key generation was canceled from Backlog to QA on the vsd32 board.
Nov 23 2023, 2:18 PM · vsd32 (vsd-3.2.0), libkleo, gpgol, Restricted Project
aheinecke moved T6827: GpgOL: Check S/MIME draft encrypt and use GPGME_ENCRYPT_ALWAYS_TRUST from WiP to QA on the vsd32 board.
Nov 23 2023, 2:17 PM · vsd32 (vsd-3.2.0), gpgol, Restricted Project
aheinecke moved T6813: GpgOL: Key generation window does not close from WiP to QA on the vsd32 board.
Nov 23 2023, 2:16 PM · vsd32 (vsd-3.2.0), gpgol, libkleo, Restricted Project
aheinecke moved T6829: Kleopatra: Loop reading keys from smartcard from WiP to QA on the vsd32 board.
Nov 23 2023, 2:16 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke moved T6830: Kleopatra: Smart card view does not show any certificates if one certficate could not be listed from WiP to QA on the vsd32 board.
Nov 23 2023, 2:16 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra, Bug Report

Nov 22 2023

aheinecke added a comment to T6344: Kleopatra, GPG: AboutData ctor on Windows takes too long.

I thought I had tested this, too. But apparently I lost track of my versions and did not.

Nov 22 2023, 9:28 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke added a comment to T6344: Kleopatra, GPG: AboutData ctor on Windows takes too long.

Ah sorry i did not read your two messages that analyzed this correctly before I wrote my comment I had not refreshed the page.

Nov 22 2023, 9:25 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke added a comment to T6344: Kleopatra, GPG: AboutData ctor on Windows takes too long.

Nevermind, I realize the problem since we are in the constructor KAboutData::setApplicationData is set when the constructor returns. So it does not makes sense for us to already call KAboutData::applicationData in this constructor and update it in the constructor only to have it overwritten when the function returns. Wit the constructed KAboutData object. Doing it in a thread works because then the thread is run after the constructor initially set the the application Data.

Nov 22 2023, 9:22 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke updated subscribers of T6344: Kleopatra, GPG: AboutData ctor on Windows takes too long.

So this is weird to me to describe. After merging: https://invent.kde.org/pim/kleopatra/-/merge_requests/72 It would no longer use the updated KAboutData from updateAboutDataFromSettings in the loadBackendVersions code. There it would see the original aboutdata and then set that with the added otherText.

Nov 22 2023, 7:06 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke committed rW740d9f1919d1: Revert the last aboutdata change (authored by aheinecke).
Revert the last aboutdata change
Nov 22 2023, 7:01 PM
aheinecke committed rW35f478185c3f: Auto update po files (authored by aheinecke).
Auto update po files
Nov 22 2023, 5:56 PM
aheinecke committed rW2f545f007a40: Clean up aboutdata patches (authored by aheinecke).
Clean up aboutdata patches
Nov 22 2023, 5:55 PM
aheinecke committed rWc12b5affa141: Update frontends (authored by aheinecke).
Update frontends
Nov 22 2023, 5:55 PM
aheinecke committed rWda79ba7a256d: MSI: Add support for statusline and uidcomment (authored by aheinecke).
MSI: Add support for statusline and uidcomment
Nov 22 2023, 5:55 PM
aheinecke committed rW1e08302dc6ce: Update Qt CVE patches that might affect us (authored by aheinecke).
Update Qt CVE patches that might affect us
Nov 22 2023, 5:55 PM
aheinecke committed rKLEOPATRAd62e6acb8d96: Fix updatenotification to build without gpg4win (authored by aheinecke).
Fix updatenotification to build without gpg4win
Nov 22 2023, 4:02 PM
aheinecke committed rKLEOPATRA9cd8cf0039ed: Rework custom about data handling (authored by aheinecke).
Rework custom about data handling
Nov 22 2023, 4:02 PM
aheinecke committed rKLEOPATRA76899745c608: Add support for statusline and uidcomment (authored by aheinecke).
Add support for statusline and uidcomment
Nov 22 2023, 4:02 PM
aheinecke committed rKLEOPATRAd7808bb69642: Change threading / blocking when loading aboutdata (authored by aheinecke).
Change threading / blocking when loading aboutdata
Nov 22 2023, 4:02 PM
aheinecke committed rKLEOPATRA58eca89f9c51: Put calls to Kleo::backendVersionInfo in a thread; it can be slow (authored by svuorela).
Put calls to Kleo::backendVersionInfo in a thread; it can be slow
Nov 22 2023, 4:02 PM
aheinecke committed rLIBKLEO0dc59c873744: Deprecate Gpg4win class and add gpgvVerify instead (authored by aheinecke).
Deprecate Gpg4win class and add gpgvVerify instead
Nov 22 2023, 3:52 PM
aheinecke committed rLIBKLEO4425a68546ab: Use old-style connects if new-style connects fail (authored by ikloecker).
Use old-style connects if new-style connects fail
Nov 22 2023, 3:52 PM
aheinecke committed rKLEOPATRA3fee22158833: Add support for statusline and uidcomment (authored by aheinecke).
Add support for statusline and uidcomment
Nov 22 2023, 3:41 PM
aheinecke committed rKLEOPATRA09564b2613ac: Change threading / blocking when loading aboutdata (authored by aheinecke).
Change threading / blocking when loading aboutdata
Nov 22 2023, 2:51 PM
aheinecke committed rKLEOPATRA7c088f903d7d: Add support for statusline and uidcomment (authored by aheinecke).
Add support for statusline and uidcomment
Nov 22 2023, 1:57 PM
aheinecke committed rKLEOPATRA0ac1d90c564f: Fix updatenotification to build without gpg4win (authored by aheinecke).
Fix updatenotification to build without gpg4win
Nov 22 2023, 12:38 PM
aheinecke committed rKLEOPATRAe5a6709de6a5: Change threading / blocking when loading aboutdata (authored by aheinecke).
Change threading / blocking when loading aboutdata
Nov 22 2023, 11:36 AM
aheinecke triaged T6832: MimeTreeParser can't find Kleopatra executable on Windows as High priority.

We should really fix that quickly.

Nov 22 2023, 11:05 AM · vsd32 (vsd-3.2.0), Restricted Project, Bug Report, kleopatra
aheinecke committed rLIBKLEO30ce28ebabea: Remove Gpg4win specific about data code (authored by aheinecke).
Remove Gpg4win specific about data code
Nov 22 2023, 10:49 AM
aheinecke committed rLIBKLEO2f39707e5040: Remove Gpg4win specific about data code (authored by aheinecke).
Remove Gpg4win specific about data code
Nov 22 2023, 10:41 AM
aheinecke closed T6480: Kleopatra: Change visibility of advanced options in the certification dialog as Resolved.

This is very much unrelated to any GnuPG code so I can say this is resolved for Gpg4win, too.

Nov 22 2023, 9:41 AM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project

Nov 21 2023

aheinecke created P41 (An Untitled Masterwork).
Nov 21 2023, 6:10 PM
aheinecke committed rKLEOPATRAf1c7d1ea0cc5: Rework custom about data handling (authored by aheinecke).
Rework custom about data handling
Nov 21 2023, 4:38 PM
aheinecke added a comment to T6480: Kleopatra: Change visibility of advanced options in the certification dialog.

So why not resolved?

Nov 21 2023, 4:35 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke added a comment to T6480: Kleopatra: Change visibility of advanced options in the certification dialog.

For me it is like if you open a save file dialog. You want it to remember where you saved a file the last time you saved it. But if you just browse around and cancel it, it should not store that location.

Nov 21 2023, 4:35 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke created P40 (An Untitled Masterwork).
Nov 21 2023, 4:31 PM
aheinecke committed rKLEOPATRA28d6da5049be: Rework custom about data handling (authored by aheinecke).
Rework custom about data handling
Nov 21 2023, 4:28 PM
aheinecke committed rKLEOPATRA7d6ab043f142: Rework custom about data handling (authored by aheinecke).
Rework custom about data handling
Nov 21 2023, 4:19 PM
aheinecke committed rKLEOPATRA868ed21203ed: Require libkleo 5.24.51 for gpgvVerify (authored by aheinecke).
Require libkleo 5.24.51 for gpgvVerify
Nov 21 2023, 4:19 PM
aheinecke committed rLIBKLEO8c00b41bdee0: Bump library version (authored by aheinecke).
Bump library version
Nov 21 2023, 4:13 PM
aheinecke committed rLIBKLEO3822ae2ea499: Deprecate Gpg4win class and add gpgvVerify instead (authored by aheinecke).
Deprecate Gpg4win class and add gpgvVerify instead
Nov 21 2023, 4:13 PM
aheinecke committed rKLEOPATRAe21bb6420fe1: Apply 3 suggestion(s) to 2 file(s) (authored by ikloecker).
Apply 3 suggestion(s) to 2 file(s)
Nov 21 2023, 3:53 PM
aheinecke committed rLIBKLEO4285f08ce340: Deprecate Gpg4win class and add gpgvVerify instead (authored by aheinecke).
Deprecate Gpg4win class and add gpgvVerify instead
Nov 21 2023, 3:46 PM
aheinecke committed rLIBKLEO37a3c98b2838: Deprecate Gpg4win class and add gpgvVerify instead (authored by aheinecke).
Deprecate Gpg4win class and add gpgvVerify instead
Nov 21 2023, 3:44 PM
aheinecke committed rLIBKLEO98384c7c3b2e: Apply 1 suggestion(s) to 1 file(s) (authored by ikloecker).
Apply 1 suggestion(s) to 1 file(s)
Nov 21 2023, 3:38 PM
aheinecke changed the status of T6793: Cleanup temporary files / dirs with decrypted content, a subtask of T6199: Kleopatra: MIME viewer support, from Open to Testing.
Nov 21 2023, 3:33 PM · Restricted Project, kleopatra
aheinecke changed the status of T6793: Cleanup temporary files / dirs with decrypted content from Open to Testing.

Assigned to me for testing.

Nov 21 2023, 3:33 PM · vsd32 (vsd-3.2.0), Restricted Project, kleopatra
aheinecke added a comment to T6480: Kleopatra: Change visibility of advanced options in the certification dialog.

I think cancel should not save the settings. A case of "uuuh I clicked something wrong and now I am confused" -> "Cancel" -> "Phew everything back to normal". Is more valid then just looking around, canceling and then coming back later and expecing the same state. I would say this resolved.

Nov 21 2023, 1:20 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke committed rKLEOPATRA92507a7e65d1: DRAFT: Rework custom about data handling (authored by aheinecke).
DRAFT: Rework custom about data handling
Nov 21 2023, 12:29 PM
aheinecke committed rLIBKLEO077b804d13c6: Deprecate Gpg4win class and add gpgvVerify instead (authored by aheinecke).
Deprecate Gpg4win class and add gpgvVerify instead
Nov 21 2023, 12:06 PM
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

Nov 20 2023

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
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
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
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
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
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
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
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
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

Nov 19 2023

aheinecke committed rGTOafb6ce9ce005: Adapt to new VERSION file syntax (authored by aheinecke).
Adapt to new VERSION file syntax
Nov 19 2023, 6:33 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

Nov 18 2023

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

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