| Commit message (Expand) | Author | Files | Lines |
2023-06-01 | doc,cpp: Treat GPG_ERR_FULLY_CANCELED as canceled | Ingo Klöcker | 1 | -1/+1 |
2023-05-30 | cpp,python: Respect --disable-gpg-test for tests | Biswapriyo Nath | 2 | -2/+14 |
2023-05-23 | python: Fix wrong use of write. | Werner Koch | 2 | -10/+5 |
2023-04-25 | doc: Fix Python example code. | NIIBE Yutaka | 4 | -15/+24 |
2023-04-18 | cpp: Fix Key::canSign() | Ingo Klöcker | 2 | -17/+4 |
2023-03-21 | core,cpp: Add new key flags to gpgme_subkey_t | Werner Koch | 2 | -0/+21 |
2023-02-14 | qt: Add signals for file-based and data-based progress | Ingo Klöcker | 9 | -0/+101 |
2023-02-14 | qt: Remove commented out code | Ingo Klöcker | 1 | -12/+0 |
2023-02-14 | qt: Add simple and extended progress signals replacing old signal | Ingo Klöcker | 5 | -18/+77 |
2023-02-09 | cpp: Improve debug output of some enums | Ingo Klöcker | 1 | -19/+32 |
2023-02-09 | tests: Stop daemons after setting up test environment | Ingo Klöcker | 2 | -0/+2 |
2023-02-02 | qt,tests: Add test for the previous commit | Ingo Klöcker | 2 | -0/+135 |
2023-02-02 | cpp: Return successful verification for signed but not encrypted data | Ingo Klöcker | 1 | -7/+15 |
2023-02-02 | qt: Add job for extracting encrypted and signed archives | Ingo Klöcker | 10 | -0/+563 |
2023-02-02 | cpp: Update decryption flags | Ingo Klöcker | 1 | -0/+1 |
2023-02-02 | qt: Allow checking if the sign/encrypt archive jobs are supported | Ingo Klöcker | 8 | -0/+44 |
2023-02-02 | cpp: Add const-overloads of version comparison operators | Ingo Klöcker | 1 | -0/+70 |
2023-01-31 | qt: Fix build without installed gpgme++ headers | Ingo Klöcker | 1 | -1/+1 |
2023-01-31 | qt: Remove unused and commented-out code | Ingo Klöcker | 4 | -45/+0 |
2023-01-31 | cpp: Fix debug output of SignatureMode | Ingo Klöcker | 1 | -1/+9 |
2023-01-31 | qt: Add job for creating encrypted signed archives | Ingo Klöcker | 9 | -31/+495 |
2023-01-31 | qt,tests: Avoid leaking Context | Ingo Klöcker | 1 | -3/+5 |
2023-01-30 | qt: Add job for creating signed archivesikloecker/t6342-gpgtar | Ingo Klöcker | 10 | -1/+588 |
2023-01-30 | cpp: Support new archive signing flag | Ingo Klöcker | 3 | -15/+25 |
2023-01-27 | qt: Add job for creating encrypted archives | Ingo Klöcker | 10 | -0/+630 |
2023-01-27 | qt: Add data provider for list of file names | Ingo Klöcker | 4 | -0/+186 |
2023-01-27 | cpp: Support new archive encryption flag | Ingo Klöcker | 2 | -1/+6 |
2023-01-27 | cpp: Add convenience overload to set file name | Ingo Klöcker | 2 | -0/+6 |
2023-01-26 | cpp: Support all encryption flags | Ingo Klöcker | 2 | -1/+6 |
2023-01-26 | cpp: Pass ThrowKeyIds and EncryptWrap flags to GpgME | Ingo Klöcker | 1 | -0/+8 |
2023-01-18 | cpp,doc: Update list of allowed values for dirInfo | Ingo Klöcker | 1 | -1/+1 |
2023-01-05 | qt: Fix comparisons of integer expressions of different signedness | Ingo Klöcker | 1 | -1/+1 |
2023-01-05 | cpp: Fix comparisons of integer expressions of different signedness | Ingo Klöcker | 1 | -2/+2 |
2023-01-05 | cpp: Expliticly declare compiler generated copy constructors | Ingo Klöcker | 15 | -2/+25 |
2023-01-05 | qt: Replace Q_DECL_OVERRIDE with override | Ingo Klöcker | 34 | -180/+180 |
2023-01-05 | qt: Allow deferred start of import job | Ingo Klöcker | 4 | -0/+51 |
2023-01-04 | qt: Support deferred start of jobs | Ingo Klöcker | 9 | -0/+64 |
2023-01-04 | qt: Explicitly instantiate private job classes | Ingo Klöcker | 17 | -72/+374 |
2022-12-14 | doc:python: Replace gpgme-config to pkg-config. | NIIBE Yutaka | 1 | -2/+2 |
2022-12-08 | cpp: Handle status errors in the base edit interactor | Ingo Klöcker | 2 | -4/+3 |
2022-12-08 | cpp: Handle statuses that need no response in the base edit interactor | Ingo Klöcker | 8 | -28/+7 |
2022-12-06 | qt: Write path values with Unix directory separators | Ingo Klöcker | 1 | -1/+1 |
2022-11-04 | qt: Allow disabling automatic trust database check on key listing | Ingo Klöcker | 4 | -4/+95 |
2022-10-26 | python: Fix configure generating setup.py. | NIIBE Yutaka | 1 | -11/+16 |
2022-10-24 | cpp: Allow setting the curve to use when generating ECC keys | Ingo Klöcker | 2 | -7/+34 |
2022-10-11 | build,qt: Clean up all generated files | Ingo Klöcker | 1 | -1/+2 |
2022-10-11 | qt,tests: Port test to QRegularExpression. | Ingo Klöcker | 1 | -16/+17 |
2022-10-11 | qt: Remove obsolete code. | Ingo Klöcker | 1 | -16/+0 |
2022-10-11 | build,qt: Allow building QGpgME for Qt 6 | Ingo Klöcker | 5 | -8/+317 |
2022-10-10 | build,qt: Explicitly namespace a few Qt variables for Qt5 | Ingo Klöcker | 2 | -6/+6 |