- Sep 17, 2010
-
-
Leena Miettinen authored
-
- Sep 16, 2010
-
-
hjk authored
-
- Jul 21, 2010
-
-
hjk authored
-
- Jul 12, 2010
-
-
Robert Loehning authored
-
- Jun 25, 2010
-
-
Friedemann Kleint authored
Added adapter to work with TCF over WLAN. Factor out common code for Symbian from TrkAdapter. Improve message logging in TrkGdbAdapter, some cleanup. Added new TcfTrkGdbAdapter based on TcfTrkDevice in symbianutils based on JSON, using QTcpSocket. To be started via special @tcf@ argument. Rubber-stamped-by: hjk
-
- Jun 11, 2010
-
-
Bill King authored
-
- May 21, 2010
-
-
Friedemann Kleint authored
- Use message boxes on timeouts. - Add a configuration for a graphical SSH password prompt binary with defaults - Launch commands that require authentification with no terminal on UNIX and environment variable SSH_ASKPASS set accordingly. - First attempt at introduce a common function to synchronously run VCS commands in base plugin with flags. - Use standard execution log entries in all VCS plugins (outputwindow).
-
- May 12, 2010
-
-
hjk authored
application
-
- May 05, 2010
-
- Mar 29, 2010
-
-
hjk authored
-
- Mar 17, 2010
-
-
Friedemann Kleint authored
Try to detect engine by looking at toolchain, executable, attach mode. Find out path to executable in attach to running dialog. Reviewed-by: hjk
-
- Mar 09, 2010
-
-
hjk authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 04, 2010
-
-
Friedemann Kleint authored
Polish the process dialog. Task-number: QTCREATORBUG-800
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Dec 16, 2009
-
-
Friedemann Kleint authored
-
- Dec 11, 2009
-
-
ck authored
Reviewed-by: hjk
-
- Dec 10, 2009
- Oct 16, 2009
-
-
ck authored
-
- Oct 08, 2009
-
-
Friedemann Kleint authored
Add a configuration checking method to the Debugger manager, depending on toolchain, wire it to the engines. Check that in the debugger run controls. Add a convenience method to ICore that shows a warning message with a "Settings" button, pointing the user to a configuration error on a settings page. Remove leftovers of the dumper parser. Acked-by:
con <qtc-committer@nokia.com>
-
Oswald Buddenhagen authored
it's dead code
-
Friedemann Kleint authored
Correctly reset state on missing Symbian gdb. Provide "settings" options. Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- Oct 05, 2009
-
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
hjk authored
there's only one choice after filtering
-
- Sep 23, 2009
-
-
hjk authored
-
- Aug 19, 2009
-
-
Friedemann Kleint authored
- Watchwindow: Do not open Address dialog if menu is canceled (act = 0 matching the unitialized unknown memory action) - Actually pass the address of the dialog to the agent - Make the "Open Memory editor..." action always visible to be able to look at const char *x pointing at y - Improve the address dialog with checking and dialog button box - Explicitly pass the quint64 around - Translate & purge
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 07, 2009
-
-
Thiago Macieira authored
This may happen if a process exits after we got the /proc listing. If we fail to open the file, readAll() returns empty, which means split() returns an empty list, which means you can't do at(1).
-
- 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 12, 2009
-
-
hjk authored
-
- May 25, 2009
-
-
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.
-
- May 19, 2009
-
-
hjk authored
-
- May 07, 2009
- May 06, 2009
- May 04, 2009
-
-
hjk authored
-
- Apr 10, 2009
-
-
Thorbjørn Lindeijer authored
-