summaryrefslogtreecommitdiff
path: root/lang
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* python: Don't access gpgme with wrapped=None.NIIBE Yutaka2022-08-051-0/+12
* python: Reset passphrase callback correctly.Jasper Spaans2022-08-051-8/+4
* qt: Remove job for refreshing OpenPGP keysIngo Klöcker2022-08-048-303/+5
* qt: Allow setting the file name of signed and encrypted dataIngo Klöcker2022-07-054-8/+82
* qt: Allow setting the file name of encrypted dataIngo Klöcker2022-07-054-9/+84
* qt: Fix filename of cmake config files for w32Ingo Klöcker2022-07-041-1/+1
* qt: Add #include <QStringList> needed for building against qt6Laurent Montel2022-07-044-7/+6
* cpp: Remove obsolete compatibility with KF5 variantsIngo Klöcker2022-06-302-8/+0
* qt,tests: Allow 1-day-offset for expiration dateIngo Klöcker2022-06-101-1/+9
* qt: Prevent u32 overflow when calculating expiration dateIngo Klöcker2022-06-103-7/+5
* Revert "tests: Avoid problems with local time across a day boundary."Ingo Klöcker2022-06-091-1/+1
* tests: Avoid problems with local time across a day boundary.Werner Koch2022-05-231-1/+1
* cpp: Export KeyListModeSaverAndre Heinecke2022-05-121-1/+1
* cpp: Output more properties of a subkeyIngo Klöcker2022-05-051-3/+9
* cpp,tests: Actually parse the --with-secret optionIngo Klöcker2022-05-051-0/+4
* qt: Revert change of result signal of RefreshKeysJobIngo Klöcker2022-05-052-2/+2
* qt: Use lambda instead of std::bindIngo Klöcker2022-05-051-1/+1
* qt: Emit import result when refreshing OpenPGP keysIngo Klöcker2022-05-048-43/+149
* cpp: Allow retrieving import result of key listing with locate modeIngo Klöcker2022-05-042-3/+10
* cpp: Allow merging the results of two importsIngo Klöcker2022-05-042-0/+135
* qt: Apply compiler hintIngo Klöcker2022-05-021-1/+1
* qt: Use GpgME::Locate aliasIngo Klöcker2022-05-022-2/+2
* qt: Add job for refreshing OpenPGP keysIngo Klöcker2022-05-025-4/+218
* cpp: Add RAII class for saving/restoring the key list modeIngo Klöcker2022-05-022-0/+24
* qt: Add debug helper for Result classes with output stream operatorIngo Klöcker2022-05-021-0/+9
* qt: Factor out helper for getting the fingerprints of some keysIngo Klöcker2022-05-023-6/+23
* qt,doc: Fix some API documentationIngo Klöcker2022-05-024-27/+5
* qt: Fix connection to readyReadStandardOutput signalIngo Klöcker2022-04-292-10/+6
* qt: Add test runner for refresh jobIngo Klöcker2022-04-292-1/+140
* qt: Make RefreshKeysJob result compatible with standard job resultIngo Klöcker2022-04-291-1/+1
* qt: Allow refreshing a list of keysIngo Klöcker2022-04-293-7/+38
* qt: Minor refactoringIngo Klöcker2022-04-291-8/+10
* qt: Rename QGpgMERefreshKeysJob to QGpgMERefreshSMIMEKeysJobIngo Klöcker2022-04-294-24/+24
* cpp,tests: Verify that requested keylist mode is usedIngo Klöcker2022-04-282-0/+12
* cpp: Support new keylist modesIngo Klöcker2022-04-275-13/+34
* qt: Rely on the bad passphrase error reported by gpgIngo Klöcker2022-04-251-17/+2
* qt: Report better error if decryption failed because of bad passphraseIngo Klöcker2022-04-221-7/+20