- 15 Dec, 2009 6 commits
- 14 Dec, 2009 20 commits
-
-
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
-
mae authored
This is part of a bigger change to get rid of the output mode. Reviewed-by: con
-
mae authored
QTCREATORBUG-456
-
con authored
-
dt authored
Task-Nr: QTCREATORBUG-277
-
Friedemann Kleint authored
as already present for git, mercurial. Task-number: QTCREATORBUG-475
-
Erik Verbruggen authored
Reviewed by: hjk
-
con authored
-
con authored
Conflicts: src/plugins/projectexplorer/outputwindow.cpp
-
Friedemann Kleint authored
Make checkscript a bit more verbose. Task-number: QTCREATORBUG-451 Task-number: QTCREATORBUG-422
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
- 11 Dec, 2009 14 commits
-
-
hjk authored
-
hjk authored
-
hjk authored
The token is not needed anymore.
-
hjk authored
-
Jens Bache-Wiig authored
Those properties should be recursive. We need to optimize this another way.
-
Friedemann Kleint authored
-
con authored
Task-number: QTCREATORBUG-463 Reviewed-by: dt
-
Friedemann Kleint authored
Use relative paths with -d-option, check for symlinked depots. Add revert-actions. Use different context/kinds for editors, suppressing warnings. Introduce common run-function.
-
con authored
-
Thorbjørn Lindeijer authored
Even when an upper case character can also match a lower case one, it should only be treated as a CamelCase match when the matched character is also upper case. This avoids some false positives. Also, the part that allows a word in a CamelCase identifier to be truncated should never be matched case-insensitively.
-
Thorbjørn Lindeijer authored
Also removed no longer used .ui file. Reviewed-by: Friedemann Kleint
-
Jarek Kobus authored
-
dt authored
Also only filling in the author field works, git does magic then. Also fix quoting
-
hjk authored
-