Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Qt: Fix license mentioned in README | Andre Heinecke | 2016-05-06 | 1 | -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 READMES | Andre Heinecke | 2016-04-11 | 1 | -1/+7 |
| | | | | * src/lang/cpp/README, src/lang/qt/README: Add hacking note. | ||||
* | Qt: Add doc generation with doxygen | Andre Heinecke | 2016-04-11 | 1 | -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 binding | Andre Heinecke | 2016-03-08 | 1 | -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. |