forked from qt-creator/qt-creator
Version bump.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
\title Qt Creator Manual
|
||||
|
||||
\section1 Version 1.2.94
|
||||
\section1 Version 1.3.0
|
||||
|
||||
The goal of Qt Creator is to provide a cross-platform, complete Integrated
|
||||
Development Environment (IDE) to develop Qt projects. It is available for
|
||||
@@ -1480,7 +1480,7 @@
|
||||
specified in the \c CMake project file.
|
||||
|
||||
Known issues for the current version can be found
|
||||
\l{Known Issues of Version 1.2.94}{here}.
|
||||
\l{Known Issues of Version 1.3.0}{here}.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1992,7 +1992,7 @@
|
||||
There are some known issues with Qt Creator.
|
||||
The development team is aware of those, there is no need to report them as bug.
|
||||
|
||||
\section1 Known Issues of Version 1.2.94
|
||||
\section1 Known Issues of Version 1.3.0
|
||||
|
||||
\list
|
||||
\o Debugging Helper do not work while doing On Device Debugging.
|
||||
|
@@ -19,16 +19,16 @@ sources.fileextensions = "qtcreator.qdoc addressbook-sdk.qdoc"
|
||||
|
||||
qhp.projects = QtCreator
|
||||
qhp.QtCreator.file = qtcreator.qhp
|
||||
qhp.QtCreator.namespace = com.nokia.qtcreator.1294
|
||||
qhp.QtCreator.namespace = com.nokia.qtcreator.130
|
||||
qhp.QtCreator.virtualFolder = doc
|
||||
qhp.QtCreator.indexTitle = Qt Creator
|
||||
qhp.QtCreator.indexRoot =
|
||||
qhp.QtCreator.extraFiles = classic.css \
|
||||
images/qt-logo.png \
|
||||
images/qtcreator-screenshots.png
|
||||
qhp.QtCreator.filterAttributes = qtcreator 1.2.94
|
||||
qhp.QtCreator.customFilters.QtCreator.name = Qt Creator 1.2.94
|
||||
qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator 1.2.94
|
||||
qhp.QtCreator.filterAttributes = qtcreator 1.3.0
|
||||
qhp.QtCreator.customFilters.QtCreator.name = Qt Creator 1.3.0
|
||||
qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator 1.3.0
|
||||
|
||||
# macros.qdocconf
|
||||
|
||||
@@ -211,5 +211,5 @@ HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \
|
||||
"<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \
|
||||
"<td width=\"40%\" align=\"left\">Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \
|
||||
"<td width=\"20%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \
|
||||
"<td width=\"40%\" align=\"right\"><div align=\"right\">Qt Creator 1.2.94</div></td>\n" \
|
||||
"<td width=\"40%\" align=\"right\"><div align=\"right\">Qt Creator 1.3.0</div></td>\n" \
|
||||
"</tr></table></div></address>"
|
||||
|
@@ -184,8 +184,8 @@
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.nokia.qtcreator</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.2.94</string>
|
||||
<string>1.3.0</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.2.94</string>
|
||||
<string>1.3.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="BinEditor" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="BinEditor" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,7 +19,7 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Binary editor component.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="Bookmarks" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="Bookmarks" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,8 +19,8 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Bookmarks in text editors.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="CMakeProjectManager" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="CMakeProjectManager" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,9 +19,9 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>CMake support</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="CppTools" version="1.2.94"/>
|
||||
<dependency name="CppEditor" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
<dependency name="CppTools" version="1.3.0"/>
|
||||
<dependency name="CppEditor" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="Core" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="Core" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
|
@@ -34,8 +34,8 @@ namespace Core {
|
||||
namespace Constants {
|
||||
|
||||
#define IDE_VERSION_MAJOR 1
|
||||
#define IDE_VERSION_MINOR 2
|
||||
#define IDE_VERSION_RELEASE 94
|
||||
#define IDE_VERSION_MINOR 3
|
||||
#define IDE_VERSION_RELEASE 0
|
||||
|
||||
#define STRINGIFY_INTERNAL(x) #x
|
||||
#define STRINGIFY(x) STRINGIFY_INTERNAL(x)
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="CodePaster" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="CodePaster" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,8 +19,8 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Codepaster plugin for pushing/fetching diff from server</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="CppEditor" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="CppEditor" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,8 +19,8 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>C/C++ editor component.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="CppTools" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="CppTools" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="CppTools" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="CppTools" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,8 +19,8 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Tools for analyzing C/C++ code.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="Locator" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
<dependency name="Locator" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="CVS" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="CVS" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,9 +19,9 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>CVS integration.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="VCSBase" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<dependency name="VCSBase" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="Debugger" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="Debugger" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,10 +19,10 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Debugger integration.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="CppEditor" version="1.2.94"/><!-- Debugger plugin adds items to the editor's context menu -->
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="Find" version="1.2.94"/>
|
||||
<dependency name="CppEditor" version="1.3.0"/><!-- Debugger plugin adds items to the editor's context menu -->
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<dependency name="Find" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
<argumentList>
|
||||
<argument name="-disable-cdb">Disable Cdb debugger engine</argument>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="Designer" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="Designer" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,8 +19,8 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Qt Designer integration.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<!-- For compiling with CPP support enabled -->
|
||||
<dependency name="CppEditor" version="1.2.94"/>
|
||||
<dependency name="CppEditor" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="FakeVim" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="FakeVim" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,9 +19,9 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>VI-style keyboard navigation.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="CppEditor" version="1.2.94"/><!-- Plugin adds items to the editor's context menu -->
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="CppEditor" version="1.3.0"/><!-- Plugin adds items to the editor's context menu -->
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="Find" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="Find" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,6 +19,6 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Provides the find widget and the hooks for find implementations.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="GenericProjectManager" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="GenericProjectManager" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,9 +19,9 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Generic support</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="CppTools" version="1.2.94"/>
|
||||
<dependency name="CppEditor" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
<dependency name="CppTools" version="1.3.0"/>
|
||||
<dependency name="CppEditor" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="ScmGit" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="ScmGit" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,9 +19,9 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Git integration.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="VCSBase" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<dependency name="VCSBase" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="HelloWorld" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="HelloWorld" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,6 +19,6 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Hello World sample plugin.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="Help" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="Help" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,8 +19,8 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Help system.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="Find" version="1.2.94"/>
|
||||
<dependency name="Locator" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<dependency name="Find" version="1.3.0"/>
|
||||
<dependency name="Locator" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="Locator" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="Locator" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,6 +19,6 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Provides the Locator widget and the hooks for Locator filter implementations.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="Perforce" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="Perforce" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,9 +19,9 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Perforce integration.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="VCSBase" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<dependency name="VCSBase" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="ProjectExplorer" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="ProjectExplorer" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,9 +19,9 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>ProjectExplorer framework that can be extended with different kind of project types.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="Find" version="1.2.94"/>
|
||||
<dependency name="Locator" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<dependency name="Find" version="1.3.0"/>
|
||||
<dependency name="Locator" version="1.3.0"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="QmlEditor" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="QmlEditor" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,8 +19,8 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Editor for QML.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="Help" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="Help" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="QmlProjectManager" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="QmlProjectManager" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,10 +19,10 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Qml support</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="CppTools" version="1.2.94"/>
|
||||
<dependency name="CppEditor" version="1.2.94"/>
|
||||
<dependency name="Help" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
<dependency name="CppTools" version="1.3.0"/>
|
||||
<dependency name="CppEditor" version="1.3.0"/>
|
||||
<dependency name="Help" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="Qt4ProjectManager" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="Qt4ProjectManager" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,11 +19,11 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Provides project type for Qt 4 pro files and tools.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="CppTools" version="1.2.94"/>
|
||||
<dependency name="CppEditor" version="1.2.94"/>
|
||||
<dependency name="Help" version="1.2.94"/>
|
||||
<dependency name="Designer" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
<dependency name="CppTools" version="1.3.0"/>
|
||||
<dependency name="CppEditor" version="1.3.0"/>
|
||||
<dependency name="Help" version="1.3.0"/>
|
||||
<dependency name="Designer" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="QtScriptEditor" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="QtScriptEditor" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,7 +19,7 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Editor for QtScript.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="RegExp" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="RegExp" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,6 +19,6 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Regular Expression test widget.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="ResourceEditor" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="ResourceEditor" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,6 +19,6 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Editor for qrc files.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="Snippets" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="Snippets" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,8 +19,8 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Code snippet plugin.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="Subversion" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="Subversion" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,9 +19,9 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Subversion integration.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="VCSBase" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<dependency name="VCSBase" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="TextEditor" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="TextEditor" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,8 +19,8 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Text editor framework and the implementation of the basic text editor.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="Find" version="1.2.94"/>
|
||||
<dependency name="Locator" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<dependency name="Find" version="1.3.0"/>
|
||||
<dependency name="Locator" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="VCSBase" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="VCSBase" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,8 +19,8 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Version Control System Base Plugin</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="TextEditor" version="1.2.94"/>
|
||||
<dependency name="ProjectExplorer" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
<dependency name="TextEditor" version="1.3.0"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<plugin name="Welcome" version="1.2.94" compatVersion="1.2.94">
|
||||
<plugin name="Welcome" version="1.3.0" compatVersion="1.3.0">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -19,6 +19,6 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<description>Default Welcome Screen Plugin</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.2.94"/>
|
||||
<dependency name="Core" version="1.3.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
Reference in New Issue
Block a user