aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix qmlClearTypeRegistrations testsAlan Alpert2013-09-175-1/+209
* Fix crash tst_qqmllanguageDominik Holland2013-09-051-1/+0
* Debugger: Fix crash when app exits while debuggingKai Koehne2013-08-214-0/+91
* test: Mark tst_qqmlmoduleplugin::incorrectPluginCase() as XFAILSergio Ahumada2013-08-131-0/+4
* FolderListModel: Do not return invalid URLs like "file:" when navigating up.Friedemann Kleint2013-07-291-0/+28
* Forward port auto test for fix in QtQuick1Simon Hausmann2013-07-173-0/+23
* Fix organization domains.Friedemann Kleint2013-07-152-4/+4
* Replace qt.nokia.com by www.qt-project.org in tests.Friedemann Kleint2013-07-152-8/+8
* Replace www.nokia.com by www.qt-project.org in tests.Friedemann Kleint2013-07-126-27/+27
* QQmlPropertyCache: check methods before propertiesAlberto Mardegan2013-05-311-2/+30
* Fallback to QMetaObject for properties not in QQmlPropertyCacheAlberto Mardegan2013-05-311-0/+29
* QmlProfiler: fix SceneGraph profilingChristiaan Janssen2013-05-271-1/+1
* Partial fix for deferred properties when combined with componentsAlan Alpert2013-05-224-0/+60
* Tools: unnecessary to make qmlplugindump a bundleLiang Qi2013-05-201-3/+1
* adjust to new "configure -nomake tools" semanticsOswald Buddenhagen2013-05-081-0/+4
* Add qmlClearRegisteredTypes FunctionAlan Alpert2013-05-071-0/+1
* Add a URL interceptor to the QML engineAlan Alpert2013-05-0722-0/+216
* QmlProfiler: SceneGraph profilingChristiaan Janssen2013-05-062-0/+97
* Tests: add qmlCreateWindow in tst_qqmlcomponentLiang Qi2013-05-042-0/+39
* QmlProfiler: Pixmap CacheChristiaan Janssen2013-04-306-0/+95
* Fix tst_qqmldebugjs and tst_qquickfolderlistmodel build for WinCE.Janne Anttila2013-04-242-2/+8
* Doc: Fix module name formatSze Howe Koh2013-04-232-3/+3
* Doc: Fix module name formatSze Howe Koh2013-04-231-1/+1
* Doc: Qt QML: Fix module name formatSze Howe Koh2013-04-191-1/+1
* QmlDebugging: Auto tests use port rangeAurindam Jana2013-04-165-17/+21
* Revert "QmlDebugging: Remove 'insignificant_test'"Aurindam Jana2013-04-162-1/+3
* Stabilize TestAlan Alpert2013-04-101-4/+2
* QmlDebugging: Remove 'insignificant_test'Aurindam Jana2013-04-062-3/+1
* QmlProfiling: Test case uses port rangeAurindam Jana2013-04-021-5/+5
* Debugger: Accepts port range as argumentsAurindam Jana2013-04-026-5/+120
* Delay loading implicit importAlan Alpert2013-03-274-0/+42
* Add Instantiator type to QtQmlAlan Alpert2013-03-208-1/+259
* Add QQmlApplicationEngineAlan Alpert2013-03-2011-1/+277
* Fix multi-line string content.Erik Verbruggen2013-03-201-0/+3
* Remove unused field in test class.Erik Verbruggen2013-03-191-7/+1
* Fix hexadecimal escape sequence validation in strings.Erik Verbruggen2013-03-195-2/+16
* improve dependencies of qmlparser testOswald Buddenhagen2013-03-162-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-144-16/+17
|\
| * Improve timer dependent tests.Frederik Gladhorn2013-03-111-0/+1
| * Fix warning about uninitialized value in QML-ECMA-test (CLANG).Friedemann Kleint2013-03-111-1/+1
| * Fix warning about use of uninitialized value in QML-debug helpers.Friedemann Kleint2013-03-111-14/+14
| * Fix warning about adding int to a QString (CLANG).Friedemann Kleint2013-03-111-1/+1
| * Mark flaky tst_qv8profilerservice test as insignificant on MacKai Koehne2013-02-281-0/+2
* | Add QtQml.Models moduleAlan Alpert2013-03-126-0/+172
* | Fixed some auto testsBernd Weimer2013-03-121-1/+1
* | Fix warnings about overloaded virtual functions in tests (CLANG).Friedemann Kleint2013-03-111-2/+2
* | Disable qv8profilerservice test. It is very unstableGunnar Sletta2013-03-071-0/+1
* | Add core application functionality to Qt.application in QMLAlan Alpert2013-03-051-5/+3
* | Work with synchronous replies from a custom QNetworkAccessManagerAlan Alpert2013-03-041-0/+49
* | Add qmlRegisterType for Composite TypesAlan Alpert2013-02-187-5/+33