- Aug 30, 2010
-
-
Olivier Goffart authored
-
Olivier Goffart authored
This happened if the file is openned after the debugger has started
-
Olivier Goffart authored
This should speed up the matching between the AST nodes and the debugIds
-
hjk authored
-
- Aug 27, 2010
-
-
Olivier Goffart authored
-
Tobias Hunger authored
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
-
- Aug 26, 2010
-
-
Christiaan Janssen authored
-
Lasse Holmstedt authored
It was not very useful without being able to e.g. move things around.
-
- Aug 25, 2010
-
-
Lasse Holmstedt authored
Animation play/pause buttons are now merged on observer toolbar. Also, a bugfix to inspector toolbar.
-
- Aug 24, 2010
-
-
Olivier Goffart authored
There is now a hook in QDeclarative itself for that. Needs commit af2b28f9ca07057 of Qt
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Creating LookupContext seems to be expensive, so don't update anything unless debug mode is already running.
-
Lasse Holmstedt authored
Easier to use now by just clicking on one button, and takes less space.
-
Lasse Holmstedt authored
A new debugger engine, QmlCppEngine, is introduced, which wraps gdb and qml engines into one. Alternatively, if using Windows, Cdb is used instead of Gdb. Most of the debugger ui switcher is now rewritten, and it is tailored for the QML and CPP layout case, the only one supported anyway. Reviewed-by: hjk
-
- Aug 20, 2010
-
-
Olivier Goffart authored
-
Olivier Goffart authored
-
- Aug 19, 2010
-
-
Olivier Goffart authored
-
- Aug 18, 2010
-
-
Olivier Goffart authored
The problem was that we did not query the object with the good engine id
-
Olivier Goffart authored
-
Olivier Goffart authored
+ add missing tr()
-
- Aug 13, 2010
-
-
Lasse Holmstedt authored
-
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
-
-
hjk authored
-
hjk authored
-
hjk authored
-
Lasse Holmstedt authored
For starters, we only remember whether the initial warning about dangers of Live Preview was shown.
-
- Aug 11, 2010
- Aug 10, 2010
-
-
Olivier Goffart authored
-
- Aug 06, 2010
-
-
Olivier Goffart authored
-
Olivier Goffart authored
-
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
When a change is done to an element that cannot be changed due to debugger/qdeclarative limitations, a warning is shown to the user in QML JS Editor. Reviewed-by: Olivier Goffart
-
Lasse Holmstedt authored
This one should be called when a component is changed and components using it need to be reloaded.
-
Lasse Holmstedt authored
-
- Aug 03, 2010
-
-
Olivier Goffart authored
If an object is created at the same location of another old object, It could be matched.
-
Lasse Holmstedt authored
-