forked from qt-creator/qt-creator
Version bump.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
\title Qt Creator Manual
|
||||
|
||||
\section1 Version 1.3.80
|
||||
\section1 Version 1.3.82
|
||||
|
||||
Qt Creator provides a cross-platform, complete integrated development
|
||||
environment (IDE) for developing Qt projects. It is available for Linux,
|
||||
@@ -2444,7 +2444,7 @@
|
||||
specified in the \c CMake project file.
|
||||
|
||||
Known issues for the current version can be found
|
||||
\l{Known Issues of version 1.3.80}{here}.
|
||||
\l{Known Issues of version 1.3.82}{here}.
|
||||
|
||||
|
||||
\section1 Adding External Libraries to a CMake Project
|
||||
@@ -3675,7 +3675,7 @@
|
||||
There are some known issues with Qt Creator.
|
||||
The development team is aware of them, there is no need to report them as bugs.
|
||||
|
||||
\section1 Known Issues of Version 1.3.80
|
||||
\section1 Known Issues of Version 1.3.82
|
||||
|
||||
\list
|
||||
\o Debugging Helper does not work while performing 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.1380
|
||||
qhp.QtCreator.namespace = com.nokia.qtcreator.1382
|
||||
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.3.80
|
||||
qhp.QtCreator.customFilters.QtCreator.name = Qt Creator 1.3.80
|
||||
qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator 1.3.80
|
||||
qhp.QtCreator.filterAttributes = qtcreator 1.3.82
|
||||
qhp.QtCreator.customFilters.QtCreator.name = Qt Creator 1.3.82
|
||||
qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator 1.3.82
|
||||
|
||||
# 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.3.80</div></td>\n" \
|
||||
"<td width=\"40%\" align=\"right\"><div align=\"right\">Qt Creator 1.3.82</div></td>\n" \
|
||||
"</tr></table></div></address>"
|
||||
|
||||
@@ -219,8 +219,8 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.nokia.qtcreator</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.3.80</string>
|
||||
<string>1.3.82</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.3.80</string>
|
||||
<string>1.3.82</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="BinEditor" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="BinEditor" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,7 +13,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Binary editor component.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="Bookmarks" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="Bookmarks" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,8 +13,8 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Bookmarks in text editors.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="CMakeProjectManager" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="CMakeProjectManager" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,9 +13,9 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>CMake support</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="CppTools" version="1.3.80"/>
|
||||
<dependency name="CppEditor" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="CppTools" version="1.3.82"/>
|
||||
<dependency name="CppEditor" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="Core" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="Core" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
|
||||
@@ -37,7 +37,7 @@ namespace Constants {
|
||||
|
||||
#define IDE_VERSION_MAJOR 1
|
||||
#define IDE_VERSION_MINOR 3
|
||||
#define IDE_VERSION_RELEASE 80
|
||||
#define IDE_VERSION_RELEASE 82
|
||||
|
||||
#define STRINGIFY_INTERNAL(x) #x
|
||||
#define STRINGIFY(x) STRINGIFY_INTERNAL(x)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="CodePaster" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="CodePaster" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,8 +13,8 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Codepaster plugin for pushing/fetching diff from server</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="CppEditor" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="CppEditor" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,8 +13,8 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>C/C++ editor component.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="CppTools" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="CppTools" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="CppTools" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="CppTools" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,8 +13,8 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Tools for analyzing C/C++ code.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="Locator" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="Locator" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="CVS" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="CVS" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,9 +13,9 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>CVS integration.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="VCSBase" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="VCSBase" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="Debugger" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="Debugger" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,10 +13,10 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Debugger integration.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="CppEditor" version="1.3.80"/><!-- Debugger plugin adds items to the editor's context menu -->
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="Find" version="1.3.80"/>
|
||||
<dependency name="CppEditor" version="1.3.82"/><!-- Debugger plugin adds items to the editor's context menu -->
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="Find" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
<argumentList>
|
||||
<argument name="-disable-cdb">Disable Cdb debugger engine</argument>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="Designer" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="Designer" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,8 +13,8 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Qt Designer integration.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<!-- For compiling with CPP support enabled -->
|
||||
<dependency name="CppEditor" version="1.3.80"/>
|
||||
<dependency name="CppEditor" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="FakeVim" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="FakeVim" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,9 +13,9 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>VI-style keyboard navigation.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="CppEditor" version="1.3.80"/><!-- Plugin adds items to the editor's context menu -->
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="CppEditor" version="1.3.82"/><!-- Plugin adds items to the editor's context menu -->
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="Find" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="Find" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,6 +13,6 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Provides the find widget and the hooks for find implementations.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="GenericProjectManager" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="GenericProjectManager" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,9 +13,9 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Generic support</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="CppTools" version="1.3.80"/>
|
||||
<dependency name="CppEditor" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="CppTools" version="1.3.82"/>
|
||||
<dependency name="CppEditor" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="ScmGit" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="ScmGit" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,9 +13,9 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Git integration.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="VCSBase" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="VCSBase" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="HelloWorld" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="HelloWorld" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,6 +13,6 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Hello World sample plugin.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="Help" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="Help" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,8 +13,8 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Help system.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="Find" version="1.3.80"/>
|
||||
<dependency name="Locator" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="Find" version="1.3.82"/>
|
||||
<dependency name="Locator" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="Locator" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="Locator" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,6 +13,6 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<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.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="Mercurial" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="Mercurial" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Brian McGillion</vendor>
|
||||
<copyright>(C) 2008-2009 Brian McGillion</copyright>
|
||||
<license>
|
||||
@@ -13,9 +13,9 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Mercurial integration.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="VCSBase" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="VCSBase" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="Perforce" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="Perforce" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,9 +13,9 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Perforce integration.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="VCSBase" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="VCSBase" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="ProjectExplorer" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="ProjectExplorer" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,9 +13,9 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<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.3.80"/>
|
||||
<dependency name="Find" version="1.3.80"/>
|
||||
<dependency name="Locator" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="Find" version="1.3.82"/>
|
||||
<dependency name="Locator" version="1.3.82"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="QmlDesigner" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="QmlDesigner" version="1.3.82" compatVersion="1.3.82">
|
||||
<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 QML.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="QmlInspector" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="QmlInspector" version="1.3.82" compatVersion="1.3.82">
|
||||
<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>Qml support</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="QmlProjectManager" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="CppTools" version="1.3.80"/>
|
||||
<dependency name="CppEditor" version="1.3.80"/>
|
||||
<dependency name="Help" version="1.3.80"/>
|
||||
<dependency name="Debugger" version="1.3.80"/>
|
||||
<dependency name="QmlProjectManager" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="CppTools" version="1.3.82"/>
|
||||
<dependency name="CppEditor" version="1.3.82"/>
|
||||
<dependency name="Help" version="1.3.82"/>
|
||||
<dependency name="Debugger" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="QmlJSEditor" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="QmlJSEditor" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,8 +13,8 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Editor for QML and JavaScript.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="Help" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="Help" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="QmlProjectManager" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="QmlProjectManager" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,9 +13,9 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Qml support</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="QmlJSEditor" version="1.3.80"/>
|
||||
<dependency name="Help" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="QmlJSEditor" version="1.3.82"/>
|
||||
<dependency name="Help" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="Qt4ProjectManager" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="Qt4ProjectManager" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,12 +13,12 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Provides project type for Qt 4 pro files and tools.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="CppTools" version="1.3.80"/>
|
||||
<dependency name="CppEditor" version="1.3.80"/>
|
||||
<dependency name="Help" version="1.3.80"/>
|
||||
<dependency name="Designer" version="1.3.80"/>
|
||||
<dependency name="Debugger" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="CppTools" version="1.3.82"/>
|
||||
<dependency name="CppEditor" version="1.3.82"/>
|
||||
<dependency name="Help" version="1.3.82"/>
|
||||
<dependency name="Designer" version="1.3.82"/>
|
||||
<dependency name="Debugger" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="RegExp" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="RegExp" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,6 +13,6 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Regular Expression test widget.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="ResourceEditor" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="ResourceEditor" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,6 +13,6 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Editor for qrc files.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="Snippets" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="Snippets" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,8 +13,8 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Code snippet plugin.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="Subversion" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="Subversion" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,9 +13,9 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Subversion integration.</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="VCSBase" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="VCSBase" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="TextEditor" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="TextEditor" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,8 +13,8 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<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.3.80"/>
|
||||
<dependency name="Find" version="1.3.80"/>
|
||||
<dependency name="Locator" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="Find" version="1.3.82"/>
|
||||
<dependency name="Locator" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="VCSBase" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="VCSBase" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,8 +13,8 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Version Control System Base Plugin</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="TextEditor" version="1.3.80"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
<dependency name="TextEditor" version="1.3.82"/>
|
||||
<dependency name="ProjectExplorer" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<plugin name="Welcome" version="1.3.80" compatVersion="1.3.80">
|
||||
<plugin name="Welcome" version="1.3.82" compatVersion="1.3.82">
|
||||
<vendor>Nokia Corporation</vendor>
|
||||
<copyright>(C) 2008-2009 Nokia Corporation</copyright>
|
||||
<license>
|
||||
@@ -13,6 +13,6 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
||||
<description>Default Welcome Screen Plugin</description>
|
||||
<url>http://qt.nokia.com</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.3.80"/>
|
||||
<dependency name="Core" version="1.3.82"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user