aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove another fragile assumption from var prop unit testChris Adams2011-12-191-1/+2
* DeclarativeDebug: Add version info to service pluginsAurindam Jana2011-12-165-26/+16
* V8: Remove extra V8::Context allocated for expressing strong referencesSimon Hausmann2011-12-152-5/+29
* Add support for QUrl types to V4Roberto Raggi2011-12-153-0/+38
* QV8DebugService: add version commandAurindam Jana2011-12-151-0/+21
* Fix that QJSEngine cannot be used from threads other than the gui threadSimon Hausmann2011-12-151-0/+30
* Remove fragile assumption from var properties unit testChris Adams2011-12-151-2/+2
* qdeclarativelanguage-test: Fix location.Friedemann Kleint2011-12-151-20/+11
* QV8DebugService: Add breakaftercompileAurindam Jana2011-12-141-0/+28
* QV8DebugService: Simplify the service codeAurindam Jana2011-12-1412-336/+777
* Cleanup: Fold QV8GCCallback class declaration(s) back into qv8engine_p.hSimon Hausmann2011-12-142-2/+0
* Fix crash when items are moved in model.Andrew den Exter2011-12-141-0/+17