Commit Graph

72811 Commits

Author SHA1 Message Date
Bea Lam
200a03ed20 Fix QmlInspector to work properly now that QmlProjectManager
no longer uses LocalAppRunConfiguration. QmlInspector now uses
the qmlviewer started by QmlProjectManager instead of starting
its own, and clicking the Start Debug button within a QML
project will switch to QML Inspect mode and start the inspector.
2009-12-18 15:32:36 +10:00
con
6ca55f201f Provide a way for installers to prefill some more Qt parameters. 2009-12-17 18:50:49 +01:00
con
a54205c3a0 Mostly remove the special define for Symbian support.
The only part that is not done if not on Windows (or explicitly
specified) is the adding of the preference pane.
2009-12-17 18:01:41 +01:00
Roberto Raggi
599d4aa355 Fixed line/column position of the tokens after multiline string literals. 2009-12-17 16:06:35 +01:00
Erik Verbruggen
1a3aa6a9ce Changed help file discovery to include all qch files found. 2009-12-17 15:51:42 +01:00
ck
cbe7d1ed9e Maemo: Add link from projects page to options page.
This makes finding the device configuration dialog much easier
for newbies (and saves clicks for everybody).

Reviewed-by: kh1
2009-12-17 13:51:11 +01:00
kh1
5cdf2e5bc5 No need to pass the path for the known_hosts file.
This would have worked fine on Vista and later, but fails on XP because
of spaces in path name. And we don't need it anyway.
2009-12-17 13:48:22 +01:00
Thorbjørn Lindeijer
41a737e6de Fixed enabled state of erase background button in color scheme edit
Remember the read-only state so that it can be taken into account when
changing the enabled state of the erase background button.
2009-12-17 11:50:27 +01:00
Kai Koehne
7900ec6da2 Enable starting a qmlproject via Debug
This will right now wait for a qmldebugger connection.
2009-12-17 09:54:16 +01:00
Friedemann Kleint
dc26b1e214 Test Wizard: Add description 2009-12-17 08:54:03 +01:00
Friedemann Kleint
895a3e21f3 Compile Windows. 2009-12-17 08:46:22 +01:00
Kai Koehne
4201f3f5cd Revert "Don't crash if one tries to debug a qml project"
This reverts commit 29051539ef.
Superseded by e08783f86d27525566d0a396d8831e2db2bc761d.
2009-12-16 16:40:58 +01:00
Kai Koehne
80963107c6 Fix various crashes for QmlProject
QmlProject used LocalApplicationRunCOnfiguration, but didn't provide
e.g. an associated BuildConfiguration. Fix this by implementing it's
own QmlRunControlFactory, QmlRunControl.
2009-12-16 16:40:58 +01:00
con
46ff5da14e Revert the "More..." output pane button again. 2009-12-16 16:19:51 +01:00
con
d7e04f3b44 Remove output mode.
Replaced by the maximize and "More..." buttons.
Edit mode is now the fallback mode for the output panes.
2009-12-16 16:19:50 +01:00
con
16821dd852 Move the "Move Up/Down" items from bookmarks menu to bookmarks view.
Better would be to support drag and drop in the view, but this might be
better than nothing.

Task-number: QTCREATORBUG-466
2009-12-16 16:19:50 +01:00
kh1
cc2d6c91ae Add this folder since it contains the missing mingw.dll for qt tools. 2009-12-16 16:07:42 +01:00
ck
6882c3cc9f Maemo: Fix "race condition" in singleton access. 2009-12-16 16:05:01 +01:00
Friedemann Kleint
de64a463f8 Designer plugin: Generate object names correctly.
stripping namespaces.
2009-12-16 15:58:44 +01:00
Friedemann Kleint
718f8fa898 Replace handcrafted filter widgets by Utils::FilterLineEdit 2009-12-16 15:58:10 +01:00
Thorbjørn Lindeijer
f098f0398f Merge branch '1.3'
Conflicts:
	src/plugins/projectexplorer/outputwindow.cpp
2009-12-16 14:40:51 +01:00
Thorbjørn Lindeijer
777071c944 Revert ""Grayout" the background of the output window on re-run configuration"
This reverts commit cdf2f70c60.

This new feature didn't belong in 1.3. It will remain on master.
2009-12-16 14:33:16 +01:00
Friedemann Kleint
b9927f9998 Wizards: Add a simple wizard for unit tests. 2009-12-16 14:19:34 +01:00
mae
c04ece5308 Nicer graying out of old content in the output window
Experiment with changing the foreground rather than the background.

Done with: thorbjorn
2009-12-16 13:32:14 +01:00
mae
3bb71243d4 Fix ambiguous shortcut problems
The dummy shortcut eater did not always work, we sometimes do have
mutual exclusive shortcuts in the same context.

The current solution is simpler: ignore text input when the control modifier
is used. This seems to be in line with other toolkits and applications.

Done with: thorbjorn
2009-12-16 13:32:14 +01:00
Thorbjørn Lindeijer
68c1453bc7 Remove default shortcut from stop action since it conflicts with rename
Both rename symbol and stop running had Ctrl+Shift+R as default
shortcut, making it impossible to do either when an application was
running and the focus was in the text editor.
2009-12-16 12:53:55 +01:00
Kai Koehne
29051539ef Don't crash if one tries to debug a qml project
Quick fix. Actually there should be IMO no way to start the debugger
for a qmlproject in the frist place.
2009-12-16 12:03:15 +01:00
Alessandro Portale
a014c02cbd Reenabling the run/build configuration sync dialog for Maemo
MaemoRunConfiguration reimplements the correct
RunConfiguration::isEnabled()

Reviewed-by: con
Reviewed-by: dt
2009-12-15 17:48:33 +01:00
Roberto Raggi
51de95c497 Use the text editor revision to ignore outdated parse results. 2009-12-15 15:52:55 +01:00
Roberto Raggi
aa8a670669 Hide the implementation details of CppModelManagerInterface::WorkingCopy. 2009-12-15 15:26:40 +01:00
Roberto Raggi
b168eec2a1 Replaced the hardcoded QHash<QString, QString> with CppModelManagerInterface::WorkingCopy. 2009-12-15 15:16:46 +01:00
Friedemann Kleint
730fd82ac8 VCS: Add "Open file" context menu action to VCS log pane
to be used for status/opened output. enabling convenient opening.
Append repository as block data to log text to be able to resolve
relative paths.
2009-12-15 14:20:06 +01:00
mae
3037328455 unmaximize output panes with Escape (when they lose focus) 2009-12-15 12:40:07 +01:00
Friedemann Kleint
ee3dde9cee CDB: Case-normalize file names returned by CDB
Fixing various problems with breakpoints and opened files caused by CDB
returning lower-case file names.
Task-number: QTCREATORBUG-438
Reviewed-by: hjk <qtc-committer@nokia.com>
Acked-by: mariusSO <qt-info@nokia.com>
2009-12-15 11:02:09 +01:00
Friedemann Kleint
119ea80735 Debugger: Ignore case of file name in breakpoint handling on Windows.
Task-number: QTCREATORBUG-438
2009-12-15 10:21:02 +01:00
Tobias Hunger
7518164a66 Remove some unused forward declarations 2009-12-15 10:20:00 +01:00
Tobias Hunger
f0d2503432 Fix warning about unused parameter 2009-12-15 10:18:37 +01:00
Tobias Hunger
8fbe994053 Fix warning about use of uninitialized value
Reviewed-by: thorbjorn
2009-12-15 10:16:02 +01:00
Christian Kamm
8269be2ab9 Quickfix: Don't crash on ifstmts with a null statement member. 2009-12-15 10:12:50 +01:00
Christian Kamm
d282ee9bdf Fix a bug with selection paths in the editor overlay.
If the first or last line in a selection ended up with nothing to
highlight after whitespaces were trimmed, they'd use a codepath that
only works correctly for inner 'empty' lines.

Instead we now make sure the beginning and end of a selection are always
highlighted.
2009-12-15 10:12:50 +01:00
Tobias Hunger
4eef958f03 Fix use of uninitialzed value.
Reviewed-by: mae
2009-12-15 10:09:27 +01:00
hjk
f39381fc6c fakevim: better gJ 2009-12-15 09:39:22 +01:00
hjk
421449ad30 fakevim: code cosmetics: use some accessor functions to m_visualMode 2009-12-15 09:39:21 +01:00
hjk
35e732f331 fakevim: some improvements to d, x, D and X in the visual modes 2009-12-15 09:39:21 +01:00
Friedemann Kleint
bd8d2b0b8a Debugger: Enable attaching with -client option.
Make it possible to trigger a debug-attach in a running instance
of Qt Creator by means of -client, use that in qtcdebugger, thus
enabling it to attaching to crashing executables in run mode
(Windows/CDB).

Modify IPlugin and application so that the complete command line is
serialized and transmitted to a running instance via QtSingleApplication
if -client is specified. Introduce IPlugin::remoteArgument and use that
in core for opening files and in the debugger for attaching.

Use -client in qtcdebugger with some logic to keep it alive as long as
the debuggee, make CDB break in that case as the events are not replayed
correctly in case the debugger is not spawned by the registered handler.
Rubber-stamped-by: con <qtc-committer@nokia.com>
2009-12-14 18:01:39 +01:00
con
d94b7b08c0 Better background color for "old" application output.
Use "base" and "text" instead of "window" and "windowText",
also make it lighter.

Reviewed-by: dt
2009-12-14 17:33:26 +01:00
con
b182d5ac53 Don't try to add actions to non-existing group. 2009-12-14 17:33:26 +01:00
mae
50e45b76f4 Ignore hidden actions for the dummy shortcut eater
Reviewed-by: con
2009-12-14 17:20:50 +01:00
con
165d25f01c Clearer menu separation between find tool bar and find window. 2009-12-14 15:43:15 +01:00
Friedemann Kleint
304d398357 Git: Expand commit template relative to repository directory
if it is a relative file specification.
Task-number: QTCREATORBUG-451
2009-12-14 15:16:40 +01:00