Remove QJSValue::toInt32() and toUInt32() functions
[profile/ivi/qtdeclarative.git] / src / declarative / qml / v8 / qjsvalue.cpp
2012-02-02 Kent HansenRemove QJSValue::toInt32() and toUInt32() functions
2012-02-02 Kent HansenRemove QJSEngine::nullValue() function
2012-02-02 Kent HansenRemove QJSValue constructors that take QJSEngine argument
2012-02-02 Kent HansenRemove QJSValue::propertyFlags() function
2012-02-02 Kent HansenRemove invalid QJSValue type
2012-02-01 Kent HansenRemove QJSEngine::newVariant() function
2012-02-01 Kent HansenRemove QJSValue::instanceOf() function
2012-02-01 Kent HansenQJS{Engine,Value}: Remove QRegExp-specific functions
2012-02-01 Kent HansenRemove QJSValue::toUInt16() function
2012-02-01 Kent HansenRemove QJSValue::toInteger() function
2012-02-01 Kent HansenRemove QJSEngine::toObject() and QJSValue::toObject()
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-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-15 Kent HansenImprove the Qt/JavaScript (QJS) documentation
2011-08-11 Gunnar SlettaMerge branch 'master' into refactor
2011-07-29 Simon HausmannMerge the QJSEngine and QJSValue development branch...