forked from qt-creator/qt-creator
Fix remaining URLs and a few other things that still referred Nokia
Change-Id: I1c85bae3a1ada7a281fedd6951b35e6a4da395e6 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
7e98b97326
commit
4f0b90dd43
2
dist/changes-2.1.0
vendored
2
dist/changes-2.1.0
vendored
@@ -12,7 +12,7 @@ General
|
|||||||
|
|
||||||
Editing
|
Editing
|
||||||
* Generic highlighter:
|
* Generic highlighter:
|
||||||
http://labs.qt.nokia.com/2010/09/16/generic-highlighter-in-qt-creator/
|
http://blog.qt.digia.com/2010/09/16/generic-highlighter-in-qt-creator/
|
||||||
|
|
||||||
C++ Support
|
C++ Support
|
||||||
* Added semantic highlighting of types, virtual methods, locals, statics and
|
* Added semantic highlighting of types, virtual methods, locals, statics and
|
||||||
|
@@ -640,7 +640,7 @@
|
|||||||
does not have signals or slots, if it is intended to be used
|
does not have signals or slots, if it is intended to be used
|
||||||
with qobject_cast<>. See also \l{Casting}.
|
with qobject_cast<>. See also \l{Casting}.
|
||||||
\o Normalize the arguments for signals and slots
|
\o Normalize the arguments for signals and slots
|
||||||
(see \l{http://doc.qt.nokia.com/4.7/qmetaobject.html#normalizedSignature}{QMetaObject::normalizedSignature}
|
(see \l{http://qt-project.org/doc/qt-4.8/qmetaobject.html#normalizedSignature}{QMetaObject::normalizedSignature}
|
||||||
inside connect statements
|
inside connect statements
|
||||||
to safely make signal and slot lookup a few cycles faster.
|
to safely make signal and slot lookup a few cycles faster.
|
||||||
You can use $QTDIR/util/normalize to normalize existing code.
|
You can use $QTDIR/util/normalize to normalize existing code.
|
||||||
|
@@ -34,8 +34,8 @@
|
|||||||
|
|
||||||
\section1 Location
|
\section1 Location
|
||||||
|
|
||||||
User specific tools are located in \c {$HOME/.config/Nokia/qtcreator/externaltools}
|
User specific tools are located in \c {$HOME/.config/QtProject/qtcreator/externaltools}
|
||||||
on Mac and Linux, and in \c {%APPDATA%\Nokia\qtcreator\externaltools} on Windows.
|
on Mac and Linux, and in \c {%APPDATA%\QtProject\qtcreator\externaltools} on Windows.
|
||||||
|
|
||||||
System wide tools are located in \c {<Qt Creator install>/share/qtcreator/externaltools}
|
System wide tools are located in \c {<Qt Creator install>/share/qtcreator/externaltools}
|
||||||
on Windows and Linux, and in \c {Qt Creator.app/Contents/Resources/externaltools} on Mac.
|
on Windows and Linux, and in \c {Qt Creator.app/Contents/Resources/externaltools} on Mac.
|
||||||
|
@@ -98,7 +98,7 @@
|
|||||||
plugin directory (requires you to have write permissions there).
|
plugin directory (requires you to have write permissions there).
|
||||||
The other option, \gui{Local user settings}, sets your .pro file up to
|
The other option, \gui{Local user settings}, sets your .pro file up to
|
||||||
deploy your plugin into \QC's user plugin path
|
deploy your plugin into \QC's user plugin path
|
||||||
(for example \c{~/.config/Nokia/qtcreator/plugins} on Unix systems).
|
(for example \c{~/.config/QtProject/qtcreator/plugins} on Unix systems).
|
||||||
We choose \gui{Qt Creator build} because we use a self-compiled
|
We choose \gui{Qt Creator build} because we use a self-compiled
|
||||||
\QC, and want the plugin to be only loaded by that \QC
|
\QC, and want the plugin to be only loaded by that \QC
|
||||||
instance.
|
instance.
|
||||||
@@ -223,7 +223,7 @@
|
|||||||
need to add the corresponding .pri file of the plugin here.
|
need to add the corresponding .pri file of the plugin here.
|
||||||
|
|
||||||
For more information about qmake, and writing .pro files in general,
|
For more information about qmake, and writing .pro files in general,
|
||||||
see the \l{http://doc.qt.nokia.com/4.7/qmake-manual.html}{qmake Manual}.
|
see the \l{http://qt-project.org/doc/qt-4.8/qmake-manual.html}{qmake Manual}.
|
||||||
|
|
||||||
\section1 Plugin Specification
|
\section1 Plugin Specification
|
||||||
|
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
\section1 Introduction
|
\section1 Introduction
|
||||||
|
|
||||||
If the functionality provided by template-based
|
If the functionality provided by template-based
|
||||||
\l{http://doc.qt.nokia.com/qtcreator-snapshot/creator-project-wizards.html}{custom wizards}
|
\l{http://doc.qt.digia.com/qtcreator-snapshot/creator-project-wizards.html}{custom wizards}
|
||||||
is not sufficient for your case, you can write wizards in code.
|
is not sufficient for your case, you can write wizards in code.
|
||||||
|
|
||||||
A wizard in Qt Creator is an instance of a class implementing
|
A wizard in Qt Creator is an instance of a class implementing
|
||||||
|
@@ -53,7 +53,7 @@
|
|||||||
to which you can add your own snippets.
|
to which you can add your own snippets.
|
||||||
|
|
||||||
\list
|
\list
|
||||||
\o \l{http://doc.qt.nokia.com/qtcreator/creator-completing-code.html#editing-code-snippets}
|
\o \l{http://doc.qt.digia.com/qtcreator/creator-completing-code.html#editing-code-snippets}
|
||||||
{Snippets User Interface}
|
{Snippets User Interface}
|
||||||
\o \l{Snippets} {Adding Snippets Groups}
|
\o \l{Snippets} {Adding Snippets Groups}
|
||||||
\endlist
|
\endlist
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
own
|
own
|
||||||
file and project templates by writing XML definition files for them.
|
file and project templates by writing XML definition files for them.
|
||||||
\list
|
\list
|
||||||
\o \l{http://doc.qt.nokia.com/qtcreator/creator-project-wizards.html}
|
\o \l{http://doc.qt.digia.com/qtcreator/creator-project-wizards.html}
|
||||||
{Adding New Custom Wizards}
|
{Adding New Custom Wizards}
|
||||||
\o \l{User Interface Text Guidelines}
|
\o \l{User Interface Text Guidelines}
|
||||||
\endlist
|
\endlist
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
the MIME type definitions in Qt Creator to your specific setup,
|
the MIME type definitions in Qt Creator to your specific setup,
|
||||||
by adding or removing file extensions and specifying magic headers.
|
by adding or removing file extensions and specifying magic headers.
|
||||||
\list
|
\list
|
||||||
\o \l{http://doc.qt.nokia.com/qtcreator/creator-mime-types.html}
|
\o \l{http://doc.qt.digia.com/qtcreator/creator-mime-types.html}
|
||||||
{Editing MIME Types}
|
{Editing MIME Types}
|
||||||
\o \l{http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html}
|
\o \l{http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html}
|
||||||
{MIME Type Specification Files}
|
{MIME Type Specification Files}
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
provided by the Kate Editor. You can download highlight definition files
|
provided by the Kate Editor. You can download highlight definition files
|
||||||
for use with Qt Creator and create your own definition files.
|
for use with Qt Creator and create your own definition files.
|
||||||
\list
|
\list
|
||||||
\o \l{http://doc.qt.nokia.com/qtcreator/creator-editor-options.html#generic-highlighting}
|
\o \l{http://doc.qt.digia.com/qtcreator/creator-editor-options.html#generic-highlighting}
|
||||||
{Generic Highlighting}
|
{Generic Highlighting}
|
||||||
\o \l{http://kate-editor.org/2005/03/24/writing-a-syntax-highlighting-file/}
|
\o \l{http://kate-editor.org/2005/03/24/writing-a-syntax-highlighting-file/}
|
||||||
{Writing a Syntax Highlighting File}
|
{Writing a Syntax Highlighting File}
|
||||||
@@ -162,7 +162,7 @@
|
|||||||
to fill a feature suggestion.
|
to fill a feature suggestion.
|
||||||
The tool descriptions are saved as XML files that you can share.
|
The tool descriptions are saved as XML files that you can share.
|
||||||
\list
|
\list
|
||||||
\o \l{http://doc.qt.nokia.com/qtcreator/creator-editor-external.html}
|
\o \l{http://doc.qt.digia.com/qtcreator/creator-editor-external.html}
|
||||||
{Using External Tools}
|
{Using External Tools}
|
||||||
\o \l{External Tool Specification Files}
|
\o \l{External Tool Specification Files}
|
||||||
\endlist
|
\endlist
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
If you need a way to configure the tool in Qt Creator, you can add an
|
If you need a way to configure the tool in Qt Creator, you can add an
|
||||||
\gui Options page for it.
|
\gui Options page for it.
|
||||||
\list
|
\list
|
||||||
\o \l{http://doc.qt.nokia.com/qtcreator/creator-editor-external.html}
|
\o \l{http://doc.qt.digia.com/qtcreator/creator-editor-external.html}
|
||||||
{Using External Tools}
|
{Using External Tools}
|
||||||
\o \l{External Tool Specification Files}
|
\o \l{External Tool Specification Files}
|
||||||
\o \l{Creating Plugins}
|
\o \l{Creating Plugins}
|
||||||
@@ -214,7 +214,7 @@
|
|||||||
the \gui {Issues} output
|
the \gui {Issues} output
|
||||||
pane.
|
pane.
|
||||||
\list
|
\list
|
||||||
\o \l{http://doc.qt.nokia.com/qtcreator/creator-task-lists.html}
|
\o \l{http://doc.qt.digia.com/qtcreator/creator-task-lists.html}
|
||||||
{Showing Task List Files in the Issues Pane}
|
{Showing Task List Files in the Issues Pane}
|
||||||
\o \l{Creating Plugins}
|
\o \l{Creating Plugins}
|
||||||
\o \l{Qt Creator Coding Rules}
|
\o \l{Qt Creator Coding Rules}
|
||||||
|
@@ -545,8 +545,8 @@ int main(int argc, char ** argv)
|
|||||||
|
|
||||||
Application app(argc, argv);
|
Application app(argc, argv);
|
||||||
app.setApplicationName("QtQmlViewer");
|
app.setApplicationName("QtQmlViewer");
|
||||||
app.setOrganizationName("Nokia");
|
app.setOrganizationName("QtProject");
|
||||||
app.setOrganizationDomain("nokia.com");
|
app.setOrganizationDomain("qt-project.org");
|
||||||
|
|
||||||
QDeclarativeViewer::registerTypes();
|
QDeclarativeViewer::registerTypes();
|
||||||
QDeclarativeTester::registerTypes();
|
QDeclarativeTester::registerTypes();
|
||||||
|
@@ -46,8 +46,8 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
QApplication application(argc, argv);
|
QApplication application(argc, argv);
|
||||||
|
|
||||||
QCoreApplication::setOrganizationName("Nokia");
|
QCoreApplication::setOrganizationName("QtProject");
|
||||||
QCoreApplication::setOrganizationDomain("nokia.com");
|
QCoreApplication::setOrganizationDomain("qt-project.org");
|
||||||
QCoreApplication::setApplicationName("Qml2Puppet");
|
QCoreApplication::setApplicationName("Qml2Puppet");
|
||||||
QCoreApplication::setApplicationVersion("1.0.0");
|
QCoreApplication::setApplicationVersion("1.0.0");
|
||||||
|
|
||||||
|
@@ -53,8 +53,8 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
QApplication application(argc, argv);
|
QApplication application(argc, argv);
|
||||||
|
|
||||||
QCoreApplication::setOrganizationName("Nokia");
|
QCoreApplication::setOrganizationName("QtProject");
|
||||||
QCoreApplication::setOrganizationDomain("nokia.com");
|
QCoreApplication::setOrganizationDomain("qt-project.org");
|
||||||
QCoreApplication::setApplicationName("QmlPuppet");
|
QCoreApplication::setApplicationName("QmlPuppet");
|
||||||
QCoreApplication::setApplicationVersion("1.1.0");
|
QCoreApplication::setApplicationVersion("1.1.0");
|
||||||
|
|
||||||
|
@@ -24,9 +24,9 @@ isEmpty(IDE_BUILD_TREE):IDE_BUILD_TREE=%QtCreatorBuild%
|
|||||||
## uncomment to build plugin into user config directory
|
## uncomment to build plugin into user config directory
|
||||||
## <localappdata>/plugins/<ideversion>
|
## <localappdata>/plugins/<ideversion>
|
||||||
## where <localappdata> is e.g.
|
## where <localappdata> is e.g.
|
||||||
## "%LOCALAPPDATA%\Nokia\qtcreator" on Windows Vista and later
|
## "%LOCALAPPDATA%\QtProject\qtcreator" on Windows Vista and later
|
||||||
## "$XDG_DATA_HOME/Nokia/qtcreator" or "~/.local/share/data/Nokia/qtcreator" on Linux
|
## "$XDG_DATA_HOME/QtProject/qtcreator" or "~/.local/share/data/QtProject/qtcreator" on Linux
|
||||||
## "~/Library/Application Support/Nokia/Qt Creator" on Mac
|
## "~/Library/Application Support/QtProject/Qt Creator" on Mac
|
||||||
%DestDir%USE_USER_DESTDIR = yes
|
%DestDir%USE_USER_DESTDIR = yes
|
||||||
|
|
||||||
PROVIDER = %VendorName%
|
PROVIDER = %VendorName%
|
||||||
|
@@ -129,13 +129,13 @@ Rectangle {
|
|||||||
IconAndLink {
|
IconAndLink {
|
||||||
iconName: "communityIcon"
|
iconName: "communityIcon"
|
||||||
linkText: qsTr("Online Community")
|
linkText: qsTr("Online Community")
|
||||||
onClicked: gettingStarted.openUrl("http://developer.qt.nokia.com/forums")
|
onClicked: gettingStarted.openUrl("http://qt-project.org/forums")
|
||||||
}
|
}
|
||||||
|
|
||||||
IconAndLink {
|
IconAndLink {
|
||||||
iconName: "labsIcon"
|
iconName: "labsIcon"
|
||||||
linkText: qsTr("Labs")
|
linkText: qsTr("Blogs")
|
||||||
onClicked: gettingStarted.openUrl("http://labs.qt.nokia.com")
|
onClicked: gettingStarted.openUrl("http://planet.qt-project.org")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -34,6 +34,6 @@ DummyContextObject {
|
|||||||
property variant model: QtObject {
|
property variant model: QtObject {
|
||||||
property string name: "Calculator"
|
property string name: "Calculator"
|
||||||
property string description: "his demo shows how to write a simple calculator application in QML and JavaScript."
|
property string description: "his demo shows how to write a simple calculator application in QML and JavaScript."
|
||||||
property string imageSource: "http://doc.qt.nokia.com/4.7/images/qml-calculator-example-small.png"
|
property string imageSource: "http://qt-project.org/doc/qt-4.8/images/qml-calculator-example-small.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -33,27 +33,27 @@ ListModel {
|
|||||||
ListElement {
|
ListElement {
|
||||||
name: "Calculator with more info on something bla bla on Qt if you know"
|
name: "Calculator with more info on something bla bla on Qt if you know"
|
||||||
description: "his demo shows how to write a simple calculator application in QML and JavaScript."
|
description: "his demo shows how to write a simple calculator application in QML and JavaScript."
|
||||||
imageSource: "http://doc.qt.nokia.com/4.7/images/qml-calculator-example-small.png"
|
imageSource: "http://qt-project.org/doc/qt-4.8/images/qml-calculator-example-small.png"
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
name: "RSS News Reader"
|
name: "RSS News Reader"
|
||||||
description: "This demo shows how to write a RSS news reader in QML."
|
description: "This demo shows how to write a RSS news reader in QML."
|
||||||
imageSource: "http://doc.qt.nokia.com/4.7/images/qml-rssnews-demo-small.png"
|
imageSource: "http://qt-project.org/doc/qt-4.8/images/qml-rssnews-demo-small.png"
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
name: "Twitter"
|
name: "Twitter"
|
||||||
description: "This demo shows how to write a mobile Twitter search client in QML. Use it to see what people think about Qt Quick!"
|
description: "This demo shows how to write a mobile Twitter search client in QML. Use it to see what people think about Qt Quick!"
|
||||||
imageSource: "http://doc.qt.nokia.com/4.7/images/qml-twitter-demo-small.png"
|
imageSource: "http://qt-project.org/doc/qt-4.8/images/qml-twitter-demo-small.png"
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
name: "Basic Drawing Example"
|
name: "Basic Drawing Example"
|
||||||
description: "The Basic Drawing example shows how to display basic graphics primitives in a variety of styles using the QPainter class."
|
description: "The Basic Drawing example shows how to display basic graphics primitives in a variety of styles using the QPainter class."
|
||||||
imageSource: "http://doc.qt.nokia.com/4.7/images/basicdrawing-example.png"
|
imageSource: "http://qt-project.org/doc/qt-4.8/images/basicdrawing-example.png"
|
||||||
}
|
}
|
||||||
|
|
||||||
ListElement {
|
ListElement {
|
||||||
name: "Border Layout Example"
|
name: "Border Layout Example"
|
||||||
description: "The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules."
|
description: "The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules."
|
||||||
imageSource: "http://doc.qt.nokia.com/4.7/images/borderlayout-example.png"
|
imageSource: "http://qt-project.org/doc/qt-4.8/images/borderlayout-example.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -212,7 +212,7 @@
|
|||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Qt Creator</string>
|
<string>Qt Creator</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.nokia.qtcreator</string>
|
<string>org.qt-project.qtcreator</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>$$QTCREATOR_VERSION</string>
|
<string>$$QTCREATOR_VERSION</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
|
@@ -209,9 +209,9 @@ static inline QStringList getPluginPaths()
|
|||||||
#endif
|
#endif
|
||||||
// 3) <localappdata>/plugins/<ideversion>
|
// 3) <localappdata>/plugins/<ideversion>
|
||||||
// where <localappdata> is e.g.
|
// where <localappdata> is e.g.
|
||||||
// <drive>:\Users\<username>\AppData\Local\Nokia\qtcreator on Windows Vista and later
|
// <drive>:\Users\<username>\AppData\Local\QtProject\qtcreator on Windows Vista and later
|
||||||
// $XDG_DATA_HOME or ~/.local/share/data/Nokia/qtcreator on Linux
|
// $XDG_DATA_HOME or ~/.local/share/data/QtProject/qtcreator on Linux
|
||||||
// ~/Library/Application Support/Nokia/Qt Creator on Mac
|
// ~/Library/Application Support/QtProject/Qt Creator on Mac
|
||||||
pluginPath = QDesktopServices::storageLocation(QDesktopServices::DataLocation);
|
pluginPath = QDesktopServices::storageLocation(QDesktopServices::DataLocation);
|
||||||
pluginPath += QLatin1Char('/')
|
pluginPath += QLatin1Char('/')
|
||||||
+ QLatin1String(Core::Constants::IDE_SETTINGSVARIANT_STR)
|
+ QLatin1String(Core::Constants::IDE_SETTINGSVARIANT_STR)
|
||||||
|
@@ -56,7 +56,7 @@
|
|||||||
in a library that matches the \c name attribute given in their
|
in a library that matches the \c name attribute given in their
|
||||||
XML description. The IPlugin implementation must be exported and
|
XML description. The IPlugin implementation must be exported and
|
||||||
made known to Qt's plugin system, see the Qt Documentation on the
|
made known to Qt's plugin system, see the Qt Documentation on the
|
||||||
\l{http://doc.qt.nokia.com/4.7/qtplugin.html#Q_EXPORT_PLUGIN2}
|
\l{http://qt-project.org/doc/qt-4.8/qtplugin.html#Q_EXPORT_PLUGIN2}
|
||||||
{Q_EXPORT_PLUGIN2 macro}.
|
{Q_EXPORT_PLUGIN2 macro}.
|
||||||
|
|
||||||
After the plugins' XML files have been read, and dependencies have been
|
After the plugins' XML files have been read, and dependencies have been
|
||||||
|
@@ -281,7 +281,7 @@ QList<GitoriousRepository> GitoriousProjectReader::readRepositories(QXmlStreamRe
|
|||||||
int defaultType = -1;
|
int defaultType = -1;
|
||||||
|
|
||||||
// The "mainlines"/"clones" elements are not used in the
|
// The "mainlines"/"clones" elements are not used in the
|
||||||
// Nokia setup, handle them optionally.
|
// QtProject setup, handle them optionally.
|
||||||
while (!reader.atEnd()) {
|
while (!reader.atEnd()) {
|
||||||
reader.readNext();
|
reader.readNext();
|
||||||
|
|
||||||
|
@@ -51,9 +51,9 @@ struct GitoriousRepository
|
|||||||
enum Type {
|
enum Type {
|
||||||
MainLineRepository,
|
MainLineRepository,
|
||||||
CloneRepository,
|
CloneRepository,
|
||||||
BaselineRepository, // Nokia extension
|
BaselineRepository, // QtProject extension
|
||||||
SharedRepository, // Nokia extension
|
SharedRepository, // QtProject extension
|
||||||
PersonalRepository // Nokia extension
|
PersonalRepository // QtProject extension
|
||||||
};
|
};
|
||||||
|
|
||||||
GitoriousRepository();
|
GitoriousRepository();
|
||||||
|
Reference in New Issue
Block a user