Commit Graph

12 Commits

Author SHA1 Message Date
hjk
4ef06c43d0 debugger: simplify DebuggerMainWindow 2010-12-02 18:19:05 +01:00
hjk
0497bdfc53 debugger: the 'Memory Editor' action does not need to be stored explicitly 2010-12-02 18:05:34 +01:00
hjk
9f52852839 debugger: move some private bits to DebuggerMainWindowPrivate 2010-12-02 18:02:55 +01:00
hjk
a77353b414 debugger: move DebuggerMainWindow to debuggermainwindow.{h,cpp} 2010-12-02 17:43:14 +01:00
hjk
05f6151d33 debugger: merger DebuggerMainWindow and DebuggerUISwitcher 2010-12-02 17:34:04 +01:00
hjk
def49bf9a6 debugger: DebuggerUISwitcher code reorg 2010-12-02 17:34:03 +01:00
Arvid Ephraim Picciani
b6d34c086c Open context menu for MainWindow
Task-Number: QTCREATORBUG-2406
Reviewed-by: hjk
2010-09-20 18:32:57 +02:00
Lasse Holmstedt
7afef49682 Qml Debugger: Code style and cleanup
Reviewed-by: hjk
2010-08-24 17:47:20 +02:00
Lasse Holmstedt
b557c58eac Qml Debugger: Enable debugging qml+cpp standalone applications
A new debugger engine, QmlCppEngine, is introduced, which wraps gdb
and qml engines into one. Alternatively, if using Windows, Cdb is used
instead of Gdb.

Most of the debugger ui switcher is now rewritten, and it is tailored
for the QML and CPP layout case, the only one supported anyway.

Reviewed-by: hjk
2010-08-24 17:46:22 +02:00
Thorbjørn Lindeijer
8dbc9fbea4 Added some missing license headers 2010-03-23 09:18:32 +01:00
Friedemann Kleint
bbcacaf59f Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4. 2010-03-18 10:59:06 +01:00
Lasse Holmstedt
580280af26 Changed QML Inspector from a separate global mode to a plugin.
The new QML Inspector depends on DebuggerPlugin. Also added a dropdown menu into
the debugger toolbar from which the user can select the used debugging
language, e.g. C++ or QML.
2010-02-16 15:13:09 +01:00