Commit Graph

68 Commits

Author SHA1 Message Date
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
kh1
e94ff514ed Move HelpManager it's own source files.
Reviewed-by: ck
2010-02-02 14:27:11 +01:00
Friedemann Kleint
2fd8b2d7ff Fix some code scanning issues.
QString: Use QChar where appropriate.
2010-02-01 12:43:56 +01:00
Oswald Buddenhagen
75b42f18d8 Merge remote branch 'origin/1.3'
Trailing whitespace removal re-applied manually.
2010-01-29 22:50:23 +01:00
Oswald Buddenhagen
a6ca348636 remove trailing whitespace
doing it in 1.3 as well to avoid possible later conflicts
2010-01-29 21:33:57 +01:00
Tobias Hunger
7f311ad451 Remove mentioning of Output mode from tips
* Tips on welcome page still explained CTRL-6 for output mode.
   Remove this.
2010-01-20 16:46:20 +01:00
Daniel Molkentin
7a0313ed9e Brown paper bag fix for 8929bb27ee.
(cherry picked from commit a866725405)
2010-01-06 10:57:49 +01:00
Daniel Molkentin
1644f8ea81 Point some tips of the day to the right documentation path.
Fixes: QTCREATORBUG-483
(cherry picked from commit 8929bb27ee)
2010-01-06 10:57:38 +01:00
Daniel Molkentin
a866725405 Brown paper bag fix for 8929bb27ee. 2010-01-05 14:47:48 +01:00
Daniel Molkentin
8929bb27ee Point some tips of the day to the right documentation path.
Fixes: QTCREATORBUG-483
2010-01-04 17:57:37 +01:00
Friedemann Kleint
c489b8db7d i18n: Complete German translation and correct tips on Welcome Page.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
2009-11-05 15:43:46 +01:00
Jarek Kobus
e05980de26 Update Polish translation, fix shortcut in the "tip of the day".
RevBy: Daniel Molkentin <daniel.molkentin@nokia.com>
2009-10-29 16:45:57 +01:00
Daniel Molkentin
81de0f86ba Workaround for Linux Distro Qt where examples live in write-protected dirs.
Offer to copy the project into an alternative root.
2009-10-22 18:20:39 +02:00
Daniel Molkentin
e2e9c77323 Fix tip to be true on Mac OS X.
Reviewed-By: con
2009-10-07 12:18:17 +02:00
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
Daniel Molkentin
2948651fa9 Show tutorials in context help pane by default, but honor context help settings.
Reviewed-by: kh
2009-08-06 15:54:09 +02:00
Friedemann Kleint
cbfa2c0191 Fixed translation glitches. 2009-07-31 16:41:12 +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