summaryrefslogtreecommitdiff
path: root/src/plugins/welcome
Commit message (Collapse)AuthorAgeFilesLines
* Do not crash on some system when no proxy is setDaniel Molkentin2009-08-101-1/+3
|
* Fixed compiler/lupdate/uic warnings.Friedemann Kleint2009-07-291-2/+2
| | | | Add missing Q_OBJECTS where tr() was used.
* Compilation: Welcome screenFriedemann Kleint2009-07-281-1/+1
|
* Make the welcome screen into plugins.Daniel Molkentin2009-07-2813-1223/+560
| | | | | | | | | | | | 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
* Preparation for plugifying the welcome screen.Daniel Molkentin2009-07-284-210/+14
| | | | Move WelcomeModeTreeWidget to utils, add d-ptr.
* Fix buildcon2009-07-271-1/+1
|
* Find examples also with shadow built Qt developer build.con2009-07-272-9/+12
| | | | Reviewed-by: Daniel Molkentin
* Fix referenced qrc file in welcome page ui.Daniel Molkentin2009-07-221-4/+4
|
* Move Welcome Page to separate plugin.Daniel Molkentin2009-07-2132-0/+2498