diff --git a/README b/README index d59cd8cbf38..a43854af876 100644 --- a/README +++ b/README @@ -83,7 +83,7 @@ http://qt-project.org/wiki/Building_Qt_5_from_Git . When using Visual C++ 2010, you must apply a hotfix that is available from http://support.microsoft.com/kb/2280741 - (See https://bugreports.qt-project.org/browse/QTBUG-11445). + (See https://bugreports.qt.io/browse/QTBUG-11445). For the Visual C++ compilers, it is recommended to use the tool 'jom'. It is a replacement for nmake that utilizes all CPU cores and thus diff --git a/dist/known-issues b/dist/known-issues index dfeb6078c8e..33275b31979 100644 --- a/dist/known-issues +++ b/dist/known-issues @@ -4,7 +4,7 @@ http://qt-project.org/doc/qtcreator/creator-known-issues.html For a complete list of reported issues, see the Qt Bug Tracker: -https://bugreports.qt-project.org/ +https://bugreports.qt.io/ For a list of fixed issues and added features, see the changelog file in the qtcreator\dist folder or the Qt Bug Tracker. diff --git a/doc/src/howto/qtcreator-faq.qdoc b/doc/src/howto/qtcreator-faq.qdoc index 521e2feba02..8c9504c2dcd 100644 --- a/doc/src/howto/qtcreator-faq.qdoc +++ b/doc/src/howto/qtcreator-faq.qdoc @@ -161,7 +161,7 @@ \b {Has a reported issue been addressed?} You can look up any issue in the - \l{http://bugreports.qt-project.org/}{Qt bug tracker}. + \l{https://bugreports.qt.io/}{Qt bug tracker}. \include widgets/creator-faq-qtdesigner.qdocinc diff --git a/doc/src/overview/creator-issues.qdoc b/doc/src/overview/creator-issues.qdoc index 893cdf0c4a5..8725eda4099 100644 --- a/doc/src/overview/creator-issues.qdoc +++ b/doc/src/overview/creator-issues.qdoc @@ -35,7 +35,7 @@ bugs. For a list of fixed issues and added features, see the changelog file in - the \c{qtcreator\dist} folder or the \l{http://bugreports.qt-project.org} + the \c{qtcreator\dist} folder or the \l{https://bugreports.qt.io} {Qt Bug Tracker}. \section1 General Issues @@ -56,7 +56,7 @@ \li Qt 4.7.4 is known to contain a bug exposed by g++ 4.6 which triggers a crash in \QC. For more information, see - \l{http://bugreports.qt-project.org/browse/QTBUG-21265}{QTBUG-21265} + \l{https://bugreports.qt.io/browse/QTBUG-21265}{QTBUG-21265} \li The Okteta KDE custom widget plugin might be installed as part of some Linux distributions. It can cause Qt Designer to crash. For @@ -67,7 +67,7 @@ \li \l{http://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/662005} {Ubuntu bug 662005} - \li \l{http://bugreports.qt-project.org/browse/QTBUG-12025} + \li \l{https://bugreports.qt.io/browse/QTBUG-12025} {QTBUG-12025} \endlist diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index 2cd1973535d..b6c71eaeb6d 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -660,7 +660,7 @@ void HelpPlugin::slotOpenSupportPage() void HelpPlugin::slotReportBug() { - QDesktopServices::openUrl(QUrl(QLatin1String("https://bugreports.qt-project.org"))); + QDesktopServices::openUrl(QUrl(QLatin1String("https://bugreports.qt.io"))); } void HelpPlugin::doSetupIfNeeded() diff --git a/src/plugins/valgrind/callgrind/callgrinddatamodel.cpp b/src/plugins/valgrind/callgrind/callgrinddatamodel.cpp index c1f01bcc84a..7c82d08f723 100644 --- a/src/plugins/valgrind/callgrind/callgrinddatamodel.cpp +++ b/src/plugins/valgrind/callgrind/callgrinddatamodel.cpp @@ -186,7 +186,7 @@ QModelIndex DataModel::indexForObject(const Function *function) const } /** - * Evil workaround for https://bugreports.qt-project.org/browse/QTBUG-1135 + * Evil workaround for https://bugreports.qt.io/browse/QTBUG-1135 * Just replace the bad hyphens by a 'NON-BREAKING HYPHEN' unicode char */ static QString noWrap(const QString &str) diff --git a/src/plugins/valgrind/callgrindtool.cpp b/src/plugins/valgrind/callgrindtool.cpp index be13feb7e93..b40286cc89d 100644 --- a/src/plugins/valgrind/callgrindtool.cpp +++ b/src/plugins/valgrind/callgrindtool.cpp @@ -794,7 +794,7 @@ QWidget *CallgrindToolPrivate::createWidgets() m_filterProjectCosts = action; // filter - ///FIXME: find workaround for https://bugreports.qt-project.org/browse/QTCREATORBUG-3247 + ///FIXME: find workaround for https://bugreports.qt.io/browse/QTCREATORBUG-3247 QLineEdit *filter = new QLineEdit; filter->setPlaceholderText(tr("Filter...")); connect(filter, SIGNAL(textChanged(QString)), m_updateTimer, SLOT(start())); diff --git a/src/plugins/valgrind/callgrindvisualisation.cpp b/src/plugins/valgrind/callgrindvisualisation.cpp index 8507a1c9b16..0ad4a6c78cd 100644 --- a/src/plugins/valgrind/callgrindvisualisation.cpp +++ b/src/plugins/valgrind/callgrindvisualisation.cpp @@ -54,7 +54,7 @@ // Margin from hardcoded value in: // QGraphicsView::fitInView(const QRectF &rect, // Qt::AspectRatioMode aspectRatioMode) -// Bug report here: https://bugreports.qt-project.org/browse/QTBUG-11945 +// Bug report here: https://bugreports.qt.io/browse/QTBUG-11945 static const int FIT_IN_VIEW_MARGIN = 2; using namespace Valgrind::Callgrind; diff --git a/src/plugins/valgrind/workarounds.h b/src/plugins/valgrind/workarounds.h index 80d545d23bf..0ecd8c20994 100644 --- a/src/plugins/valgrind/workarounds.h +++ b/src/plugins/valgrind/workarounds.h @@ -37,7 +37,7 @@ QT_BEGIN_NAMESPACE class QPalette; QT_END_NAMESPACE -///FIXME: remove this once https://bugreports.qt-project.org/browse/QTCREATORBUG-3247 gets fixed +///FIXME: remove this once https://bugreports.qt.io/browse/QTCREATORBUG-3247 gets fixed QPalette panelPalette(const QPalette &oldPalette, bool lightColored = false); #endif // WORKAROUNDS_H diff --git a/src/tools/qtcreatorcrashhandler/utils.h b/src/tools/qtcreatorcrashhandler/utils.h index 4c7c74bad2e..294503be874 100644 --- a/src/tools/qtcreatorcrashhandler/utils.h +++ b/src/tools/qtcreatorcrashhandler/utils.h @@ -35,7 +35,7 @@ #include const char APPLICATION_NAME[] = "Qt Creator Crash Handler"; -const char URL_BUGTRACKER[] = "https://bugreports.qt-project.org/"; +const char URL_BUGTRACKER[] = "https://bugreports.qt.io/"; QByteArray fileContents(const QString &filePath); diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index f055f9a3afc..54ed8b167dd 100644 --- a/tests/auto/debugger/tst_dumpers.cpp +++ b/tests/auto/debugger/tst_dumpers.cpp @@ -5299,7 +5299,7 @@ void tst_Dumpers::dumper_data() + Check("vector.1", "[1]", "2", "double"); #endif - // https://bugreports.qt-project.org/browse/QTCREATORBUG-3611 + // https://bugreports.qt.io/browse/QTCREATORBUG-3611 QTest::newRow("Bug3611") << Data("typedef unsigned char byte;\n" "byte f = '2';\n" @@ -5308,7 +5308,7 @@ void tst_Dumpers::dumper_data() + Check("f", "50", "byte") % GdbEngine; - // https://bugreports.qt-project.org/browse/QTCREATORBUG-4904 + // https://bugreports.qt.io/browse/QTCREATORBUG-4904 QTest::newRow("Bug4904") << Data("#include \n" "struct CustomStruct {\n" @@ -5334,7 +5334,7 @@ void tst_Dumpers::dumper_data() #if 0 - // https://bugreports.qt-project.org/browse/QTCREATORBUG-5106 + // https://bugreports.qt.io/browse/QTCREATORBUG-5106 QTest::newRow("Bug5106") << Data("struct A5106 {\n" " A5106(int a, int b) : m_a(a), m_b(b) {}\n" @@ -5356,7 +5356,7 @@ void tst_Dumpers::dumper_data() #endif - // https://bugreports.qt-project.org/browse/QTCREATORBUG-5184 + // https://bugreports.qt.io/browse/QTCREATORBUG-5184 // Note: The report there shows type field "QUrl &" instead of QUrl"); // It's unclear how this can happen. It should never have been like @@ -5382,7 +5382,7 @@ void tst_Dumpers::dumper_data() + Check5("url", "\"http://127.0.0.1/\"", "@QUrl &"); - // https://bugreports.qt-project.org/browse/QTCREATORBUG-5799 + // https://bugreports.qt.io/browse/QTCREATORBUG-5799 QTest::newRow("Bug5799") << Data("typedef struct { int m1; int m2; } S1;\n" "struct S2 : S1 { };\n" @@ -5408,7 +5408,7 @@ void tst_Dumpers::dumper_data() + CheckType("s4.@1.m2", "int"); - // https://bugreports.qt-project.org/browse/QTCREATORBUG-6465 + // https://bugreports.qt.io/browse/QTCREATORBUG-6465 QTest::newRow("Bug6465") << Data("typedef char Foo[20];\n" "Foo foo = \"foo\";\n" @@ -5417,7 +5417,7 @@ void tst_Dumpers::dumper_data() #ifndef Q_OS_WIN - // https://bugreports.qt-project.org/browse/QTCREATORBUG-6857 + // https://bugreports.qt.io/browse/QTCREATORBUG-6857 QTest::newRow("Bug6857") << Data("#include \n" "#include \n" diff --git a/tests/manual/debugger/simple/simple_test_app.cpp b/tests/manual/debugger/simple/simple_test_app.cpp index d7d869a6174..ee7cc0bd366 100644 --- a/tests/manual/debugger/simple/simple_test_app.cpp +++ b/tests/manual/debugger/simple/simple_test_app.cpp @@ -5103,7 +5103,7 @@ namespace basic { dummyStatement(&foo); } - // https://bugreports.qt-project.org/browse/QTCREATORBUG-5326 + // https://bugreports.qt.io/browse/QTCREATORBUG-5326 void testChar() { @@ -6360,7 +6360,7 @@ namespace bug842 { void test842() { - // https://bugreports.qt-project.org/browse/QTCREATORBUG-842 + // https://bugreports.qt.io/browse/QTCREATORBUG-842 qWarning("Test"); BREAK_HERE; // Continue. @@ -6375,7 +6375,7 @@ namespace bug3611 { void test3611() { - // https://bugreports.qt-project.org/browse/QTCREATORBUG-3611 + // https://bugreports.qt.io/browse/QTCREATORBUG-3611 typedef unsigned char byte; byte f = '2'; int *x = (int*)&f; @@ -6397,7 +6397,7 @@ namespace bug3611 { namespace bug4019 { - // https://bugreports.qt-project.org/browse/QTCREATORBUG-4019 + // https://bugreports.qt.io/browse/QTCREATORBUG-4019 class A4019 { @@ -6423,7 +6423,7 @@ namespace bug4019 { namespace bug4997 { - // https://bugreports.qt-project.org/browse/QTCREATORBUG-4997 + // https://bugreports.qt.io/browse/QTCREATORBUG-4997 void test4997() { @@ -6437,7 +6437,7 @@ namespace bug4997 { namespace bug4904 { - // https://bugreports.qt-project.org/browse/QTCREATORBUG-4904 + // https://bugreports.qt.io/browse/QTCREATORBUG-4904 struct CustomStruct { int id; @@ -6472,7 +6472,7 @@ namespace bug4904 { namespace bug5046 { - // https://bugreports.qt-project.org/browse/QTCREATORBUG-5046 + // https://bugreports.qt.io/browse/QTCREATORBUG-5046 struct Foo { int a, b, c; }; @@ -6501,7 +6501,7 @@ namespace bug5046 { namespace bug5106 { - // https://bugreports.qt-project.org/browse/QTCREATORBUG-5106 + // https://bugreports.qt.io/browse/QTCREATORBUG-5106 class A5106 { @@ -6533,7 +6533,7 @@ namespace bug5106 { namespace bug5184 { - // https://bugreports.qt-project.org/browse/QTCREATORBUG-5184 + // https://bugreports.qt.io/browse/QTCREATORBUG-5184 // Note: The report there shows type field "QUrl &" instead of QUrl. // It's unclear how this can happen. It should never have been like @@ -6606,7 +6606,7 @@ namespace qc42170 { namespace bug5799 { - // https://bugreports.qt-project.org/browse/QTCREATORBUG-5799 + // https://bugreports.qt.io/browse/QTCREATORBUG-5799 typedef struct { int m1; int m2; } S1; @@ -6646,7 +6646,7 @@ namespace bug5799 { namespace bug6813 { - // https://bugreports.qt-project.org/browse/QTCREATORBUG-6813 + // https://bugreports.qt.io/browse/QTCREATORBUG-6813 void test6813() { int foo = 0; @@ -6724,7 +6724,7 @@ namespace cp42895 { namespace bug6465 { - // https://bugreports.qt-project.org/browse/QTCREATORBUG-6465 + // https://bugreports.qt.io/browse/QTCREATORBUG-6465 void test6465() { diff --git a/tests/system/shared/workarounds.py b/tests/system/shared/workarounds.py index 36d62ed0f82..e750af7f528 100644 --- a/tests/system/shared/workarounds.py +++ b/tests/system/shared/workarounds.py @@ -60,7 +60,7 @@ def macHackActivateContextMenuItem(item, widget=None): ################ workarounds for issues tracked inside jira ################# -JIRA_URL='https://bugreports.qt-project.org/browse' +JIRA_URL='https://bugreports.qt.io/browse' class JIRA: __instance__ = None