| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | build:python: Don't use gpg-error-config/gpgme-config. | NIIBE Yutaka | 2022-09-15 | 1 | -29/+5 |
* | cpp: Reject signing expired keys | Ingo Klöcker | 2022-09-14 | 1 | -0/+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 |
* | cpp: Fix building with C++11 | Ingo Klöcker | 2022-08-19 | 1 | -7/+7 |
* | qt,tests: Make test pass on 32-bit systems | Ingo Klöcker | 2022-08-18 | 1 | -18/+24 |
* | cpp: Fix handling of "no key" or "invalid time" situations | Ingo Klöcker | 2022-08-18 | 1 | -2/+2 |
* | 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 |
* | cpp: Add support for gpgme_op_set_uid_flag | Ingo Klöcker | 2022-08-09 | 2 | -0/+13 |
* | python: Don't call __del__ from __exit__ method. | NIIBE Yutaka | 2022-08-09 | 2 | -2/+5 |
* | python: Don't access gpgme with wrapped=None. | NIIBE Yutaka | 2022-08-05 | 1 | -0/+12 |
* | python: Reset passphrase callback correctly. | Jasper Spaans | 2022-08-05 | 1 | -8/+4 |
* | 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 |
* | cpp: Remove obsolete compatibility with KF5 variants | Ingo Klöcker | 2022-06-30 | 2 | -8/+0 |
* | 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 |
* | cpp: Export KeyListModeSaver | Andre Heinecke | 2022-05-12 | 1 | -1/+1 |
* | cpp: Output more properties of a subkey | Ingo Klöcker | 2022-05-05 | 1 | -3/+9 |
* | cpp,tests: Actually parse the --with-secret option | Ingo Klöcker | 2022-05-05 | 1 | -0/+4 |
* | 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 |
* | cpp: Allow retrieving import result of key listing with locate mode | Ingo Klöcker | 2022-05-04 | 2 | -3/+10 |
* | cpp: Allow merging the results of two imports | Ingo Klöcker | 2022-05-04 | 2 | -0/+135 |
* | 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 |
* | cpp: Add RAII class for saving/restoring the key list mode | Ingo Klöcker | 2022-05-02 | 2 | -0/+24 |
* | 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 |