aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qjsvalue/tst_qjsvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-3655/+0
* Remove QJSEngine::undefinedValue() functionKent Hansen2012-02-021-32/+32
* Remove QJSEngine::nullValue() functionKent Hansen2012-02-021-20/+20
* Remove QJSValue constructors that take QJSEngine argumentKent Hansen2012-02-021-217/+204
* Remove QJSValue::propertyFlags() functionKent Hansen2012-02-021-28/+0
* Remove invalid QJSValue typeKent Hansen2012-02-021-59/+55
* Remove QJSEngine::newVariant() functionKent Hansen2012-02-011-137/+22
* Remove QJSEngine::newDate() functionsKent Hansen2012-02-011-9/+9
* Remove QJSValue::instanceOf() functionKent Hansen2012-02-011-43/+2
* QJS{Engine,Value}: Remove QRegExp-specific functionsKent Hansen2012-02-011-11/+12
* Remove QJSValue::toUInt16() functionKent Hansen2012-02-011-157/+0
* Remove QJSValue::toInteger() functionKent Hansen2012-02-011-87/+0
* Remove QJSEngine::toObject() and QJSValue::toObject()Kent Hansen2012-02-011-145/+37
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Add QJSValue::callAsConstructor() functionKent Hansen2012-01-201-21/+21
* Add QJSValue::callWithInstance() functionKent Hansen2012-01-201-15/+15
* Add QJSValue::call() overloadKent Hansen2012-01-201-9/+9
* Add QJSValue::isCallable() functionKent Hansen2012-01-201-21/+21
* Add QJSValue::toInt() and toUInt()Kent Hansen2012-01-201-100/+100
* Add QJSValue::deleteProperty() functionKent Hansen2012-01-201-0/+44
* Add QJSValue::hasProperty() and hasOwnProperty() functionsKent Hansen2012-01-201-0/+51
* Assigning empty object to Q_PROPERTY(QVariantMap)Matthew Vogt2012-01-191-0/+6
* Remove obsolete toBoolean() and isBoolean() QJSValue gettersSimon Hausmann2012-01-111-25/+25
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Ignore expected warning messageAaron Kennedy2011-12-011-0/+1
* Fix missing/outdated license headers.Jason McDonald2011-09-161-17/+17
* Merge branch 'master' into refactorGunnar Sletta2011-08-251-1/+0
|\
| * Fix tst_qjsvalue::castToPointer test failureKent Hansen2011-08-241-4/+0
| * tests: acknowledge all known failures in declarative autotestsRohan McGovern2011-08-221-0/+3
* | cleaned up declarative autotests to build with refactor branchMatthew Cattell2011-08-241-1/+1
|/
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-0/+4109