- Aug 23, 2010
-
-
Friedemann Kleint authored
Remove some unused leftovers from DebuggerOuputWindow.
-
- Jul 21, 2010
-
-
hjk authored
-
- Jun 30, 2010
-
-
hjk authored
-
- Jun 22, 2010
-
-
hjk authored
This replaces the (de facto) singleton engines and data handlers by classes that are instantiated per run. The DebuggerRunControl will now create an object of (a class derived from) DebuggerEngine that contains all the relevant "dynamic" data. DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin, whereas the data bits went to DebuggerEngine. There is no formal notion of a "current" DebuggerEngine. However, as there's only one DebuggerEngine at a time that has its data models connected to the view, there's still some "de facto" notion of a "current" engine. Calling SomeModel::setData(int role, QVariant data) with custom role is used as the primary dispatch mechanism from the views to the "current" data models (and the engine, as all data models know their engine).
-
- Jun 01, 2010
-
-
hjk authored
-
- May 25, 2010
-
-
Friedemann Kleint authored
...as X11-clipboard is unreliable for long logs.
-
- Mar 18, 2010
-
-
hjk authored
-
Friedemann Kleint authored
-
- Mar 17, 2010
-
-
Jens Bache-Wiig authored
This patch replaces all uses of QSplitter with thin 1-pixel splitters. I also fixed dock widget layouts in main windows to do the same. Additionally I had to tweak the tabbars so they look good in mini splitter layouts to avoid a double left-border. Reviewed-by: thorbjorn
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 12, 2010
-
-
hjk authored
-
- Feb 04, 2010
- Feb 01, 2010
-
-
Friedemann Kleint authored
foreach()-Loops.
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- Jan 15, 2010
-
-
hjk authored
-
- Jan 04, 2010
-
-
hjk authored
cursor
-
- Oct 07, 2009
-
-
hjk authored
-
- Oct 01, 2009
-
-
hjk authored
-
- Sep 25, 2009
-
-
Friedemann Kleint authored
For device debugging. Move both from namespace Debugger::Internal to Debugger, export them, give DebuggerManager a static instance().
-
- Aug 18, 2009
-
-
hjk authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 21, 2009
- Jul 13, 2009
-
-
Alessandro Portale authored
There were both variants, with and without extra semicolon.
-
- Jul 10, 2009
-
-
hjk authored
Double click on debugger input did not jump to the output anymore.
-
- Jul 08, 2009
-
-
hjk authored
-
- Jun 19, 2009
-
-
Friedemann Kleint authored
-
hjk authored
-
- Jun 18, 2009
-
-
hjk authored
-
- Jun 16, 2009
-
-
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
-
- Jun 03, 2009
-
-
hjk authored
This also squashes a namespace related bug introduced by the watchutils refactoring.
-
- May 29, 2009
- May 06, 2009
-
-
Daniel Molkentin authored
-
- Apr 20, 2009
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
- Apr 03, 2009
-
-
hjk authored
-
- Mar 27, 2009
-
-
hjk authored
-