ConsoleAPI: Use environment variable
authorAurindam Jana <aurindam.jana@nokia.com>
Fri, 18 Nov 2011 15:41:08 +0000 (16:41 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 24 Nov 2011 10:40:07 +0000 (11:40 +0100)
commit43b2d685fbbefd7eb89e4e84af02bc4a4aea86e0
treefaac8b3a6ad548626a99a7430b4d2e8d958c1e6a
parent5aad0f5da641d778958a4127f33cbd9943e6a6c5
ConsoleAPI: Use environment variable

Show detailed information, such as file and line number, for
console.log, console.debug and print when the environment variable
QML_CONSOLE_EXTENDED is set.

Change-Id: I8f660f58d0fd08971ce9706b4a418ed60f312980
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
src/declarative/qml/v8/qdeclarativebuiltinfunctions.cpp
tests/auto/declarative/declarative.pro
tests/auto/declarative/qdeclarativeanimations/tst_qdeclarativeanimations.cpp
tests/auto/declarative/qdeclarativeconsole/data/consoleLog.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativeconsole/qdeclarativeconsole.pro [new file with mode: 0644]
tests/auto/declarative/qdeclarativeconsole/tst_qdeclarativeconsole.cpp [new file with mode: 0644]
tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp
tests/auto/declarative/qdeclarativelanguage/tst_qdeclarativelanguage.cpp
tests/auto/declarative/qdeclarativeqt/tst_qdeclarativeqt.cpp
tests/auto/declarative/qdeclarativestates/tst_qdeclarativestates.cpp
tests/auto/declarative/qdeclarativevaluetypes/tst_qdeclarativevaluetypes.cpp