- Aug 30, 2010
-
-
Olivier Goffart authored
-
Olivier Goffart authored
This should speed up the matching between the AST nodes and the debugIds
-
- Aug 26, 2010
-
-
Christiaan Janssen authored
-
- Aug 24, 2010
-
-
Olivier Goffart authored
There is now a hook in QDeclarative itself for that. Needs commit af2b28f9ca07057 of Qt
-
Olivier Goffart authored
-
- Aug 20, 2010
-
-
Olivier Goffart authored
-
Olivier Goffart authored
-
- Aug 19, 2010
-
-
Olivier Goffart authored
-
- Aug 13, 2010
-
-
Lasse Holmstedt authored
Now, QmlEngine creates the connection to the inferior (debuggee), and notifies QmlInspector when a connection is established. Before, inspector created the debugger engin, which was wrong. QmlEngine's responsibilities are connecting to the debuggee and basic QML/JS debugging features like locals & watchers, breakpoints etc. QmlInspector takes care of Live Preview and other fancy inspection features. Reviewed-by: hjk
-
- Aug 12, 2010
- Aug 06, 2010
-
-
Lasse Holmstedt authored
Previously, the user had to navigate to the context of a qml item in order to edit its source code in Live Preview mode. This change tells the client to update when new objects are created on server-side, and makes the editing possible without having to manually trigger updates.
-
- Aug 05, 2010
-
-
Lasse Holmstedt authored
This one should be called when a component is changed and components using it need to be reloaded.
-
- Aug 03, 2010
-
-
Lasse Holmstedt authored
-
- Aug 02, 2010
-
-
Lasse Holmstedt authored
The crumble path shows the current context of the debugger/inspector.
-
- Jul 27, 2010
-
-
Lasse Holmstedt authored
To show the object string id's, the debug protocol is used to get them. The problem is that the required methods in QDeclarativeContext(Data) are not exposed, and it's too late to do it for 4.7.0. Hence this change should be reverted in 4.8 when more efficient way of getting the id's comes available.
-
Lasse Holmstedt authored
-
- Jul 22, 2010
-
-
Olivier Goffart authored
Even if we should really care about all of them, the object that is the root of all the graphical QML item is the usually last.
-
- Jul 21, 2010
-
-
Olivier Goffart authored
Also used 'int' instead of QDeclarativeDebugObjectReference for the debug id in order not to use the private API from QMLJS
-
- Jul 20, 2010
-
-
Olivier Goffart authored
-
Olivier Goffart authored
When the document is reloaded by the server, we need to refresh refresh what was the loaded document, and refresh the debugIds
-
- Jul 19, 2010
-
-
Olivier Goffart authored
-
- Jul 16, 2010
-
-
Lasse Holmstedt authored
-
Olivier Goffart authored
... with a little bit of refactoring. But for some reason it does not seem to have an effect
-
Lasse Holmstedt authored
-
- Jul 14, 2010
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
- Jul 09, 2010
-
-
Olivier Goffart authored
-
- Jul 08, 2010
-
-
Lasse Holmstedt authored
-
Roberto Raggi authored
-
Lasse Holmstedt authored
-
- Jul 02, 2010
-
-
Olivier Goffart authored
-
Olivier Goffart authored
-
- Jun 29, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jun 28, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-