aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8/qjsvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-856/+0
* Mark constructor of QJSValue as deletable.Jędrzej Nowacki2012-02-071-10/+0
* Remove QJSEngine::undefinedValue() functionKent Hansen2012-02-021-2/+0
* Remove QJSValue::isFunction() functionKent Hansen2012-02-021-16/+0
* Remove QJSValue::construct() and deprecated call() overloadKent Hansen2012-02-021-24/+0
* Remove QJSValue::toInt32() and toUInt32() functionsKent Hansen2012-02-021-28/+0
* Remove QJSEngine::nullValue() functionKent Hansen2012-02-021-2/+0
* Remove QJSValue constructors that take QJSEngine argumentKent Hansen2012-02-021-116/+0
* Remove QJSValue::propertyFlags() functionKent Hansen2012-02-021-33/+0
* Remove invalid QJSValue typeKent Hansen2012-02-021-40/+3
* Remove QJSEngine::newVariant() functionKent Hansen2012-02-011-1/+1
* Remove QJSValue::instanceOf() functionKent Hansen2012-02-011-22/+0
* QJS{Engine,Value}: Remove QRegExp-specific functionsKent Hansen2012-02-011-24/+1
* Remove QJSValue::toUInt16() functionKent Hansen2012-02-011-20/+1
* Remove QJSValue::toInteger() functionKent Hansen2012-02-011-26/+1
* Remove QJSEngine::toObject() and QJSValue::toObject()Kent Hansen2012-02-011-13/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-2/+2
* Mark deprecated functions in QJSEngine and QJSValueKent Hansen2012-01-201-0/+47
* Add QJSValue::callAsConstructor() functionKent Hansen2012-01-201-20/+30
* Add QJSValue::callWithInstance() functionKent Hansen2012-01-201-4/+16
* Add QJSValue::call() overloadKent Hansen2012-01-201-0/+22
* Add QJSValue::isCallable() functionKent Hansen2012-01-201-3/+15
* Add QJSValue::toInt() and toUInt()Kent Hansen2012-01-201-4/+28
* Add QJSValue::deleteProperty() functionKent Hansen2012-01-201-1/+28
* Add QJSValue::hasProperty() and hasOwnProperty() functionsKent Hansen2012-01-201-1/+27
* Remove obsolete toBoolean() and isBoolean() QJSValue gettersSimon Hausmann2012-01-111-26/+0
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Improve the Qt/JavaScript (QJS) documentationKent Hansen2011-08-151-34/+81
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-0/+1024