- Nov 23, 2010
-
-
Kai Koehne authored
This is convenient especially in the observer mode. Reviewed-by: Christiaan Janssen
-
- Nov 12, 2010
-
-
Kai Koehne authored
-
Kai Koehne authored
Simplify method names.
-
Kai Koehne authored
Change signature of setSelectedItemsByObjectId to match the one from signal currentObjectsChanged.
-
- Oct 08, 2010
-
-
Kai Koehne authored
-
- Oct 01, 2010
-
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Protocol / classes changed with commit fd9771c29d Reviewed-by: Christiaan Janssen
-
- Sep 16, 2010
-
-
Kai Koehne authored
Unify terminology somewhat.
-
Kai Koehne authored
The class extends the QDDebugService class, _not_ QDDebugServer. It's right that there is also a QDEngineDebugServer being actually a service in QtDeclarative, but we should probably fix this one too.
-
- 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 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 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
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
-
- Jul 15, 2010
-
-
Tobias Hunger authored
* Windows does not like "QObject */* name */", warning about end of comment when rtunning into */*.
-
- Jul 14, 2010
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
- Jul 08, 2010
-
-
Lasse Holmstedt authored
-