appimage: Reduce the size of the Docker image
Ensure that the build directory is an absolute path
appimage: Use the split gpgme packages
appimage: Use a different default for the AppImage build directory
Improve documentation and fix a couple of typos
appimage: Fix deployment of Okular and its plugins
appimage: Deploy okularGenerator_poppler.so
Daniel confused with . The linked completion script uses the latter.
Needs to be tested/verified by other developers. In short you do
If you omit the option then ~/b/SRCDIRNAME-appimage will be used.
Building an AppImage including Kleopatra and Okular works now (again) in the gpg4win-5-branch.
It's pretty ironic that we added DBUS_SESSION_BUS_ADDRESS because of pinentry-gnome3 and now we need to add an option to remove it because of pinentry-gnome3.
In general, "only internally used" means: Don't use this yourself or accept what it does.
Avoid cursor jumping to end of line edit when user edits search term
If a single OpenPGP certificate is updated then we now show the same detailed information for the update from WKD as for the update from a keyserver, i.e. if the certificate didn't change via WKD then we say so.
Show detailed information if a single key was updated via WKD
I think there's some confusion.
Avoid cursor jumping to end of line edit when user edits search term
You need to be asked this question when you restore the backup of all of your keys or when you migrate all your secret keys to a new computer.
I'm not sure what Kleopatra should do differently. Kleopatra relies on the error messages provided by gpgme which in turn relies on gpg's status messages.
appimage: Add temporary patch for kleopatra
appimage: Use the split gpgme packages
Explicitely require threads
Bump version after splitting off bindings
python: Remove Python bindings
doc: Refer to separate repositories for C++ and Python bindings
cpp,qt: Remove C++ and Qt bindings
• ikloecker moved
T7499: Update AppImage for Gpg4win 4.4 / VSD 3.3 from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
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
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
appimage: Don't try to copy pim5 plugins
appimage: Fix build of Docker image
doc: Update build instructions and some other documentation
doc: Refer to the project as GPGME++ everywhere
doc: Update build instructions and some other documentation
build: Rename options to build for Qt 5/6
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.
Make gpgme++ include future-proof
build: Install cmake Find modules for gpgme and libgpg-error
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)
gen-tarball: Add support for gpgmepp and gpgmeqt/qgpgme
Fix gen-tarball.sh for local/remote repos
Forward port of SVN commit by kloecker:
cpp: Add support for gpgme_op_setexpire
cpp: Add ostream operator for subkey
cpp: Make private helper a file static
cpp: Copy some more subkey properties when merging keys
cpp: Add missing keylist modes
cpp: Add keylist mode WithSecret
cpp: Update key with --with-secret instead of updating it twice
cpp, qt: Add missing comparison operators for version info comparison
cpp: Add support for gpgme_cancel
Add Assuan transaction that forwards status lines to another object
cpp, qt: Fix version info comparison
cpp: Add support for gpgme_op_revsig
cpp: Make signatures belonging to the same user ID sortable
cpp: Mark helper functions as static
cpp: Add const-overload of UserID::Signature::operator<
cpp: Add getters for the attributes of a trust signature
cpp: Add support for trust signatures to sign key edit interactor
cpp: Do not close stdout/stderr when destroying EditInteractor
cpp: Factor out common code of GpgME::engineInfo() overloads
cpp: Return engine info for engine used by the context
cpp: Check fpr of import status for NULL
cpp: Add new supported components to API docs of dirInfo()
cpp,tests: Add test runner for doing a WKD lookup without import
cpp: Mark ExportNoUID flag as obsolete
cpp: Remove obsolete workaround
cpp: Allow export of secret keys
cpp: Allow export of secret subkeys
cpp: Add interactor to add existing subkeys to other keys
cpp: Add internal adapter for passing a vector of strings to gpgme
cpp: Allow import of keys given by key ids
cpp: Put local helper function into unnamed namespace
cpp: Set default visibility of all symbols to hidden
cpp: Do not export symbols of the Private class