aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-11qt,doc: Fix typosikloecker/t7110-nested-bindings-packagesIngo Klöcker1-2/+2
2024-06-11Unify spelling of the name of the C++ bindings for GpgMEIngo Klöcker11-43/+44
2024-06-11build,python: Support building Python bindings as nested packageIngo Klöcker2-21/+40
2024-06-11build,qt: Support building Qt bindings as nested package of gpgmeIngo Klöcker1-7/+34
2024-06-11build,cpp: Support building C++ bindings as nested package of gpgmeIngo Klöcker1-2/+20
2024-06-11build,python: Separate Python bindings from gpgmeIngo Klöcker49-56/+28958
2024-06-11build,cpp: Separate C++ bindings from gpgmeIngo Klöcker34-16/+28574
2024-06-11cpp: Don't include config.hIngo Klöcker39-156/+0
2024-06-11build,qt: Separate Qt bindings from gpgmeIngo Klöcker39-31/+28987
2024-06-10qt: Don't include config.hIngo Klöcker96-384/+0
2024-06-10cpp: Add pkgconfig file for gpgmeppIngo Klöcker2-1/+18
2024-06-10qt: Always include C++ binding headers with gpgme++/ prefixIngo Klöcker131-415/+239
2024-06-10build,cpp: Create forwarding headers in a gpgme++ folderIngo Klöcker1-1/+12
2024-06-10qt: Align license of some Makefiles with license of other MakefilesIngo Klöcker2-24/+26
2024-06-10qt: Fix license headers of MakefilesIngo Klöcker2-15/+15
2024-06-10qt: Fix license headers of CMake config filesIngo Klöcker6-18/+18
2024-06-10qt: Fix license headers of dataprovider.*Ingo Klöcker2-30/+30
2024-06-10cpp: Remove commented out and disabled codeIngo Klöcker2-156/+0
2024-05-29build,python: Fix make distcheck for Python 3.9+Ingo Klöcker1-2/+6
2024-05-29build,python: Build Python bindings without distutilsBen Greiner4-10/+15
2024-05-24cpp: Fix includes in public headersIngo Klöcker13-14/+14
2024-05-22qt,cpp: Implement adding ADSKs to existing keysTobias Fella5-0/+28
2024-05-21cpp: Add information about revocation keys to Keyikloecker/t7118-revkeysIngo Klöcker4-1/+163
2024-05-21qt: Avoid bogus stringop-overread warningIngo Klöcker1-2/+1
2024-05-21qt: Fix warning about missing returnIngo Klöcker1-1/+2
2024-04-05cpp: Handle smart card op failure status messagesIngo Klöcker1-0/+36
2024-03-13Qt: Fix windows build of new jobsAndre Heinecke6-7/+7
2024-01-22qt: Add function for synchronously executing ExportJobTobias Fella3-0/+21
2024-01-19qt: Remove superfluous virtual overrides and member variablesIngo Klöcker29-145/+13
2024-01-19qt: Remove left-over mentions of showErrorDialogIngo Klöcker5-32/+1
2024-01-09cpp,tests: Launch dirmngr with gpg-confIngo Klöcker1-8/+11
2024-01-09qt: Pass home directory with forward slashes when launching dirmngrIngo Klöcker1-2/+4
2024-01-08qt: Fix validity for (sub)keys generated using QGpgMEQuickJobTobias Fella1-2/+4
2024-01-05qt: Support verification of detached signatures directly from filesIngo Klöcker8-10/+345
2023-12-22qt,doc: Document that Job::startIt() doesn't self-destruct Job on errorIngo Klöcker1-1/+4
2023-12-22qt: Support verification of opaque signed data directly to/from filesIngo Klöcker8-10/+399
2023-12-22qt: Support decryption (with verification) directly to/from filesIngo Klöcker8-10/+405
2023-12-21qt: Support writing/reading signed/encrypted files directly to/from fileIngo Klöcker17-38/+1058
2023-12-21qt: Remove dead codeIngo Klöcker3-30/+0
2023-12-19cpp: Support new flags for direct signing/encryption of filesIngo Klöcker4-1/+12
2023-12-13qt: Replace Q_FOREACH with range-forIngo Klöcker8-36/+44
2023-12-13qt: Replace Q_NULLPTR with nullptrIngo Klöcker4-5/+5
2023-11-23qt: Start dirmngr with gpgconf to avoid multiple instancesIngo Klöcker1-7/+7
2023-11-15qt: On Windows, use UTF-8 when logging the error textIngo Klöcker1-1/+7
2023-11-15qt: Remove left-over partial files more persistentlyIngo Klöcker5-14/+164
2023-11-10qt: Deprecate DefaultKeyGenerationJobIngo Klöcker1-1/+3
2023-10-27qt: Use temporary .part file names when creating archivesIngo Klöcker5-15/+160
2023-10-27qt: Refactor removal of output file on cancel or errorIngo Klöcker5-54/+54
2023-10-18qt: Handle cancel in changeexpiryjobAndre Heinecke1-1/+1
2023-10-13qt,doc: Fix typos in source code commentsIngo Klöcker3-19/+19