Daniel Molkentin
19abd0f2d3
Initialize correct member. Fixes potential crash on startup.
...
Task-number: QTCREATORBUG-2454
2010-09-25 08:52:28 +02:00
Daniel Molkentin
f64cf427f2
Introduce featured items.
...
- 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
2010-09-24 17:40:22 +02:00
dt
d81d90a67a
EditorManager: add a flag for embedded linenumbers
...
And make use of it to accept on the command line the patterns:
"filename" "+45", "filename" ":23", "filename:12" and "filename+42"
Task-Nr: QTCREATORBUG-2428
2010-09-23 12:36:16 +02:00
dt
00caec3e73
Mode switching: On drag & drop, on remote opening, on Open Files
...
Readd a few mode switchings that I accidentally removed.
Task-Nr: QTCREATORBUG-2405
2010-09-22 11:56:24 +02:00
Leena Miettinen
d84282b37c
UI text - fix capitalization
2010-09-20 11:14:35 +02:00
Robert Loehning
78658cb3d7
doc: Fixed URL in GettingStartedWelcomePageWidget
...
(cherry picked from commit c3649d4fc5 )
2010-08-25 11:15:59 +02:00
hjk
d6be0395f2
qt4projectmanager: don't overuse QString::replace
2010-08-23 15:50:03 +02:00
Alessandro Portale
3aa3c5688f
Pedantic cleanup of filename parameters for QIcon constructor
...
Using more *::Constants::ICON_* where it makes sense and
wrapping the file names into QLatin1String where they were
missing.
The increased usage of the ICON constants needed a few more
cross plugin includes of *constants.h, here and there.
I think that it is OK, since the dependencies were alredy there
icon resource wise.
2010-07-30 22:17:14 +02:00
Friedemann Kleint
a945f8b5fd
ProjectManager: Make Open Project dialog open in default folder
...
Move open project dialog handling into ProjectExplorer and make it
use its list of project file patterns. Same in Checkout wizards.
Task-number: QTCREATORBUG-1759
Reviewed-by: dt
2010-06-28 14:34:30 +02:00
kh1
1b6ad08795
Move help manager into core.
...
- lessens open file handles
- improves help plugin startup further
Task-number: QTCREATORBUG-337
Reviewed-by: ck
2010-06-11 13:11:37 +02:00
Kai Koehne
b7ae49161a
Revert disabling of qml support (2.0.0 branch)
...
This reverts commit 5234c775f7 and 210652912b .
2010-06-07 17:30:18 +02:00
Daniel Molkentin
c29355ee37
Fix mobile example link
...
Task-number: QTCREATORBUG-1571
Reviewed-by: Leena Miettinen
2010-06-04 14:49:25 +02:00
Daniel Molkentin
210652912b
Disable everything QML-related but QMLJSEditor by default
...
To get QML functionality back, export QTCREATOR_WITH_QML before
running qmake
Reviewed-by: Kai Koehne
2010-06-01 14:28:09 +02:00
Daniel Molkentin
1a1a4a1075
Add links for building an example and building a mobile application
...
Reviewed-by: Leena Miettinen
2010-05-31 13:57:34 +02:00
Daniel Molkentin
d5f308032b
Fix doc links to tips of the day, remove some to minimize l10n breakage.
...
Reviewed-by: Leena Miettinen
2010-05-31 13:57:34 +02:00
Daniel Molkentin
a41876cd41
Do not add a menu if the examples cannot be found.
...
This is not only a waste of ressources, but breaks a check later on
which tries to load the QML examples from Creators ressource path
if no QML capable Qt version is found (included with Creator packages)
Reviewed-by: dt
2010-05-31 11:11:23 +02:00
Daniel Molkentin
3d9cd608e7
Find declarative examples in nightly build package
...
Reviewed-by: dt
2010-05-25 19:23:28 +02:00
con
64042c3290
Find the qml examples also in case of shadow builds.
2010-05-07 14:54:19 +02:00
Jens Bache-Wiig
c7d08f9b6e
Use Open Project button in Getting Started mode
...
We already have it in the projects mode so we might as well
use the same in "Getting Started".
Reviewed-by: danimo
2010-04-29 19:07:53 +02:00
Jens Bache-Wiig
aa63a8d0c6
Add "Open Project" to welcome page
...
By popular request I added a "open project" option.
We don't currently have a way of differentiating project types
from other files so I had to hardcode .pro and .qmlproject
for now.
Themed icons was also added to the new and open buttons.
Reviewed-by: danimo
Task-number: QTCREATORBUG-1142
2010-04-29 15:13:45 +02:00
Daniel Molkentin
c397a3c9e7
Add QML examples to welcome page
...
Reviewed-By: Jens Bache-Wiig
2010-04-29 14:39:26 +02:00
Daniel Molkentin
0783156161
Remove superflous ... from window titles.
...
Task-number: QTCREATORBUG-1116
2010-04-19 15:33:27 +02:00
Friedemann Kleint
ef926c6343
WelcomeModeLabel: Make usable in Designer as a normal 'styled' label.
...
Remove HTML-formatting and replace by properties set in constructor.
Use in forms.
2010-04-15 16:01:18 +02:00
Daniel Molkentin
0f1f528445
Further tweaks and fixes to the welcome mode.
...
- Fix typos
- Fix layout on OS X
2010-04-09 22:16:58 +02:00
Daniel Molkentin
0f1bad4d2d
Fix string for the QML example.
2010-04-09 19:07:18 +02:00
Jens Bache-Wiig
0b1da27722
Updated layout and graphics for welcome page
...
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.
2010-04-09 17:43:23 +02:00
Daniel Molkentin
269b82be6f
Port the example chooser to a structured menu and a QPushButton.
...
Looks more structured now.
2010-04-07 18:02:34 +02:00
Thorbjørn Lindeijer
5e68c2afb8
Don't create Welcome mode pages when there is no Welcome mode
...
Fixes creating these pages unnecessarily when the Welcome plugin is not
loaded, as well as "leaking" them in that case.
Reviewed-by: con
2010-03-22 13:13:33 +01:00
Erik Verbruggen
e0c381bbfb
Included QStringBuilder to fix compilation on MacOS.
...
Reviewed-by: kh1
2010-03-11 10:44:29 +01:00
kh1
0ec23fefd1
Fix split mode after last change for welcome page examples.
...
We need to append "?view=split"to force the split mode check. Make the
check more readable in viewerForContextMode.
2010-03-10 18:42:13 +01:00
kh1
4e7bbbdaaf
Fix broken behavior for welcome page links if no docs are installed.
...
In case of split mode we did not check if the actual requested doc
exists and thus did fail to open the browser if it could not be found.
Reviewed-by: Daniel Molkentin
2010-03-10 18:42:12 +01:00
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