aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8/qjsvalue.h
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-142/+0
* Mark constructor of QJSValue as deletable.Jędrzej Nowacki2012-02-071-1/+2
* Remove QJSValue::isFunction() functionKent Hansen2012-02-021-2/+0
* Remove QJSValue::construct() and deprecated call() overloadKent Hansen2012-02-021-5/+1
* Remove QJSValue::toInt32() and toUInt32() functionsKent Hansen2012-02-021-2/+0
* Remove QJSValue constructors that take QJSEngine argumentKent Hansen2012-02-021-12/+0
* Remove QJSValue::propertyFlags() functionKent Hansen2012-02-021-15/+0
* Remove invalid QJSValue typeKent Hansen2012-02-021-3/+1
* Remove QJSValue::instanceOf() functionKent Hansen2012-02-011-2/+0
* QJS{Engine,Value}: Remove QRegExp-specific functionsKent Hansen2012-02-011-2/+0
* Remove QJSValue::toUInt16() functionKent Hansen2012-02-011-1/+0
* Remove QJSValue::toInteger() functionKent Hansen2012-02-011-1/+0
* Remove QJSEngine::toObject() and QJSValue::toObject()Kent Hansen2012-02-011-1/+0
* 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-21/+33
* Add QJSValue::callAsConstructor() functionKent Hansen2012-01-201-0/+1
* Add QJSValue::callWithInstance() functionKent Hansen2012-01-201-0/+1
* Add QJSValue::call() overloadKent Hansen2012-01-201-0/+1
* Add QJSValue::isCallable() functionKent Hansen2012-01-201-0/+1
* Add QJSValue::toInt() and toUInt()Kent Hansen2012-01-201-0/+2
* Add QJSValue::deleteProperty() functionKent Hansen2012-01-201-0/+2
* Add QJSValue::hasProperty() and hasOwnProperty() functionsKent Hansen2012-01-201-0/+3
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-201-1/+0
* Remove obsolete toBoolean() and isBoolean() QJSValue gettersSimon Hausmann2012-01-111-2/+0
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Use the correct export macrosLars Knoll2011-08-111-2/+2
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-0/+165