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: 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…
Add Key::shortKeyID() and Key::keyID() in anticipation of gpgme support for this
Dunno if this is a good idea - let's see.
Store the keylist mode used in the keylisting the key instance comes from in…
Fix typos and remove some remains of the libgcrypt README that I used as a…
README explaining the design principles of gpgme++ and why the library is…
This should be a bitfields...
Added missing dependency, to fix parallel build when gpgme-copy is being used.
s/isSecret()/hasSecret()/
gpgme 0.3.x contains a gpgme_cancel(), 0.4.x, 0 <= x <= 4, doesn't. 0.4.x, x >=…
Add a workaround for gpgme bug that results in can_sign not being set for…
Fix the assignment operators (they forgot to call Result::operator=()). And…
Plug some minor cut'n'pasted memleaks
Fix warnings that are real error and that gcc 3.3.3 and --enable-warnings…
rename library and include-install-dir of gpgme++ from (lib)gpgmepp to…
s/gpgmepp/gpgme++/ here, too. (Hopefully the last occurrence).
Convenience method Key::isRoot() telling whether or not this key is a root…
Add a ctor that takes a _gpgme_op_keylist_result_t directly, for kpgp…
Add KeyListResult::mergeWith( KeyListResult )
Implement keyListResult().
Add Key::primaryFingerprint() as a convenience. Equivalent to subkeys(0).
fix warning: underquoted definition of _KDEPIM_PATH_GPGME_CONFIG
Make it clearer that libgpgme-copy will be used
Updated libgpg-error-copy to version 0.7.
gpgme_key_t now provides it's own keylist_mode, so use it when available
Increased minimum required gpgme version to 0.4.5.