Commit Graph

7 Commits

Author SHA1 Message Date
Kai Koehne
19638d3d97 QmlJsDebugger: Fix compilation with latest qt
setEnabled(), enabledChanged() got removed in QDeclarativeDebugClient,
QDeclarativeDebugService.
2010-09-28 13:05:02 +02:00
Kai Koehne
4ab1c88ba0 QmlJSDebugger: Split library up into a debugger & observer part
This allows us to enable/disable the experimental observer, independent
from the core javascript-debugger functionality.

Reviewed-by: Christiaan Janssen
2010-09-22 15:44:48 +02:00
Kai Koehne
9107f0c5d0 QmlJSDebugger: Change namespace from QmlObserver to QmlJSDebugger
The library not only contains the observer part, but also the javascript
debugger. Reflect this in the namespace.
2010-09-22 15:44:13 +02:00
Kai Koehne
78b175c523 QmlJSDebuggerLib: Place all classes in QmlObserver namespace 2010-09-16 17:04:52 +02:00
Friedemann Kleint
444e2fd4ce Quieten gcc compiler warnings. 2010-09-07 14:34:38 +02:00
Olivier Goffart
f80c15123b QML JS Debugger: disable interruption on exceptions.
There is too much false exceptions that makes debugging annoying
2010-09-02 12:14:18 +02:00
Lasse Holmstedt
4558477b01 Moved qmljsdebugger to share & debugger lib support for qml app wizard
Reviewed-by: Alessandro Portale
2010-08-06 17:48:01 +02:00