Commit Graph

25 Commits

Author SHA1 Message Date
Lasse Holmstedt
3e9193021c Qml JS Debugger: Change context path from Creator's crumble path 2010-08-03 12:37:45 +02:00
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
Olivier Goffart
f3cdbeff63 QmlJsInspector: remove private header dependencies
A copy of the client debugging code is made in src/libs/qmljsdebugclient/
(this comes from the qt code from commit 65642dd343bf61)

So the qmljsinspector plugin does not require anymore Qt private headers.
2010-07-29 14:36:11 +02:00
Lasse Holmstedt
fb681918c6 QmlJS Live Preview: Added color box to toolbar 2010-07-27 11:58:38 +02:00
Olivier Goffart
f24216bdbb QmlJsDelta: moved to the QMLJS library
Also used 'int' instead of QDeclarativeDebugObjectReference for
the debug id in order not to use the private API from QMLJS
2010-07-21 14:27:38 +02:00
Olivier Goffart
95346f79e6 Qml Live Preview: lazily create QmlJSLiveTextPreview 2010-07-20 12:54:25 +02:00
Olivier Goffart
7bef076411 Qml Live Preview: Update the QmlJSLiveTextPreview When the document is reloaded.
When the document is reloaded by the server, we need to refresh
refresh what was the loaded document, and refresh the debugIds
2010-07-20 12:54:24 +02:00
Olivier Goffart
6292f1a5f7 QmlJsDelta: Add ability to remove object 2010-07-19 11:17:43 +02:00
Lasse Holmstedt
e0aa4f86f2 changing QmlJsLivePreview to work with multiple documents 2010-07-16 16:12:06 +02:00
Olivier Goffart
8e8581a238 QmlJsDelta: support for resetting property
... with a little bit of refactoring.

But for some reason it does not seem to have an effect
2010-07-16 15:26:18 +02:00
Lasse Holmstedt
a457d2eec3 Live preview: Creating objects dynamically 2010-07-16 10:25:32 +02:00
hjk
cc3179ef03 qmljsinspector: remove unneeded declaration 2010-07-15 15:14:47 +02:00
Lasse Holmstedt
f8fc908460 Updating selection after new tree is fetched & code cleanup 2010-07-14 17:47:59 +02:00
Lasse Holmstedt
4a4fc8584f update object tree when unknown debug id is received 2010-07-14 15:31:24 +02:00
Lasse Holmstedt
2f8dc2833b added mode buttons to custom qml viewer and qmljsinspector toolbar 2010-07-14 15:30:52 +02:00
Lasse Holmstedt
6b4ed2145e setting method bodies for objects 2010-07-08 16:51:25 +02:00
Roberto Raggi
1b5dd002c4 Compile with qt-qml. 2010-07-08 15:44:35 +02:00
Lasse Holmstedt
9a81759101 manually applied changes from qmlinspector to qmljsinspector 2010-07-08 11:36:26 +02:00
Olivier Goffart
cc5d0459dd QmlJSInspector::DebuggerClient: move the code around 2010-07-02 12:31:34 +02:00
Roberto Raggi
28c9b39baa Renabled setBindingForObject. 2010-06-29 15:06:50 +02:00
Roberto Raggi
6f4cc3541d Start the inspector. 2010-06-29 14:24:12 +02:00
Roberto Raggi
3f692a6ba3 Added QmlJS::Internal::Inspector. 2010-06-29 12:41:26 +02:00
Roberto Raggi
1f901a170e Include the private QML api in qmljsprivateapi.h 2010-06-29 11:17:46 +02:00
Roberto Raggi
731601f1a9 Added missing copyright headers. 2010-06-28 18:07:12 +02:00
Roberto Raggi
b3e1a13b0d Readded the QmlJS client proxy. 2010-06-28 18:05:24 +02:00