summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.h
Commit message (Collapse)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
|
* License headers.con2010-12-171-7/+11
|
* Add our own description file to show all possible QML examples.Daniel Molkentin2010-10-221-0/+6
| | | | Reviewed-By: con
* Remove special code path for QML examplesDaniel Molkentin2010-10-151-6/+0
| | | | | | | | | | | QML examples are now read like any other Qt example, but still get their own dropdown box. Advantages: Less code, proper naming, also loads the help if available Disadvantage: Only contains a few examples, instead of all. We now trust whoever made the selection for Qt Demo. Reviewed-by: con
* Introduce featured items.Daniel Molkentin2010-09-241-0/+44
| | | | | | | | - Move RSSFetcher to CorePlugin - Rename RSSFetcher to RssFetcher - Make RssFetcher more generic, allow multiple sources to be fetched - Introduce Featured Items on Getting Started page - Introduce dummy entry for Mobile examples, needs implementation once they are ready
* Yet another include purging spree.Friedemann Kleint2010-07-131-1/+1
|
* Find declarative examples in nightly build packageDaniel Molkentin2010-05-251-1/+1
| | | | Reviewed-by: dt
* Find the qml examples also in case of shadow builds.con2010-05-071-1/+2
|
* Add QML examples to welcome pageDaniel Molkentin2010-04-291-0/+4
| | | | Reviewed-By: Jens Bache-Wiig
* Updated layout and graphics for welcome pageJens Bache-Wiig2010-04-091-0/+1
| | | | | | Done with Danimo. Most changes are cosmetic but we modified the tutorial listing and re-arranged some of the layouts to better reflect the suggestions by Ergosign and Nigel.
* Port the example chooser to a structured menu and a QPushButton.Daniel Molkentin2010-04-071-1/+0
| | | | Looks more structured now.
* Don't create Welcome mode pages when there is no Welcome modeThorbjørn Lindeijer2010-03-221-6/+9
| | | | | | | Fixes creating these pages unnecessarily when the Welcome plugin is not loaded, as well as "leaking" them in that case. Reviewed-by: con
* Long live the king!hjk2010-03-051-1/+1
|
* long live the kinghjk2009-08-141-1/+1
|
* Make the welcome screen into plugins.Daniel Molkentin2009-07-281-0/+69
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