- Oct 27, 2010
- Oct 01, 2010
-
-
Kai Koehne authored
Copy over the private header files to creator source tree, along the lines of the what the designer plugin does. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
- Sep 29, 2010
-
-
Lasse Holmstedt authored
Moved qmljsdebugger to a dir under qml/, made qmlobserver compile without creator dependencies and made it compile with debugging helpers. Reviewed-by: hjk
-
Aaron Kennedy authored
This reverts commit a9820d4f.
-
Aaron Kennedy authored
-
- Sep 28, 2010
-
-
Kai Koehne authored
setEnabled(), enabledChanged() got removed in QDeclarativeDebugClient, QDeclarativeDebugService.
-
- Sep 22, 2010
-
-
Kai Koehne authored
This allows us to enable/disable the experimental observer, independent from the core javascript-debugger functionality. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
The library not only contains the observer part, but also the javascript debugger. Reflect this in the namespace.
-
- Sep 16, 2010
-
-
Kai Koehne authored
-
- Sep 07, 2010
-
-
Friedemann Kleint authored
-
- Sep 02, 2010
-
-
Olivier Goffart authored
There is too much false exceptions that makes debugging annoying
-
- Aug 06, 2010
-
-
Lasse Holmstedt authored
Reviewed-by: Alessandro Portale
-
- Aug 03, 2010
-
-
Olivier Goffart authored
-
- Jul 29, 2010
-
-
Lasse Holmstedt authored
QMLObserver links against the library dynamically. User's apps can also link to it statically, so that the app can be deployed with debugging features to a device, without having to worry about library deployment.
-
Olivier Goffart authored
-
- Jul 28, 2010
-
-
Olivier Goffart authored
-
- Jul 23, 2010
-
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Olivier Goffart authored
All the expended item need to be retreived before we can call endCycle
-
Olivier Goffart authored
-
- Jul 22, 2010
-
-
Olivier Goffart authored
-
Olivier Goffart authored
Skip all signals and slot, there is too many of them, and it is not usefull in the debugger.
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Olivier Goffart authored
-
Olivier Goffart authored
QVariant does not work as they can contain custom type that corrypt the stream
-
- Jul 16, 2010
-
-
Olivier Goffart authored
Unfortunatelly, streaming QVariant is not a really good idea, as streaming a custom type would fail
-
- Jul 14, 2010
-
-
Lasse Holmstedt authored
-
- Jul 08, 2010
-
-
Olivier Goffart authored
The agent is only attached when creator request it. But this may occurs After some scripts have been initialized. Which mean we do not get the scriptLoad call.
-
Olivier Goffart authored
-
Olivier Goffart authored
The idea is to only enable it if it is run with -debugger, but for now it is always enabled for simplicity. This let you debug QML Javascript from creator
-