aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qt,doc: Fix typosikloecker/t7110-nested-bindings-packagesIngo Klöcker2024-06-111-2/+2
| | | | | * lang/qt/README: Fix typos. --
* Unify spelling of the name of the C++ bindings for GpgMEIngo Klöcker2024-06-111-3/+3
| | | | | | | | | | | | | | | | | | * lang/cpp/README, lang/cpp/src/GpgmeppConfig-w32.cmake.in.in, lang/cpp/src/GpgmeppConfig.cmake.in.in, lang/cpp/src/GpgmeppConfigVersion.cmake.in, lang/cpp/src/Makefile.am, lang/cpp/tests/run-getkey.cpp, lang/cpp/tests/run-keylist.cpp, lang/cpp/tests/run-verify.cpp, lang/cpp/tests/run-wkdlookup.cpp, lang/qt/README: Replace GpgMEpp with GpgME++. * lang/cpp/src/GpgmeppConfig-w32.cmake.in.in, lang/cpp/src/GpgmeppConfig.cmake.in.in, lang/cpp/src/GpgmeppConfigVersion.cmake.in, lang/cpp/src/Makefile.am: Replace GPGME-CL (c&p error) with GpgME++. * lang/cpp/tests/Makefile.am: Replace GPGME with GPGME++. * lang/cpp/tests/run-getkey.cpp, lang/cpp/tests/run-keylist.cpp, lang/cpp/tests/run-verify.cpp: Replace QGpgME (c&p error) with GpgME++. --
* spelling: fix misspellingsDaniel Kahn Gillmor2018-11-081-3/+3
| | | | Signed-off-by: Daniel Kahn Gillmor <[email protected]>
* Spelling fixes for comments and docAndre Heinecke2017-12-081-2/+2
| | | | | | | -- Patch provided by ka7 in dev.gnupg.org Differential D423
* qt: Improve READMEAndre Heinecke2016-09-191-15/+105
| | | | * lang/qt/README: Add more content. Clearly note license difference.
* Qt: Fix license mentioned in READMEAndre Heinecke2016-05-061-11/+21
| | | | | | * lang/qt/README: License is GPLv2+ and not LGPL. -- The only part under lgpl is the QByteArray dataprovider.
* Qt / Cpp: Mention coding style in READMESAndre Heinecke2016-04-111-1/+7
| | | | * src/lang/cpp/README, src/lang/qt/README: Add hacking note.
* Qt: Add doc generation with doxygenAndre Heinecke2016-04-111-5/+2
| | | | | | | | | | | | * configure.ac: Look for doxygen if qt is built. Configure new files. * lang/qt/doc/Doxyfile.in: New. * lang/qt/doc/Makefile.am: New. * lang/qt/README: Update. -- Currently this is a standard doxyfile template without much customization.
* Add qgpgme as qt language bindingAndre Heinecke2016-03-081-0/+27
* configure.ac: Add version defines. Check for qt if neccessary. * lang/README: Mention qt * lang/cpp/src/GpgmeppConfig.cmake.in.in: Remove comment. Find qgpgme. * lang/qt/src/Makefile.am: New. Build qgpgme. * lang/qt/README, lang/qt/src/Makefile.am, lang/qt/src/QGpgmeConfig.cmake.in.in, lang/qt/src/QGpgmeConfigVersion.cmake.in, lang/qt/src/dataprovider.cpp, lang/qt/src/dataprovider.h, lang/qt/src/qgpgme_export.h, m4/qt.m4: New. * lang/cpp/src/GpgmeppConfig.cmake.in.in, lang/cpp/src/Makefile.am: Fix generated config file. -- For now this is just the dataprovider which was part of the KF5 Gpgmepp QGpgme variant. This is very thin but a useful class which is used downstream.