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