Lasse Holmstedt
524d4453e5
Qml JS Inspector: Added context crumble path as a dock widget
...
The crumble path shows the current context of the debugger/inspector.
2010-08-02 17:31:11 +02:00
Lasse Holmstedt
8d504e1ad5
QML Observer: Highlight selected items in Qt Creator on click
2010-07-30 17:43:58 +02:00
Lasse Holmstedt
64f668fe1f
QML JS Debugger: Removed unused method from tools interface
2010-07-30 17:43:38 +02:00
Olivier Goffart
933d23bced
QmlJsDebugger: QDeclarativeDesignView: move private stuff to QDeclarativeDesignViewPrivate
2010-07-30 16:42:12 +02:00
Lasse Holmstedt
8918cff941
Moved CrumblePath to Utils
...
This widget has little to do with the QML debugging library, and will be
reused inside the QML JS Inspector UI as well.
2010-07-30 16:09:29 +02:00
Lasse Holmstedt
1972c2f897
Refactored QmlJS Live Preview into a library
...
QMLObserver links against the library dynamically. User's apps can also
link to it statically, so that the app can be deployed with debugging
features to a device, without having to worry about library deployment.
2010-07-29 12:16:04 +02:00