| Commit message (Expand) | Author | Age | Files | Lines |
* | cpp,qt: Remove C++ and Qt bindings | Ingo Klöcker | 2025-02-03 | 183 | -21949/+0 |
* | qt: Fix typo | Ingo Klöcker | 2024-10-23 | 1 | -1/+1 |
* | qt: Put attributes before declarations | Ingo Klöcker | 2024-10-23 | 1 | -1/+1 |
* | qt: Add support for new context flag "proc-all-sigs" | Ingo Klöcker | 2024-08-26 | 16 | -8/+162 |
* | qt: Use --quick-set-ownertrust if available | Ingo Klöcker | 2024-08-07 | 1 | -1/+16 |
* | qt: Support disabling and enabling of keys | Ingo Klöcker | 2024-08-07 | 6 | -7/+171 |
* | build,qt: Fix include path in CMake files | Ingo Klöcker | 2024-07-22 | 1 | -4/+4 |
* | build,qt: Don't put generated camel-case headers in tarball | Ingo Klöcker | 2024-07-18 | 1 | -2/+2 |
* | build,qt: Allow building Qt 5 bindings and Qt 6 bindings | Ingo Klöcker | 2024-07-18 | 1 | -4/+5 |
* | build,qt: Decouple generation of moc files | Ingo Klöcker | 2024-07-18 | 1 | -13/+51 |
* | build,qt: Remove include directories on uninstall | Ingo Klöcker | 2024-07-18 | 1 | -1/+14 |
* | build,qt: Decouple handling of include headers | Ingo Klöcker | 2024-07-18 | 1 | -7/+12 |
* | build,qt: Decouple (un)install of CMake files | Ingo Klöcker | 2024-07-18 | 1 | -6/+10 |
* | qt: Replace usage of deprecated Error::asString | Ingo Klöcker | 2024-07-05 | 6 | -11/+25 |
* | qt: Always include C++ binding headers with gpgme++/ prefix | Ingo Klöcker | 2024-07-05 | 96 | -329/+151 |
* | qt: Allow appending a detached signature to an existing file | Ingo Klöcker | 2024-06-18 | 4 | -7/+62 |
* | qt,build: Install headers for Qt 5 and Qt 6 in different locations | Ingo Klöcker | 2024-06-17 | 1 | -6/+12 |
* | qt: Specify import options as list of strings instead of as string | Ingo Klöcker | 2024-06-13 | 4 | -8/+8 |
* | qt: Allow specifying import options when importing keys | Ingo Klöcker | 2024-06-12 | 4 | -4/+24 |
* | qt: Fix license headers of Makefiles | Ingo Klöcker | 2024-06-10 | 1 | -6/+6 |
* | qt: Fix license headers of CMake config files | Ingo Klöcker | 2024-06-10 | 6 | -18/+18 |
* | qt: Fix license headers of dataprovider.* | Ingo Klöcker | 2024-06-10 | 2 | -30/+30 |
* | qt,cpp: Implement adding ADSKs to existing keys | Tobias Fella | 2024-05-22 | 3 | -0/+15 |
* | 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 |
* | 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 |
* | 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 | 6 | -10/+222 |
* | 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 | 6 | -10/+237 |
* | qt: Support decryption (with verification) directly to/from files | Ingo Klöcker | 2023-12-22 | 6 | -10/+240 |
* | qt: Support writing/reading signed/encrypted files directly to/from file | Ingo Klöcker | 2023-12-21 | 14 | -38/+699 |
* | qt: Remove dead code | Ingo Klöcker | 2023-12-21 | 3 | -30/+0 |
* | qt: Replace Q_FOREACH with range-for | Ingo Klöcker | 2023-12-13 | 6 | -33/+41 |
* | 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: 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 | 4 | -17/+46 |
* | qt: Add job for refreshing OpenPGP keys via WKD | Ingo Klöcker | 2023-08-21 | 8 | -2/+415 |
* | qt: Clean up after failure or cancel of sign/encrypt archive operation | Ingo Klöcker | 2023-08-16 | 3 | -5/+43 |