- 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
-