summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Always compile the Qt 6 test application with -fpicikloecker/qt6Ingo Klöcker2022-10-131-5/+3
* build,qt: Clean up all generated filesIngo Klöcker2022-10-111-1/+2
* qt,tests: Port test to QRegularExpression.Ingo Klöcker2022-10-111-16/+17
* qt: Remove obsolete code.Ingo Klöcker2022-10-111-16/+0
* build,qt: Allow building QGpgME for Qt 6Ingo Klöcker2022-10-117-59/+541
* build,qt: Explicitly namespace a few Qt variables for Qt5Ingo Klöcker2022-10-104-17/+17
* core: Fix SIG_CREATED status parsing for 0x1F sigsWerner Koch2022-09-292-1/+11
* build:python: Don't use gpg-error-config/gpgme-config.NIIBE Yutaka2022-09-151-29/+5
* Fix for modern compiler.NIIBE Yutaka2022-09-151-1/+1
* cpp: Reject signing expired keysIngo Klöcker2022-09-141-0/+6
* Fix parsing import status for invalid fingerprint.NIIBE Yutaka2022-09-071-5/+10
* build: Omit -I... and -L... for standard paths in pkgconfig fileIngo Klöcker2022-08-222-3/+37
* build: Update ax_cxx_compile_stdcxx macroIngo Klöcker2022-08-221-36/+487
* qt: Fix building with C++11Ingo Klöcker2022-08-224-3/+12
* qt: Fix building with Qt6Ingo Klöcker2022-08-222-4/+2
* cpp: Fix building with C++11Ingo Klöcker2022-08-191-7/+7
* qt,tests: Make test pass on 32-bit systemsIngo Klöcker2022-08-181-18/+24
* cpp: Fix handling of "no key" or "invalid time" situationsIngo Klöcker2022-08-181-2/+2
* qt,tests: Make sure expiration time is interpreted as unsigned numberIngo Klöcker2022-08-172-16/+16
* qt,tests: Log the actual error code if the assertion failsIngo Klöcker2022-08-171-3/+3
* qt: Make sure expiration time is interpreted as unsigned numberIngo Klöcker2022-08-171-1/+2
* w32: Add another fallback to look for gpgconf.exeAndre Heinecke2022-08-121-2/+10
* Qt: Fix working with no gpgconf in CryptoConfigAndre Heinecke2022-08-111-3/+4
* Post release updatesWerner Koch2022-08-102-1/+5
* Release 1.18.0gpgme-1.18.0Werner Koch2022-08-102-17/+24
* tests: Make t-edit-sign more robust.Werner Koch2022-08-101-4/+2
* qt: Add missing includeIngo Klöcker2022-08-101-0/+1
* doc: Update NEWSIngo Klöcker2022-08-101-0/+11
* qt: Add job to set the primary user ID of OpenPGP keysIngo Klöcker2022-08-0910-3/+410
* cpp: Add support for gpgme_op_set_uid_flagIngo Klöcker2022-08-093-0/+17
* python: Don't call __del__ from __exit__ method.NIIBE Yutaka2022-08-092-2/+5
* python: Don't access gpgme with wrapped=None.NIIBE Yutaka2022-08-051-0/+12
* python: Reset passphrase callback correctly.Jasper Spaans2022-08-051-8/+4
* qt: Remove job for refreshing OpenPGP keysIngo Klöcker2022-08-048-303/+5
* build: Update config.guess and config.sub.NIIBE Yutaka2022-07-212-1951/+2316
* build: Fix for modern Autoconf.NIIBE Yutaka2022-07-211-5/+4
* qt: Allow setting the file name of signed and encrypted dataIngo Klöcker2022-07-054-8/+82
* qt: Allow setting the file name of encrypted dataIngo Klöcker2022-07-054-9/+84
* qt: Fix filename of cmake config files for w32Ingo Klöcker2022-07-041-1/+1
* qt: Add #include <QStringList> needed for building against qt6Laurent Montel2022-07-044-7/+6
* cpp: Remove obsolete compatibility with KF5 variantsIngo Klöcker2022-06-302-8/+0
* build: When no gpg-error-config, not install gpgme-config.NIIBE Yutaka2022-06-282-0/+7
* build: Update gpg-error.m4NIIBE Yutaka2022-06-281-1/+2
* tests: Add support for clear text signatures to test runnerIngo Klöcker2022-06-141-0/+6
* qt,tests: Allow 1-day-offset for expiration dateIngo Klöcker2022-06-101-1/+9
* qt: Prevent u32 overflow when calculating expiration dateIngo Klöcker2022-06-103-7/+5
* Revert "tests: Avoid problems with local time across a day boundary."Ingo Klöcker2022-06-092-2/+2
* core: Handle import status lines during keylist operationIngo Klöcker2022-06-091-0/+4
* tests: Avoid problems with local time across a day boundary.Werner Koch2022-05-232-2/+2
* cpp: Export KeyListModeSaverAndre Heinecke2022-05-121-1/+1