aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-30cpp: Support new archive signing flagIngo Klöcker3-15/+25
2023-01-27qt: Add job for creating encrypted archivesIngo Klöcker10-0/+630
2023-01-27qt: Add data provider for list of file namesIngo Klöcker4-0/+186
2023-01-27cpp: Support new archive encryption flagIngo Klöcker2-1/+6
2023-01-27cpp: Add convenience overload to set file nameIngo Klöcker2-0/+6
2023-01-26cpp: Support all encryption flagsIngo Klöcker2-1/+6
2023-01-26cpp: Pass ThrowKeyIds and EncryptWrap flags to GpgMEIngo Klöcker1-0/+8
2023-01-18cpp,doc: Update list of allowed values for dirInfoIngo Klöcker1-1/+1
2023-01-05qt: Fix comparisons of integer expressions of different signednessIngo Klöcker1-1/+1
2023-01-05cpp: Fix comparisons of integer expressions of different signednessIngo Klöcker1-2/+2
2023-01-05cpp: Expliticly declare compiler generated copy constructorsIngo Klöcker15-2/+25
2023-01-05qt: Replace Q_DECL_OVERRIDE with overrideIngo Klöcker34-180/+180
2023-01-05qt: Allow deferred start of import jobIngo Klöcker4-0/+51
2023-01-04qt: Support deferred start of jobsIngo Klöcker9-0/+64
2023-01-04qt: Explicitly instantiate private job classesIngo Klöcker17-72/+374
2022-12-14doc:python: Replace gpgme-config to pkg-config.NIIBE Yutaka1-2/+2
2022-12-08cpp: Handle status errors in the base edit interactorIngo Klöcker2-4/+3
2022-12-08cpp: Handle statuses that need no response in the base edit interactorIngo Klöcker8-28/+7
2022-12-06qt: Write path values with Unix directory separatorsIngo Klöcker1-1/+1
2022-11-04qt: Allow disabling automatic trust database check on key listingIngo Klöcker4-4/+95
2022-10-26python: Fix configure generating setup.py.NIIBE Yutaka1-11/+16
2022-10-24cpp: Allow setting the curve to use when generating ECC keysIngo Klöcker2-7/+34
2022-10-11build,qt: Clean up all generated filesIngo Klöcker1-1/+2
2022-10-11qt,tests: Port test to QRegularExpression.Ingo Klöcker1-16/+17
2022-10-11qt: Remove obsolete code.Ingo Klöcker1-16/+0
2022-10-11build,qt: Allow building QGpgME for Qt 6Ingo Klöcker5-8/+317
2022-10-10build,qt: Explicitly namespace a few Qt variables for Qt5Ingo Klöcker2-6/+6
2022-09-15build:python: Don't use gpg-error-config/gpgme-config.NIIBE Yutaka1-29/+5
2022-09-14cpp: Reject signing expired keysIngo Klöcker1-0/+6
2022-08-22qt: Fix building with C++11Ingo Klöcker4-3/+12
2022-08-22qt: Fix building with Qt6Ingo Klöcker2-4/+2
2022-08-19cpp: Fix building with C++11Ingo Klöcker1-7/+7
2022-08-18qt,tests: Make test pass on 32-bit systemsIngo Klöcker1-18/+24
2022-08-18cpp: Fix handling of "no key" or "invalid time" situationsIngo Klöcker1-2/+2
2022-08-17qt,tests: Make sure expiration time is interpreted as unsigned numberIngo Klöcker2-16/+16
2022-08-17qt,tests: Log the actual error code if the assertion failsIngo Klöcker1-3/+3
2022-08-17qt: Make sure expiration time is interpreted as unsigned numberIngo Klöcker1-1/+2
2022-08-11Qt: Fix working with no gpgconf in CryptoConfigAndre Heinecke1-3/+4
2022-08-10qt: Add missing includeIngo Klöcker1-0/+1
2022-08-09qt: Add job to set the primary user ID of OpenPGP keysIngo Klöcker9-2/+407
2022-08-09cpp: Add support for gpgme_op_set_uid_flagIngo Klöcker2-0/+13
2022-08-09python: Don't call __del__ from __exit__ method.NIIBE Yutaka2-2/+5
2022-08-05python: Don't access gpgme with wrapped=None.NIIBE Yutaka1-0/+12
2022-08-05python: Reset passphrase callback correctly.Jasper Spaans1-8/+4
2022-08-04qt: Remove job for refreshing OpenPGP keysIngo Klöcker8-303/+5
2022-07-05qt: Allow setting the file name of signed and encrypted dataIngo Klöcker4-8/+82
2022-07-05qt: Allow setting the file name of encrypted dataIngo Klöcker4-9/+84
2022-07-04qt: Fix filename of cmake config files for w32Ingo Klöcker1-1/+1
2022-07-04qt: Add #include <QStringList> needed for building against qt6Laurent Montel4-7/+6
2022-06-30cpp: Remove obsolete compatibility with KF5 variantsIngo Klöcker2-8/+0