aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-06-10qt,tests: Allow 1-day-offset for expiration dateIngo Klöcker1-1/+9
2022-06-10qt: Prevent u32 overflow when calculating expiration dateIngo Klöcker3-7/+5
2022-06-09Revert "tests: Avoid problems with local time across a day boundary."Ingo Klöcker1-1/+1
2022-05-23tests: Avoid problems with local time across a day boundary.Werner Koch1-1/+1
2022-05-12cpp: Export KeyListModeSaverAndre Heinecke1-1/+1
2022-05-05cpp: Output more properties of a subkeyIngo Klöcker1-3/+9
2022-05-05cpp,tests: Actually parse the --with-secret optionIngo Klöcker1-0/+4
2022-05-05qt: Revert change of result signal of RefreshKeysJobIngo Klöcker2-2/+2
2022-05-05qt: Use lambda instead of std::bindIngo Klöcker1-1/+1
2022-05-04qt: Emit import result when refreshing OpenPGP keysIngo Klöcker8-43/+149
2022-05-04cpp: Allow retrieving import result of key listing with locate modeIngo Klöcker2-3/+10
2022-05-04cpp: Allow merging the results of two importsIngo Klöcker2-0/+135
2022-05-02qt: Apply compiler hintIngo Klöcker1-1/+1
2022-05-02qt: Use GpgME::Locate aliasIngo Klöcker2-2/+2
2022-05-02qt: Add job for refreshing OpenPGP keysIngo Klöcker5-4/+218
2022-05-02cpp: Add RAII class for saving/restoring the key list modeIngo Klöcker2-0/+24
2022-05-02qt: Add debug helper for Result classes with output stream operatorIngo Klöcker1-0/+9
2022-05-02qt: Factor out helper for getting the fingerprints of some keysIngo Klöcker3-6/+23
2022-05-02qt,doc: Fix some API documentationIngo Klöcker4-27/+5
2022-04-29qt: Fix connection to readyReadStandardOutput signalIngo Klöcker2-10/+6
2022-04-29qt: Add test runner for refresh jobIngo Klöcker2-1/+140
2022-04-29qt: Make RefreshKeysJob result compatible with standard job resultIngo Klöcker1-1/+1
2022-04-29qt: Allow refreshing a list of keysIngo Klöcker3-7/+38
2022-04-29qt: Minor refactoringIngo Klöcker1-8/+10
2022-04-29qt: Rename QGpgMERefreshKeysJob to QGpgMERefreshSMIMEKeysJobIngo Klöcker4-24/+24