Commit Graph

12 Commits

Author SHA1 Message Date
con
ca14299790 Rename IPlugin::shutdown --> IPlugin::aboutToShutdown
Discussed-with: hjk
2010-04-28 17:32:01 +02:00
Lasse Holmstedt
990ec1be91 Added debugging mode for simultaneous QML and C++ debugging
It's not yet possible to attach to an external app running a qml
debugging server, because the server is only started on startup if an
env variable is set. Changing this requires action from Brisbane, but
even the current solution works for C++ apps with QML in them.

Task-number: BAUHAUS-585
Reviewed-by: dt
2010-04-15 15:08:32 +02:00
Lasse Holmstedt
af3f10dfdd Fixed auto-switching issues with QML inspector and c++ debugger
Reviewed-by: hjk
2010-04-13 15:16:03 +02:00
Lasse Holmstedt
fd81a276ca Only attempt to connect debugger if debug mode is activated 2010-03-17 09:04:13 +01:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
Lasse Holmstedt
f38ff9648e Moved Qml Inspector Output pane to a dock widget within the debugger. 2010-02-17 12:58:25 +01:00
ck
96690963d3 Fix compilation with namespaced Qt. 2010-02-17 11:57:02 +01:00
Lasse Holmstedt
8c2928e12e Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/qmlinspector/qmlinspectorplugin.h
2010-02-16 16:55:47 +01:00
ck
69e141c32f QML stuff: Fix compilation for namespaced Qt. 2010-02-16 15:14:49 +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
Bea Lam
200a03ed20 Fix QmlInspector to work properly now that QmlProjectManager
no longer uses LocalAppRunConfiguration. QmlInspector now uses
the qmlviewer started by QmlProjectManager instead of starting
its own, and clicking the Start Debug button within a QML
project will switch to QML Inspect mode and start the inspector.
2009-12-18 15:32:36 +10:00
Bea Lam
1bf3418314 Add qmlinspector plugin. 2009-12-11 14:56:04 +10:00