summaryrefslogtreecommitdiff
path: root/lang
Commit message (Expand)AuthorAgeFilesLines
* cpp: Add const-overloads of version comparison operatorsIngo Klöcker2023-02-021-0/+70
* qt: Fix build without installed gpgme++ headersIngo Klöcker2023-01-311-1/+1
* qt: Remove unused and commented-out codeIngo Klöcker2023-01-314-45/+0
* cpp: Fix debug output of SignatureModeIngo Klöcker2023-01-311-1/+9
* qt: Add job for creating encrypted signed archivesIngo Klöcker2023-01-319-31/+495
* qt,tests: Avoid leaking ContextIngo Klöcker2023-01-311-3/+5
* Merge branch 'ikloecker/t6342-gpgtar' into masterWerner Koch2023-01-3125-17/+1441
|\
| * qt: Add job for creating signed archivesikloecker/t6342-gpgtarIngo Klöcker2023-01-3010-1/+588
| * cpp: Support new archive signing flagIngo Klöcker2023-01-303-15/+25
| * qt: Add job for creating encrypted archivesIngo Klöcker2023-01-2710-0/+630
| * qt: Add data provider for list of file namesIngo Klöcker2023-01-274-0/+186
| * cpp: Support new archive encryption flagIngo Klöcker2023-01-272-1/+6
| * cpp: Add convenience overload to set file nameIngo Klöcker2023-01-272-0/+6
| * cpp,doc: Update list of allowed values for dirInfoIngo Klöcker2023-01-181-1/+1
* | cpp: Support all encryption flagsIngo Klöcker2023-01-262-1/+6
* | cpp: Pass ThrowKeyIds and EncryptWrap flags to GpgMEIngo Klöcker2023-01-261-0/+8
|/
* qt: Fix comparisons of integer expressions of different signednessIngo Klöcker2023-01-051-1/+1
* cpp: Fix comparisons of integer expressions of different signednessIngo Klöcker2023-01-051-2/+2
* cpp: Expliticly declare compiler generated copy constructorsIngo Klöcker2023-01-0515-2/+25
* qt: Replace Q_DECL_OVERRIDE with overrideIngo Klöcker2023-01-0534-180/+180
* qt: Allow deferred start of import jobIngo Klöcker2023-01-054-0/+51
* qt: Support deferred start of jobsIngo Klöcker2023-01-049-0/+64
* qt: Explicitly instantiate private job classesIngo Klöcker2023-01-0417-72/+374
* doc:python: Replace gpgme-config to pkg-config.NIIBE Yutaka2022-12-141-2/+2
* cpp: Handle status errors in the base edit interactorIngo Klöcker2022-12-082-4/+3
* cpp: Handle statuses that need no response in the base edit interactorIngo Klöcker2022-12-088-28/+7
* qt: Write path values with Unix directory separatorsIngo Klöcker2022-12-061-1/+1
* qt: Allow disabling automatic trust database check on key listingIngo Klöcker2022-11-044-4/+95
* python: Fix configure generating setup.py.NIIBE Yutaka2022-10-261-11/+16
* cpp: Allow setting the curve to use when generating ECC keysIngo Klöcker2022-10-242-7/+34
* build,qt: Clean up all generated filesIngo Klöcker2022-10-111-1/+2
* qt,tests: Port test to QRegularExpression.Ingo Klöcker2022-10-111-16/+17
* qt: Remove obsolete code.Ingo Klöcker2022-10-111-16/+0
* build,qt: Allow building QGpgME for Qt 6Ingo Klöcker2022-10-115-8/+317
* build,qt: Explicitly namespace a few Qt variables for Qt5Ingo Klöcker2022-10-102-6/+6
* build:python: Don't use gpg-error-config/gpgme-config.NIIBE Yutaka2022-09-151-29/+5
* cpp: Reject signing expired keysIngo Klöcker2022-09-141-0/+6
* qt: Fix building with C++11Ingo Klöcker2022-08-224-3/+12
* qt: Fix building with Qt6Ingo Klöcker2022-08-222-4/+2
* cpp: Fix building with C++11Ingo Klöcker2022-08-191-7/+7
* qt,tests: Make test pass on 32-bit systemsIngo Klöcker2022-08-181-18/+24
* cpp: Fix handling of "no key" or "invalid time" situationsIngo Klöcker2022-08-181-2/+2
* qt,tests: Make sure expiration time is interpreted as unsigned numberIngo Klöcker2022-08-172-16/+16
* qt,tests: Log the actual error code if the assertion failsIngo Klöcker2022-08-171-3/+3
* qt: Make sure expiration time is interpreted as unsigned numberIngo Klöcker2022-08-171-1/+2
* Qt: Fix working with no gpgconf in CryptoConfigAndre Heinecke2022-08-111-3/+4
* qt: Add missing includeIngo Klöcker2022-08-101-0/+1
* qt: Add job to set the primary user ID of OpenPGP keysIngo Klöcker2022-08-099-2/+407
* cpp: Add support for gpgme_op_set_uid_flagIngo Klöcker2022-08-092-0/+13
* python: Don't call __del__ from __exit__ method.NIIBE Yutaka2022-08-092-2/+5