| Commit message (Expand) | Author | Age | Files | Lines |
* | qt: Add job for creating encrypted archives | Ingo Klöcker | 2023-01-27 | 10 | -0/+630 |
* | qt: Add data provider for list of file names | Ingo Klöcker | 2023-01-27 | 4 | -0/+186 |
* | 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 | 34 | -180/+180 |
* | qt: Allow deferred start of import job | Ingo Klöcker | 2023-01-05 | 4 | -0/+51 |
* | qt: Support deferred start of jobs | Ingo Klöcker | 2023-01-04 | 9 | -0/+64 |
* | qt: Explicitly instantiate private job classes | Ingo Klöcker | 2023-01-04 | 17 | -72/+374 |
* | qt: Write path values with Unix directory separators | Ingo Klöcker | 2022-12-06 | 1 | -1/+1 |
* | qt: Allow disabling automatic trust database check on key listing | Ingo Klöcker | 2022-11-04 | 4 | -4/+95 |
* | build,qt: Clean up all generated files | Ingo Klöcker | 2022-10-11 | 1 | -1/+2 |
* | qt,tests: Port test to QRegularExpression. | Ingo Klöcker | 2022-10-11 | 1 | -16/+17 |
* | qt: Remove obsolete code. | Ingo Klöcker | 2022-10-11 | 1 | -16/+0 |
* | build,qt: Allow building QGpgME for Qt 6 | Ingo Klöcker | 2022-10-11 | 5 | -8/+317 |
* | build,qt: Explicitly namespace a few Qt variables for Qt5 | Ingo Klöcker | 2022-10-10 | 2 | -6/+6 |
* | qt: Fix building with C++11 | Ingo Klöcker | 2022-08-22 | 4 | -3/+12 |
* | qt: Fix building with Qt6 | Ingo Klöcker | 2022-08-22 | 2 | -4/+2 |
* | 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: Make sure expiration time is interpreted as unsigned number | Ingo Klöcker | 2022-08-17 | 1 | -1/+2 |
* | Qt: Fix working with no gpgconf in CryptoConfig | Andre Heinecke | 2022-08-11 | 1 | -3/+4 |
* | 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 | 9 | -2/+407 |
* | qt: Remove job for refreshing OpenPGP keys | Ingo Klöcker | 2022-08-04 | 8 | -303/+5 |
* | qt: Allow setting the file name of signed and encrypted data | Ingo Klöcker | 2022-07-05 | 4 | -8/+82 |
* | qt: Allow setting the file name of encrypted data | Ingo Klöcker | 2022-07-05 | 4 | -9/+84 |
* | qt: Fix filename of cmake config files for w32 | Ingo Klöcker | 2022-07-04 | 1 | -1/+1 |
* | qt: Add #include <QStringList> needed for building against qt6 | Laurent Montel | 2022-07-04 | 4 | -7/+6 |
* | 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 | 3 | -7/+5 |
* | 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 | 2 | -2/+2 |
* | qt: Use lambda instead of std::bind | Ingo Klöcker | 2022-05-05 | 1 | -1/+1 |
* | qt: Emit import result when refreshing OpenPGP keys | Ingo Klöcker | 2022-05-04 | 8 | -43/+149 |
* | qt: Apply compiler hint | Ingo Klöcker | 2022-05-02 | 1 | -1/+1 |
* | qt: Use GpgME::Locate alias | Ingo Klöcker | 2022-05-02 | 2 | -2/+2 |
* | qt: Add job for refreshing OpenPGP keys | Ingo Klöcker | 2022-05-02 | 5 | -4/+218 |
* | qt: Add debug helper for Result classes with output stream operator | Ingo Klöcker | 2022-05-02 | 1 | -0/+9 |
* | qt: Factor out helper for getting the fingerprints of some keys | Ingo Klöcker | 2022-05-02 | 3 | -6/+23 |
* | qt,doc: Fix some API documentation | Ingo Klöcker | 2022-05-02 | 4 | -27/+5 |
* | qt: Fix connection to readyReadStandardOutput signal | Ingo Klöcker | 2022-04-29 | 2 | -10/+6 |
* | qt: Add test runner for refresh job | Ingo Klöcker | 2022-04-29 | 2 | -1/+140 |
* | qt: Make RefreshKeysJob result compatible with standard job result | Ingo Klöcker | 2022-04-29 | 1 | -1/+1 |
* | qt: Allow refreshing a list of keys | Ingo Klöcker | 2022-04-29 | 3 | -7/+38 |
* | qt: Minor refactoring | Ingo Klöcker | 2022-04-29 | 1 | -8/+10 |
* | qt: Rename QGpgMERefreshKeysJob to QGpgMERefreshSMIMEKeysJob | Ingo Klöcker | 2022-04-29 | 4 | -24/+24 |
* | qt: Rely on the bad passphrase error reported by gpg | Ingo Klöcker | 2022-04-25 | 1 | -17/+2 |
* | qt: Report better error if decryption failed because of bad passphrase | Ingo Klöcker | 2022-04-22 | 1 | -7/+20 |
* | qt,doc: Fix typo and grammar in API documentation | Ingo Klöcker | 2022-04-05 | 1 | -5/+2 |