Remove "All rights reserved" line from license headers.
[profile/ivi/qtdeclarative.git] / src / declarative / qml / v8 / qjsvalue.h
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-20 Kent HansenMark deprecated functions in QJSEngine and QJSValue
2012-01-20 Kent HansenAdd QJSValue::callAsConstructor() function
2012-01-20 Kent HansenAdd QJSValue::callWithInstance() function
2012-01-20 Kent HansenAdd QJSValue::call() overload
2012-01-20 Kent HansenAdd QJSValue::isCallable() function
2012-01-20 Kent HansenAdd QJSValue::toInt() and toUInt()
2012-01-20 Kent HansenAdd QJSValue::deleteProperty() function
2012-01-20 Kent HansenAdd QJSValue::hasProperty() and hasOwnProperty() functions
2012-01-20 Gunnar SlettaRemove the use of QT_MODULE()
2012-01-11 Simon HausmannRemove obsolete toBoolean() and isBoolean() QJSValue...
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2011-08-25 Gunnar SlettaMerge branch 'master' into refactor
2011-08-11 Lars KnollUse the correct export macros
2011-08-11 Gunnar SlettaMerge branch 'master' into refactor
2011-07-29 Simon HausmannMerge the QJSEngine and QJSValue development branch...