Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qt: On Windows, use UTF-8 when logging the error text | Ingo Klöcker | 2023-11-15 | 1 | -1/+7 |
| | | | | | | | | * lang/qt/src/debug.cpp (operator<<): On Windows, interpret the error text as UTF-8 instead of local 8-bit encoding. -- GnuPG-bug-id: 5960 | ||||
* | qt: Fix export of qDebug GpgME::Error overload | Andre Heinecke | 2020-11-12 | 1 | -0/+1 |
| | | | | * lang/qt/src/debug.cpp: Include debug.h to get the export decl. | ||||
* | qt: Add QDebug stream operator for GpgME::Error | Ingo Klöcker | 2020-10-23 | 1 | -0/+48 |
* lang/qt/src/Makefile.am: Add new files. * lang/qt/src/debug.h, lang/qt/src/debug.cpp: New. * NEWS: Mention it. -- This was previously implemented in Kleopatra, but it makes sense for all users of qgpgme. |