KCoreAddons
kaboutdata.cpp
109 KAboutLicensePrivate(KAboutLicense::LicenseKey licenseType, KAboutLicense::VersionRestriction versionRestriction, const KAboutData *aboutData);
186KAboutLicense::KAboutLicense(LicenseKey licenseType, VersionRestriction versionRestriction, const KAboutData *aboutData)
229 && (d->_licenseKey == KAboutLicense::BSD_2_Clause || d->_licenseKey == KAboutLicense::BSD_3_Clause || d->_licenseKey == KAboutLicense::MIT
279 result += QCoreApplication::translate("KAboutLicense", "This program is distributed under the terms of the %1.").arg(name(KAboutLicense::ShortName))
281 + QCoreApplication::translate("KAboutLicense", "You can find the full term <a href=\"https://spdx.org/licenses/%1.html\">the SPDX website</a>")
300 result += QCoreApplication::translate("KAboutLicense", "This program is distributed under the terms of the %1.").arg(name(KAboutLicense::ShortName));
344 licenseShort = QCoreApplication::translate("KAboutLicense", "GPL v2", "@item license (short name)");
345 licenseFull = QCoreApplication::translate("KAboutLicense", "GNU General Public License Version 2", "@item license");
348 licenseShort = QCoreApplication::translate("KAboutLicense", "LGPL v2", "@item license (short name)");
349 licenseFull = QCoreApplication::translate("KAboutLicense", "GNU Lesser General Public License Version 2", "@item license");
352 licenseShort = QCoreApplication::translate("KAboutLicense", "BSD License", "@item license (short name)");
356 licenseShort = QCoreApplication::translate("KAboutLicense", "Artistic License", "@item license (short name)");
357 licenseFull = QCoreApplication::translate("KAboutLicense", "Artistic License", "@item license");
360 licenseShort = QCoreApplication::translate("KAboutLicense", "GPL v3", "@item license (short name)");
361 licenseFull = QCoreApplication::translate("KAboutLicense", "GNU General Public License Version 3", "@item license");
364 licenseShort = QCoreApplication::translate("KAboutLicense", "LGPL v3", "@item license (short name)");
365 licenseFull = QCoreApplication::translate("KAboutLicense", "GNU Lesser General Public License Version 3", "@item license");
368 licenseShort = QCoreApplication::translate("KAboutLicense", "LGPL v2.1", "@item license (short name)");
369 licenseFull = QCoreApplication::translate("KAboutLicense", "GNU Lesser General Public License Version 2.1", "@item license");
372 licenseShort = QCoreApplication::translate("KAboutLicense", "MIT License", "@item license (short name)");
376 licenseShort = QCoreApplication::translate("KAboutLicense", "CC0", "@item license (short name)");
377 licenseFull = QCoreApplication::translate("KAboutLicense", "Creative Commons Zero", "@item license");
380 licenseShort = QCoreApplication::translate("KAboutLicense", "ODbL v1.0", "@item license (short name)");
381 licenseFull = QCoreApplication::translate("KAboutLicense", "Open Data Commons Open Database License v1.0", "@item license");
384 licenseShort = QCoreApplication::translate("KAboutLicense", "Apache 2.0", "@item license (short name)");
385 licenseFull = QCoreApplication::translate("KAboutLicense", "Apache License 2.0", "@item license");
388 licenseShort = QCoreApplication::translate("KAboutLicense", "FTL", "@item license (short name)");
389 licenseFull = QCoreApplication::translate("KAboutLicense", "Freetype Project License", "@item license");
392 licenseShort = QCoreApplication::translate("KAboutLicense", "Boost License", "@item license (short name)");
393 licenseFull = QCoreApplication::translate("KAboutLicense", "Boost Software License 1.0", "@item license");
396 licenseShort = QCoreApplication::translate("KAboutLicense", "BSD-3-Clause", "@item license (short name)");
397 licenseFull = QCoreApplication::translate("KAboutLicense", "BSD 3-Clause \"New\" or \"Revised\" License", "@item license");
401 licenseShort = licenseFull = QCoreApplication::translate("KAboutLicense", "Custom", "@item license");
404 licenseShort = licenseFull = QCoreApplication::translate("KAboutLicense", "Not specified", "@item license");
560 static QList<KAboutPerson> parseTranslators(const QString &translatorName, const QString &translatorEmail);
618KAboutData::KAboutData(const QString &_componentName, const QString &_displayName, const QString &_version)
666KAboutData &KAboutData::addAuthor(const QString &name, const QString &task, const QString &emailAddress, const QString &webAddress, const QUrl &avatarUrl)
684KAboutData &KAboutData::addCredit(const QString &name, const QString &task, const QString &emailAddress, const QString &webAddress, const QUrl &avatarUrl)
713KAboutData::addComponent(const QString &name, const QString &description, const QString &version, const QString &webAddress, const QString &pathToLicenseFile)
715 d->_componentList.append(KAboutComponent(name, description, version, webAddress, pathToLicenseFile));
792KAboutData &KAboutData::setLicense(KAboutLicense::LicenseKey licenseKey, KAboutLicense::VersionRestriction versionRestriction)
803KAboutData &KAboutData::addLicense(KAboutLicense::LicenseKey licenseKey, KAboutLicense::VersionRestriction versionRestriction)
947QList<KAboutPerson> KAboutDataPrivate::parseTranslators(const QString &translatorName, const QString &translatorEmail)
953 // use list of string views to delay creating new QString instances after the white-space trimming
1099void warnIfOutOfSync(const char *aboutDataString, const QString &aboutDataValue, const char *appDataString, const QString &appDataValue)
1102 qCWarning(KABOUTDATA) << appDataString << appDataValue << "is out-of-sync with" << aboutDataString << aboutDataValue;
1118 // Unset the default (KDE) bug address, this is likely a third-party app. https://bugs.kde.org/show_bug.cgi?id=473517
1185 qCWarning(KABOUTDATA) << "Could not initialize the equivalent properties of Q*Application: no instance (yet) existing.";
1219 return parser->addOption(QCommandLineOption(QStringLiteral("author"), QCoreApplication::translate("KAboutData CLI", "Show author information.")))
1220 && parser->addOption(QCommandLineOption(QStringLiteral("license"), QCoreApplication::translate("KAboutData CLI", "Show license information.")))
1222 QCoreApplication::translate("KAboutData CLI", "The base file name of the desktop entry for this application."),
1233 qPrintable(QCoreApplication::translate("KAboutData CLI", "This application was written by somebody who wants to remain anonymous.")));
1235 printf("%s\n", qPrintable(QCoreApplication::translate("KAboutData CLI", "%1 was written by:").arg(qAppName())));
1246 printf("%s\n", qPrintable(QCoreApplication::translate("KAboutData CLI", "Please use https://bugs.kde.org to report bugs.")));
1248 printf("%s\n", qPrintable(QCoreApplication::translate("KAboutData CLI", "Please report bugs to %1.").arg(bugAddress())));
This class is used to store information about a third party component.
Definition kaboutdata.h:390
KAboutComponent & operator=(const KAboutComponent &other)
Assignment operator.
KAboutComponent(const QString &name=QString(), const QString &description=QString(), const QString &version=QString(), const QString &webAddress=QString(), enum KAboutLicense::LicenseKey licenseType=KAboutLicense::Unknown)
Convenience constructor.
Definition kaboutdata.cpp:468
This class is used to store information about a program or plugin.
Definition kaboutdata.h:557
KAboutData & setProductName(const QByteArray &name)
Defines the product name which will be used in the KBugReport dialog.
Definition kaboutdata.cpp:845
KAboutData & setLicenseText(const QString &license)
Defines a license text, which is translated.
Definition kaboutdata.cpp:719
KAboutData & setShortDescription(const QString &shortDescription)
Defines a short description of what the program does.
Definition kaboutdata.cpp:781
KAboutData & setHomepage(const QString &homepage)
Defines the program homepage.
Definition kaboutdata.cpp:827
KAboutData & setDesktopFileName(const QString &desktopFileName)
Sets the base name of the desktop entry for this application.
Definition kaboutdata.cpp:1049
static QString aboutTranslationTeam()
Returns a message about the translation team.
Definition kaboutdata.cpp:984
KAboutData & addLicense(KAboutLicense::LicenseKey licenseKey)
Adds a license identifier.
Definition kaboutdata.cpp:798
KAboutData & setLicenseTextFile(const QString &file)
Defines a license text by pointing to a file where it resides.
Definition kaboutdata.cpp:741
const char * internalProductName() const
Definition kaboutdata.cpp:864
QString customAuthorRichText() const
Returns the rich text displayed around the list of authors instead of the default message telling use...
Definition kaboutdata.cpp:1019
KAboutData & setCopyrightStatement(const QString ©rightStatement)
Defines the copyright statement to show when displaying the license.
Definition kaboutdata.cpp:815
KAboutData & addComponent(const KAboutComponent &component)
Add a component that is used by the application.
Definition kaboutdata.cpp:696
bool customAuthorTextEnabled() const
Returns whether custom text should be displayed around the list of authors.
Definition kaboutdata.cpp:1024
const char * internalProgramName() const
Definition kaboutdata.cpp:877
KAboutData & setProgramLogo(const QVariant &image)
Defines the program logo.
Definition kaboutdata.cpp:887
QString customAuthorPlainText() const
Returns the plain text displayed around the list of authors instead of the default message telling us...
Definition kaboutdata.cpp:1014
KAboutData & setBugAddress(const QByteArray &bugAddress)
Defines the address where bug reports should be sent.
Definition kaboutdata.cpp:833
KAboutData & setTranslator(const QString &name, const QString &emailAddress)
Sets the name(s) of the translator(s) of the GUI.
Definition kaboutdata.cpp:690
KAboutData & addCredit(const KAboutPerson &person)
Add a person that deserves credit.
Definition kaboutdata.cpp:678
QString organizationDomain() const
Returns the domain name of the organization that wrote this application.
Definition kaboutdata.cpp:921
KAboutData & addLicenseText(const QString &license)
Adds a license text, which is translated.
Definition kaboutdata.cpp:726
KAboutData & setDisplayName(const QString &displayName)
Defines the displayable component name string.
Definition kaboutdata.cpp:768
static void setApplicationData(const KAboutData &aboutData)
Sets the application data for this application.
Definition kaboutdata.cpp:1165
KAboutData & setVersion(const QByteArray &version)
Defines the program version string.
Definition kaboutdata.cpp:775
KAboutData & setOtherText(const QString &otherText)
Defines the additional text to show in the about dialog.
Definition kaboutdata.cpp:821
KAboutData & setCustomAuthorText(const QString &plainText, const QString &richText)
Sets the custom text displayed around the list of authors instead of the default message telling user...
Definition kaboutdata.cpp:1029
KAboutData & setOrganizationDomain(const QByteArray &domain)
Defines the domain of the organization that wrote this application.
Definition kaboutdata.cpp:839
KAboutData(const QString &componentName, const QString &displayName, const QString &version, const QString &shortDescription, enum KAboutLicense::LicenseKey licenseType, const QString ©rightStatement=QString(), const QString &otherText=QString(), const QString &homePageAddress=QString(), const QString &bugAddress=QStringLiteral("submit@bugs.kde.org"))
Constructor.
Definition kaboutdata.cpp:563
void processCommandLine(QCommandLineParser *parser)
Reads the processed parser and sees if any of the arguments are the ones set up from setupCommandLine...
Definition kaboutdata.cpp:1226
KAboutData & unsetCustomAuthorText()
Clears any custom text displayed around the list of authors and falls back to the default message tel...
Definition kaboutdata.cpp:1039
KAboutData & addLicenseTextFile(const QString &file)
Adds a license text by pointing to a file where it resides.
Definition kaboutdata.cpp:748
KAboutData & setLicense(KAboutLicense::LicenseKey licenseKey)
Defines the license identifier.
Definition kaboutdata.cpp:787
static KAboutData applicationData()
Returns the KAboutData for the application.
Definition kaboutdata.cpp:1108
bool setupCommandLine(QCommandLineParser *parser)
Configures the parser command line parser to provide an authors entry with information about the deve...
Definition kaboutdata.cpp:1206
KAboutData & setComponentName(const QString &componentName)
Defines the component name used internally.
Definition kaboutdata.cpp:762
LicenseKey
Describes the license of the software; for more information see: https://spdx.org/licenses/.
Definition kaboutdata.h:200
@ BSD_2_Clause
BSD_2_CLAUSE, see https://spdx.org/licenses/BSD-2-Clause.html.
Definition kaboutdata.h:211
@ LGPL_V2
LGPL_V2, this has the same value as LicenseKey::LGPL, see https://spdx.org/licenses/LGPL-2....
Definition kaboutdata.h:207
@ GPL_V2
GPL_V2, this has the same value as LicenseKey::GPL, see https://spdx.org/licenses/GPL-2....
Definition kaboutdata.h:205
static KAboutLicense byKeyword(const QString &keyword)
Fetch a known license by a keyword/spdx ID.
Definition kaboutdata.cpp:423
KAboutLicense & operator=(const KAboutLicense &other)
Assignment operator.
Definition kaboutdata.cpp:412
This class is used to store information about a person or developer.
Definition kaboutdata.h:64
static KAboutPerson fromJSON(const QJsonObject &obj)
Creates a KAboutPerson from a JSON object with the following structure:
Definition kaboutdata.cpp:96
KAboutPerson(const QString &name=QString(), const QString &task=QString(), const QString &emailAddress=QString(), const QString &webAddress=QString(), const QUrl &avatarUrl=QUrl())
Convenience constructor.
Definition kaboutdata.cpp:48
QString name(StandardAction id)
Unknown
char * data()
QCommandLineOption addHelpOption()
bool addOption(const QCommandLineOption &option)
QCommandLineOption addVersionOption()
bool isSet(const QCommandLineOption &option) const const
void setApplicationDescription(const QString &description)
QString value(const QCommandLineOption &option) const const
applicationName
applicationVersion
QCoreApplication * instance()
organizationDomain
QString translate(const char *context, const char *sourceText, const char *disambiguation, int n)
bool open(FILE *fh, OpenMode mode, FileHandleFlags handleFlags)
ReadOnly
QJsonValue value(QLatin1StringView key) const const
QString toString() const const
QVariant toVariant() const const
void append(QList< T > &&value)
iterator begin()
const_iterator constBegin() const const
const_iterator constEnd() const const
iterator end()
void removeFirst()
void reserve(qsizetype size)
qsizetype size() const const
QVariant property(const char *name) const const
bool setProperty(const char *name, QVariant &&value)
QString & append(QChar ch)
QString arg(Args &&... args) const const
bool endsWith(QChar c, Qt::CaseSensitivity cs) const const
QString fromLatin1(QByteArrayView str)
QString fromUtf8(QByteArrayView str)
bool isEmpty() const const
QString & remove(QChar ch, Qt::CaseSensitivity cs)
QString & replace(QChar before, QChar after, Qt::CaseSensitivity cs)
QStringList split(QChar sep, Qt::SplitBehavior behavior, Qt::CaseSensitivity cs) const const
QByteArray toLatin1() const const
QString toLower() const const
QByteArray toUtf8() const const
QString trimmed() const const
QString join(QChar separator) const const
QList< QStringView > split(QChar sep, Qt::SplitBehavior behavior, Qt::CaseSensitivity cs) const const
QString toString() const const
QStringView trimmed() const const
KeepEmptyParts
QString readAll()
QString host(ComponentFormattingOptions options) const const
bool isValid() const const
QString scheme() const const
void setUrl(const QString &url, ParsingMode parsingMode)
QString toString() const const
QUrl toUrl() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Dec 13 2024 11:49:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Dec 13 2024 11:49:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.