forked from qt-creator/qt-creator
Make the welcome screen into plugins.
This removes the all hard dependencies to and from welcome screen, except the one to the core plugin. More in detail: - Add IWelcomePage to add a tab to the welcome screen - Move tabs in the modules where they belong - Enables QHelpManager to open help fullscreen and contextually - "Getting Started" moves to Qt4ProjectManager - Projects & Sessions (aka "Develop") moves to ProjectExplorer - "Community" remains in the welcome plugin for simplicity
This commit is contained in:
@@ -22,6 +22,5 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<dependency name="Core" version="1.2.80"/>
|
||||
<dependency name="Find" version="1.2.80"/>
|
||||
<dependency name="QuickOpen" version="1.2.80"/>
|
||||
<dependency name="Welcome" version="1.2.80"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user