Fixes: - New license, new website.

This commit is contained in:
con
2009-02-27 15:09:44 +01:00
parent b3c3ed1b37
commit 0be29685a3
25 changed files with 400 additions and 50 deletions

View File

@@ -1,9 +1,23 @@
<plugin name="BinEditor" version="1.0.0" compatVersion="1.0.0"> <plugin name="BinEditor" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
<dependency name="TextEditor" version="1.0.0"/> <dependency name="TextEditor" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="Bookmarks" version="1.0.0" compatVersion="1.0.0"> <plugin name="Bookmarks" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="TextEditor" version="1.0.0"/> <dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/> <dependency name="ProjectExplorer" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="CMakeProjectManager" version="1.0.0" compatVersion="1.0.0"> <plugin name="CMakeProjectManager" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>### TODO</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="TextEditor" version="1.0.0"/> <dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/> <dependency name="ProjectExplorer" version="1.0.0"/>

View File

@@ -1,7 +1,21 @@
<plugin name="Core" version="1.0.0" compatVersion="1.0.0"> <plugin name="Core" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
<description>The core plugin for the Qt IDE.</description> <description>The core plugin for the Qt IDE.</description>
<url>http://www.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
</plugin> </plugin>

View File

@@ -1,9 +1,23 @@
<plugin name="CodePaster" version="1.0.0" compatVersion="1.0.0"> <plugin name="CodePaster" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="TextEditor" version="1.0.0"/> <dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/> <dependency name="ProjectExplorer" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="CppEditor" version="1.0.0" compatVersion="1.0.0"> <plugin name="CppEditor" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
<dependency name="TextEditor" version="1.0.0"/> <dependency name="TextEditor" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="CppTools" version="1.0.0" compatVersion="1.0.0"> <plugin name="CppTools" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="TextEditor" version="1.0.0"/> <dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/> <dependency name="ProjectExplorer" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="Debugger" version="1.0.0" compatVersion="1.0.0"> <plugin name="Debugger" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="CppEditor" version="1.0.0"/><!-- Debugger plugin adds items to the editor's context menu --> <dependency name="CppEditor" version="1.0.0"/><!-- Debugger plugin adds items to the editor's context menu -->
<dependency name="ProjectExplorer" version="1.0.0"/> <dependency name="ProjectExplorer" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="Designer" version="1.0.0" compatVersion="1.0.0"> <plugin name="Designer" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
<!-- For compiling with CPP support enabled --> <!-- For compiling with CPP support enabled -->

View File

@@ -1,9 +1,23 @@
<plugin name="FakeVim" version="1.0.0" compatVersion="1.0.0"> <plugin name="FakeVim" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="CppEditor" version="1.0.0"/><!-- Plugin adds items to the editor's context menu --> <dependency name="CppEditor" version="1.0.0"/><!-- Plugin adds items to the editor's context menu -->
<dependency name="TextEditor" version="1.0.0"/> <dependency name="TextEditor" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="Find" version="1.0.0" compatVersion="1.0.0"> <plugin name="Find" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
</dependencyList> </dependencyList>

View File

@@ -1,9 +1,23 @@
<plugin name="ScmGit" version="1.0.0" compatVersion="1.0.0"> <plugin name="ScmGit" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="TextEditor" version="1.0.0"/> <dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/> <dependency name="ProjectExplorer" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="HelloWorld" version="1.0.0" compatVersion="1.0.0"> <plugin name="HelloWorld" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
</dependencyList> </dependencyList>

View File

@@ -1,9 +1,23 @@
<plugin name="Help" version="1.0.0" compatVersion="1.0.0"> <plugin name="Help" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
<dependency name="Find" version="1.0.0"/> <dependency name="Find" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="Perforce" version="1.0.0" compatVersion="1.0.0"> <plugin name="Perforce" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="TextEditor" version="1.0.0"/> <dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/> <dependency name="ProjectExplorer" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="ProjectExplorer" version="1.0.0" compatVersion="1.0.0"> <plugin name="ProjectExplorer" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
<dependency name="Find" version="1.0.0"/> <dependency name="Find" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="Qt4ProjectManager" version="1.0.0" compatVersion="1.0.0"> <plugin name="Qt4ProjectManager" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="TextEditor" version="1.0.0"/> <dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/> <dependency name="ProjectExplorer" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="QtScriptEditor" version="1.0.0" compatVersion="1.0.0"> <plugin name="QtScriptEditor" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
<dependency name="TextEditor" version="1.0.0"/> <dependency name="TextEditor" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="QuickOpen" version="1.0.0" compatVersion="1.0.0"> <plugin name="QuickOpen" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
</dependencyList> </dependencyList>

View File

@@ -1,9 +1,23 @@
<plugin name="RegExp" version="1.0.0" compatVersion="1.0.0"> <plugin name="RegExp" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
</dependencyList> </dependencyList>

View File

@@ -1,9 +1,23 @@
<plugin name="ResourceEditor" version="1.0.0" compatVersion="1.0.0"> <plugin name="ResourceEditor" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
</dependencyList> </dependencyList>

View File

@@ -1,9 +1,23 @@
<plugin name="Snippets" version="1.0.0" compatVersion="1.0.0"> <plugin name="Snippets" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
<dependency name="TextEditor" version="1.0.0"/> <dependency name="TextEditor" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="Subversion" version="1.0.0" compatVersion="1.0.0"> <plugin name="Subversion" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="TextEditor" version="1.0.0"/> <dependency name="TextEditor" version="1.0.0"/>
<dependency name="ProjectExplorer" version="1.0.0"/> <dependency name="ProjectExplorer" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="TextEditor" version="1.0.0" compatVersion="1.0.0"> <plugin name="TextEditor" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
<dependency name="Find" version="1.0.0"/> <dependency name="Find" version="1.0.0"/>

View File

@@ -1,9 +1,23 @@
<plugin name="VCSBase" version="1.0.0" compatVersion="1.0.0"> <plugin name="VCSBase" version="1.0.0" compatVersion="1.0.0">
<vendor>Nokia Corporation</vendor> <vendor>Nokia Corporation</vendor>
<copyright>(C) 2008-2009 Nokia Corporation</copyright> <copyright>(C) 2008-2009 Nokia Corporation</copyright>
<license>Nokia Beta Version License</license> <license>
Commercial Usage
Licensees holding valid Qt Commercial licenses may use this plugin in
accordance with the Qt Commercial License Agreement provided with the
Software or, alternatively, in accordance with the terms contained in
a written agreement between you and Nokia.
GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser
General Public License version 2.1 as published by the Free Software
Foundation. Please review the following information to
ensure the GNU Lesser General Public License version 2.1 requirements
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.trolltech.com/</url> <url>http://www.qtsoftware.com</url>
<dependencyList> <dependencyList>
<dependency name="Core" version="1.0.0"/> <dependency name="Core" version="1.0.0"/>
<dependency name="TextEditor" version="1.0.0"/> <dependency name="TextEditor" version="1.0.0"/>