aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* 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
* Console API: Autotest reshufflingKai Koehne2012-01-169-149/+277
* lower case QML components are accepted when used with 'as' importMatthew Vogt2012-01-1618-1/+46
* Use QGuiApplication, not QApplication, in testsDamian Jansen2012-01-131-3/+3
* Accessibility: indexOfChild is 0-based.Frederik Gladhorn2012-01-121-0/+6
* Make QAccessibleQuickView::childAt() work properly with overlapping itemsJan-Arve Saether2012-01-123-17/+232
* Remove obsolete toBoolean() and isBoolean() QJSValue gettersSimon Hausmann2012-01-112-58/+58
* Accessibility: Checked state for check boxes and radio buttons.Frederik Gladhorn2012-01-102-42/+74
* QDeclarativeDebug: Add a debug message service.Aurindam Jana2012-01-094-1/+260
* Improve QML error messagesAaron Kennedy2012-01-067-7/+7
* Skip unreliable autotestAaron Kennedy2012-01-051-0/+4
* Update copyright year in license headers.Jason McDonald2012-01-0581-81/+81
* Eliminated usage of qttest_p4.prf in newly added test.Sergio Ahumada2012-01-051-2/+4
* Fix moving mixed visible and non-visible View items.Andrew den Exter2012-01-041-0/+19
* Fix test failures with shadow builds.Andrew den Exter2012-01-0327-93/+92
* Add accessibility to qmlFrederik Gladhorn2012-01-025-0/+570
* Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-292-0/+39
* Insert items into VisualDataModel.Andrew den Exter2011-12-231-7/+7
* Minimize the number of objects created per item in VisualDataModel.Andrew den Exter2011-12-231-8/+2
* Fix crash in var property setterChris Adams2011-12-233-0/+14
* Detect and optimize qsTr() and qsTrId() bindingsAaron Kennedy2011-12-214-0/+34
* QDeclarative tests: Introduce base class for data tests.Friedemann Kleint2011-12-2152-876/+834
* qdeclarativexmlhttprequest: Stabilize, ensure deletion of server.Friedemann Kleint2011-12-201-3/+3
* Qt.locale() always returns the 'C' locale.Martin Jones2011-12-201-0/+12
* Fix QDeclarativePropertyCache crash.Andrew den Exter2011-12-202-0/+289
* Correctly resolve elements of QList<QUrl> propertiesChris Adams2011-12-192-0/+61