aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qjsengine/tst_qjsengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add QJSValue::callAsConstructor() functionKent Hansen2012-01-201-22/+22
* Add QJSValue::callWithInstance() functionKent Hansen2012-01-201-11/+11
* Add QJSValue::call() overloadKent Hansen2012-01-201-11/+11
* Add QJSValue::isCallable() functionKent Hansen2012-01-201-85/+85
* Add QJSValue::toInt() and toUInt()Kent Hansen2012-01-201-112/+112
* Use QGuiApplication, not QApplication, in testsDamian Jansen2012-01-131-3/+3
* Remove obsolete toBoolean() and isBoolean() QJSValue gettersSimon Hausmann2012-01-111-33/+33
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix that QJSEngine cannot be used from threads other than the gui threadSimon Hausmann2011-12-151-0/+30
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* QtDeclarative: Fix warnings in tests.Friedemann Kleint2011-11-281-5/+6
* Make compile and pass CI tests.Michael Brasser2011-11-111-1/+0
* Remove Q_WS_*, symbian and maemo code in QtDeclarativeDamian Jansen2011-10-261-3/+1
* Remove SkipMode from qtestlib API.Jason McDonald2011-10-211-7/+7
* Skip failing tests.Martin Jones2011-10-201-0/+6
* Fix QJSEngine::newQObject ownership behaviourSimon Hausmann2011-10-061-22/+18
* Remove Symbian-specific code from tests.Jason McDonald2011-09-301-6/+0
* Fix missing/outdated license headers.Jason McDonald2011-09-161-17/+17
* Don't enumerate Function.prototype.{connect,disconnect}Kent Hansen2011-08-261-0/+19
* Enable tst_QJSEngine::stacktrace test.Jedrzej Nowacki2011-08-021-21/+21
* Enable globalObjectProperties_enumerate test.Jedrzej Nowacki2011-08-021-11/+4
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-0/+6491