kleopatra
#include <config-kleopatra.h>
#include <version-kleopatra.h>
#include "aboutdata.h"
#include <utils/gnupg-helper.h>
#include <klocale.h>
#include <kiconloader.h>
#include <QPixmap>
#include <QVariant>
#include <QProcess>
#include <QTextStream>
#include <cassert>
Include dependency graph for aboutdata.cpp:
Go to the source code of this file.
Functions | |
static QString | gpg4win_version () |
static QPixmap | UserIcon_nocached2 (const char *name) |
Variables | |
static const about_data | authors [] |
static const about_data | credits [] |
static const char | description [] = I18N_NOOP("Certificate Manager and Unified Crypto GUI") |
static const char | gpg4win_credits_description [] |
static const char | gpg4win_credits_persons [] |
static const char | gpg4win_description [] |
static const char | gpg4win_version_guessed [] = "2.0.1" |
static const char | kleopatra_version [] = KLEOPATRA_VERSION_STRING |
Function Documentation
|
static |
Definition at line 138 of file aboutdata.cpp.
|
static |
Definition at line 156 of file aboutdata.cpp.
Variable Documentation
|
static |
Initial value:
= {
{ "Marc Mutz", I18N_NOOP("Current Maintainer"), "mutz@kde.org", 0 },
{ "Steffen Hansen", I18N_NOOP("Former Maintainer"), "hansen@kde.org", 0 },
{ "Matthias Kalle Dalheimer", I18N_NOOP("Original Author"), "kalle@kde.org", 0 },
}
Definition at line 62 of file aboutdata.cpp.
|
static |
Initial value:
= {
{ I18N_NOOP("David Faure"),
I18N_NOOP("Backend configuration framework, KIO integration"),
"faure@kde.org", 0 },
{ I18N_NOOP("Michel Boyer de la Giroday"),
I18N_NOOP("Key-state dependent colors and fonts in the certificates list"),
"michel@klaralvdalens-datakonsult.se", 0 },
{ I18N_NOOP("Thomas Moenicke"),
I18N_NOOP("Artwork"),
"tm@php-qt.org", 0 },
{ I18N_NOOP("Frank Osterfeld"),
I18N_NOOP("Resident gpgme/win wrangler, UI Server commands and dialogs"),
"osterfeld@kde.org", 0 },
{ I18N_NOOP("Karl-Heinz Zimmer"),
I18N_NOOP("DN display ordering support, infrastructure"),
"khz@kde.org", 0 },
}
Definition at line 69 of file aboutdata.cpp.
|
static |
Definition at line 53 of file aboutdata.cpp.
|
static |
Initial value:
= I18N_NOOP( "This Free Software product was developed mostly as part of "
"commercial contracts by the following companies:"
"<ul><li><a href='http://intevation.net'>Intevation GmbH</a> "
"(Projekt coordination, QA, Compendium)</li>"
"<li><a href='http://www.g10code.com'>g10 Code GmbH</a> "
"(Crypto Funktionality, GpgOL, GpgEX, GPA)</li> "
"<li><a href='http://www.kdab.com'>KDAB</a> (Kleopatra)</li></ul>"
"The following persons have contributed (as of 20100706):")
Definition at line 112 of file aboutdata.cpp.
|
static |
Initial value:
= I18N_NOOP( "Till Adam<br>"
"Marcus Brinkmann<br>"
"Brigitte Hamilton<br>"
"Bernhard Herzog<br>"
"Werner Koch<br>"
"Colin Leroy<br>"
"Marc Mutz<br>"
"Marcel Newmann<br>"
"Frank Osterfeld<br>"
"Bernhard Reiter<br>"
"Florian v. Samson<br>"
"Emanuel Schütze<br>"
"Dr. Jan-Oliver Wagner")
Definition at line 121 of file aboutdata.cpp.
|
static |
Initial value:
= I18N_NOOP( "Gpg4win is an installer package for Windows for EMail and "
"file encryption using the core component GnuPG for Windows. "
"Both relevant cryptography standards are supported, OpenPGP "
"and S/MIME. Gpg4win and the software included with Gpg4win "
"are Free Software.")
Definition at line 105 of file aboutdata.cpp.
|
static |
Definition at line 136 of file aboutdata.cpp.
|
static |
Definition at line 52 of file aboutdata.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.