| Commit message (Expand) | Author | Files | Lines |
2024-06-11 | qt,doc: Fix typosikloecker/t7110-nested-bindings-packages | Ingo Klöcker | 1 | -2/+2 |
2024-06-11 | Unify spelling of the name of the C++ bindings for GpgME | Ingo Klöcker | 11 | -43/+44 |
2024-06-11 | build,python: Support building Python bindings as nested package | Ingo Klöcker | 2 | -21/+40 |
2024-06-11 | build,qt: Support building Qt bindings as nested package of gpgme | Ingo Klöcker | 1 | -7/+34 |
2024-06-11 | build,cpp: Support building C++ bindings as nested package of gpgme | Ingo Klöcker | 1 | -2/+20 |
2024-06-11 | build,python: Separate Python bindings from gpgme | Ingo Klöcker | 49 | -56/+28958 |
2024-06-11 | build,cpp: Separate C++ bindings from gpgme | Ingo Klöcker | 34 | -16/+28574 |
2024-06-11 | cpp: Don't include config.h | Ingo Klöcker | 39 | -156/+0 |
2024-06-11 | build,qt: Separate Qt bindings from gpgme | Ingo Klöcker | 39 | -31/+28987 |
2024-06-10 | qt: Don't include config.h | Ingo Klöcker | 96 | -384/+0 |
2024-06-10 | cpp: Add pkgconfig file for gpgmepp | Ingo Klöcker | 2 | -1/+18 |
2024-06-10 | qt: Always include C++ binding headers with gpgme++/ prefix | Ingo Klöcker | 131 | -415/+239 |
2024-06-10 | build,cpp: Create forwarding headers in a gpgme++ folder | Ingo Klöcker | 1 | -1/+12 |
2024-06-10 | qt: Align license of some Makefiles with license of other Makefiles | Ingo Klöcker | 2 | -24/+26 |
2024-06-10 | qt: Fix license headers of Makefiles | Ingo Klöcker | 2 | -15/+15 |
2024-06-10 | qt: Fix license headers of CMake config files | Ingo Klöcker | 6 | -18/+18 |
2024-06-10 | qt: Fix license headers of dataprovider.* | Ingo Klöcker | 2 | -30/+30 |
2024-06-10 | cpp: Remove commented out and disabled code | Ingo Klöcker | 2 | -156/+0 |
2024-05-29 | build,python: Fix make distcheck for Python 3.9+ | Ingo Klöcker | 1 | -2/+6 |
2024-05-29 | build,python: Build Python bindings without distutils | Ben Greiner | 4 | -10/+15 |
2024-05-24 | cpp: Fix includes in public headers | Ingo Klöcker | 13 | -14/+14 |
2024-05-22 | qt,cpp: Implement adding ADSKs to existing keys | Tobias Fella | 5 | -0/+28 |
2024-05-21 | cpp: Add information about revocation keys to Keyikloecker/t7118-revkeys | Ingo Klöcker | 4 | -1/+163 |
2024-05-21 | qt: Avoid bogus stringop-overread warning | Ingo Klöcker | 1 | -2/+1 |
2024-05-21 | qt: Fix warning about missing return | Ingo Klöcker | 1 | -1/+2 |
2024-04-05 | cpp: Handle smart card op failure status messages | Ingo Klöcker | 1 | -0/+36 |
2024-03-13 | Qt: Fix windows build of new jobs | Andre Heinecke | 6 | -7/+7 |
2024-01-22 | qt: Add function for synchronously executing ExportJob | Tobias Fella | 3 | -0/+21 |
2024-01-19 | qt: Remove superfluous virtual overrides and member variables | Ingo Klöcker | 29 | -145/+13 |
2024-01-19 | qt: Remove left-over mentions of showErrorDialog | Ingo Klöcker | 5 | -32/+1 |
2024-01-09 | cpp,tests: Launch dirmngr with gpg-conf | Ingo Klöcker | 1 | -8/+11 |
2024-01-09 | qt: Pass home directory with forward slashes when launching dirmngr | Ingo Klöcker | 1 | -2/+4 |
2024-01-08 | qt: Fix validity for (sub)keys generated using QGpgMEQuickJob | Tobias Fella | 1 | -2/+4 |
2024-01-05 | qt: Support verification of detached signatures directly from files | Ingo Klöcker | 8 | -10/+345 |
2023-12-22 | qt,doc: Document that Job::startIt() doesn't self-destruct Job on error | Ingo Klöcker | 1 | -1/+4 |
2023-12-22 | qt: Support verification of opaque signed data directly to/from files | Ingo Klöcker | 8 | -10/+399 |
2023-12-22 | qt: Support decryption (with verification) directly to/from files | Ingo Klöcker | 8 | -10/+405 |
2023-12-21 | qt: Support writing/reading signed/encrypted files directly to/from file | Ingo Klöcker | 17 | -38/+1058 |
2023-12-21 | qt: Remove dead code | Ingo Klöcker | 3 | -30/+0 |
2023-12-19 | cpp: Support new flags for direct signing/encryption of files | Ingo Klöcker | 4 | -1/+12 |
2023-12-13 | qt: Replace Q_FOREACH with range-for | Ingo Klöcker | 8 | -36/+44 |
2023-12-13 | qt: Replace Q_NULLPTR with nullptr | Ingo Klöcker | 4 | -5/+5 |
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 |