Use snapshots of gpgme and gpgol, and add gpgmepp and qgpgme
Use the split gpgme packages for gpg4win
Support building CMake packages for additional gpgex architecture
21f7ad563d9b was not backported to gnupg 2.2, so this can't be done yet
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAe0761c9b011a: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
The commit rC58c11aa8 is the improved version by k-ary exponentiation (while rC6dffd105e2e2 is 1-bit at a time) and using heap.
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA648c7c0c728c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
cipher:prime: Fix long standing bug for PRIME % 2 == 0.
GIT_SILENT Update Appstream for new release
GIT_SILENT Upgrade release service version to 24.12.2.
GIT_SILENT Update Appstream for new release
It's missing a check for the required gpg-2.2 version. I will add that
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA8bd738c7982f: 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
rKLEOPATRAd2e40c96b604: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Use short date format in signature message
messageviewer: Use short date format
gpgsm: Allow unattended PKCS#12 export without passphrase.
build: Run chmod instead of using cmake's file CHMOD command
build: Fix usage of renamed options to build with Qt 5/6
build: Run chmod instead of using cmake's file CHMOD command
Improve success message for key upload
gpgsm: Allow CSR generation with an unprotected key.
appimage: Don't try to copy pim5 plugins
appimage: Fix build of Docker image
Remove option to display as-is
Remove icon for root folders in tree
Improve texts in general settings page
Use a different icon for "Add Entry" than for "Add Folder"
Add tooltip to root folder delete button
Fix clearng clipboard handling
Disable code relying on QLocale::languageToCode with Qt5
Fix typo dialogue -> dialog
doc: Update build instructions and some other documentation
doc: Refer to the project as GPGME++ everywhere
Closing as there are now 2 follow up tickets for the open issues I found.
doc: Update build instructions and some other documentation
build: Rename options to build for Qt 5/6
• ebo renamed
T7495: Draft: Kleopatra: Improve success message on keyserver upload from
Draft: Kleopatra: Improve succes message on keyserver upload to
Draft: Kleopatra: Improve success message on keyserver upload.
bodytexteditor: Use early return
Remove dependency of KPimTextEdit and KtextAddons
mailtemplates: Fix some clazy issues
Move remaining parts out of libkleopatraclient and remove unused code
• ebo renamed
T6769: Kleopatra: Change warning on keyserver upload from
Kleopatra: Improve warning on keyserver upload to
Kleopatra: Change warning on keyserver upload.
• ebo edited projects for
T5681: GpgOL: Handle GPO settings for readAsPlain, added:
vsd33; removed
Restricted Project.
The wonders of Windows! Who knows which overzealous component of Windows deleted this file. I suspect that your virus scanner wrongly suspected the file to be malicious (false positive) and removed it. Kleopatra certainly doesn't delete any of its files itself unless you uninstall it. Since a reinstallation (as proposed by Windows likely because vanishing files is a common problem on Windows) solved your problem I'll close this ticket as resolved.
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAd91bc1792998: 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
rKLEOPATRA7e9f6c02dfe4: 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
Make gpgme++ include future-proof
Remove unused parts of libkleopatraclient
Port away from CertificateRequester
build: Install cmake Find modules for gpgme and libgpg-error
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA59790035227d: 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
rKLEOPATRA1d59d1427a64: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
build: Allow building gpgmepp as static library
build: Optionally, add host value to gpgmepp's pkgconfig file
build: Always compile with _FILE_OFFSET_BITS=64 on Windows (MinGW)
This issue occurs when using GPGME with multiple contexts and setting the OpenPGP engines to different GnuPG home paths. As you mentioned, it is crucial to let gpgconf know the correct home path so that it can locate the socket file used by gpg-agent and properly clean up all instances.
gen-tarball: Add support for gpgmepp and gpgmeqt/qgpgme
Fix gen-tarball.sh for local/remote repos
Signs from the past or is this due to fixed Observer URI I did this morning in this repo?
gpgconf assumes that there is only one of the daemons. In fact it can only work with one and that is the one daemon which listens on the socket. all daemon's do a self-check by trying to connect to themself and terminate if they realize that they are not anymore the owner of the socket. As long as a daemon is started by a gnupg component a file system lock is taken to avoid duplicate launching. However it a daemon is stared by other means this could lead to a race.
NEWS: Correction re tickets included in 3.3.0
VS-Desktop-3.3.0.0 now has the translation. Will be in Gpg4win in the next release.
From aegypten_branch: gpgme++ and qgpgme. Needs gpgme >= 0.4.4. gpgme 0.4.4…
Implement combined sign/encrypt and decrpyt/verify and make sure to really…
Import copies of libgpg-error-0.6 and gpgme-0.4.4, porting Makefile.ams to…
remove superfluous #include, so we can use Context::Protocol in Key's method…
Properly support gpgme's keylist flags - it's a bit fields after all, and add…
Add static GpgME::Key::null
Fix the configure check for GPGME_KEYLIST_MODE_VALIDATE
Support for gpgme_set_locale
Check for gpgme_cancel() (newly readded to gpgme CVS less than two hours ago :)
gpgme_cancel returns an error...
Add EngineInfo class to help with better error messages when scanning for…