kmail

kmfilterdlg.cpp File Reference

#include <config.h>
#include "kmfilterdlg.h"
#include "kmsearchpatternedit.h"
#include "kmfiltermgr.h"
#include "kmmainwidget.h"
#include "accountmanager.h"
#include "filterimporterexporter.h"
#include <kmessagebox.h>
#include <kdebug.h>
#include <klocale.h>
#include <kinputdialog.h>
#include <kiconloader.h>
#include <kapplication.h>
#include <kwin.h>
#include <kconfig.h>
#include <kicondialog.h>
#include <kkeybutton.h>
#include <klistview.h>
#include <kpushbutton.h>
#include <qlayout.h>
#include <qlabel.h>
#include <qcombobox.h>
#include <qwidgetstack.h>
#include <qtooltip.h>
#include <qwhatsthis.h>
#include <qcheckbox.h>
#include <qhbox.h>
#include <qvalidator.h>
#include <qtabwidget.h>
#include <assert.h>
#include "kmfilterdlg.moc"

Include dependency graph for kmfilterdlg.cpp:

Go to the source code of this file.


Variables

const char * _wt_filterdlg_showLater
const char * _wt_filterlist
const char * _wt_filterlist_bot
const char * _wt_filterlist_copy
const char * _wt_filterlist_delete
const char * _wt_filterlist_down
const char * _wt_filterlist_new
const char * _wt_filterlist_rename
const char * _wt_filterlist_top
const char * _wt_filterlist_up
const char * KMFilterDlgHelpAnchor = "filters-id"
const char * KMPopFilterDlgHelpAnchor = "popfilters-id"

Variable Documentation

Initial value:

I18N_NOOP( "<qt><p>Check this button to force the confirmation dialog to be "
       "displayed.</p><p>This is useful if you have defined a ruleset that tags "
           "messages to be downloaded later. Without the possibility to force "
           "the dialog popup, these messages could never be downloaded if no "
           "other large messages were waiting on the server, or if you wanted to "
           "change the ruleset to tag the messages differently.</p></qt>" )

Definition at line 109 of file kmfilterdlg.cpp.

const char* _wt_filterlist

Initial value:

I18N_NOOP( "<qt><p>This is the list of defined filters. "
       "They are processed top-to-bottom.</p>"
       "<p>Click on any filter to edit it "
       "using the controls in the right-hand half "
       "of the dialog.</p></qt>" )

Definition at line 50 of file kmfilterdlg.cpp.

const char* _wt_filterlist_bot

Initial value:

I18N_NOOP( "<qt><p>Click this button to move the currently-"
       "selected filter to the <em>bottom</em> of the list above.</p>"
       "<p>This is useful since the order of the filters in the list "
       "determines the order in which they are tried on messages: "
       "The topmost filter gets tried first.</p></qt>" )

Definition at line 96 of file kmfilterdlg.cpp.

const char* _wt_filterlist_copy

Initial value:

I18N_NOOP( "<qt><p>Click this button to copy a filter.</p>"
       "<p>If you have clicked this button accidentally, you can undo this "
       "by clicking on the <em>Delete</em> button.</p></qt>" )

Definition at line 63 of file kmfilterdlg.cpp.

const char* _wt_filterlist_delete

Initial value:

I18N_NOOP( "<qt><p>Click this button to <em>delete</em> the currently-"
       "selected filter from the list above.</p>"
       "<p>There is no way to get the filter back once "
       "it is deleted, but you can always leave the "
       "dialog by clicking <em>Cancel</em> to discard the "
       "changes made.</p></qt>" )

Definition at line 67 of file kmfilterdlg.cpp.

const char* _wt_filterlist_down

Initial value:

I18N_NOOP( "<qt><p>Click this button to move the currently-"
       "selected filter <em>down</em> one in the list above.</p>"
       "<p>This is useful since the order of the filters in the list "
       "determines the order in which they are tried on messages: "
       "The topmost filter gets tried first.</p>"
       "<p>If you have clicked this button accidentally, you can undo this "
       "by clicking on the <em>Up</em> button.</p></qt>" )

Definition at line 88 of file kmfilterdlg.cpp.

const char* _wt_filterlist_new

Initial value:

I18N_NOOP( "<qt><p>Click this button to create a new filter.</p>"
       "<p>The filter will be inserted just before the currently-"
       "selected one, but you can always change that "
       "later on.</p>"
       "<p>If you have clicked this button accidentally, you can undo this "
       "by clicking on the <em>Delete</em> button.</p></qt>" )

Definition at line 56 of file kmfilterdlg.cpp.

const char* _wt_filterlist_rename

Initial value:

I18N_NOOP( "<qt><p>Click this button to rename the currently-selected filter.</p>"
       "<p>Filters are named automatically, as long as they start with "
       "\"&lt;\".</p>"
       "<p>If you have renamed a filter accidentally and want automatic "
       "naming back, click this button and select <em>Clear</em> followed "
       "by <em>OK</em> in the appearing dialog.</p></qt>" )

Definition at line 102 of file kmfilterdlg.cpp.

const char* _wt_filterlist_top

Initial value:

I18N_NOOP( "<qt><p>Click this button to move the currently-"
       "selected filter to the <em>top</em> of the list above.</p>"
       "<p>This is useful since the order of the filters in the list "
       "determines the order in which they are tried on messages: "
       "The topmost filter gets tried first.</p></qt>" )

Definition at line 74 of file kmfilterdlg.cpp.

const char* _wt_filterlist_up

Initial value:

I18N_NOOP( "<qt><p>Click this button to move the currently-"
       "selected filter <em>up</em> one in the list above.</p>"
       "<p>This is useful since the order of the filters in the list "
       "determines the order in which they are tried on messages: "
       "The topmost filter gets tried first.</p>"
       "<p>If you have clicked this button accidentally, you can undo this "
       "by clicking on the <em>Down</em> button.</p></qt>" )

Definition at line 80 of file kmfilterdlg.cpp.

const char* KMFilterDlgHelpAnchor = "filters-id"

Definition at line 118 of file kmfilterdlg.cpp.

const char* KMPopFilterDlgHelpAnchor = "popfilters-id"

Definition at line 119 of file kmfilterdlg.cpp.