- Dec 16, 2009
-
-
Friedemann Kleint authored
stripping namespaces.
-
Friedemann Kleint authored
-
Thorbjørn Lindeijer authored
Conflicts: src/plugins/projectexplorer/outputwindow.cpp
-
Thorbjørn Lindeijer authored
This reverts commit cdf2f70c. This new feature didn't belong in 1.3. It will remain on master.
-
Friedemann Kleint authored
-
mae authored
Experiment with changing the foreground rather than the background. Done with: thorbjorn
-
mae authored
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
-
Thorbjørn Lindeijer authored
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.
-
Kai Koehne authored
Quick fix. Actually there should be IMO no way to start the debugger for a qmlproject in the frist place.
-
- Dec 15, 2009
-
-
Alessandro Portale authored
MaemoRunConfiguration reimplements the correct RunConfiguration::isEnabled() Reviewed-by: con Reviewed-by: dt
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
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.
-
mae authored
-
Roberto Raggi authored
-
Friedemann Kleint authored
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>
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-438
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
Christian Kamm authored
-
Christian Kamm authored
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.
-
Tobias Hunger authored
Reviewed-by: mae
-
hjk authored
helpers for custom types
-
hjk authored
saves a few lines in the dumper implementations for the 'putEllipses' logic.
-
hjk authored
-
hjk authored
-
hjk authored
-
- Dec 14, 2009
-
-
Friedemann Kleint authored
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>
-
con authored
Use "base" and "text" instead of "window" and "windowText", also make it lighter. Reviewed-by: dt
-
con authored
-
mae authored
Reviewed-by: con
-
con authored
-
Friedemann Kleint authored
if it is a relative file specification. Task-number: QTCREATORBUG-451
-
dt authored
setClean(true) doens't imply a clean argument anymore. (To make it user configurable.) Reviewed-By: owolff
-
con authored
Conflicts: src/plugins/coreplugin/outputpane.h
-
mae authored
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
-