aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Fix error in qdeclarativeecmascript autotest.Jason McDonald2012-02-091-5/+2
* Rewrite multiline strings properlyAlan Alpert2012-02-092-0/+46
* Disable broken testGunnar Sletta2012-02-081-0/+2
* Add and use new animation backend.Michael Brasser2012-02-0712-0/+3590
* Fix crash bug related to QDeclarativeListModelCharles Yin2012-02-031-0/+22
* Ensure || expressions in v4 will always exit.Michael Brasser2012-02-032-0/+30
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-0331-50/+43
* Remove QJSEngine::undefinedValue() functionKent Hansen2012-02-021-32/+32
* Debugger Test Case: Fix failuresAurindam Jana2012-02-021-10/+11
* Revert "Mark tst_qdebugmessageservice as insignificant until it passes again"Alan Alpert2012-02-021-2/+1
* Remove QJSEngine::nullValue() functionKent Hansen2012-02-021-20/+20
* Remove QJSValue constructors that take QJSEngine argumentKent Hansen2012-02-024-234/+220
* Remove QJSValue::propertyFlags() functionKent Hansen2012-02-023-86/+0
* Remove invalid QJSValue typeKent Hansen2012-02-023-166/+158
* QmlProfiling: don't send v8 data if not profilingChristiaan Janssen2012-02-021-2/+7
* Fix outdated license headers.Jason McDonald2012-02-015-7/+7
* Remove QJSEngine::newVariant() functionKent Hansen2012-02-012-164/+25
* Remove QJSEngine::newDate() functionsKent Hansen2012-02-012-17/+18
* Remove QJSValue::instanceOf() functionKent Hansen2012-02-013-46/+2
* QJS{Engine,Value}: Remove QRegExp-specific functionsKent Hansen2012-02-012-36/+31
* Remove QJSValue::toUInt16() functionKent Hansen2012-02-012-158/+0
* Remove QJSValue::toInteger() functionKent Hansen2012-02-013-89/+1
* Remove QJSEngine::toObject() and QJSValue::toObject()Kent Hansen2012-02-014-232/+39
* Mark tst_qdebugmessageservice as insignificant until it passes againAlan Alpert2012-02-011-1/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3088-88/+88
* Improve QRegExp property literal assignment error messageChris Adams2012-01-272-6/+25
* Fix breakage due to meta-type id reordering in qtbaseKent Hansen2012-01-261-1/+1
* tst_qdeclarativedebugjs: Use new QJSValue::call() overloadKent Hansen2012-01-251-66/+65
* tst_qdeclarativedebugjs: Don't use QJSValue::isValid()Kent Hansen2012-01-251-16/+16
* Move sqldatabase into a module API pluginCharles Yin2012-01-2516-20/+51
* Allow JS API in modulesMatthew Vogt2012-01-2430-9/+276
* Console API: Add console.exceptionAurindam Jana2012-01-242-0/+79
* Console API: Add console.assertAurindam Jana2012-01-242-0/+82
* Console API: Add console.countKai Koehne2012-01-244-10/+54
* Fixed compile.Rohan McGovern2012-01-242-40/+79
* Update obsolete contact address.Jason McDonald2012-01-2386-86/+86
* Add QJSValue::callAsConstructor() functionKent Hansen2012-01-202-43/+43
* Add QJSValue::callWithInstance() functionKent Hansen2012-01-202-26/+26
* Add QJSValue::call() overloadKent Hansen2012-01-203-21/+21
* Add QJSValue::isCallable() functionKent Hansen2012-01-202-106/+106
* Add QJSValue::toInt() and toUInt()Kent Hansen2012-01-204-221/+221
* Add QJSValue::deleteProperty() functionKent Hansen2012-01-202-0/+48
* Add QJSValue::hasProperty() and hasOwnProperty() functionsKent Hansen2012-01-202-0/+55
* QtDeclarative Tests build fixAnselmo L. S. Melo2012-01-201-2/+2
* Assigning empty object to Q_PROPERTY(QVariantMap)Matthew Vogt2012-01-193-1/+124
* Move accessibility test to QtQuick 2.Frederik Gladhorn2012-01-188-823/+0
* Allow QML URLs to contain pre-encoded octetsMatthew Vogt2012-01-186-2/+201
* Debugger: Simplify protocol of QDebugMessageServiceKai Koehne2012-01-171-8/+2
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-173-3/+3
* Console API: Add console.infoKai Koehne2012-01-162-0/+2