| Commit message (Expand) | Author | Age | Files | Lines |
* | cpp,doc: Update list of allowed values for dirInfo | Ingo Klöcker | 2023-01-18 | 1 | -1/+1 |
* | qt: Fix comparisons of integer expressions of different signedness | Ingo Klöcker | 2023-01-05 | 1 | -1/+1 |
* | cpp: Fix comparisons of integer expressions of different signedness | Ingo Klöcker | 2023-01-05 | 1 | -2/+2 |
* | cpp: Expliticly declare compiler generated copy constructors | Ingo Klöcker | 2023-01-05 | 15 | -2/+25 |
* | 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 |
* | doc:python: Replace gpgme-config to pkg-config. | NIIBE Yutaka | 2022-12-14 | 1 | -2/+2 |
* | cpp: Handle status errors in the base edit interactor | Ingo Klöcker | 2022-12-08 | 2 | -4/+3 |
* | cpp: Handle statuses that need no response in the base edit interactor | Ingo Klöcker | 2022-12-08 | 8 | -28/+7 |
* | 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 |
* | python: Fix configure generating setup.py. | NIIBE Yutaka | 2022-10-26 | 1 | -11/+16 |
* | cpp: Allow setting the curve to use when generating ECC keys | Ingo Klöcker | 2022-10-24 | 2 | -7/+34 |
* | 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 |