Page MenuHome GnuPG
Feed All Stories

Oct 25 2023

ikloecker committed rLIBKLEO01664305086c: Bump library version (authored by ikloecker).
Bump library version
Oct 25 2023, 10:12 AM
ikloecker committed rLIBKLEO3f89d2b1a3ba: Add helper to find an element in a range (authored by ikloecker).
Add helper to find an element in a range
Oct 25 2023, 10:12 AM
ikloecker committed rLIBKLEO0c14502add16: Add helpers for some lists of algorithms (authored by ikloecker).
Add helpers for some lists of algorithms
Oct 25 2023, 10:12 AM
aheinecke lowered the priority of T6771: Kleopatra: Offer users to certify exportable when exporting keys from Normal to Wishlist.

You are right, this is a new feature that could be useful but is now in high demand and not a bug so Wishlist is more appropiate.

Oct 25 2023, 9:19 AM · Restricted Project, kleopatra
mlaurent committed rMTP485a41327dd9: GIT_SILENT: use KLocalizedString::setApplicationDomain(QByteArrayLiteral =>… (authored by mlaurent).
GIT_SILENT: use KLocalizedString::setApplicationDomain(QByteArrayLiteral =>…
Oct 25 2023, 7:14 AM
mlaurent committed rKLEOPATRA6b22622647cd: GIT_SILENT: use KLocalizedString::setApplicationDomain(QByteArrayLiteral =>… (authored by mlaurent).
GIT_SILENT: use KLocalizedString::setApplicationDomain(QByteArrayLiteral =>…
Oct 25 2023, 7:11 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAba40ddd5dfd5: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 25 2023, 5:27 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA01405d88304c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 25 2023, 4:26 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA67c317bbc857: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 25 2023, 3:37 AM

Oct 24 2023

werner changed the status of T6395: ADSK Feature from Testing to Open.

While trying to replicate your findings I might have found a but in the import code which rejected one of the keys (using gnupg 2.2). I'll take care of this.

Oct 24 2023, 4:14 PM · gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), OpenPGP
werner removed projects from T6770: Add --ignore-cert-extensions to dirmngr: gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42).

According to our rules an initial set of tags should never be a milestone but be in the Backlog or, if work already started,in the WiP column. Because it is anyway invalid, I removed the tags.

Oct 24 2023, 3:36 PM · S/MIME, Restricted Project
werner placed T6253: GpgSM: Backport ECC support to 2.2 up for grabs.
Oct 24 2023, 2:55 PM · gnupg22 (gnupg-2.2.42), Restricted Project, Feature Request, S/MIME
werner added a comment to T6253: GpgSM: Backport ECC support to 2.2.

T6536 has been fixed. With today's commits the Brainpool curves are now also flagged as compliant in gpgsm.

Oct 24 2023, 2:55 PM · gnupg22 (gnupg-2.2.42), Restricted Project, Feature Request, S/MIME
werner committed rG2c3c049fd8a0: sm: Flag Brainpool curves as compliant for all other operations. (authored by werner).
sm: Flag Brainpool curves as compliant for all other operations.
Oct 24 2023, 2:54 PM
werner committed rGf0e127defb87: sm: Flag Brainpool curves as compliant for all other operations. (authored by werner).
sm: Flag Brainpool curves as compliant for all other operations.
Oct 24 2023, 2:51 PM
werner committed rG97708e2ac722: sm: Flag Brainpool curves as compliant. (authored by werner).
sm: Flag Brainpool curves as compliant.
Oct 24 2023, 2:22 PM
werner committed rGafacacec129c: sm: Flag Brainpool curves as compliant. (authored by werner).
sm: Flag Brainpool curves as compliant.
Oct 24 2023, 2:22 PM
werner changed the status of T6752: New minip12 does not import from Firefox anymore from Open to Testing.
Oct 24 2023, 2:17 PM · gnupg24 (gnupg-2.4.4), S/MIME, Bug Report
werner added a comment to T6536: Extend P12 parser for ShroudedKeyBag inside a CertBag.

Now fixed in 2.2 and 2.4 (commits rG08f0b9ea2e955209d467f1ff624bf7abd10ae7ac and rG7661d2fbc6eb533016df63a86ec3e35bf00cfb1f). See also T6752

Oct 24 2023, 2:16 PM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Bug Report, S/MIME, Restricted Project
werner moved T6736: Year 2038 issue for key validity date from Backlog to QA on the gnupg22 board.
Oct 24 2023, 1:47 PM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Bug Report
fse added a comment to T6637: PQC for Libgcrypt.

Yes, int8_t/int16_t/int32_t/uint8_t/uint16_t/uint32_t should not be used. There is size-specific integer types defined in src/types.h which can be used instead (byte/u16/u32). This header does not yet have signed integer types, but those can be added (for example, s8/s16/s32).

Oct 24 2023, 1:34 PM · PQC, libgcrypt
werner committed rG4448bc44f0ba: common: Provide API to parse BER/TLV encodings. (authored by werner).
common: Provide API to parse BER/TLV encodings.
Oct 24 2023, 1:26 PM
werner committed rG7661d2fbc6eb: sm: Another partly rewrite of minip12.c (authored by werner).
sm: Another partly rewrite of minip12.c
Oct 24 2023, 9:33 AM
werner committed rG08f0b9ea2e95: sm: Another partly rewrite of minip12.c (authored by werner).
sm: Another partly rewrite of minip12.c
Oct 24 2023, 9:29 AM
mlaurent committed rKLEOPATRA02d7fc95ce23: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Oct 24 2023, 8:38 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA3f1c428ac3ce: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 24 2023, 5:12 AM
l10n daemon script <scripty@kde.org> committed rMTPa9594de3e86e: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 24 2023, 4:16 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA689b3a6c3206: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 24 2023, 4:16 AM
l10n daemon script <scripty@kde.org> committed rMTP3055c326db46: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 24 2023, 3:32 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAe0bdc86ee365: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 24 2023, 3:29 AM

Oct 23 2023

dvratil moved T6773: Remote iCal calendar do not refresh automatically from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 23 2023, 9:43 PM · Restricted Project, KDE
dvratil triaged T6773: Remote iCal calendar do not refresh automatically as Normal priority.
Oct 23 2023, 9:43 PM · Restricted Project, KDE
dvratil moved T6772: Reproducible crashes in KOrganizer from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 23 2023, 9:37 PM · Restricted Project, KDE
dvratil added a project to T6772: Reproducible crashes in KOrganizer: Restricted Project.
Oct 23 2023, 9:37 PM · Restricted Project, KDE
dvratil claimed T6772: Reproducible crashes in KOrganizer.
Oct 23 2023, 9:37 PM · Restricted Project, KDE
dvratil created T6772: Reproducible crashes in KOrganizer.
Oct 23 2023, 9:36 PM · Restricted Project, KDE
dvratil moved T6459: KOrganizer: Invitations are not signed with GPG although signing is enabled by default from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 23 2023, 9:34 PM · Restricted Project, KDE
dvratil closed T6459: KOrganizer: Invitations are not signed with GPG although signing is enabled by default as Resolved.
Oct 23 2023, 9:30 PM · Restricted Project, KDE
ikloecker committed rKLEOPATRAf74877cd96df: Always use i18ncp for the Export Certificate(s) button (authored by ikloecker).
Always use i18ncp for the Export Certificate(s) button
Oct 23 2023, 9:08 PM
ikloecker renamed T6771: Kleopatra: Offer users to certify exportable when exporting keys from Kleopatra: Ask user to certify exportable when exporting keys to Kleopatra: Offer users to certify exportable when exporting keys.
Oct 23 2023, 8:18 PM · Restricted Project, kleopatra
ikloecker added a comment to T6771: Kleopatra: Offer users to certify exportable when exporting keys.

For the export of multiple certificates (i.e. not group export), this task is blocked by the wishlist issue T5847: Kleopatra: New Feature for bulk certify. Either this issue is also wishlist or the other issue is needs to become normal.

Oct 23 2023, 8:17 PM · Restricted Project, kleopatra
aheinecke triaged T6769: Kleopatra: Improve warning on keyserver upload as Normal priority.

IMO for LDAP we should not warn at all. Because there it is possible to remove certificates.

Oct 23 2023, 7:30 PM · vsd33, Restricted Project, kleopatra
aheinecke added a comment to T6637: PQC for Libgcrypt.
In T6637#176910, @fse wrote:

OK, fine, however, in order to be able keep an overview of our tasks I would still keep track of them in our GitHub, where I can create a sub-issue from the list of tasks with one click. But we will post our comments and results here as well as far relevant for the purpose of documentation. I think most of the points Jussi raised are more or less clear to me anyway.

Oct 23 2023, 7:23 PM · PQC, libgcrypt
jukivili added a comment to T6637: PQC for Libgcrypt.

Yes, int8_t/int16_t/int32_t/uint8_t/uint16_t/uint32_t should not be used. There is size-specific integer types defined in src/types.h which can be used instead (byte/u16/u32). This header does not yet have signed integer types, but those can be added (for example, s8/s16/s32).

Oct 23 2023, 7:00 PM · PQC, libgcrypt
jukivili closed T6451: libgcrypt | gcry_cipher_setkey: 3DES-CBC key returns GPG_ERR_WEAK even with GCRYCTL_SET_ALLOW_WEAK_KEY as Resolved.
Oct 23 2023, 6:56 PM · Debian, libgcrypt, Bug Report
aheinecke added a comment to T6766: Kleopatra: On export, inform user about uncertified user IDs.

I opened T6771 for this because this issue is done.

Oct 23 2023, 6:55 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
aheinecke triaged T6771: Kleopatra: Offer users to certify exportable when exporting keys as Normal priority.
Oct 23 2023, 6:55 PM · Restricted Project, kleopatra
aheinecke added a comment to T6766: Kleopatra: On export, inform user about uncertified user IDs.

I haven't added the possibility to start a group certification directly from the confirmation message.

Oct 23 2023, 6:52 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
TobiasFella added a comment to T6767: Kleopatra: system error without error code when encrypting a file to full disk on Windows.

Should we have a gpg_error_from_w32() as companion to gpg_error_from_syserror() ?

Oct 23 2023, 4:36 PM · gpgme, kleopatra, Restricted Project
ikloecker renamed T6750: Kleopatra: Offer only compliant algorithms for key generation on smart cards in VSD from Kleopatra: do not offer all possible algorithms for key generation on smart cards in VSD to Kleopatra: Offer only compliant algorithms for key generation on smart cards in VSD.
Oct 23 2023, 12:27 PM · vsd32 (vsd-3.2.0), vsd, kleopatra, Restricted Project
ikloecker claimed T6750: Kleopatra: Offer only compliant algorithms for key generation on smart cards in VSD.
Oct 23 2023, 10:49 AM · vsd32 (vsd-3.2.0), vsd, kleopatra, Restricted Project
ikloecker changed the status of T6379: Kleopatra: Brainpool key can not be moved to smart card from Open to Testing.

According to Werner this should work.

Oct 23 2023, 10:30 AM · gnupg24 (gnupg-2.4.4), gnupg22 (gnupg-2.2.42), Restricted Project, kleopatra
ikloecker added a comment to T5846: Kleopatra: File operation resultlistwidget accessibility.

In high contrast mode the background should always be white or black.

Oct 23 2023, 9:55 AM · kleopatra, Restricted Project
svuorela committed rKLEOPATRA74047da9d9b8: Improve darkmode handling (authored by svuorela).
Improve darkmode handling
Oct 23 2023, 9:53 AM
werner added a comment to T3362: Prevent Smartcard from caching PIN when cache-ttl is set accordingly.

Well, see my very first comment.

Oct 23 2023, 9:46 AM · Feature Request
ebo updated subscribers of T6683: GpgOL: Configurable error if sign is selected and prefer_smime .
Oct 23 2023, 8:39 AM · vsd32 (vsd-3.2.0), gpgol, Restricted Project, vsd
alexreynolds added a comment to T6683: GpgOL: Configurable error if sign is selected and prefer_smime .
Oct 23 2023, 8:19 AM · vsd32 (vsd-3.2.0), gpgol, Restricted Project, vsd
l10n daemon script <scripty@kde.org> committed rKLEOPATRA89c67edc5720: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 23 2023, 5:08 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA46c3c696cd4d: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 23 2023, 4:13 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA3e2a689dda8c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 23 2023, 3:28 AM

Oct 22 2023

l10n daemon script <scripty@kde.org> committed rLIBKLEO6ba93de2a2f1: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 22 2023, 6:09 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6a094994aa38: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 22 2023, 6:07 AM
l10n daemon script <scripty@kde.org> committed rMTP8322a42bc84f: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 22 2023, 4:52 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO992dcd967b10: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 22 2023, 4:52 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6bd3f781bc00: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 22 2023, 4:50 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAc675e2074f73: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 22 2023, 3:48 AM
l10n daemon script <scripty@kde.org> committed rMTP9e948b9938c1: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 22 2023, 3:46 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO691d2f7ee13a: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 22 2023, 3:46 AM

Oct 21 2023

l10n daemon script <scripty@kde.org> committed rKLEOPATRAc99ec816268e: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 21 2023, 4:18 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6c208667f00c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 21 2023, 3:29 AM

Oct 20 2023

aheinecke added a comment to T6770: Add --ignore-cert-extensions to dirmngr.

That output was also misleading,. that was from before I added the ignore-crl-extension in there. I was confused because I still got the error:

Oct 20 2023, 4:23 PM · S/MIME, Restricted Project
aheinecke closed T6770: Add --ignore-cert-extensions to dirmngr as Invalid.

So dirmngr already has that option.

Oct 20 2023, 4:08 PM · S/MIME, Restricted Project
werner closed T6365: Help text translation is not applied as Resolved.

Well, this bug is fixed by using a decent libgpg-error or configure it correctly.

Oct 20 2023, 3:51 PM · MacOS, i18n, Bug Report, gnupg24
ebo added a comment to T5846: Kleopatra: File operation resultlistwidget accessibility.

At the moment we have a green background for the results of a decryption and/or verification, if it was successful.
This does not work with high contrast mode.

Oct 20 2023, 2:58 PM · kleopatra, Restricted Project
aheinecke triaged T6770: Add --ignore-cert-extensions to dirmngr as High priority.
Oct 20 2023, 2:57 PM · S/MIME, Restricted Project
ebo added a project to T6644: GnuPG: Allow non compliant signatures in compliance mode: kleopatra.

and it is also confusing that you can choose the key for signing in Kleopatra, it is displayed with a green check mark but then you run into an error:

Oct 20 2023, 12:26 PM · kleopatra, gnupg22, Restricted Project
ebo created T6769: Kleopatra: Improve warning on keyserver upload.
Oct 20 2023, 12:03 PM · vsd33, Restricted Project, kleopatra
mlaurent committed rLIBKLEOd4600d6d7294: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Oct 20 2023, 6:56 AM
mlaurent committed rKLEOPATRAd9bdff2e949a: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Oct 20 2023, 6:56 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA8402952bca31: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 20 2023, 4:13 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA34af2f9c39c1: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Oct 20 2023, 3:28 AM

Oct 19 2023

ebo closed T6363: Add progress status output to gpgtar as Resolved.

yes, fixed

Oct 19 2023, 2:21 PM · gpgme (gpgme 1.23.x), gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), Feature Request
aheinecke changed the status of T6363: Add progress status output to gpgtar from Open to Testing.

I think this was fixed with the fix for https://dev.gnupg.org/T6534

Oct 19 2023, 1:39 PM · gpgme (gpgme 1.23.x), gnupg22 (gnupg-2.2.42), gnupg24 (gnupg-2.4.1), Feature Request
ikloecker changed the status of T6766: Kleopatra: On export, inform user about uncertified user IDs from Open to Testing.

I have added the confirmation to the following commands:

  • Export Certificate(s)
  • Publish on Server
  • Export Group
Oct 19 2023, 1:32 PM · vsd32 (vsd-3.2.0), kleopatra, Restricted Project
ikloecker committed rKLEOPATRA04e4e7595eda: Add an explanation why sharing uncertified certificates may be problematic (authored by ikloecker).
Add an explanation why sharing uncertified certificates may be problematic
Oct 19 2023, 1:31 PM
ikloecker committed rKLEOPATRA1b7622d02932: Allow user to silence the confirmation messages (authored by ikloecker).
Allow user to silence the confirmation messages
Oct 19 2023, 12:04 PM
ikloecker committed rKLEOPATRAc38a9df2a2ca: Request confirmation when uploading uncertified OpenPGP keys (authored by ikloecker).
Request confirmation when uploading uncertified OpenPGP keys
Oct 19 2023, 11:17 AM
ikloecker committed rKLEOPATRA9b2a2a6a22d9: Request confirmation when exporting uncertified OpenPGP keys (authored by ikloecker).
Request confirmation when exporting uncertified OpenPGP keys
Oct 19 2023, 10:53 AM
ikloecker committed rKLEOPATRA187c11841e24: Use helper to partition keys by protocol (authored by ikloecker).
Use helper to partition keys by protocol
Oct 19 2023, 10:53 AM
ikloecker committed rKLEOPATRA24ba61e6b142: Explicitly mention that exportable certifications are missing (authored by ikloecker).
Explicitly mention that exportable certifications are missing
Oct 19 2023, 10:53 AM
ikloecker committed rKLEOPATRAab01a2d434b5: Always finish command properly and don't emit canceled manually (authored by ikloecker).
Always finish command properly and don't emit canceled manually
Oct 19 2023, 10:53 AM
ikloecker committed rKLEOPATRA049d4bb51fe7: Emit canceled when the user canceled the export (authored by ikloecker).
Emit canceled when the user canceled the export
Oct 19 2023, 10:53 AM
ikloecker committed rLIBKLEOe8b1cf72f27f: Bump library version (authored by ikloecker).
Bump library version
Oct 19 2023, 10:49 AM
ikloecker committed rLIBKLEO41c026588103: Add helper to partition a list of keys by protocol (authored by ikloecker).
Add helper to partition a list of keys by protocol
Oct 19 2023, 10:49 AM
werner committed rCd473d02a0e37: Remove some //-style comments (authored by werner).
Remove some //-style comments
Oct 19 2023, 9:13 AM
mlaurent committed rKLEOPATRA304c483674a6: There's no QVector anymore, QList is the QVector in Qt6 (authored by mlaurent).
There's no QVector anymore, QList is the QVector in Qt6
Oct 19 2023, 8:36 AM
mlaurent committed rMTPe67c7a5bfc32: There's no QVector anymore, QList is the QVector in Qt6 (authored by mlaurent).
There's no QVector anymore, QList is the QVector in Qt6
Oct 19 2023, 8:34 AM
mlaurent committed rLIBKLEOc85ea6f97d4d: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Oct 19 2023, 8:17 AM
mlaurent committed rKLEOPATRA6f3c06a2911e: Merge remote-tracking branch 'origin/kf5' (authored by mlaurent).
Merge remote-tracking branch 'origin/kf5'
Oct 19 2023, 8:15 AM
mlaurent committed rMTP3177a2737d5a: GIT_SILENT: it compiles fine without qt6.6 deprecated method (authored by mlaurent).
GIT_SILENT: it compiles fine without qt6.6 deprecated method
Oct 19 2023, 7:29 AM