aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/README (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-03cpp,qt: Remove C++ and Qt bindingsIngo Klöcker1-130/+0
* README: Update. * configure.ac: Remove checks, variables and file generations related to the C++/Qt bindings. Remove cpp and qt* from available_languages and default_languages. * lang/Makefile.am (DIST_SUBDIRS): Remove cpp and qt. * lang/cpp, lang/qt: Remove. * m4/ax_check_compile_flag.m4, m4/ax_cxx_compile_stdcxx.m4, m4/ax_gcc_func_attribute.m4, m4/pkg.m4, m4/qt5.m4, m4/qt6.m4: Remove. -- The C++ and Qt bindings have been moved to separate Git repositories: gpgmepp and gpgmeqt. GnuPG-bug-id: 7262
2024-06-12qt,doc: Fix typosIngo Klöcker1-2/+2
* lang/qt/README: Fix typos. --
2018-11-08spelling: fix misspellingsDaniel Kahn Gillmor1-3/+3
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2017-12-08Spelling fixes for comments and docAndre Heinecke1-2/+2
-- Patch provided by ka7 in dev.gnupg.org Differential D423
2016-09-19qt: Improve READMEAndre Heinecke1-15/+105
* lang/qt/README: Add more content. Clearly note license difference.
2016-05-06Qt: Fix license mentioned in READMEAndre Heinecke1-11/+21
* lang/qt/README: License is GPLv2+ and not LGPL. -- The only part under lgpl is the QByteArray dataprovider.
2016-04-11Qt / Cpp: Mention coding style in READMESAndre Heinecke1-1/+7
* src/lang/cpp/README, src/lang/qt/README: Add hacking note.
2016-04-11Qt: Add doc generation with doxygenAndre Heinecke1-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.
2016-03-08Add qgpgme as qt language bindingAndre Heinecke1-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.