| Commit message (Expand) | Author | Age | Files | Lines |
* | qt: Add job for creating signed archivesikloecker/t6342-gpgtar | Ingo Klöcker | 2023-01-30 | 2 | -1/+149 |
* | qt: Add job for creating encrypted archives | Ingo Klöcker | 2023-01-27 | 2 | -0/+160 |
* | qt: Fix comparisons of integer expressions of different signedness | Ingo Klöcker | 2023-01-05 | 1 | -1/+1 |
* | qt: Replace Q_DECL_OVERRIDE with override | Ingo Klöcker | 2023-01-05 | 1 | -1/+1 |
* | qt: Allow deferred start of import job | Ingo Klöcker | 2023-01-05 | 1 | -0/+37 |
* | qt,tests: Port test to QRegularExpression. | Ingo Klöcker | 2022-10-11 | 1 | -16/+17 |
* | build,qt: Allow building QGpgME for Qt 6 | Ingo Klöcker | 2022-10-11 | 1 | -0/+13 |
* | build,qt: Explicitly namespace a few Qt variables for Qt5 | Ingo Klöcker | 2022-10-10 | 1 | -4/+4 |
* | qt: Fix building with C++11 | Ingo Klöcker | 2022-08-22 | 1 | -1/+1 |
* | qt,tests: Make test pass on 32-bit systems | Ingo Klöcker | 2022-08-18 | 1 | -18/+24 |
* | qt,tests: Make sure expiration time is interpreted as unsigned number | Ingo Klöcker | 2022-08-17 | 2 | -16/+16 |
* | qt,tests: Log the actual error code if the assertion fails | Ingo Klöcker | 2022-08-17 | 1 | -3/+3 |
* | qt: Add missing include | Ingo Klöcker | 2022-08-10 | 1 | -0/+1 |
* | qt: Add job to set the primary user ID of OpenPGP keys | Ingo Klöcker | 2022-08-09 | 2 | -2/+170 |
* | qt: Remove job for refreshing OpenPGP keys | Ingo Klöcker | 2022-08-04 | 1 | -4/+4 |
* | qt,tests: Allow 1-day-offset for expiration date | Ingo Klöcker | 2022-06-10 | 1 | -1/+9 |
* | qt: Prevent u32 overflow when calculating expiration date | Ingo Klöcker | 2022-06-10 | 1 | -3/+1 |
* | Revert "tests: Avoid problems with local time across a day boundary." | Ingo Klöcker | 2022-06-09 | 1 | -1/+1 |
* | tests: Avoid problems with local time across a day boundary. | Werner Koch | 2022-05-23 | 1 | -1/+1 |
* | qt: Revert change of result signal of RefreshKeysJob | Ingo Klöcker | 2022-05-05 | 1 | -1/+1 |
* | qt: Emit import result when refreshing OpenPGP keys | Ingo Klöcker | 2022-05-04 | 1 | -15/+32 |
* | qt: Apply compiler hint | Ingo Klöcker | 2022-05-02 | 1 | -1/+1 |
* | qt: Add test runner for refresh job | Ingo Klöcker | 2022-04-29 | 2 | -1/+140 |
* | qt: Check arguments passed to the revoke key job | Ingo Klöcker | 2022-03-31 | 1 | -0/+61 |
* | qt,tests: Verify reason code and description of revocation | Ingo Klöcker | 2022-03-30 | 1 | -0/+66 |
* | qt: Add job to revoke own OpenPGP keys | Ingo Klöcker | 2022-03-30 | 2 | -4/+215 |
* | qt: Add job to import keys given by key ids | Ingo Klöcker | 2022-02-03 | 2 | -1/+67 |
* | qt: Fix build without installed GpgME++ headers | Ingo Klöcker | 2022-01-17 | 1 | -1/+1 |
* | qt: Add job to add existing subkeys to other keys | Ingo Klöcker | 2022-01-13 | 4 | -8/+330 |
* | qt,tests: Add helper to hook up the test passphrase provider | Ingo Klöcker | 2022-01-13 | 8 | -179/+69 |
* | qt,tests: Add asyncDone signal to base class of all tests | Ingo Klöcker | 2022-01-13 | 13 | -35/+4 |
* | qt: Add factory function for secret subkey export job | Ingo Klöcker | 2022-01-04 | 1 | -1/+7 |
* | qt: Use QGpgMEExportJob also for export of secret keys | Ingo Klöcker | 2022-01-04 | 2 | -1/+116 |
* | qt,tests: Add test runner for testing the import job | Ingo Klöcker | 2021-12-22 | 2 | -1/+101 |
* | qt: Allow specifying an import filter when importing keys | Ingo Klöcker | 2021-12-15 | 1 | -0/+53 |
* | qt: Avoid test failure when test is run multiple times | Ingo Klöcker | 2021-12-15 | 1 | -16/+26 |
* | qt: Add pattern used for WKD lookup to result | Ingo Klöcker | 2021-12-14 | 1 | -0/+3 |
* | qt: Allow setting key origin when importing keys | Ingo Klöcker | 2021-12-14 | 2 | -3/+113 |
* | qt,tests: Skip WKD lookup tests by default | Ingo Klöcker | 2021-12-14 | 3 | -2/+17 |
* | qt: Support WKD lookup without implicit import | Ingo Klöcker | 2021-12-13 | 4 | -6/+174 |
* | qt: Fix build against Qt 5.9 | Ingo Klöcker | 2021-09-13 | 2 | -3/+3 |
* | Make sure expiration time is interpreted as unsigned number | Ingo Klöcker | 2021-07-08 | 1 | -1/+1 |
* | qt: Allow retrieving the default value of a config entry | Ingo Klöcker | 2021-06-29 | 1 | -11/+8 |
* | qt: Fix filenames in copyright headers | Ingo Klöcker | 2021-06-28 | 1 | -1/+1 |
* | qt: Add test for ChangeExpiryJob | Ingo Klöcker | 2021-06-28 | 2 | -3/+430 |
* | qt: Extend SignKeyJob to create signatures with expiration date | Ingo Klöcker | 2021-06-22 | 1 | -0/+132 |
* | qt: Extend SignKeyJob to create trust signatures | Ingo Klöcker | 2021-05-05 | 2 | -3/+570 |
* | Revert "cpp: Use portable off_t size_t" | Andre Heinecke | 2020-11-20 | 1 | -1/+1 |
* | cpp: Use portable off_t size_t | Andre Heinecke | 2020-11-18 | 1 | -1/+1 |
* | qt: Allow build with older GnuPG (< 2.2.18). | NIIBE Yutaka | 2020-11-11 | 1 | -1/+4 |