Commit Graph

88532 Commits

Author SHA1 Message Date
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
986559d297 Test the new preprocessor. 2009-12-15 16:49:59 +01:00
Roberto Raggi
d0abb5daf0 Run the semantic passes. 2009-12-15 16:38: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
Roberto Raggi
c09a8e4fc3 Some work on the new preprocessor. 2009-12-15 12:34:31 +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
6596391811 debugger: some documentation on how to use python for creating debugging
helpers for custom types
2009-12-15 09:50:18 +01:00
hjk
7fed0f0626 debugger: introduce optional 'max children' argument to Dumper.beginChildren
saves a few lines in the dumper implementations for the 'putEllipses' logic.
2009-12-15 09:39:22 +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
dt
6cdb58aac2 Fix bug introduced by refactoring of BuildSteps
setClean(true) doens't imply a clean argument anymore. (To make it user
configurable.)

Reviewed-By: owolff
2009-12-14 14:53:46 +01:00
con
9b93e5e353 Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/coreplugin/outputpane.h
2009-12-14 14:46:43 +01:00
mae
255e7d1d75 Fixed disabled action shortcuts
The patch introduces a dummy action which eats the respective
shortcuts when the real action is disabled.
This works around an issue on X11, where some Ctrl-shortcuts do
insert printable text, for example Ctrl+. for the next bookmark.
Without the patch, Ctrl+. would insert an unexpected '.' into
the text when there are no bookmarks.

Reviewed-by: con
2009-12-14 14:26:49 +01:00
mae
43515f1cf6 Add a minimize/maximize action to the output pane
This is part of a bigger change to get rid of the output mode.

Reviewed-by: con
2009-12-14 14:26:49 +01:00
mae
c91c416135 Fix whitespace cleaning of changed blocks after undo
QTCREATORBUG-456
2009-12-14 14:26:49 +01:00
con
1677ae3787 Add a "More..." button in status bar for the output panes. 2009-12-14 14:26:03 +01:00
Friedemann Kleint
397b634aee CDB: Fix messages displayed after stop of Debugger.
Reviewed-by: hjk
Task-number: QTCREATORBUG-399
2009-12-14 14:15:15 +01:00
dt
a755717649 In the EnvironmentWidget show which environment is the base.
Task-Nr: QTCREATORBUG-277
2009-12-14 13:40:17 +01:00
Friedemann Kleint
dde46ec1eb VCS: Introduce configureable timeout to vcs,svn, p4.
as already present for git, mercurial.

Task-number: QTCREATORBUG-475
2009-12-14 12:45:45 +01:00