| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | qt: Replace Q_DECL_OVERRIDE with override | Ingo Klöcker | 2023-01-05 | 34 | -180/+180 |
* | qt: Allow deferred start of import job | Ingo Klöcker | 2023-01-05 | 5 | -0/+54 |
* | qt: Support deferred start of jobs | Ingo Klöcker | 2023-01-04 | 10 | -0/+65 |
* | qt: Explicitly instantiate private job classes | Ingo Klöcker | 2023-01-04 | 17 | -72/+374 |
* | doc:python: Replace gpgme-config to pkg-config. | NIIBE Yutaka | 2022-12-14 | 1 | -2/+2 |
* | cpp: Handle status errors in the base edit interactor | Ingo Klöcker | 2022-12-08 | 2 | -4/+3 |
* | cpp: Handle statuses that need no response in the base edit interactor | Ingo Klöcker | 2022-12-08 | 8 | -28/+7 |
* | qt: Write path values with Unix directory separators | Ingo Klöcker | 2022-12-06 | 1 | -1/+1 |
* | doc: Don't use AM_PATH_GPGME_PTHREAD any more. | NIIBE Yutaka | 2022-11-29 | 1 | -5/+7 |
* | gpgme.m4: Fix AM_PATH_GPGME_PTHREAD. | NIIBE Yutaka | 2022-11-25 | 1 | -21/+24 |
* | core: Allow nullptr for key on card-edit | Ingo Klöcker | 2022-11-15 | 1 | -3/+4 |
* | doc: Update documentation for gpgme.pc and pkg-config. | NIIBE Yutaka | 2022-11-15 | 1 | -44/+55 |
* | gpgme.m4: Include _AM_PATH_GPGRT_CONFIG implementation. | NIIBE Yutaka | 2022-11-15 | 1 | -6/+95 |
* | m4: Update gpg-error.m4. | NIIBE Yutaka | 2022-11-15 | 1 | -17/+32 |
* | core: Check for nullptr | Ingo Klöcker | 2022-11-11 | 1 | -2/+2 |
* | qt: Allow disabling automatic trust database check on key listing | Ingo Klöcker | 2022-11-04 | 5 | -4/+102 |
* | core: New context flag "no-auto-check-trustdb" | Ingo Klöcker | 2022-11-04 | 6 | -0/+51 |
* | build: Update libassuan.m4. | NIIBE Yutaka | 2022-11-02 | 1 | -2/+2 |
* | build: Prefer gpgrt-config when available. | NIIBE Yutaka | 2022-11-02 | 1 | -2/+2 |
* | core: New global flags "inst-type". | Werner Koch | 2022-10-26 | 5 | -4/+68 |
* | python: Fix configure generating setup.py. | NIIBE Yutaka | 2022-10-26 | 1 | -11/+16 |
* | core: Protect against a theoretical integer overflow in parsetlv.c | Werner Koch | 2022-10-24 | 1 | -0/+3 |
* | cpp: Allow setting the curve to use when generating ECC keys | Ingo Klöcker | 2022-10-24 | 3 | -7/+43 |
* | build: Update gpg-error.m4. | NIIBE Yutaka | 2022-10-24 | 1 | -1/+5 |
* | build,qt: Check whether building with -fPIC is needed | Ingo Klöcker | 2022-10-14 | 1 | -9/+28 |
* | build,qt: Fail check for Qt if moc wasn't found | Ingo Klöcker | 2022-10-14 | 2 | -0/+4 |
* | doc: Update NEWS | Ingo Klöcker | 2022-10-14 | 1 | -0/+8 |
* | build,qt: Always compile the Qt 6 test application with -fpic | Ingo Klöcker | 2022-10-14 | 1 | -5/+3 |
* | build,qt: Clean up all generated files | Ingo Klöcker | 2022-10-11 | 1 | -1/+2 |
* | qt,tests: Port test to QRegularExpression. | Ingo Klöcker | 2022-10-11 | 1 | -16/+17 |
* | qt: Remove obsolete code. | Ingo Klöcker | 2022-10-11 | 1 | -16/+0 |
* | build,qt: Allow building QGpgME for Qt 6 | Ingo Klöcker | 2022-10-11 | 7 | -59/+541 |
* | build,qt: Explicitly namespace a few Qt variables for Qt5 | Ingo Klöcker | 2022-10-10 | 4 | -17/+17 |
* | core: Fix SIG_CREATED status parsing for 0x1F sigs | Werner Koch | 2022-09-29 | 2 | -1/+11 |
* | build:python: Don't use gpg-error-config/gpgme-config. | NIIBE Yutaka | 2022-09-15 | 1 | -29/+5 |
* | Fix for modern compiler. | NIIBE Yutaka | 2022-09-15 | 1 | -1/+1 |
* | cpp: Reject signing expired keys | Ingo Klöcker | 2022-09-14 | 1 | -0/+6 |
* | Fix parsing import status for invalid fingerprint. | NIIBE Yutaka | 2022-09-07 | 1 | -5/+10 |
* | build: Omit -I... and -L... for standard paths in pkgconfig file | Ingo Klöcker | 2022-08-22 | 2 | -3/+37 |
* | build: Update ax_cxx_compile_stdcxx macro | Ingo Klöcker | 2022-08-22 | 1 | -36/+487 |
* | qt: Fix building with C++11 | Ingo Klöcker | 2022-08-22 | 4 | -3/+12 |
* | qt: Fix building with Qt6 | Ingo Klöcker | 2022-08-22 | 2 | -4/+2 |
* | cpp: Fix building with C++11 | Ingo Klöcker | 2022-08-19 | 1 | -7/+7 |
* | qt,tests: Make test pass on 32-bit systems | Ingo Klöcker | 2022-08-18 | 1 | -18/+24 |
* | cpp: Fix handling of "no key" or "invalid time" situations | Ingo Klöcker | 2022-08-18 | 1 | -2/+2 |
* | qt,tests: Make sure expiration time is interpreted as unsigned number | Ingo Klöcker | 2022-08-17 | 2 | -16/+16 |
* | qt,tests: Log the actual error code if the assertion fails | Ingo Klöcker | 2022-08-17 | 1 | -3/+3 |
* | qt: Make sure expiration time is interpreted as unsigned number | Ingo Klöcker | 2022-08-17 | 1 | -1/+2 |
* | w32: Add another fallback to look for gpgconf.exe | Andre Heinecke | 2022-08-12 | 1 | -2/+10 |
* | Qt: Fix working with no gpgconf in CryptoConfig | Andre Heinecke | 2022-08-11 | 1 | -3/+4 |