| Commit message (Expand) | Author | Age | Files | Lines |
* | cpp: Add information about revocation keys to Keyikloecker/t7118-revkeys | Ingo Klöcker | 2024-05-21 | 4 | -1/+163 |
* | qt: Avoid bogus stringop-overread warning | Ingo Klöcker | 2024-05-21 | 1 | -2/+1 |
* | qt: Fix warning about missing return | Ingo Klöcker | 2024-05-21 | 1 | -1/+2 |
* | cpp: Handle smart card op failure status messages | Ingo Klöcker | 2024-04-05 | 1 | -0/+36 |
* | Qt: Fix windows build of new jobs | Andre Heinecke | 2024-03-13 | 6 | -7/+7 |
* | qt: Add function for synchronously executing ExportJob | Tobias Fella | 2024-01-22 | 3 | -0/+21 |
* | qt: Remove superfluous virtual overrides and member variables | Ingo Klöcker | 2024-01-19 | 29 | -145/+13 |
* | qt: Remove left-over mentions of showErrorDialog | Ingo Klöcker | 2024-01-19 | 5 | -32/+1 |
* | cpp,tests: Launch dirmngr with gpg-conf | Ingo Klöcker | 2024-01-09 | 1 | -8/+11 |
* | qt: Pass home directory with forward slashes when launching dirmngr | Ingo Klöcker | 2024-01-09 | 1 | -2/+4 |
* | qt: Fix validity for (sub)keys generated using QGpgMEQuickJob | Tobias Fella | 2024-01-08 | 1 | -2/+4 |
* | qt: Support verification of detached signatures directly from files | Ingo Klöcker | 2024-01-05 | 8 | -10/+345 |
* | qt,doc: Document that Job::startIt() doesn't self-destruct Job on error | Ingo Klöcker | 2023-12-22 | 1 | -1/+4 |
* | qt: Support verification of opaque signed data directly to/from files | Ingo Klöcker | 2023-12-22 | 8 | -10/+399 |
* | qt: Support decryption (with verification) directly to/from files | Ingo Klöcker | 2023-12-22 | 8 | -10/+405 |
* | qt: Support writing/reading signed/encrypted files directly to/from file | Ingo Klöcker | 2023-12-21 | 17 | -38/+1058 |
* | qt: Remove dead code | Ingo Klöcker | 2023-12-21 | 3 | -30/+0 |
* | cpp: Support new flags for direct signing/encryption of files | Ingo Klöcker | 2023-12-19 | 4 | -1/+12 |
* | qt: Replace Q_FOREACH with range-for | Ingo Klöcker | 2023-12-13 | 8 | -36/+44 |
* | qt: Replace Q_NULLPTR with nullptr | Ingo Klöcker | 2023-12-13 | 4 | -5/+5 |
* | qt: Start dirmngr with gpgconf to avoid multiple instances | Ingo Klöcker | 2023-11-23 | 1 | -7/+7 |
* | qt: On Windows, use UTF-8 when logging the error text | Ingo Klöcker | 2023-11-15 | 1 | -1/+7 |
* | qt: Remove left-over partial files more persistently | Ingo Klöcker | 2023-11-15 | 5 | -14/+164 |
* | qt: Deprecate DefaultKeyGenerationJob | Ingo Klöcker | 2023-11-10 | 1 | -1/+3 |
* | qt: Use temporary .part file names when creating archives | Ingo Klöcker | 2023-10-27 | 5 | -15/+160 |
* | qt: Refactor removal of output file on cancel or error | Ingo Klöcker | 2023-10-27 | 5 | -54/+54 |
* | qt: Handle cancel in changeexpiryjob | Andre Heinecke | 2023-10-18 | 1 | -1/+1 |
* | qt,doc: Fix typos in source code comments | Ingo Klöcker | 2023-10-13 | 3 | -19/+19 |
* | python,doc: Fix typos in documentation and source code comments | Ingo Klöcker | 2023-10-13 | 4 | -6/+6 |
* | cpp,doc: Fix typos in API documentation and source code comments | Ingo Klöcker | 2023-10-13 | 2 | -2/+2 |
* | python,examples: Add missing word "License" | Marius P | 2023-10-13 | 35 | -35/+35 |
* | cpp: Support new key capability flags | Ingo Klöcker | 2023-10-05 | 2 | -0/+37 |
* | qt: Use UTF-8 for file names on Windows | Ingo Klöcker | 2023-09-22 | 4 | -0/+28 |
* | qt: Allow specifying user IDs to use when refreshing keys via WKD | Ingo Klöcker | 2023-08-23 | 5 | -27/+88 |
* | qt,tests: Fix build in source directory, part 2 | Christian Hesse | 2023-08-22 | 1 | -2/+2 |
* | qt,tests: Fix build in source directory | Ingo Klöcker | 2023-08-21 | 1 | -2/+2 |
* | qt: Add job for refreshing OpenPGP keys via WKD | Ingo Klöcker | 2023-08-21 | 10 | -3/+539 |
* | qt: Clean up after failure or cancel of sign/encrypt archive operation | Ingo Klöcker | 2023-08-16 | 5 | -5/+87 |
* | qt: Make toLogString helper public | Ingo Klöcker | 2023-08-15 | 3 | -13/+18 |
* | cpp: Remove unused include | Ingo Klöcker | 2023-08-15 | 6 | -8/+0 |
* | cpp: Expose gpgme_decrypt_result_t.is_mime through cpp API | Carl Schwan | 2023-08-04 | 2 | -0/+6 |
* | qt: Add setInputEncoding to QGpgMe::EncryptJob | Carl Schwan | 2023-08-03 | 4 | -4/+26 |
* | qt: Ensure that we check the correct paths | Ingo Klöcker | 2023-07-08 | 2 | -2/+10 |
* | qt: Fix DLL version in cmake config files | Ingo Klöcker | 2023-07-08 | 2 | -4/+4 |
* | qt: Fix check for required files | Ingo Klöcker | 2023-07-08 | 1 | -2/+2 |
* | qt: Support reading signed/encrypted archives directly from a file | Ingo Klöcker | 2023-06-21 | 5 | -38/+71 |
* | qt: Support writing signed/encrypted archives directly to a file | Ingo Klöcker | 2023-06-19 | 14 | -88/+498 |
* | qt: Add a generic hook to start a job | Ingo Klöcker | 2023-06-19 | 12 | -0/+69 |
* | qt: Make the run methods of ThreadedJobMixin public | Ingo Klöcker | 2023-06-19 | 1 | -0/+3 |
* | qt: Rename JobPrivate::start to JobPrivate::startNow | Ingo Klöcker | 2023-06-19 | 11 | -11/+11 |