| Commit message (Expand) | Author | Files | Lines |
2023-10-13 | qt,doc: Fix typos in source code comments | Ingo Klöcker | 3 | -19/+19 |
2023-08-23 | qt: Allow specifying user IDs to use when refreshing keys via WKD | Ingo Klöcker | 1 | -10/+42 |
2023-08-22 | qt,tests: Fix build in source directory, part 2 | Christian Hesse | 1 | -2/+2 |
2023-08-21 | qt,tests: Fix build in source directory | Ingo Klöcker | 1 | -2/+2 |
2023-08-21 | qt: Add job for refreshing OpenPGP keys via WKD | Ingo Klöcker | 2 | -1/+124 |
2023-08-16 | qt: Clean up after failure or cancel of sign/encrypt archive operation | Ingo Klöcker | 2 | -0/+44 |
2023-08-15 | qt: Make toLogString helper public | Ingo Klöcker | 1 | -4/+2 |
2023-06-21 | qt: Support reading signed/encrypted archives directly from a file | Ingo Klöcker | 1 | -21/+2 |
2023-06-19 | qt: Support writing signed/encrypted archives directly to a file | Ingo Klöcker | 2 | -39/+60 |
2023-02-14 | qt: Add simple and extended progress signals replacing old signal | Ingo Klöcker | 1 | -1/+16 |
2023-02-09 | tests: Stop daemons after setting up test environment | Ingo Klöcker | 1 | -0/+1 |
2023-02-02 | qt,tests: Add test for the previous commit | Ingo Klöcker | 2 | -0/+135 |
2023-02-02 | qt: Add job for extracting encrypted and signed archives | Ingo Klöcker | 2 | -0/+143 |
2023-02-02 | qt: Allow checking if the sign/encrypt archive jobs are supported | Ingo Klöcker | 2 | -0/+11 |
2023-01-31 | qt: Add job for creating encrypted signed archives | Ingo Klöcker | 1 | -31/+44 |
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 | 2 | -1/+149 |
2023-01-27 | qt: Add job for creating encrypted archives | Ingo Klöcker | 2 | -0/+160 |
2023-01-05 | qt: Fix comparisons of integer expressions of different signedness | Ingo Klöcker | 1 | -1/+1 |
2023-01-05 | qt: Replace Q_DECL_OVERRIDE with override | Ingo Klöcker | 1 | -1/+1 |
2023-01-05 | qt: Allow deferred start of import job | Ingo Klöcker | 1 | -0/+37 |
2022-10-11 | qt,tests: Port test to QRegularExpression. | Ingo Klöcker | 1 | -16/+17 |
2022-10-11 | build,qt: Allow building QGpgME for Qt 6 | Ingo Klöcker | 1 | -0/+13 |
2022-10-10 | build,qt: Explicitly namespace a few Qt variables for Qt5 | Ingo Klöcker | 1 | -4/+4 |
2022-08-22 | qt: Fix building with C++11 | Ingo Klöcker | 1 | -1/+1 |
2022-08-18 | qt,tests: Make test pass on 32-bit systems | Ingo Klöcker | 1 | -18/+24 |
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-10 | qt: Add missing include | Ingo Klöcker | 1 | -0/+1 |
2022-08-09 | qt: Add job to set the primary user ID of OpenPGP keys | Ingo Klöcker | 2 | -2/+170 |
2022-08-04 | qt: Remove job for refreshing OpenPGP keys | Ingo Klöcker | 1 | -4/+4 |
2022-06-10 | qt,tests: Allow 1-day-offset for expiration date | Ingo Klöcker | 1 | -1/+9 |
2022-06-10 | qt: Prevent u32 overflow when calculating expiration date | Ingo Klöcker | 1 | -3/+1 |
2022-06-09 | Revert "tests: Avoid problems with local time across a day boundary." | Ingo Klöcker | 1 | -1/+1 |
2022-05-23 | tests: Avoid problems with local time across a day boundary. | Werner Koch | 1 | -1/+1 |
2022-05-05 | qt: Revert change of result signal of RefreshKeysJob | Ingo Klöcker | 1 | -1/+1 |
2022-05-04 | qt: Emit import result when refreshing OpenPGP keys | Ingo Klöcker | 1 | -15/+32 |
2022-05-02 | qt: Apply compiler hint | Ingo Klöcker | 1 | -1/+1 |
2022-04-29 | qt: Add test runner for refresh job | Ingo Klöcker | 2 | -1/+140 |
2022-03-31 | qt: Check arguments passed to the revoke key job | Ingo Klöcker | 1 | -0/+61 |
2022-03-30 | qt,tests: Verify reason code and description of revocation | Ingo Klöcker | 1 | -0/+66 |
2022-03-30 | qt: Add job to revoke own OpenPGP keys | Ingo Klöcker | 2 | -4/+215 |
2022-02-03 | qt: Add job to import keys given by key ids | Ingo Klöcker | 2 | -1/+67 |
2022-01-17 | qt: Fix build without installed GpgME++ headers | Ingo Klöcker | 1 | -1/+1 |
2022-01-13 | qt: Add job to add existing subkeys to other keys | Ingo Klöcker | 4 | -8/+330 |
2022-01-13 | qt,tests: Add helper to hook up the test passphrase provider | Ingo Klöcker | 8 | -179/+69 |
2022-01-13 | qt,tests: Add asyncDone signal to base class of all tests | Ingo Klöcker | 13 | -35/+4 |
2022-01-04 | qt: Add factory function for secret subkey export job | Ingo Klöcker | 1 | -1/+7 |
2022-01-04 | qt: Use QGpgMEExportJob also for export of secret keys | Ingo Klöcker | 2 | -1/+116 |
2021-12-22 | qt,tests: Add test runner for testing the import job | Ingo Klöcker | 2 | -1/+101 |