forked from qt-creator/qt-creator
Adapt bugtracker URL
Change-Id: I93a256f18e720edb0bcfc2b409c119abfdcf2a2b Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
This commit is contained in:
2
README
2
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
|
When using Visual C++ 2010, you must apply a hotfix that is available
|
||||||
from http://support.microsoft.com/kb/2280741
|
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'.
|
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
|
It is a replacement for nmake that utilizes all CPU cores and thus
|
||||||
|
|||||||
2
dist/known-issues
vendored
2
dist/known-issues
vendored
@@ -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:
|
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.
|
For a list of fixed issues and added features, see the changelog file in the qtcreator\dist folder or the Qt Bug Tracker.
|
||||||
|
|
||||||
|
|||||||
@@ -161,7 +161,7 @@
|
|||||||
\b {Has a reported issue been addressed?}
|
\b {Has a reported issue been addressed?}
|
||||||
|
|
||||||
You can look up any issue in the
|
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
|
\include widgets/creator-faq-qtdesigner.qdocinc
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
bugs.
|
bugs.
|
||||||
|
|
||||||
For a list of fixed issues and added features, see the changelog file in
|
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}.
|
{Qt Bug Tracker}.
|
||||||
|
|
||||||
\section1 General Issues
|
\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
|
\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
|
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
|
\li The Okteta KDE custom widget plugin might be installed as part of
|
||||||
some Linux distributions. It can cause Qt Designer to crash. For
|
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}
|
\li \l{http://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/662005}
|
||||||
{Ubuntu 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}
|
{QTBUG-12025}
|
||||||
|
|
||||||
\endlist
|
\endlist
|
||||||
|
|||||||
@@ -660,7 +660,7 @@ void HelpPlugin::slotOpenSupportPage()
|
|||||||
|
|
||||||
void HelpPlugin::slotReportBug()
|
void HelpPlugin::slotReportBug()
|
||||||
{
|
{
|
||||||
QDesktopServices::openUrl(QUrl(QLatin1String("https://bugreports.qt-project.org")));
|
QDesktopServices::openUrl(QUrl(QLatin1String("https://bugreports.qt.io")));
|
||||||
}
|
}
|
||||||
|
|
||||||
void HelpPlugin::doSetupIfNeeded()
|
void HelpPlugin::doSetupIfNeeded()
|
||||||
|
|||||||
@@ -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
|
* Just replace the bad hyphens by a 'NON-BREAKING HYPHEN' unicode char
|
||||||
*/
|
*/
|
||||||
static QString noWrap(const QString &str)
|
static QString noWrap(const QString &str)
|
||||||
|
|||||||
@@ -794,7 +794,7 @@ QWidget *CallgrindToolPrivate::createWidgets()
|
|||||||
m_filterProjectCosts = action;
|
m_filterProjectCosts = action;
|
||||||
|
|
||||||
// filter
|
// 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;
|
QLineEdit *filter = new QLineEdit;
|
||||||
filter->setPlaceholderText(tr("Filter..."));
|
filter->setPlaceholderText(tr("Filter..."));
|
||||||
connect(filter, SIGNAL(textChanged(QString)), m_updateTimer, SLOT(start()));
|
connect(filter, SIGNAL(textChanged(QString)), m_updateTimer, SLOT(start()));
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
// Margin from hardcoded value in:
|
// Margin from hardcoded value in:
|
||||||
// QGraphicsView::fitInView(const QRectF &rect,
|
// QGraphicsView::fitInView(const QRectF &rect,
|
||||||
// Qt::AspectRatioMode aspectRatioMode)
|
// 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;
|
static const int FIT_IN_VIEW_MARGIN = 2;
|
||||||
|
|
||||||
using namespace Valgrind::Callgrind;
|
using namespace Valgrind::Callgrind;
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
class QPalette;
|
class QPalette;
|
||||||
QT_END_NAMESPACE
|
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);
|
QPalette panelPalette(const QPalette &oldPalette, bool lightColored = false);
|
||||||
|
|
||||||
#endif // WORKAROUNDS_H
|
#endif // WORKAROUNDS_H
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
const char APPLICATION_NAME[] = "Qt Creator Crash Handler";
|
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);
|
QByteArray fileContents(const QString &filePath);
|
||||||
|
|
||||||
|
|||||||
@@ -5299,7 +5299,7 @@ void tst_Dumpers::dumper_data()
|
|||||||
+ Check("vector.1", "[1]", "2", "double");
|
+ Check("vector.1", "[1]", "2", "double");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-3611
|
// https://bugreports.qt.io/browse/QTCREATORBUG-3611
|
||||||
QTest::newRow("Bug3611")
|
QTest::newRow("Bug3611")
|
||||||
<< Data("typedef unsigned char byte;\n"
|
<< Data("typedef unsigned char byte;\n"
|
||||||
"byte f = '2';\n"
|
"byte f = '2';\n"
|
||||||
@@ -5308,7 +5308,7 @@ void tst_Dumpers::dumper_data()
|
|||||||
+ Check("f", "50", "byte") % GdbEngine;
|
+ Check("f", "50", "byte") % GdbEngine;
|
||||||
|
|
||||||
|
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-4904
|
// https://bugreports.qt.io/browse/QTCREATORBUG-4904
|
||||||
QTest::newRow("Bug4904")
|
QTest::newRow("Bug4904")
|
||||||
<< Data("#include <QMap>\n"
|
<< Data("#include <QMap>\n"
|
||||||
"struct CustomStruct {\n"
|
"struct CustomStruct {\n"
|
||||||
@@ -5334,7 +5334,7 @@ void tst_Dumpers::dumper_data()
|
|||||||
|
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-5106
|
// https://bugreports.qt.io/browse/QTCREATORBUG-5106
|
||||||
QTest::newRow("Bug5106")
|
QTest::newRow("Bug5106")
|
||||||
<< Data("struct A5106 {\n"
|
<< Data("struct A5106 {\n"
|
||||||
" A5106(int a, int b) : m_a(a), m_b(b) {}\n"
|
" A5106(int a, int b) : m_a(a), m_b(b) {}\n"
|
||||||
@@ -5356,7 +5356,7 @@ void tst_Dumpers::dumper_data()
|
|||||||
#endif
|
#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");
|
// Note: The report there shows type field "QUrl &" instead of QUrl");
|
||||||
// It's unclear how this can happen. It should never have been like
|
// 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 &");
|
+ 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")
|
QTest::newRow("Bug5799")
|
||||||
<< Data("typedef struct { int m1; int m2; } S1;\n"
|
<< Data("typedef struct { int m1; int m2; } S1;\n"
|
||||||
"struct S2 : S1 { };\n"
|
"struct S2 : S1 { };\n"
|
||||||
@@ -5408,7 +5408,7 @@ void tst_Dumpers::dumper_data()
|
|||||||
+ CheckType("s4.@1.m2", "int");
|
+ CheckType("s4.@1.m2", "int");
|
||||||
|
|
||||||
|
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-6465
|
// https://bugreports.qt.io/browse/QTCREATORBUG-6465
|
||||||
QTest::newRow("Bug6465")
|
QTest::newRow("Bug6465")
|
||||||
<< Data("typedef char Foo[20];\n"
|
<< Data("typedef char Foo[20];\n"
|
||||||
"Foo foo = \"foo\";\n"
|
"Foo foo = \"foo\";\n"
|
||||||
@@ -5417,7 +5417,7 @@ void tst_Dumpers::dumper_data()
|
|||||||
|
|
||||||
|
|
||||||
#ifndef Q_OS_WIN
|
#ifndef Q_OS_WIN
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-6857
|
// https://bugreports.qt.io/browse/QTCREATORBUG-6857
|
||||||
QTest::newRow("Bug6857")
|
QTest::newRow("Bug6857")
|
||||||
<< Data("#include <QFile>\n"
|
<< Data("#include <QFile>\n"
|
||||||
"#include <QString>\n"
|
"#include <QString>\n"
|
||||||
|
|||||||
@@ -5103,7 +5103,7 @@ namespace basic {
|
|||||||
dummyStatement(&foo);
|
dummyStatement(&foo);
|
||||||
}
|
}
|
||||||
|
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-5326
|
// https://bugreports.qt.io/browse/QTCREATORBUG-5326
|
||||||
|
|
||||||
void testChar()
|
void testChar()
|
||||||
{
|
{
|
||||||
@@ -6360,7 +6360,7 @@ namespace bug842 {
|
|||||||
|
|
||||||
void test842()
|
void test842()
|
||||||
{
|
{
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-842
|
// https://bugreports.qt.io/browse/QTCREATORBUG-842
|
||||||
qWarning("Test");
|
qWarning("Test");
|
||||||
BREAK_HERE;
|
BREAK_HERE;
|
||||||
// Continue.
|
// Continue.
|
||||||
@@ -6375,7 +6375,7 @@ namespace bug3611 {
|
|||||||
|
|
||||||
void test3611()
|
void test3611()
|
||||||
{
|
{
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-3611
|
// https://bugreports.qt.io/browse/QTCREATORBUG-3611
|
||||||
typedef unsigned char byte;
|
typedef unsigned char byte;
|
||||||
byte f = '2';
|
byte f = '2';
|
||||||
int *x = (int*)&f;
|
int *x = (int*)&f;
|
||||||
@@ -6397,7 +6397,7 @@ namespace bug3611 {
|
|||||||
|
|
||||||
namespace bug4019 {
|
namespace bug4019 {
|
||||||
|
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-4019
|
// https://bugreports.qt.io/browse/QTCREATORBUG-4019
|
||||||
|
|
||||||
class A4019
|
class A4019
|
||||||
{
|
{
|
||||||
@@ -6423,7 +6423,7 @@ namespace bug4019 {
|
|||||||
|
|
||||||
namespace bug4997 {
|
namespace bug4997 {
|
||||||
|
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-4997
|
// https://bugreports.qt.io/browse/QTCREATORBUG-4997
|
||||||
|
|
||||||
void test4997()
|
void test4997()
|
||||||
{
|
{
|
||||||
@@ -6437,7 +6437,7 @@ namespace bug4997 {
|
|||||||
|
|
||||||
namespace bug4904 {
|
namespace bug4904 {
|
||||||
|
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-4904
|
// https://bugreports.qt.io/browse/QTCREATORBUG-4904
|
||||||
|
|
||||||
struct CustomStruct {
|
struct CustomStruct {
|
||||||
int id;
|
int id;
|
||||||
@@ -6472,7 +6472,7 @@ namespace bug4904 {
|
|||||||
|
|
||||||
namespace bug5046 {
|
namespace bug5046 {
|
||||||
|
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-5046
|
// https://bugreports.qt.io/browse/QTCREATORBUG-5046
|
||||||
|
|
||||||
struct Foo { int a, b, c; };
|
struct Foo { int a, b, c; };
|
||||||
|
|
||||||
@@ -6501,7 +6501,7 @@ namespace bug5046 {
|
|||||||
|
|
||||||
namespace bug5106 {
|
namespace bug5106 {
|
||||||
|
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-5106
|
// https://bugreports.qt.io/browse/QTCREATORBUG-5106
|
||||||
|
|
||||||
class A5106
|
class A5106
|
||||||
{
|
{
|
||||||
@@ -6533,7 +6533,7 @@ namespace bug5106 {
|
|||||||
|
|
||||||
namespace bug5184 {
|
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.
|
// Note: The report there shows type field "QUrl &" instead of QUrl.
|
||||||
// It's unclear how this can happen. It should never have been like
|
// It's unclear how this can happen. It should never have been like
|
||||||
@@ -6606,7 +6606,7 @@ namespace qc42170 {
|
|||||||
|
|
||||||
namespace bug5799 {
|
namespace bug5799 {
|
||||||
|
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-5799
|
// https://bugreports.qt.io/browse/QTCREATORBUG-5799
|
||||||
|
|
||||||
typedef struct { int m1; int m2; } S1;
|
typedef struct { int m1; int m2; } S1;
|
||||||
|
|
||||||
@@ -6646,7 +6646,7 @@ namespace bug5799 {
|
|||||||
|
|
||||||
namespace bug6813 {
|
namespace bug6813 {
|
||||||
|
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-6813
|
// https://bugreports.qt.io/browse/QTCREATORBUG-6813
|
||||||
void test6813()
|
void test6813()
|
||||||
{
|
{
|
||||||
int foo = 0;
|
int foo = 0;
|
||||||
@@ -6724,7 +6724,7 @@ namespace cp42895 {
|
|||||||
|
|
||||||
namespace bug6465 {
|
namespace bug6465 {
|
||||||
|
|
||||||
// https://bugreports.qt-project.org/browse/QTCREATORBUG-6465
|
// https://bugreports.qt.io/browse/QTCREATORBUG-6465
|
||||||
|
|
||||||
void test6465()
|
void test6465()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ def macHackActivateContextMenuItem(item, widget=None):
|
|||||||
|
|
||||||
################ workarounds for issues tracked inside jira #################
|
################ workarounds for issues tracked inside jira #################
|
||||||
|
|
||||||
JIRA_URL='https://bugreports.qt-project.org/browse'
|
JIRA_URL='https://bugreports.qt.io/browse'
|
||||||
|
|
||||||
class JIRA:
|
class JIRA:
|
||||||
__instance__ = None
|
__instance__ = None
|
||||||
|
|||||||
Reference in New Issue
Block a user