kmail
#include <config-enterprise.h>
#include "configuredialog.h"
#include "configuredialog_p.h"
#include "ui_accountspagereceivingtab.h"
#include "identity/identitypage.h"
#include "settings/globalsettings.h"
#include "templatesconfiguration_kfg.h"
#include "configuredialoglistview.h"
#include "configagentdelegate.h"
#include "kmkernel.h"
#include "kernel/mailkernel.h"
#include "pimcommon/widgets/simplestringlisteditor.h"
#include "colorlistbox.h"
#include <kpimidentities/identitymanager.h>
#include "folderrequester.h"
#include "kmmainwidget.h"
#include "accountconfigorderdialog.h"
#include "util.h"
#include "foldertreewidget.h"
#include "dialog/kmknotify.h"
#include "newmailnotifierinterface.h"
#include "addressline/recentaddresses.h"
#include "addressline/completionordereditor.h"
#include "messagelist/utils/aggregationcombobox.h"
#include "messagelist/utils/aggregationconfigbutton.h"
#include "messagelist/utils/themecombobox.h"
#include "messagelist/utils/themeconfigbutton.h"
#include "messagecomposer/autocorrection/composerautocorrectionwidget.h"
#include "messagecomposer/imagescaling/imagescalingwidget.h"
#include "messageviewer/utils/autoqpointer.h"
#include "messageviewer/viewer/nodehelper.h"
#include "messageviewer/widgets/configurewidget.h"
#include "messageviewer/settings/globalsettings.h"
#include "messageviewer/widgets/invitationsettings.h"
#include "messageviewer/header/customheadersettingwidget.h"
#include "messageviewer/widgets/printingsettings.h"
#include "messageviewer/adblock/adblocksettingwidget.h"
#include "messagelist/core/settings.h"
#include "messagelist/messagelistutil.h"
#include "messagecore/settings/globalsettings.h"
#include "templateparser/templatesconfiguration_kfg.h"
#include "templateparser/templatesconfiguration.h"
#include "templateparser/customtemplates.h"
#include "templateparser/globalsettings_base.h"
#include "mailcommon/util/mailutil.h"
#include "mailcommon/tag/tagwidget.h"
#include "mailcommon/tag/tag.h"
#include "mailcommon/mailcommonsettings_base.h"
#include "messagecomposer/settings/messagecomposersettings.h"
#include "configureagentswidget.h"
#include <soprano/nao.h>
#include <kpimidentities/identity.h>
#include <kmime/kmime_dateformatter.h>
#include "kleo/cryptoconfig.h"
#include "kleo/cryptobackendfactory.h"
#include "libkleo/ui/keyrequester.h"
#include "libkleo/ui/keyselectiondialog.h"
#include "libkleo/ui/cryptoconfigdialog.h"
#include <mailtransport/transportmanagementwidget.h>
#include <libkdepim/ldap/ldapclientsearch.h>
#include <klineedit.h>
#include <klocale.h>
#include <kcharsets.h>
#include <kascii.h>
#include <knuminput.h>
#include <kfontchooser.h>
#include <kmessagebox.h>
#include <kurlrequester.h>
#include <kseparator.h>
#include <kiconloader.h>
#include <kwindowsystem.h>
#include <kcmultidialog.h>
#include <knotifyconfigwidget.h>
#include <kconfiggroup.h>
#include <kbuttongroup.h>
#include <kcolorcombo.h>
#include <kfontrequester.h>
#include <kicondialog.h>
#include <kkeysequencewidget.h>
#include <KColorScheme>
#include <KComboBox>
#include <Nepomuk2/Tag>
#include <KCModuleProxy>
#include <QCheckBox>
#include <QGridLayout>
#include <QHBoxLayout>
#include <QHideEvent>
#include <QLabel>
#include <QRadioButton>
#include <QGroupBox>
#include <QListWidget>
#include <QVBoxLayout>
#include <QWhatsThis>
#include <QDBusConnection>
#include <QHostInfo>
#include <QTextCodec>
#include <QMenu>
#include <assert.h>
#include <stdlib.h>
#include <akonadi/agentfilterproxymodel.h>
#include <akonadi/agentinstancemodel.h>
#include <akonadi/agenttype.h>
#include <akonadi/agentmanager.h>
#include <akonadi/agenttypedialog.h>
#include <akonadi/agentinstancecreatejob.h>
#include <nepomuk2/resourcemanager.h>
#include <libkdepim/widgets/nepomukwarning.h>
#include "configuredialog.moc"
Go to the source code of this file.
Functions | |
static void | disableDirmngrWidget (QWidget *w) |
static void | initializeDirmngrCheckbox (QCheckBox *cb, Kleo::CryptoConfigEntry *entry) |
static void | saveCheckBoxToKleoEntry (QCheckBox *cb, Kleo::CryptoConfigEntry *entry) |
Variables | |
struct { | |
const char * configName | |
const char * displayName | |
} | colorNames [] |
struct { | |
DateFormatter::FormatType dateDisplay | |
const char * displayName | |
} | dateDisplayConfig [] |
struct { | |
const char * configName | |
const char * displayName | |
bool enableFamilyAndSize | |
bool onlyFixed | |
} | fontNames [] |
static const int | numColorNames = sizeof colorNames / sizeof *colorNames |
static const int | numDateDisplayConfig |
static const int | numFontNames = sizeof fontNames / sizeof *fontNames |
Function Documentation
|
static |
Definition at line 4027 of file configuredialog.cpp.
|
static |
Definition at line 4033 of file configuredialog.cpp.
|
static |
Definition at line 4179 of file configuredialog.cpp.
Variable Documentation
const { ... } colorNames[] |
Initial value:
= {
{ "QuotedText1", I18N_NOOP("Quoted Text - First Level") },
{ "QuotedText2", I18N_NOOP("Quoted Text - Second Level") },
{ "QuotedText3", I18N_NOOP("Quoted Text - Third Level") },
{ "LinkColor", I18N_NOOP("Link") },
{ "FollowedColor", I18N_NOOP("Followed Link") },
{ "MisspelledColor", I18N_NOOP("Misspelled Words") },
{ "UnreadMessageColor", I18N_NOOP("Unread Message") },
{ "ImportantMessageColor", I18N_NOOP("Important Message") },
{ "TodoMessageColor", I18N_NOOP("Action Item Message") },
{ "PGPMessageEncr", I18N_NOOP("OpenPGP Message - Encrypted") },
{ "PGPMessageOkKeyOk", I18N_NOOP("OpenPGP Message - Valid Signature with Trusted Key") },
{ "PGPMessageOkKeyBad", I18N_NOOP("OpenPGP Message - Valid Signature with Untrusted Key") },
{ "PGPMessageWarn", I18N_NOOP("OpenPGP Message - Unchecked Signature") },
{ "PGPMessageErr", I18N_NOOP("OpenPGP Message - Bad Signature") },
{ "HTMLWarningColor", I18N_NOOP("Border Around Warning Prepending HTML Messages") },
{ "CloseToQuotaColor", I18N_NOOP("Folder Name and Size When Close to Quota") },
{ "ColorbarBackgroundPlain", I18N_NOOP("HTML Status Bar Background - No HTML Message") },
{ "ColorbarForegroundPlain", I18N_NOOP("HTML Status Bar Foreground - No HTML Message") },
{ "ColorbarBackgroundHTML", I18N_NOOP("HTML Status Bar Background - HTML Message") },
{ "ColorbarForegroundHTML", I18N_NOOP("HTML Status Bar Foreground - HTML Message") },
{ "BrokenAccountColor", I18N_NOOP("Broken Account - Folder Text Color") },
{ "BackgroundColor", I18N_NOOP("Background Color") },
}
const char* configName |
Definition at line 774 of file configuredialog.cpp.
DateFormatter::FormatType dateDisplay |
Definition at line 1264 of file configuredialog.cpp.
const { ... } dateDisplayConfig[] |
Initial value:
= {
{ I18N_NOOP("Sta&ndard format (%1)"), KMime::DateFormatter::CTime },
{ I18N_NOOP("Locali&zed format (%1)"), KMime::DateFormatter::Localized },
{ I18N_NOOP("Smart for&mat (%1)"), KMime::DateFormatter::Fancy },
{ I18N_NOOP("C&ustom format:"), KMime::DateFormatter::Custom }
}
const char* displayName |
Definition at line 775 of file configuredialog.cpp.
bool enableFamilyAndSize |
Definition at line 776 of file configuredialog.cpp.
const { ... } fontNames[] |
Initial value:
= {
{ "body-font", I18N_NOOP("Message Body"), true, false },
{ "MessageListFont", I18N_NOOP("Message List"), true, false },
{ "UnreadMessageFont", I18N_NOOP("Message List - Unread Messages"), true, false },
{ "ImportantMessageFont", I18N_NOOP("Message List - Important Messages"), true, false },
{ "TodoMessageFont", I18N_NOOP("Message List - Action Item Messages"), true, false },
{ "folder-font", I18N_NOOP("Folder List"), true, false },
{ "quote1-font", I18N_NOOP("Quoted Text - First Level"), false, false },
{ "quote2-font", I18N_NOOP("Quoted Text - Second Level"), false, false },
{ "quote3-font", I18N_NOOP("Quoted Text - Third Level"), false, false },
{ "fixed-font", I18N_NOOP("Fixed Width Font"), true, true },
{ "composer-font", I18N_NOOP("Composer"), true, false },
{ "print-font", I18N_NOOP("Printing Output"), true, false },
}
|
static |
Definition at line 987 of file configuredialog.cpp.
|
static |
Initial value:
=
static const struct @2 dateDisplayConfig[]
Definition at line 1271 of file configuredialog.cpp.
Definition at line 792 of file configuredialog.cpp.
bool onlyFixed |
Definition at line 777 of file configuredialog.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:52 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:58:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.