summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-06-30 16:23:22 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-06-30 17:32:40 +0200
commit92a29f00ef97677512d89cf16c2df8ed8af83ed7 (patch)
tree5f4ef139584a03d7b156b93020eb4a2bf201cba5
parentd13c74fc671423161a1736a0a59552a3f4eae5d5 (diff)
downloadtdelibs-92a29f00ef97677512d89cf16c2df8ed8af83ed7.tar.gz
tdelibs-92a29f00ef97677512d89cf16c2df8ed8af83ed7.zip
Fix bug reports link in about dialog
Update bug reports url to bugs.trinitydesktop.org This resolves bug 2935 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit aa83c86cd30e77bad7fdb2b047ce256a24c883b5)
-rw-r--r--README4
-rw-r--r--kdecore/kcmdlineargs.cpp6
-rw-r--r--kdeprint/kprintprocess.cpp2
-rw-r--r--kdeui/kaboutapplication.cpp6
-rw-r--r--kdeui/kaboutkde.cpp2
-rw-r--r--kdeui/kbugreport.cpp8
-rw-r--r--kdeui/kbugreport.h2
-rw-r--r--kdoctools/customization/de/entities/report-bugs.docbook2
-rw-r--r--kdoctools/customization/es/entities/report-bugs.docbook2
-rw-r--r--kdoctools/customization/nl/entities/report-bugs.docbook2
-rw-r--r--kio/kio/global.cpp10
-rw-r--r--kio/kio/kautomount.cpp2
-rw-r--r--kio/misc/ksendbugmail/main.cpp8
-rw-r--r--kio/tests/kprotocolinfotest.cpp2
-rw-r--r--kio/tests/kurifiltertest.cpp2
15 files changed, 32 insertions, 28 deletions
diff --git a/README b/README
index 81c0da090..239cf7fe6 100644
--- a/README
+++ b/README
@@ -236,8 +236,8 @@ So, here are some tips on bug reporting:
older, deprecated versions usually don't get that much attention :-)
* Also the chance is high that another one experienced your problem. The
- bug report wizard at http://bugs.kde.org will help you to find out if your
- problem has already been reported.
+ bug report wizard at http://bugs.trinitydesktop.org will help you to
+ find out if your problem has already been reported.
* The best bug report for a project based on voluntary work is of course one
that comes with a patch that solves the problem. :-)
diff --git a/kdecore/kcmdlineargs.cpp b/kdecore/kcmdlineargs.cpp
index 9600da39c..45e3138c3 100644
--- a/kdecore/kcmdlineargs.cpp
+++ b/kdecore/kcmdlineargs.cpp
@@ -625,8 +625,10 @@ KCmdLineArgs::parseAllArgs()
{
if (!about->customAuthorTextEnabled ())
{
- if (about->bugAddress().isEmpty() || about->bugAddress() == "submit@bugs.kde.org" )
- printQ( i18n( "Please use http://bugs.kde.org to report bugs.\n" ) );
+ if (about->bugAddress().isEmpty()
+ || about->bugAddress() == "submit@bugs.trinitydesktop.org"
+ || about->bugAddress() == "http://bugs.trinitydesktop.org" )
+ printQ( i18n( "Please use http://bugs.trinitydesktop.org to report bugs.\n" ) );
else {
if( about->authors().count() == 1 && about->authors().first().emailAddress() == about->bugAddress() )
printQ( i18n( "Please report bugs to %1.\n" ).arg( about->authors().first().emailAddress() ) );
diff --git a/kdeprint/kprintprocess.cpp b/kdeprint/kprintprocess.cpp
index f18addde8..28bc29d72 100644
--- a/kdeprint/kprintprocess.cpp
+++ b/kdeprint/kprintprocess.cpp
@@ -86,7 +86,7 @@ void KPrintProcess::slotExited( KProcess* )
break;
default:
emit printError( this, "Internal error, printing terminated in unexpected state. "
- "Report bug at <a href=\"http://bugs.kde.org\">http://bugs.kde.org</a>." );
+ "Report bug at <a href=\"http://bugs.trinitydesktop.org\">http://bugs.trinitydesktop.org</a>." );
break;
}
}
diff --git a/kdeui/kaboutapplication.cpp b/kdeui/kaboutapplication.cpp
index 8d5828960..bc7a97cf6 100644
--- a/kdeui/kaboutapplication.cpp
+++ b/kdeui/kaboutapplication.cpp
@@ -113,8 +113,10 @@ void KAboutApplication::buildDialog( const KAboutData *aboutData )
KActiveLabel* activeLabel = new KActiveLabel( authorPage );
if (!aboutData->customAuthorTextEnabled())
{
- if ( aboutData->bugAddress().isEmpty() || aboutData->bugAddress() == "submit@bugs.pearsoncomputing.net")
- text = i18n( "Please use <a href=\"http://bugs.pearsoncomputing.net\">http://bugs.pearsoncomputing.net</a> to report bugs.\n" );
+ if ( aboutData->bugAddress().isEmpty()
+ || aboutData->bugAddress() == "submit@bugs.trinitydesktop.org"
+ || aboutData->bugAddress() == "http://bugs.trinitydesktop.org")
+ text = i18n( "Please use <a href=\"http://bugs.trinitydesktop.org\">http://bugs.trinitydesktop.org</a> to report bugs.\n" );
else {
if( aboutData->authors().count() == 1 && ( aboutData->authors().first().emailAddress() == aboutData->bugAddress() ) )
{
diff --git a/kdeui/kaboutkde.cpp b/kdeui/kaboutkde.cpp
index 76de10292..b9e525e61 100644
--- a/kdeui/kaboutkde.cpp
+++ b/kdeui/kaboutkde.cpp
@@ -52,7 +52,7 @@ KAboutKDE::KAboutKDE( TQWidget *parent, const char *name, bool modal )
"do so. However, you - the user - must tell us when "
"something does not work as expected or could be done better.<br><br>"
"The Trinity Desktop Environment has a bug tracking system. Visit "
- "<A HREF=\"http://bugs.pearsoncomputing.net\">http://bugs.pearsoncomputing.net</A> or "
+ "<a href=\"http://bugs.trinitydesktop.org\">http://bugs.trinitydesktop.org</a> or "
"use the \"Report Bug...\" dialog from the \"Help\" menu to report bugs.<br><br>"
"If you have a suggestion for improvement then you are welcome to use "
"the bug tracking system to register your wish. Make sure you use the "
diff --git a/kdeui/kbugreport.cpp b/kdeui/kbugreport.cpp
index 03f12c9cb..9116d77e7 100644
--- a/kdeui/kbugreport.cpp
+++ b/kdeui/kbugreport.cpp
@@ -88,7 +88,7 @@ KBugReport::KBugReport( TQWidget * parentw, bool modal, const KAboutData *aboutD
TQWidget * parent = plainPage();
d->submitBugButton = 0;
- //if ( m_aboutData->bugAddress() == TQString::fromLatin1("submit@bugs.pearsoncomputing.net") )
+ //if ( m_aboutData->bugAddress() == TQString::fromLatin1("submit@bugs.trinitydesktop.org") )
//{
// // This is a core KDE application -> redirect to the web form
// Always redirect to the Web form for Trinity
@@ -283,7 +283,7 @@ KBugReport::~KBugReport()
void KBugReport::updateURL()
{
- KURL url ( "http://bugs.pearsoncomputing.net/enter_bug.cgi" );
+ KURL url ( "http://bugs.trinitydesktop.org/enter_bug.cgi" );
url.addQueryItem( "product", "TDE" );
url.addQueryItem( "op_sys", d->os );
url.addQueryItem( "cf_kde_compiler", KDE_COMPILER_VERSION );
@@ -418,7 +418,7 @@ void KBugReport::slotOk( void )
{
TQString msg = i18n("Unable to send the bug report.\n"
"Please submit a bug report manually...\n"
- "See http://bugs.pearsoncomputing.net/ for instructions.");
+ "See http://bugs.trinitydesktop.org/ for instructions.");
KMessageBox::error(this, msg + "\n\n" + d->lastError);
return;
}
@@ -486,7 +486,7 @@ bool KBugReport::sendBugReport()
{
TQString recipient ( m_aboutData ?
m_aboutData->bugAddress() :
- TQString::fromLatin1("submit@bugs.pearsoncomputing.net") );
+ TQString::fromLatin1("submit@bugs.trinitydesktop.org") );
TQString command;
command = locate("exe", "ksendbugmail");
diff --git a/kdeui/kbugreport.h b/kdeui/kbugreport.h
index d97d760f2..f19d0541b 100644
--- a/kdeui/kbugreport.h
+++ b/kdeui/kbugreport.h
@@ -66,7 +66,7 @@ protected slots:
*/
virtual void slotSetFrom();
/**
- * The URL-Label "http://bugs.pearsoncomputing.net/" was clicked.
+ * The URL-Label "http://bugs.trinitydesktop.org/" was clicked.
* @deprecated remove in KDE4.0
*/
virtual void slotUrlClicked(const TQString &);
diff --git a/kdoctools/customization/de/entities/report-bugs.docbook b/kdoctools/customization/de/entities/report-bugs.docbook
index 26ac76a23..bdab68063 100644
--- a/kdoctools/customization/de/entities/report-bugs.docbook
+++ b/kdoctools/customization/de/entities/report-bugs.docbook
@@ -1 +1 @@
-<para>Berichten Sie über Probleme und Wünsche auf der Internetseite <ulink url="http://bugs.kde.org">http://bugs.kde.org</ulink>.</para>
+<para>Berichten Sie über Probleme und Wünsche auf der Internetseite <ulink url="http://bugs.trinitydesktop.org">http://bugs.trinitydesktop.org</ulink>.</para>
diff --git a/kdoctools/customization/es/entities/report-bugs.docbook b/kdoctools/customization/es/entities/report-bugs.docbook
index 7becde305..9a54332fb 100644
--- a/kdoctools/customization/es/entities/report-bugs.docbook
+++ b/kdoctools/customization/es/entities/report-bugs.docbook
@@ -1 +1 @@
-<para>Si encuentra algún error en la documentación o en su traducción dirijase a la página <ulink url="http://bugs.kde.org">http://bugs.kde.org</ulink> para informar del error.</para>
+<para>Si encuentra algún error en la documentación o en su traducción dirijase a la página <ulink url="http://bugs.trinitydesktop.org">http://bugs.trinitydesktop.org</ulink> para informar del error.</para>
diff --git a/kdoctools/customization/nl/entities/report-bugs.docbook b/kdoctools/customization/nl/entities/report-bugs.docbook
index c07a3d282..6c5009213 100644
--- a/kdoctools/customization/nl/entities/report-bugs.docbook
+++ b/kdoctools/customization/nl/entities/report-bugs.docbook
@@ -1 +1 @@
-<para>Problemen en suggesties kunnen op de website <ulink url="http://bugs.kde.org">http://bugs.kde.nl</ulink> gemeld worden.</para> \ No newline at end of file
+<para>Problemen en suggesties kunnen op de website <ulink url="http://bugs.trinitydesktop.org">http://bugs.trinitydesktop.org</ulink> gemeld worden.</para>
diff --git a/kio/kio/global.cpp b/kio/kio/global.cpp
index 1b39914ba..0c7896d80 100644
--- a/kio/kio/global.cpp
+++ b/kio/kio/global.cpp
@@ -243,7 +243,7 @@ KIO_EXPORT TQString KIO::buildErrorString(int errorCode, const TQString &errorTe
result = i18n( "Could not start process %1." ).arg( errorText );
break;
case KIO::ERR_INTERNAL:
- result = i18n( "Internal Error\nPlease send a full bug report at http://bugs.kde.org\n%1" ).arg( errorText );
+ result = i18n( "Internal Error\nPlease send a full bug report at http://bugs.trinitydesktop.org\n%1" ).arg( errorText );
break;
case KIO::ERR_MALFORMED_URL:
result = i18n( "Malformed URL %1." ).arg( errorText );
@@ -429,7 +429,7 @@ KIO_EXPORT TQString KIO::buildErrorString(int errorCode, const TQString &errorTe
result = i18n( "Could not access %1.\nOffline mode active.").arg( errorText );
break;
default:
- result = i18n( "Unknown error code %1\n%2\nPlease send a full bug report at http://bugs.kde.org." ).arg( errorCode ).arg( errorText );
+ result = i18n( "Unknown error code %1\n%2\nPlease send a full bug report at http://bugs.trinitydesktop.org." ).arg( errorCode ).arg( errorText );
break;
}
@@ -608,7 +608,7 @@ KIO_EXPORT TQByteArray KIO::rawErrorDetail(int errorCode, const TQString &errorT
"high quality bug report. If the software is provided by a third party, "
"please contact them directly. Otherwise, first look to see if "
"the same bug has been submitted by someone else by searching at the "
- "<a href=\"http://bugs.kde.org/\">KDE bug reporting website</a>. If not, take "
+ "<a href=\"http://bugs.trinitydesktop.org/\">TDE bug reporting website</a>. If not, take "
"note of the details given above, and include them in your bug report, along "
"with as many other details as you think might help." );
TQString cNetwork = i18n( "There may have been a problem with your network "
@@ -1118,8 +1118,8 @@ KIO_EXPORT TQByteArray KIO::rawErrorDetail(int errorCode, const TQString &errorT
"authentication details, the authentication failed because the "
"method that the server is using is not supported by the KDE "
"program implementing the protocol %1." ).arg( protocol );
- solutions << i18n( "Please file a bug at <a href=\"http://bugs.kde.org/\">"
- "http://bugs.kde.org/</a> to inform the KDE team of the unsupported "
+ solutions << i18n( "Please file a bug at <a href=\"http://bugs.trinitydesktop.org/\">"
+ "http://bugs.trinitydesktop.org/</a> to inform the TDE team of the unsupported "
"authentication method." ) << sSysadmin;
break;
diff --git a/kio/kio/kautomount.cpp b/kio/kio/kautomount.cpp
index a4782c313..434090801 100644
--- a/kio/kio/kautomount.cpp
+++ b/kio/kio/kautomount.cpp
@@ -57,7 +57,7 @@ void KAutoMount::slotResult( KIO::Job * job )
if ( mountpoint.path().isEmpty() )
kdWarning(7015) << m_strDevice << " was correctly mounted, but KIO::findDeviceMountPoint didn't find it. "
- << "This looks like a bug, please report it on http://bugs.kde.org, together with your /etc/fstab line" << endl;
+ << "This looks like a bug, please report it on http://bugs.trinitydesktop.org, together with your /etc/fstab line" << endl;
else if ( m_bShowFilemanagerWindow )
KRun::runURL( mountpoint, "inode/directory" );
diff --git a/kio/misc/ksendbugmail/main.cpp b/kio/misc/ksendbugmail/main.cpp
index 411032f5f..84d65f3eb 100644
--- a/kio/misc/ksendbugmail/main.cpp
+++ b/kio/misc/ksendbugmail/main.cpp
@@ -20,7 +20,7 @@
static KCmdLineOptions options[] = {
{ "subject <argument>", I18N_NOOP("Subject line"), 0 },
- { "recipient <argument>", I18N_NOOP("Recipient"), "submit@bugs.kde.org" },
+ { "recipient <argument>", I18N_NOOP("Recipient"), "submit@bugs.trinitydesktop.org" },
KCmdLineLastOption
};
@@ -60,7 +60,7 @@ int main(int argc, char **argv) {
KLocale::setMainCatalogue("kdelibs");
KAboutData d("ksendbugmail", I18N_NOOP("KSendBugMail"), "1.0",
- I18N_NOOP("Sends a short bug report to submit@bugs.kde.org"),
+ I18N_NOOP("Sends a short bug report to submit@bugs.trinitydesktop.org"),
KAboutData::License_GPL, "(c) 2000 Stephan Kulow");
d.addAuthor("Stephan Kulow", I18N_NOOP("Author"), "coolo@kde.org");
@@ -72,7 +72,7 @@ int main(int argc, char **argv) {
TQCString recipient = args->getOption("recipient");
if (recipient.isEmpty())
- recipient = "submit@bugs.kde.org";
+ recipient = "submit@bugs.trinitydesktop.org";
else {
if (recipient.at(0) == '\'') {
recipient = recipient.mid(1).left(recipient.length() - 2);
@@ -117,7 +117,7 @@ int main(int argc, char **argv) {
TQString server = emailConfig.getSetting(KEMailSettings::OutServer);
if (server.isEmpty())
- server=TQString::fromLatin1("bugs.kde.org");
+ server=TQString::fromLatin1("bugs.trinitydesktop.org");
SMTP *sm = new SMTP;
BugMailer bm(sm);
diff --git a/kio/tests/kprotocolinfotest.cpp b/kio/tests/kprotocolinfotest.cpp
index e64fbef66..d83162aae 100644
--- a/kio/tests/kprotocolinfotest.cpp
+++ b/kio/tests/kprotocolinfotest.cpp
@@ -48,7 +48,7 @@ int main(int argc, char **argv) {
assert( KGlobalSettings::showFilePreview( "audiocd:/" ) == false );
TQString proxy;
- TQString protocol = KProtocolManager::slaveProtocol( "http://bugs.kde.org", proxy );
+ TQString protocol = KProtocolManager::slaveProtocol( "http://bugs.trinitydesktop.org", proxy );
assert( protocol == "http" );
TQStringList capabilities = KProtocolInfo::capabilities( "imap" );
diff --git a/kio/tests/kurifiltertest.cpp b/kio/tests/kurifiltertest.cpp
index 8a416829c..1515fe533 100644
--- a/kio/tests/kurifiltertest.cpp
+++ b/kio/tests/kurifiltertest.cpp
@@ -343,7 +343,7 @@ int main(int argc, char **argv)
TQCString sc;
filter( sc.sprintf("gg%cfoo bar",delimiter), "http://www.google.com/search?q=foo+bar&ie=UTF-8&oe=UTF-8", KURIFilterData::NET_PROTOCOL );
- filter( sc.sprintf("bug%c55798", delimiter), "http://bugs.pearsoncomputing.net/show_bug.cgi?id=55798", KURIFilterData::NET_PROTOCOL );
+ filter( sc.sprintf("bug%c55798", delimiter), "http://bugs.trinitydesktop.org/show_bug.cgi?id=55798", KURIFilterData::NET_PROTOCOL );
filter( sc.sprintf("gg%cC++", delimiter), "http://www.google.com/search?q=C%2B%2B&ie=UTF-8&oe=UTF-8", KURIFilterData::NET_PROTOCOL );
filter( sc.sprintf("ya%cfoo bar was here", delimiter), 0, -1 ); // this triggers default search, i.e. google