aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qjsvalue/tst_qjsvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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