Commit Graph

8 Commits

Author SHA1 Message Date
Daniel Molkentin
10157163f4 Move RSSFetcher into its own thread.
This should keep QNAM from blocking the startup in some network setups.

Reviewed-by: dt
Task-number: QTCREATORBUG-1250
2010-05-05 16:41:09 +02:00
Friedemann Kleint
f9d2c3ad41 Code cleanup in Welcome-plugin.
Remove unused page from stacked widget form, move duplicated code
into utility functions, reduce state variables and string comparisons
in RssFetcher, clean out includes. Give WelcomeModeTreeWidget
uniform row height.
2010-03-31 11:53:02 +02:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
Daniel Molkentin
2c00799393 Port RSS fetcher to QNetworkAccessManager.
Reviewed-By: Alessandro Portale <alessandro.portale@nokia.com>
2010-02-18 17:36:49 +01:00
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
Daniel Molkentin
452a565ea2 Do not crash on some system when no proxy is set 2009-08-10 11:41:54 +02:00
Daniel Molkentin
5633de2ac9 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
2009-07-28 16:11:55 +02:00
Daniel Molkentin
f8f0c4ce44 Move Welcome Page to separate plugin. 2009-07-21 13:58:27 +02:00