- Sep 22, 2010
-
-
Kai Koehne authored
Enable setting breakpoints, and showing the script console even if the QmlInspector plugin is not loaded. Reviewed-by: hjk
-
- Sep 13, 2010
-
-
Friedemann Kleint authored
namespace (from Debugger::Internal) as they are exported classes. Introduce private classes to avoid exposing private JS debugger headers.
-
- Sep 08, 2010
-
-
Christiaan Janssen authored
Reviewed by: Lasse Holmstedt
-
- Aug 24, 2010
-
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
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 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
-
-
Lasse Holmstedt authored
For starters, we only remember whether the initial warning about dangers of Live Preview was shown.
-
- Aug 11, 2010
-
-
hjk authored
-
- Aug 02, 2010
-
-
Lasse Holmstedt authored
The crumble path shows the current context of the debugger/inspector.
-
- Jul 30, 2010
-
-
Lasse Holmstedt authored
Two kinds of warnings are now shown: one for warning about the Live Preview itself, as it is experimental, and another when user changes id's of objects during runtime, as this is not supported at the moment. More warnings will be added later for other unsupported changes.
-
- Jul 27, 2010
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
The button is checkable and pressing it will stop/propagate changes to the qml application being debugged.
-
- Jul 14, 2010
-
-
Lasse Holmstedt authored
-
- Jul 09, 2010
-
-
Olivier Goffart authored
-
- Jul 08, 2010
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
- Jun 29, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jun 28, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jun 25, 2010
- Apr 29, 2010
-
-
Lasse Holmstedt authored
-
- Apr 28, 2010
-
-
con authored
Discussed-with: hjk
-
Lasse Holmstedt authored
Task-number: QTCREATORBUG-1288
-
- Apr 21, 2010
-
-
Lasse Holmstedt authored
-
- Apr 15, 2010
-
-
Lasse Holmstedt authored
It's not yet possible to attach to an external app running a qml debugging server, because the server is only started on startup if an env variable is set. Changing this requires action from Brisbane, but even the current solution works for C++ apps with QML in them. Task-number: BAUHAUS-585 Reviewed-by: dt
-
- Apr 13, 2010
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
- Mar 26, 2010
-
-
Lasse Holmstedt authored
-
- Mar 22, 2010
-
-
Lasse Holmstedt authored
-
- Mar 19, 2010
-
-
Lasse Holmstedt authored
the previous implementation relied on poking around with setVisible of the menu actions. Now, command attribute CA_Hide is used instead for the necessary entries. Reviewed-by: hjk
-
- Mar 18, 2010
-
-
Lasse Holmstedt authored
-
Friedemann Kleint authored
-
- Mar 17, 2010
-
-
hjk authored
-
Kai Koehne authored
-