| Commit message (Expand) | Author | Files | Lines |
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 |
2022-09-15 | build:python: Don't use gpg-error-config/gpgme-config. | NIIBE Yutaka | 1 | -29/+5 |
2022-09-14 | cpp: Reject signing expired keys | Ingo Klöcker | 1 | -0/+6 |
2022-08-22 | qt: Fix building with C++11 | Ingo Klöcker | 4 | -3/+12 |
2022-08-22 | qt: Fix building with Qt6 | Ingo Klöcker | 2 | -4/+2 |
2022-08-19 | cpp: Fix building with C++11 | Ingo Klöcker | 1 | -7/+7 |
2022-08-18 | qt,tests: Make test pass on 32-bit systems | Ingo Klöcker | 1 | -18/+24 |
2022-08-18 | cpp: Fix handling of "no key" or "invalid time" situations | Ingo Klöcker | 1 | -2/+2 |
2022-08-17 | qt,tests: Make sure expiration time is interpreted as unsigned number | Ingo Klöcker | 2 | -16/+16 |
2022-08-17 | qt,tests: Log the actual error code if the assertion fails | Ingo Klöcker | 1 | -3/+3 |
2022-08-17 | qt: Make sure expiration time is interpreted as unsigned number | Ingo Klöcker | 1 | -1/+2 |