Change bugreports.qt.nokia.com -> bugreports.qt-project.org
authorSergio Ahumada <sergio.ahumada@nokia.com>
Fri, 2 Mar 2012 10:04:01 +0000 (11:04 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 2 Mar 2012 22:16:25 +0000 (23:16 +0100)
Change-Id: Ia795098f24cf358b15067f54cd08dff0bd792bc5
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
dist/README
dist/changes-5.0.0
examples/webkit/webkit-guide/_index.html
src/corelib/global/qnamespace.qdoc
src/network/access/qhttpnetworkconnectionchannel.cpp
src/network/access/qnetworkcookie.cpp
src/platformsupport/eglconvenience/qxlibeglintegration.cpp
tests/auto/gui/image/qimagereader/tst_qimagereader.cpp
tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp

index 815e12b..1206280 100644 (file)
@@ -74,7 +74,7 @@ HOW TO REPORT A BUG
 
 If you think you have found a bug in Qt, we would like to hear about
 it so that we can fix it.  The Qt bug tracking system is open to the
 
 If you think you have found a bug in Qt, we would like to hear about
 it so that we can fix it.  The Qt bug tracking system is open to the
-public at http://bugreports.qt.nokia.com/.
+public at http://bugreports.qt-project.org/.
 
 Before reporting a bug, please use the bug-tracker's search functions
 and consult http://qt.nokia.com/developer/faqs/ to see if the issue is
 
 Before reporting a bug, please use the bug-tracker's search functions
 and consult http://qt.nokia.com/developer/faqs/ to see if the issue is
index ef1bd6d..9ab96fb 100644 (file)
@@ -1,7 +1,7 @@
 Some of the changes listed in this file include issue tracking numbers
 corresponding to tasks in the Qt Bug Tracker:
 
 Some of the changes listed in this file include issue tracking numbers
 corresponding to tasks in the Qt Bug Tracker:
 
-  http://bugreports.qt.nokia.com/
+  http://bugreports.qt-project.org/
 
 Each of these identifiers can be entered in the bug tracker to obtain more
 information about a particular change.
 
 Each of these identifiers can be entered in the bug tracker to obtain more
 information about a particular change.
index 5d7dd11..f3a1f9d 100644 (file)
@@ -298,7 +298,7 @@ entered (localStorage), but credit-card data s/b absent
       <div id="feedcloseX" class="feedclose t_button">X</div>
     <form id="feedform" action="http://doc.qt.nokia.com/docFeedbck/feedback.php" method="get">
       <p id="noteHead">Thank you for giving your feedback.</p> <p class="note">Make sure it is related to this specific page. For more general bugs and
       <div id="feedcloseX" class="feedclose t_button">X</div>
     <form id="feedform" action="http://doc.qt.nokia.com/docFeedbck/feedback.php" method="get">
       <p id="noteHead">Thank you for giving your feedback.</p> <p class="note">Make sure it is related to this specific page. For more general bugs and
-      requests, please use the <a href="http://bugreports.qt.nokia.com/secure/Dashboard.jspa">Qt Bug Tracker</a>.</p>
+      requests, please use the <a href="http://bugreports.qt-project.org/secure/Dashboard.jspa">Qt Bug Tracker</a>.</p>
       <p><textarea id="feedbox" name="feedText" rows="5" cols="40"></textarea></p>
       <p><input id="feedsubmit" class="feedclose" type="submit" name="feedback" /></p>
     </form>
       <p><textarea id="feedbox" name="feedText" rows="5" cols="40"></textarea></p>
       <p><input id="feedsubmit" class="feedclose" type="submit" name="feedback" /></p>
     </form>
index 7d5eec4..1df36f4 100644 (file)
     \value ElideNone    Ellipsis should NOT appear in the text.
 
     Qt::ElideMiddle is normally the most appropriate choice for URLs (e.g.,
     \value ElideNone    Ellipsis should NOT appear in the text.
 
     Qt::ElideMiddle is normally the most appropriate choice for URLs (e.g.,
-    "\l{http://bugreports.qt.nokia.com/browse/QTWEBSITE-13}{http://bugreports.qt.../QTWEBSITE-13/}"),
+    "\l{http://bugreports.qt-project.org/browse/QTWEBSITE-13}{http://bugreports.qt.../QTWEBSITE-13/}"),
     whereas Qt::ElideRight is appropriate
     for other strings (e.g.,
     "\l{http://qt.nokia.com/doc/qq/qq09-mac-deployment.html}{Deploying Applications on Ma...}").
     whereas Qt::ElideRight is appropriate
     for other strings (e.g.,
     "\l{http://qt.nokia.com/doc/qq/qq09-mac-deployment.html}{Deploying Applications on Ma...}").
index e4ea62f..3991bff 100644 (file)
@@ -646,7 +646,7 @@ void QHttpNetworkConnectionChannel::allDone()
     Q_ASSERT(reply);
 
     if (!reply) {
     Q_ASSERT(reply);
 
     if (!reply) {
-        qWarning() << "QHttpNetworkConnectionChannel::allDone() called without reply. Please report at http://bugreports.qt.nokia.com/";
+        qWarning() << "QHttpNetworkConnectionChannel::allDone() called without reply. Please report at http://bugreports.qt-project.org/";
         return;
     }
 
         return;
     }
 
index 88b021d..0dbfdb2 100644 (file)
@@ -409,7 +409,7 @@ static QPair<QByteArray, QByteArray> nextField(const QByteArray &text, int &posi
         // quoted-pair    = "\" CHAR
 
         // If it is NAME=VALUE, retain the value as is
         // quoted-pair    = "\" CHAR
 
         // If it is NAME=VALUE, retain the value as is
-        // refer to http://bugreports.qt.nokia.com/browse/QTBUG-17746
+        // refer to http://bugreports.qt-project.org/browse/QTBUG-17746
         if (isNameValue)
             second += '"';
         ++i;
         if (isNameValue)
             second += '"';
         ++i;
@@ -1060,7 +1060,7 @@ QList<QNetworkCookie> QNetworkCookiePrivate::parseSetCookieHeaderLine(const QByt
 */
 void QNetworkCookie::normalize(const QUrl &url)
 {
 */
 void QNetworkCookie::normalize(const QUrl &url)
 {
-    // don't do path checking. See http://bugreports.qt.nokia.com/browse/QTBUG-5815
+    // don't do path checking. See http://bugreports.qt-project.org/browse/QTBUG-5815
     if (d->path.isEmpty()) {
         QString pathAndFileName = url.path();
         QString defaultPath = pathAndFileName.left(pathAndFileName.lastIndexOf(QLatin1Char('/'))+1);
     if (d->path.isEmpty()) {
         QString pathAndFileName = url.path();
         QString defaultPath = pathAndFileName.left(pathAndFileName.lastIndexOf(QLatin1Char('/'))+1);
index 0f6e2ae..3d3253b 100644 (file)
@@ -86,7 +86,7 @@ VisualID QXlibEglIntegration::getCompatibleVisualId(Display *display, EGLDisplay
         chosenVisualInfo = XGetVisualInfo(display, VisualIDMask, &visualInfoTemplate, &matchingCount);
         if (chosenVisualInfo) {
             // Skip size checks if implementation supports non-matching visual
         chosenVisualInfo = XGetVisualInfo(display, VisualIDMask, &visualInfoTemplate, &matchingCount);
         if (chosenVisualInfo) {
             // Skip size checks if implementation supports non-matching visual
-            // and config (http://bugreports.qt.nokia.com/browse/QTBUG-9444).
+            // and config (http://bugreports.qt-project.org/browse/QTBUG-9444).
             if (q_hasEglExtension(eglDisplay,"EGL_NV_post_convert_rounding")) {
                 XFree(chosenVisualInfo);
                 return visualId;
             if (q_hasEglExtension(eglDisplay,"EGL_NV_post_convert_rounding")) {
                 XFree(chosenVisualInfo);
                 return visualId;
index dd839ec..6f6662a 100644 (file)
@@ -772,7 +772,7 @@ void tst_QImageReader::animatedGif()
     }
 }
 
     }
 }
 
-// http://bugreports.qt.nokia.com/browse/QTBUG-6696
+// http://bugreports.qt-project.org/browse/QTBUG-6696
 // Check the count of images in various call orders...
 void tst_QImageReader::gifImageCount()
 {
 // Check the count of images in various call orders...
 void tst_QImageReader::gifImageCount()
 {
index 5b34fa7..d8f9bf3 100644 (file)
@@ -6474,7 +6474,7 @@ void tst_QNetworkReply::synchronousRequest()
     // workaround for HTTPS requests: add self-signed server cert to list of CA certs,
     // since we cannot react to the sslErrors() signal
     // to fix this properly we would need to have an ignoreSslErrors() method in the
     // workaround for HTTPS requests: add self-signed server cert to list of CA certs,
     // since we cannot react to the sslErrors() signal
     // to fix this properly we would need to have an ignoreSslErrors() method in the
-    // QNetworkRequest, see http://bugreports.qt.nokia.com/browse/QTBUG-14774
+    // QNetworkRequest, see http://bugreports.qt-project.org/browse/QTBUG-14774
     if (url.scheme() == "https") {
         QSslConfiguration sslConf;
         QList<QSslCertificate> certs = QSslCertificate::fromPath(testDataDir + "/certs/qt-test-server-cacert.pem");
     if (url.scheme() == "https") {
         QSslConfiguration sslConf;
         QList<QSslCertificate> certs = QSslCertificate::fromPath(testDataDir + "/certs/qt-test-server-cacert.pem");