kbugreport.cpp
111 TQString qwtstr = i18n( "Your email address. If incorrect, use the Configure Email button to change it" );
148 TQString qwtstr = i18n( "The application for which you wish to submit a bug report - if incorrect, please use the Report Bug menu item of the correct application" );
174 qwtstr = i18n( "The version of this application - please make sure that no newer version is available before sending a bug report" );
214 const TQString sevTexts[5] = { i18n("Critical"), i18n("Grave"), i18n("normal severity","Normal"), i18n("Wishlist"), i18n("Translation") };
254 TQString text = i18n("Reporting bugs and requesting enhancements are maintained using the Bugzilla reporting system.\n"
401 "<li>introduce a security hole on the system where the affected package is installed</li></ul>\n"
403 "If it does not, please select a lower severity. Thank you!</p>" ),TQString::null,KStdGuiItem::cont(),KStdGuiItem::cancel() ) == KMessageBox::No )
412 "<li>introduce a security hole allowing access to the accounts of users who use the affected package</li></ul>\n"
414 "If it does not, please select a lower severity. Thank you!</p>" ),TQString::null,KStdGuiItem::cont(),KStdGuiItem::cancel() ) == KMessageBox::No )
464 if (severity == TQString::fromLatin1("i18n") && TDEGlobal::locale()->language() != TDELocale::defaultLanguage()) {
virtual void slotConfigureEmail()
"Configure email" has been clicked - this calls tdecmshell System/email
Definition kbugreport.cpp:319
void appChanged(int)
Application combo selection changed (and was activated)
Definition kbugreport.cpp:298
virtual void slotSetFrom()
Sets the "From" field from the e-mail configuration Called at creation time, but also after "Configur...
Definition kbugreport.cpp:335
virtual void slotUrlClicked(const TQString &)
The URL-Label "http://bugs.trinitydesktop.org/" was clicked.
Definition kbugreport.cpp:364
void updateURL()
Update the url to match the current os, compiler, selected app, etc.
Definition kbugreport.cpp:285
KBugReport(TQWidget *parent=0L, bool modal=true, const TDEAboutData *aboutData=0L)
Creates a bug-report dialog.
Definition kbugreport.cpp:68
A dialog base class with standard buttons and predefined layouts.
Definition kdialogbase.h:192
virtual void slotCancel()
Activated when the Cancel button has been clicked.
Definition kdialogbase.cpp:1215
void setButtonOK(const KGuiItem &item=KStdGuiItem::ok())
Sets the appearance of the OK button.
Definition kdialogbase.cpp:916
void setButtonCancel(const KGuiItem &item=KStdGuiItem::cancel())
Sets the appearance of the Cancel button.
Definition kdialogbase.cpp:970
TQFrame * plainPage()
Retrieve the empty page when the predefined layout is used in Plain mode.
Definition kdialogbase.cpp:420
static int spacingHint()
Return the number of pixels you shall use between widgets inside a dialog according to the KDE standa...
Definition kdialog.cpp:110
static void information(TQWidget *parent, const TQString &text, const TQString &caption=TQString::null, const TQString &dontShowAgainName=TQString::null, int options=Notify)
Display an "Information" dialog.
Definition tdemessagebox.cpp:883
static void error(TQWidget *parent, const TQString &text, const TQString &caption=TQString::null, int options=Notify)
Display an "Error" dialog.
Definition tdemessagebox.cpp:734
static int questionYesNo(TQWidget *parent, const TQString &text, const TQString &caption=TQString::null, const KGuiItem &buttonYes=KStdGuiItem::yes(), const KGuiItem &buttonNo=KStdGuiItem::no(), const TQString &dontAskAgainName=TQString::null, int options=Notify)
Display a simple "question" dialog.
Definition tdemessagebox.cpp:317
static int warningYesNo(TQWidget *parent, const TQString &text, const TQString &caption=TQString::null, const KGuiItem &buttonYes=KStdGuiItem::yes(), const KGuiItem &buttonNo=KStdGuiItem::no(), const TQString &dontAskAgainName=TQString::null, int options=Notify|Dangerous)
Display a "warning" dialog.
Definition tdemessagebox.cpp:505
bool close()
void unlink()
TQString name() const
void addQueryItem(const TQString &_item, const TQString &_value, int encoding_hint=0)
TQString bugAddress() const
TQString version() const
const char * productName() const
TQString readEntry(const TQString &pKey, const TQString &aDefault=TQString::null) const
void setGroup(const TQString &group)
static TDEInstance * instance()
static TDELocale * locale()
const TDEAboutData * aboutData() const
static TQString defaultLanguage()
virtual bool start(RunMode runmode=NotifyOnExit, Communication comm=NoCommunication)
static TQString quote(const TQString &arg)
static TQString findExe(const TQString &appname, const TQString &pathstr=TQString::null, bool ignoreExecBit=false)
kdbgstream kdError(int area=0)
kndbgstream & endl(kndbgstream &s)
kdbgstream kdDebug(int area=0)
TQString locate(const char *type, const TQString &filename, const TDEInstance *instance=TDEGlobal::instance())