| Commit message (Expand) | Author | Files | Lines |
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-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-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-17 | qt: Make sure expiration time is interpreted as unsigned number | Ingo Klöcker | 1 | -1/+2 |
2022-08-11 | Qt: Fix working with no gpgconf in CryptoConfig | Andre Heinecke | 1 | -3/+4 |
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 | 9 | -2/+407 |
2022-08-04 | qt: Remove job for refreshing OpenPGP keys | Ingo Klöcker | 8 | -303/+5 |
2022-07-05 | qt: Allow setting the file name of signed and encrypted data | Ingo Klöcker | 4 | -8/+82 |
2022-07-05 | qt: Allow setting the file name of encrypted data | Ingo Klöcker | 4 | -9/+84 |
2022-07-04 | qt: Fix filename of cmake config files for w32 | Ingo Klöcker | 1 | -1/+1 |
2022-07-04 | qt: Add #include <QStringList> needed for building against qt6 | Laurent Montel | 4 | -7/+6 |
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 | 3 | -7/+5 |
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 | 2 | -2/+2 |
2022-05-05 | qt: Use lambda instead of std::bind | Ingo Klöcker | 1 | -1/+1 |
2022-05-04 | qt: Emit import result when refreshing OpenPGP keys | Ingo Klöcker | 8 | -43/+149 |
2022-05-02 | qt: Apply compiler hint | Ingo Klöcker | 1 | -1/+1 |
2022-05-02 | qt: Use GpgME::Locate alias | Ingo Klöcker | 2 | -2/+2 |
2022-05-02 | qt: Add job for refreshing OpenPGP keys | Ingo Klöcker | 5 | -4/+218 |
2022-05-02 | qt: Add debug helper for Result classes with output stream operator | Ingo Klöcker | 1 | -0/+9 |
2022-05-02 | qt: Factor out helper for getting the fingerprints of some keys | Ingo Klöcker | 3 | -6/+23 |
2022-05-02 | qt,doc: Fix some API documentation | Ingo Klöcker | 4 | -27/+5 |
2022-04-29 | qt: Fix connection to readyReadStandardOutput signal | Ingo Klöcker | 2 | -10/+6 |
2022-04-29 | qt: Add test runner for refresh job | Ingo Klöcker | 2 | -1/+140 |
2022-04-29 | qt: Make RefreshKeysJob result compatible with standard job result | Ingo Klöcker | 1 | -1/+1 |
2022-04-29 | qt: Allow refreshing a list of keys | Ingo Klöcker | 3 | -7/+38 |
2022-04-29 | qt: Minor refactoring | Ingo Klöcker | 1 | -8/+10 |
2022-04-29 | qt: Rename QGpgMERefreshKeysJob to QGpgMERefreshSMIMEKeysJob | Ingo Klöcker | 4 | -24/+24 |
2022-04-25 | qt: Rely on the bad passphrase error reported by gpg | Ingo Klöcker | 1 | -17/+2 |
2022-04-22 | qt: Report better error if decryption failed because of bad passphrase | Ingo Klöcker | 1 | -7/+20 |
2022-04-05 | qt,doc: Fix typo and grammar in API documentation | Ingo Klöcker | 1 | -5/+2 |
2022-03-31 | qt: Check arguments passed to the revoke key job | Ingo Klöcker | 2 | -5/+98 |
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 | 9 | -4/+492 |
2022-03-07 | qt: Add missing include of config.h | Ingo Klöcker | 1 | -0/+4 |
2022-03-07 | qt,doc: Remove comments about throwing exceptions | Ingo Klöcker | 7 | -17/+0 |
2022-02-17 | qt: Fix ABI compatibility with 1.16.0 | Ingo Klöcker | 1 | -6/+7 |
2022-02-07 | qt: Fix build for older Qt versions. | Werner Koch | 1 | -0/+1 |
2022-02-03 | qt: Add job to import keys given by key ids | Ingo Klöcker | 9 | -1/+316 |
2022-02-03 | qt: Add helper for converting QStringList to vector of strings | Ingo Klöcker | 3 | -2/+101 |
2022-01-17 | qt: Remove superfluous include | Ingo Klöcker | 1 | -2/+0 |
2022-01-17 | qt: Fix build without installed GpgME++ headers | Ingo Klöcker | 6 | -10/+18 |
2022-01-13 | qt: Add job to add existing subkeys to other keys | Ingo Klöcker | 11 | -8/+598 |