| Commit message (Expand) | Author | Files | Lines |
2023-12-13 | qt: Fix validity for (sub)keys generated using QGpgMEQuickJobtobias/fix-expires | Tobias Fella | 1 | -2/+4 |
2023-11-23 | qt: Start dirmngr with gpgconf to avoid multiple instances | Ingo Klöcker | 1 | -7/+7 |
2023-11-15 | qt: On Windows, use UTF-8 when logging the error text | Ingo Klöcker | 1 | -1/+7 |
2023-11-15 | qt: Remove left-over partial files more persistently | Ingo Klöcker | 5 | -14/+164 |
2023-11-10 | qt: Deprecate DefaultKeyGenerationJob | Ingo Klöcker | 1 | -1/+3 |
2023-10-27 | qt: Use temporary .part file names when creating archives | Ingo Klöcker | 5 | -15/+160 |
2023-10-27 | qt: Refactor removal of output file on cancel or error | Ingo Klöcker | 5 | -54/+54 |
2023-10-18 | qt: Handle cancel in changeexpiryjob | Andre Heinecke | 1 | -1/+1 |
2023-10-13 | qt,doc: Fix typos in source code comments | Ingo Klöcker | 3 | -19/+19 |
2023-09-22 | qt: Use UTF-8 for file names on Windows | Ingo Klöcker | 4 | -0/+28 |
2023-08-23 | qt: Allow specifying user IDs to use when refreshing keys via WKD | Ingo Klöcker | 5 | -27/+88 |
2023-08-22 | qt,tests: Fix build in source directory, part 2 | Christian Hesse | 1 | -2/+2 |
2023-08-21 | qt,tests: Fix build in source directory | Ingo Klöcker | 1 | -2/+2 |
2023-08-21 | qt: Add job for refreshing OpenPGP keys via WKD | Ingo Klöcker | 10 | -3/+539 |
2023-08-16 | qt: Clean up after failure or cancel of sign/encrypt archive operation | Ingo Klöcker | 5 | -5/+87 |
2023-08-15 | qt: Make toLogString helper public | Ingo Klöcker | 3 | -13/+18 |
2023-08-03 | qt: Add setInputEncoding to QGpgMe::EncryptJob | Carl Schwan | 4 | -4/+26 |
2023-07-08 | qt: Ensure that we check the correct paths | Ingo Klöcker | 2 | -2/+10 |
2023-07-08 | qt: Fix DLL version in cmake config files | Ingo Klöcker | 2 | -4/+4 |
2023-07-08 | qt: Fix check for required files | Ingo Klöcker | 1 | -2/+2 |
2023-06-21 | qt: Support reading signed/encrypted archives directly from a file | Ingo Klöcker | 5 | -38/+71 |
2023-06-19 | qt: Support writing signed/encrypted archives directly to a file | Ingo Klöcker | 14 | -88/+498 |
2023-06-19 | qt: Add a generic hook to start a job | Ingo Klöcker | 12 | -0/+69 |
2023-06-19 | qt: Make the run methods of ThreadedJobMixin public | Ingo Klöcker | 1 | -0/+3 |
2023-06-19 | qt: Rename JobPrivate::start to JobPrivate::startNow | Ingo Klöcker | 11 | -11/+11 |
2023-06-19 | qt: Return const pointer to JobPrivate class for const pointer to Job | Ingo Klöcker | 2 | -3/+16 |
2023-06-16 | qt, cpp: Support larger size-hint on 32 bit builds | Andre Heinecke | 8 | -4/+28 |
2023-02-14 | qt: Add signals for file-based and data-based progress | Ingo Klöcker | 9 | -0/+101 |
2023-02-14 | qt: Remove commented out code | Ingo Klöcker | 1 | -12/+0 |
2023-02-14 | qt: Add simple and extended progress signals replacing old signal | Ingo Klöcker | 5 | -18/+77 |
2023-02-09 | tests: Stop daemons after setting up test environment | Ingo Klöcker | 1 | -0/+1 |
2023-02-02 | qt,tests: Add test for the previous commit | Ingo Klöcker | 2 | -0/+135 |
2023-02-02 | qt: Add job for extracting encrypted and signed archives | Ingo Klöcker | 10 | -0/+563 |
2023-02-02 | qt: Allow checking if the sign/encrypt archive jobs are supported | Ingo Klöcker | 8 | -0/+44 |
2023-01-31 | qt: Fix build without installed gpgme++ headers | Ingo Klöcker | 1 | -1/+1 |
2023-01-31 | qt: Remove unused and commented-out code | Ingo Klöcker | 4 | -45/+0 |
2023-01-31 | qt: Add job for creating encrypted signed archives | Ingo Klöcker | 9 | -31/+495 |
2023-01-31 | qt,tests: Avoid leaking Context | Ingo Klöcker | 1 | -3/+5 |
2023-01-30 | qt: Add job for creating signed archivesikloecker/t6342-gpgtar | Ingo Klöcker | 10 | -1/+588 |
2023-01-27 | qt: Add job for creating encrypted archives | Ingo Klöcker | 10 | -0/+630 |
2023-01-27 | qt: Add data provider for list of file names | Ingo Klöcker | 4 | -0/+186 |
2023-01-05 | qt: Fix comparisons of integer expressions of different signedness | Ingo Klöcker | 1 | -1/+1 |
2023-01-05 | qt: Replace Q_DECL_OVERRIDE with override | Ingo Klöcker | 34 | -180/+180 |
2023-01-05 | qt: Allow deferred start of import job | Ingo Klöcker | 4 | -0/+51 |
2023-01-04 | qt: Support deferred start of jobs | Ingo Klöcker | 9 | -0/+64 |
2023-01-04 | qt: Explicitly instantiate private job classes | Ingo Klöcker | 17 | -72/+374 |
2022-12-06 | qt: Write path values with Unix directory separators | Ingo Klöcker | 1 | -1/+1 |
2022-11-04 | qt: Allow disabling automatic trust database check on key listing | Ingo Klöcker | 4 | -4/+95 |
2022-10-11 | build,qt: Clean up all generated files | Ingo Klöcker | 1 | -1/+2 |
2022-10-11 | qt,tests: Port test to QRegularExpression. | Ingo Klöcker | 1 | -16/+17 |