- 12 Aug, 2009 1 commit
-
-
hjk authored
-
- 06 Aug, 2009 1 commit
-
-
con authored
-
- 15 Jul, 2009 1 commit
-
-
dt authored
Requires a lot of trivial forwarding.
-
- 13 Jul, 2009 1 commit
-
- 10 Jul, 2009 1 commit
-
-
Friedemann Kleint authored
- Modified WatchModel to handle storage of an hierarchy of WatchItems. - Factored out code for asynchronous population to AsyncWatchModel and added a mixin for convenient handling - Added base class for synchronous models. - Implement simple, synchronous models for CDB, greatly simplifying code and finally getting manual expansion right. Signed-off-by:
hjk <qtc-committer@nokia.com>
-
- 08 Jul, 2009 1 commit
-
-
hjk authored
-
- 01 Jul, 2009 1 commit
-
-
hjk authored
The option is hidden in the context menu. Currently the application must be stopped.
-
- 24 Jun, 2009 1 commit
-
-
hjk authored
-
- 19 Jun, 2009 4 commits
-
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
-
hjk authored
-
- 18 Jun, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 17 Jun, 2009 1 commit
-
-
hjk authored
It's now properly using canFetchMore/fetchMore. cdb is not yet ported.
-
- 16 Jun, 2009 2 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
-
- 12 Jun, 2009 2 commits
- 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
-
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.
-
- 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>
-
- 08 May, 2009 1 commit
-
-
hjk authored
-
- 07 May, 2009 3 commits
- 06 May, 2009 4 commits
- 05 May, 2009 1 commit
-
-
hjk authored
-
- 04 May, 2009 1 commit
-
-
hjk authored
-
- 29 Apr, 2009 1 commit
-
-
Friedemann Kleint authored
Add dumper calls, parser etc. Catch crashes in the dumper functions.
-
- 28 Apr, 2009 1 commit
-
-
hjk authored
-
- 22 Apr, 2009 1 commit
-
-
Friedemann Kleint authored
Load in a 'well-defined' (temporary) breakpoint at main().
-
- 20 Apr, 2009 1 commit
-
-
Friedemann Kleint authored
Make command execution output shown, use Wide version of Debug Callbacks and output, provide bases classes for other output and event handlers, move common dumper functionality into debugger manager.
-