aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qjsvalue
Commit message (Expand)AuthorAgeFilesLines
* 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-022-218/+204
* Remove QJSValue::propertyFlags() functionKent Hansen2012-02-022-30/+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-012-45/+2
* QJS{Engine,Value}: Remove QRegExp-specific functionsKent Hansen2012-02-011-11/+12
* Remove QJSValue::toUInt16() functionKent Hansen2012-02-012-158/+0
* Remove QJSValue::toInteger() functionKent Hansen2012-02-012-88/+0
* Remove QJSEngine::toObject() and QJSValue::toObject()Kent Hansen2012-02-012-147/+37
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-302-2/+2
* Update obsolete contact address.Jason McDonald2012-01-232-2/+2
* 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-202-102/+102
* Add QJSValue::deleteProperty() functionKent Hansen2012-01-202-0/+48
* Add QJSValue::hasProperty() and hasOwnProperty() functionsKent Hansen2012-01-202-0/+55
* 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-052-2/+2
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Ignore expected warning messageAaron Kennedy2011-12-011-0/+1
* Don't build an app_bundle on OS XAaron Kennedy2011-12-011-0/+1
* Remove insignificant test flag.Toby Tomkins2011-10-241-2/+0
* tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-111-2/+3
* Fix missing/outdated license headers.Jason McDonald2011-09-162-34/+34
* Fix QJSValue autotest.Jędrzej Nowacki2011-09-151-1/+1
* marked some tests as insignificant for nowMatthew Cattell2011-09-141-0/+2
* 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-293-0/+4324