aboutsummaryrefslogtreecommitdiffstats
path: root/lang (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-23python: Move edit callback function.Justus Winter3-45/+48
2016-05-23python: Port more tests.Justus Winter5-2/+188
2016-05-23python: Translate list of strings.Justus Winter1-0/+34
2016-05-20Qt: Add test for changeownertrustAndre Heinecke2-3/+109
2016-05-20Cpp: Ignore STATUS_KEY_CONSIDERED when editingAndre Heinecke1-0/+1
2016-05-19python: Improve progress callbacks.Justus Winter3-6/+54
2016-05-19python: Robust exception handling in callbacks.Justus Winter6-13/+187
2016-05-19Qt: Check for graphviz and set HAVE_DOT correctlyAndre Heinecke1-1/+1
2016-05-19python: Add more tests.Justus Winter6-8/+157
2016-05-19python: More type conversion fixes.Justus Winter1-2/+24
2016-05-19python: Fix import.Justus Winter1-1/+4
2016-05-19Qt: Fix compilation of unit testsAndre Heinecke1-1/+1
2016-05-18python: Various fixes.Justus Winter1-1/+1
2016-05-17Qt / Cpp: Port auto_ptr to unique_ptrAndre Heinecke8-54/+48
2016-05-17python: Delete duplicated license texts/Werner Koch2-848/+0
2016-05-17python: Clean up examples.Justus Winter10-43/+46
2016-05-17python: Import GPGMEError.Justus Winter1-1/+1
2016-05-17python: Port more tests.Justus Winter4-1/+166
2016-05-13Qt: Add keyLocateJob and test for itAndre Heinecke4-3/+159
2016-05-13Qt: Add missing copyright header in testAndre Heinecke1-0/+31
2016-05-12python: Share generated methods between objects.justus/pyme3Justus Winter2-10/+18
2016-05-12python: Raise exceptions on write errors.Justus Winter2-1/+8
2016-05-12python: Fix writing to data buffers.Justus Winter4-3/+71
2016-05-12python: Add a test suite.Justus Winter3-0/+46
2016-05-12python: Cache generated wrapper functions.Justus Winter1-3/+6
2016-05-12python: Fix function invocation.Justus Winter1-1/+1
2016-05-12python: Fix name of exception, make slot methods explicit.Justus Winter1-1/+18
2016-05-12python: Handle interpreter shutdown.Justus Winter1-8/+22
2016-05-12python: Make test case more robust.Justus Winter1-0/+4
2016-05-12python: Fix type translation.Justus Winter3-27/+41
2016-05-11Cpp: Ensure gpgme.h is taken from current buildAndre Heinecke1-1/+2
2016-05-11python: Fix simple example.Justus Winter1-1/+2
2016-05-11python: Integrate into the build system.Justus Winter2-30/+65
2016-05-10Qt / Cpp: Fix make distgpgmeppAndre Heinecke2-3/+6
2016-05-10python: PEP8 fixes.Justus Winter4-33/+38
2016-05-10Qt: Fix unkonwn doxygen keyword warningsAndre Heinecke25-73/+63
2016-05-10Qt: Make Protocol class public APIAndre Heinecke5-410/+508
2016-05-10Qt: Make doxygen quieterAndre Heinecke1-2/+2
2016-05-10Qt: Only install public headersAndre Heinecke1-17/+19
2016-05-10python: Delete trailing whitespace.Justus Winter14-78/+74
2016-05-10python: Drop Debian packaging.Justus Winter7-261/+0
2016-05-10python: Rename bindings.Justus Winter54-1/+1
2016-05-10Qt: Add test for async keylistingAndre Heinecke1-0/+18
2016-05-06Qt: Fix license mentioned in READMEAndre Heinecke1-11/+21
2016-05-06Qt: Fix library name in Copyright headersAndre Heinecke78-156/+156
2016-05-06Cpp: Handle PINENTRY_LAUNCHED status lineAndre Heinecke1-0/+1
2016-04-12Cpp: Add support for pubkey_algo_nameAndre Heinecke2-0/+30
2016-04-12Cpp: Add support for gpgme_data_identifyAndre Heinecke2-0/+34
2016-04-11Qt / Cpp: Mention coding style in READMESAndre Heinecke2-4/+16
2016-04-11Qt: Add doc generation with doxygenAndre Heinecke4-6/+2386