- 22 Sep, 2009 1 commit
-
-
hjk authored
-
- 17 Sep, 2009 2 commits
- 17 Aug, 2009 1 commit
-
-
hjk authored
"Stepping instruction wise" and "display disassembler" mode is now toggled by a single action. This also allows to re-use F10 and F11 as keyboard shortcut. Missing: caching of disassembler output, removal of old disassembler view.
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 13 Aug, 2009 3 commits
-
-
hjk authored
sessionUnloaded was sometimes emitted when the session manager was in an unsafe state (between delete m_file and m_file = new ...) leading to crashes when slots connected to the signal accessed the sessionmanager again. This patch moves the signal emission before delete m_file. Reviewed-by: dt
-
hjk authored
Show the current number base in the view.
-
hjk authored
Just mentioning it in the status bar is often not enough to take notice.
-
- 12 Aug, 2009 1 commit
-
-
hjk authored
-
- 06 Aug, 2009 1 commit
-
-
con authored
-
- 31 Jul, 2009 1 commit
-
-
Friedemann Kleint authored
Task-number: 256215
-
- 28 Jul, 2009 1 commit
-
-
Friedemann Kleint authored
... by creating a default run configuration.
-
- 21 Jul, 2009 1 commit
-
-
con authored
-
- 16 Jul, 2009 1 commit
-
-
con authored
-
- 10 Jul, 2009 1 commit
-
-
hjk authored
-
- 09 Jul, 2009 1 commit
-
-
con authored
-
- 16 Jun, 2009 3 commits
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-
Jason McDonald authored
Reviewed-by: Trust Me
-
Friedemann Kleint authored
-
- 12 Jun, 2009 2 commits
- 11 Jun, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
-
- 08 Jun, 2009 1 commit
-
-
mae authored
win any beauty design contents, but is a workaround for the overlong debug menu. This needs cleanup for 1.3.
-
- 04 Jun, 2009 2 commits
- 03 Jun, 2009 2 commits
-
-
Oswald Buddenhagen authored
- clear up some Q_OS_LINUX vs. Q_OS_UNIX - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise) - use proper #if-#else cascades instead of free-standing #ifs
-
dt authored
Reviewed-By: hjk
-
- 26 May, 2009 1 commit
-
-
Friedemann Kleint authored
Handle the 2nd parameter correctly as a event id to be used for a handshake. Introduce a special mode when attaching to crashed processes. Code cleanup, pass StartParameters along to startDebugger.
-
- 25 May, 2009 4 commits
-
-
kh authored
The onModeChanged gets always called, even after shutdown where we already had deleted the DebuggerManager. Don't access the 0 pointer.
-
hjk authored
works only with gbd 7.0 so far.
-
Friedemann Kleint authored
Introduced struct DebuggerStartParameters to pass around start parameters, removing the need for the engines to access private members of DebuggerManager. Pass it to DebuggerManager::startNewDebugger() and move the GUI parts of that function into DebuggerPlugin, making it possible to create the struct from command line parameters. Introduce command line parsing with a few more -enable-xx options. Introduce warning() to debugger panel in the CDB engine. On this occasion, clean out a few trailing whitespaces.
-
con authored
The dock widget visibility was not saved/restored correctly, and pulling floating dock widgets back into the layout didn't remove the header widget in case of locked mode. Now we track visibility and floating state of dock widgets directly.
-
- 19 May, 2009 2 commits
- 15 May, 2009 2 commits
-
-
con authored
-
con authored
Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 14 May, 2009 1 commit
-
-
Friedemann Kleint authored
Make debugger tooltip API more general, have the engines check the correct file type, figure out the expression and context from the text editor. Put common functionality in watchutils.cpp. In the CDB engine, check whether a tooltip expression is a known variable within the stack frame context. If so, retrieve via symbol group or dumpers. Cache by function and expression. Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 11 May, 2009 1 commit
-
-
hjk authored
-
- 08 May, 2009 1 commit
-
-
hjk authored
-
- 07 May, 2009 1 commit
-
-
hjk authored
-