aboutsummaryrefslogtreecommitdiffstats
path: root/lang (follow)
Commit message (Expand)AuthorAgeFilesLines
* qt,doc: Fix typosikloecker/t7110-nested-bindings-packagesIngo Klöcker2024-06-111-2/+2
* Unify spelling of the name of the C++ bindings for GpgMEIngo Klöcker2024-06-1111-43/+44
* build,python: Support building Python bindings as nested packageIngo Klöcker2024-06-112-21/+40
* build,qt: Support building Qt bindings as nested package of gpgmeIngo Klöcker2024-06-111-7/+34
* build,cpp: Support building C++ bindings as nested package of gpgmeIngo Klöcker2024-06-111-2/+20
* build,python: Separate Python bindings from gpgmeIngo Klöcker2024-06-1149-56/+28958
* build,cpp: Separate C++ bindings from gpgmeIngo Klöcker2024-06-1134-16/+28574
* cpp: Don't include config.hIngo Klöcker2024-06-1139-156/+0
* build,qt: Separate Qt bindings from gpgmeIngo Klöcker2024-06-1139-31/+28987
* qt: Don't include config.hIngo Klöcker2024-06-1096-384/+0
* cpp: Add pkgconfig file for gpgmeppIngo Klöcker2024-06-102-1/+18
* qt: Always include C++ binding headers with gpgme++/ prefixIngo Klöcker2024-06-10131-415/+239
* build,cpp: Create forwarding headers in a gpgme++ folderIngo Klöcker2024-06-101-1/+12
* qt: Align license of some Makefiles with license of other MakefilesIngo Klöcker2024-06-102-24/+26
* qt: Fix license headers of MakefilesIngo Klöcker2024-06-102-15/+15
* qt: Fix license headers of CMake config filesIngo Klöcker2024-06-106-18/+18
* qt: Fix license headers of dataprovider.*Ingo Klöcker2024-06-102-30/+30
* cpp: Remove commented out and disabled codeIngo Klöcker2024-06-102-156/+0
* build,python: Fix make distcheck for Python 3.9+Ingo Klöcker2024-05-291-2/+6
* build,python: Build Python bindings without distutilsBen Greiner2024-05-294-10/+15
* cpp: Fix includes in public headersIngo Klöcker2024-05-2413-14/+14
* Merge branch 'ikloecker/t7118-revkeys'Ingo Klöcker2024-05-244-1/+163
|\
| * cpp: Add information about revocation keys to Keyikloecker/t7118-revkeysIngo Klöcker2024-05-214-1/+163
* | qt,cpp: Implement adding ADSKs to existing keysTobias Fella2024-05-225-0/+28
|/
* qt: Avoid bogus stringop-overread warningIngo Klöcker2024-05-211-2/+1
* qt: Fix warning about missing returnIngo Klöcker2024-05-211-1/+2
* cpp: Handle smart card op failure status messagesIngo Klöcker2024-04-051-0/+36
* Qt: Fix windows build of new jobsAndre Heinecke2024-03-136-7/+7
* qt: Add function for synchronously executing ExportJobTobias Fella2024-01-223-0/+21
* qt: Remove superfluous virtual overrides and member variablesIngo Klöcker2024-01-1929-145/+13
* qt: Remove left-over mentions of showErrorDialogIngo Klöcker2024-01-195-32/+1
* cpp,tests: Launch dirmngr with gpg-confIngo Klöcker2024-01-091-8/+11
* qt: Pass home directory with forward slashes when launching dirmngrIngo Klöcker2024-01-091-2/+4
* qt: Fix validity for (sub)keys generated using QGpgMEQuickJobTobias Fella2024-01-081-2/+4
* qt: Support verification of detached signatures directly from filesIngo Klöcker2024-01-058-10/+345
* qt,doc: Document that Job::startIt() doesn't self-destruct Job on errorIngo Klöcker2023-12-221-1/+4
* qt: Support verification of opaque signed data directly to/from filesIngo Klöcker2023-12-228-10/+399
* qt: Support decryption (with verification) directly to/from filesIngo Klöcker2023-12-228-10/+405
* qt: Support writing/reading signed/encrypted files directly to/from fileIngo Klöcker2023-12-2117-38/+1058
* qt: Remove dead codeIngo Klöcker2023-12-213-30/+0
* cpp: Support new flags for direct signing/encryption of filesIngo Klöcker2023-12-194-1/+12
* qt: Replace Q_FOREACH with range-forIngo Klöcker2023-12-138-36/+44
* qt: Replace Q_NULLPTR with nullptrIngo Klöcker2023-12-134-5/+5
* qt: Start dirmngr with gpgconf to avoid multiple instancesIngo Klöcker2023-11-231-7/+7
* qt: On Windows, use UTF-8 when logging the error textIngo Klöcker2023-11-151-1/+7
* qt: Remove left-over partial files more persistentlyIngo Klöcker2023-11-155-14/+164
* qt: Deprecate DefaultKeyGenerationJobIngo Klöcker2023-11-101-1/+3
* qt: Use temporary .part file names when creating archivesIngo Klöcker2023-10-275-15/+160
* qt: Refactor removal of output file on cancel or errorIngo Klöcker2023-10-275-54/+54
* qt: Handle cancel in changeexpiryjobAndre Heinecke2023-10-181-1/+1