| Commit message (Expand) | Author | Files | Lines |
2020-11-12 | python: Fix a test for newer GnuPG (>= 2.3). | NIIBE Yutaka | 1 | -1/+2 |
2020-11-11 | qt: Add export macro for QDebug operator | Andre Heinecke | 1 | -1/+3 |
2020-11-11 | qt: Allow build with older GnuPG (< 2.2.18). | NIIBE Yutaka | 1 | -1/+4 |
2020-11-03 | qt: Make audit parameters of result signal optional | Ingo Klöcker | 1 | -1/+1 |
2020-11-03 | cpp: Mark helper functions as static | Ingo Klöcker | 1 | -6/+6 |
2020-11-03 | cpp: Make signatures belonging to the same user ID sortable | Ingo Klöcker | 2 | -1/+63 |
2020-10-29 | qt: Add support for revoke signature quick command | Ingo Klöcker | 3 | -2/+38 |
2020-10-29 | qt: Some minor cleanups | Ingo Klöcker | 1 | -13/+3 |
2020-10-29 | cpp: Add support for gpgme_op_revsig | Ingo Klöcker | 2 | -12/+57 |
2020-10-27 | python: Handle the when case __doc__ is None. | NIIBE Yutaka | 1 | -1/+6 |
2020-10-23 | cpp: Add support for gpgme_cancel | Ingo Klöcker | 2 | -0/+6 |
2020-10-23 | Add Assuan transaction that forwards status lines to another object | Ingo Klöcker | 4 | -1/+164 |
2020-10-23 | qt: Add QDebug stream operator for GpgME::Error | Ingo Klöcker | 3 | -1/+99 |
2020-10-23 | cpp, qt: Add missing comparison operators for version info comparison | Ingo Klöcker | 2 | -0/+62 |
2020-10-23 | cpp, qt: Fix version info comparison | Ingo Klöcker | 2 | -2/+4 |
2020-09-08 | qt: Update the documentation of ListAllKeysJob | Ingo Klöcker | 1 | -2/+3 |
2020-09-08 | cpp: Update key with --with-secret instead of updating it twice | Ingo Klöcker | 1 | -5/+11 |
2020-09-07 | qt: List keys once with --with-secret instead of twice | Ingo Klöcker | 2 | -9/+116 |
2020-09-07 | cpp: Add keylist mode WithSecret | Ingo Klöcker | 3 | -3/+13 |
2020-09-07 | cpp: Add missing keylist modes | Ingo Klöcker | 1 | -7/+23 |
2020-09-03 | cpp: Copy some more subkey properties when merging keys | Ingo Klöcker | 1 | -0/+4 |
2020-08-28 | qt: Fix an rfc2253 parser flaw | Werner Koch | 1 | -3/+2 |
2020-08-14 | core: Add error handling to setexpire | Ingo Klöcker | 1 | -0/+9 |
2020-08-11 | qt: Support changing expiry of subkeys | Ingo Klöcker | 3 | -4/+39 |
2020-08-10 | cpp: Make private helper a file static | Ingo Klöcker | 2 | -3/+1 |
2020-08-06 | cpp: Use cstdlib getenv for portability | Andre Heinecke | 1 | -1/+2 |
2020-08-05 | qt: Port to new setExpire() | Ingo Klöcker | 1 | -18/+6 |
2020-08-04 | qt: Add test for setExpire | Ingo Klöcker | 1 | -0/+54 |
2020-08-04 | cpp: Add support for gpgme_op_setexpire | Ingo Klöcker | 2 | -1/+72 |
2020-08-04 | cpp: Add ostream operator for subkey | Ingo Klöcker | 2 | -0/+23 |
2020-07-16 | qt, cpp: Support export modes | Andre Heinecke | 5 | -14/+68 |
2020-07-15 | core: Deprecate the non-working trustlist functions. | Werner Koch | 2 | -47/+0 |
2020-07-15 | core: New keylist mode GPGME_KEYLIST_MODE_WITH_KEYGRIP. | Werner Koch | 5 | -3/+10 |
2020-07-14 | python: Workaround for a regression in GnuPG 2.2.21 | Werner Koch | 2 | -2/+16 |
2020-05-11 | tests: Remove/change tests for GnuPG 2.3 with no gpg.keyserver. | NIIBE Yutaka | 1 | -30/+0 |
2020-03-03 | python: fix minor typo in howto | Bernhard Reiter | 1 | -1/+1 |
2020-02-19 | qt: Change logging categoryaheinecke/json-test | Andre Heinecke | 10 | -55/+55 |
2020-02-19 | qt: Log execution args of gpg-card | Andre Heinecke | 1 | -3/+5 |
2020-02-14 | python: Also detect python 3.9. | Werner Koch | 1 | -2/+2 |
2020-02-12 | qt: Add dummy context to make mixin happy | Andre Heinecke | 1 | -1/+2 |
2020-02-12 | qt: Add GpgCardJob following the job pattern | Andre Heinecke | 8 | -2/+319 |
2019-12-13 | cpp, qt: Use uidhash to select uids for signing | Andre Heinecke | 5 | -1/+24 |
2019-11-07 | qt,tests: Take care for old DSA key using deprecated digest algo. | NIIBE Yutaka | 1 | -0/+4 |
2019-11-06 | qt, tests: Add check for supported versions | Andre Heinecke | 4 | -21/+41 |
2019-11-06 | qt, tests: Replace accidentally commited assert | Andre Heinecke | 1 | -1/+1 |
2019-11-06 | qt,tests: Add test to add an exportable certify | Andre Heinecke | 1 | -0/+88 |
2019-11-06 | python: Fix how to generate documentation. | NIIBE Yutaka | 1 | -46/+35 |
2019-11-04 | qt, tests: Add testcase for multiple remarsk | Andre Heinecke | 1 | -0/+88 |
2019-11-04 | cpp: Add API to obtain mutliple remarks | Andre Heinecke | 2 | -0/+20 |
2019-11-04 | qt,tests: Move remarks test out and extend it | Andre Heinecke | 3 | -114/+325 |