Change bugreports.qt.nokia.com -> bugreports.qt-project.org
Change-Id: Ia795098f24cf358b15067f54cd08dff0bd792bc5 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
7ae38c49b7
commit
db1abf9f76
2
dist/README
vendored
2
dist/README
vendored
@ -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
|
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
|
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
|
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
|
and consult http://qt.nokia.com/developer/faqs/ to see if the issue is
|
||||||
|
2
dist/changes-5.0.0
vendored
2
dist/changes-5.0.0
vendored
@ -1,7 +1,7 @@
|
|||||||
Some of the changes listed in this file include issue tracking numbers
|
Some of the changes listed in this file include issue tracking numbers
|
||||||
corresponding to tasks in the Qt Bug Tracker:
|
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
|
Each of these identifiers can be entered in the bug tracker to obtain more
|
||||||
information about a particular change.
|
information about a particular change.
|
||||||
|
@ -298,7 +298,7 @@ entered (localStorage), but credit-card data s/b absent
|
|||||||
<div id="feedcloseX" class="feedclose t_button">X</div>
|
<div id="feedcloseX" class="feedclose t_button">X</div>
|
||||||
<form id="feedform" action="http://doc.qt.nokia.com/docFeedbck/feedback.php" method="get">
|
<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
|
<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><textarea id="feedbox" name="feedText" rows="5" cols="40"></textarea></p>
|
||||||
<p><input id="feedsubmit" class="feedclose" type="submit" name="feedback" /></p>
|
<p><input id="feedsubmit" class="feedclose" type="submit" name="feedback" /></p>
|
||||||
</form>
|
</form>
|
||||||
|
@ -2653,7 +2653,7 @@
|
|||||||
\value ElideNone Ellipsis should NOT appear in the text.
|
\value ElideNone Ellipsis should NOT appear in the text.
|
||||||
|
|
||||||
Qt::ElideMiddle is normally the most appropriate choice for URLs (e.g.,
|
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
|
whereas Qt::ElideRight is appropriate
|
||||||
for other strings (e.g.,
|
for other strings (e.g.,
|
||||||
"\l{http://qt.nokia.com/doc/qq/qq09-mac-deployment.html}{Deploying Applications on Ma...}").
|
"\l{http://qt.nokia.com/doc/qq/qq09-mac-deployment.html}{Deploying Applications on Ma...}").
|
||||||
|
@ -646,7 +646,7 @@ void QHttpNetworkConnectionChannel::allDone()
|
|||||||
Q_ASSERT(reply);
|
Q_ASSERT(reply);
|
||||||
|
|
||||||
if (!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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -409,7 +409,7 @@ static QPair<QByteArray, QByteArray> nextField(const QByteArray &text, int &posi
|
|||||||
// quoted-pair = "\" CHAR
|
// quoted-pair = "\" CHAR
|
||||||
|
|
||||||
// If it is NAME=VALUE, retain the value as is
|
// 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)
|
if (isNameValue)
|
||||||
second += '"';
|
second += '"';
|
||||||
++i;
|
++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()) {
|
if (d->path.isEmpty()) {
|
||||||
QString pathAndFileName = url.path();
|
QString pathAndFileName = url.path();
|
||||||
QString defaultPath = pathAndFileName.left(pathAndFileName.lastIndexOf(QLatin1Char('/'))+1);
|
QString defaultPath = pathAndFileName.left(pathAndFileName.lastIndexOf(QLatin1Char('/'))+1);
|
||||||
|
@ -86,7 +86,7 @@ VisualID QXlibEglIntegration::getCompatibleVisualId(Display *display, EGLDisplay
|
|||||||
chosenVisualInfo = XGetVisualInfo(display, VisualIDMask, &visualInfoTemplate, &matchingCount);
|
chosenVisualInfo = XGetVisualInfo(display, VisualIDMask, &visualInfoTemplate, &matchingCount);
|
||||||
if (chosenVisualInfo) {
|
if (chosenVisualInfo) {
|
||||||
// Skip size checks if implementation supports non-matching visual
|
// 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")) {
|
if (q_hasEglExtension(eglDisplay,"EGL_NV_post_convert_rounding")) {
|
||||||
XFree(chosenVisualInfo);
|
XFree(chosenVisualInfo);
|
||||||
return visualId;
|
return visualId;
|
||||||
|
@ -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...
|
// Check the count of images in various call orders...
|
||||||
void tst_QImageReader::gifImageCount()
|
void tst_QImageReader::gifImageCount()
|
||||||
{
|
{
|
||||||
|
@ -6474,7 +6474,7 @@ void tst_QNetworkReply::synchronousRequest()
|
|||||||
// workaround for HTTPS requests: add self-signed server cert to list of CA certs,
|
// workaround for HTTPS requests: add self-signed server cert to list of CA certs,
|
||||||
// since we cannot react to the sslErrors() signal
|
// since we cannot react to the sslErrors() signal
|
||||||
// to fix this properly we would need to have an ignoreSslErrors() method in the
|
// 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") {
|
if (url.scheme() == "https") {
|
||||||
QSslConfiguration sslConf;
|
QSslConfiguration sslConf;
|
||||||
QList<QSslCertificate> certs = QSslCertificate::fromPath(testDataDir + "/certs/qt-test-server-cacert.pem");
|
QList<QSslCertificate> certs = QSslCertificate::fromPath(testDataDir + "/certs/qt-test-server-cacert.pem");
|
||||||
|
Loading…
Reference in New Issue
Block a user