- Nov 23, 2010
-
-
Kai Koehne authored
-
Kai Koehne authored
Any DEFINE used in qmljsdebugger-lib.pri is also passed to the users code.
-
Kai Koehne authored
Incorporate into qmljsdebugger-lib.pri Task-number: QTCREATORBUG-2951
-
- Nov 01, 2010
-
-
Alessandro Portale authored
- Renaming the screen orientation enum and keys - Explicit constructors - Virtual destructors - Renamed some occurences of 'Qml' in comments to 'QML' - Adding descriptive comments to all generated files which should not be touched by the user. - Adding missing license headers to the qmljsdebugger sources Task-Number: QTCREATORBUG-2885 Reviewed-by: Friedemann Kleint Reviewed-by: dt
-
- Oct 13, 2010
-
-
Kai Koehne authored
Don't confuse users by two defines they have to comment in when they just want to 'debug': Instead QMLJSDEBUGGER now activates both the Js Debugger & and the QmlObserver services. Finetuning can still be done by using the (undocumented) NO_JSDEBUGGER, NO_QMLOBSERVER defines.
-
- Oct 05, 2010
-
-
Kai Koehne authored
Make sure that the private API used from Qt is compiled with Q_DECL_IMPORT. Task-number: QTCREATORBUG-2609
-
- 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
-
- 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
-