aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Disable debugging for qmlprofiler, qmltestKai Koehne2012-03-201-1/+1
* Only attempt to load QML test cases from source directory if it exists.Aaron McCarthy2012-03-131-2/+5
* testlib: Improve verbose and XPASS outputJason McDonald2012-03-131-12/+6
* Remove the rest of qtquick 1.0 code from qmltestCharles Yin2012-03-133-90/+43
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-243-12/+12
* CodeCoverage: Fixes regression.Caroline Chao2012-02-223-34/+11
* QtDeclarative/Quick: Fix warnings.Friedemann Kleint2012-02-161-0/+1
* qmltest: Count passes, fails and skips consistently.Jason McDonald2012-02-133-20/+12
* Remove code related to test location.Jason McDonald2012-02-093-29/+1
* qmltest: Perform extra checks after each data row is executed.Jason McDonald2012-02-093-0/+7
* CodeCoverage: Fix wrong type passed to saveCoverageTool.Caroline Chao2012-02-081-1/+1
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-033-66/+10
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-308-8/+8
* Remove QT_LICENSED_MODULE macroLars Knoll2012-01-251-1/+0
* Add dummy test column for data driven test in qmltestCharles Yin2012-01-251-0/+3
* Call new pass/fail/skip count function in QTestLog.Jason McDonald2012-01-241-4/+4
* Avoid using QTestResult::ignoreMessage().Jason McDonald2012-01-241-1/+1
* Update obsolete contact address.Jason McDonald2012-01-238-8/+8
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-201-1/+0
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-177-7/+7
* Don't delete global appCharles Yin2012-01-131-1/+4
* QMLTest: Fix output of file names, make output more verbose.Friedemann Kleint2012-01-113-72/+107
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Integrate testcocoon support into QtQuickTest.Caroline Chao2011-12-091-0/+33
* Say hello to QtQuick moduleKent Hansen2011-12-023-4/+4
* Fix qmltestrunner crash bug when report filename and line numberCharles Yin2011-11-091-1/+2
* Declarative: Fix gcc 4.6 warnings about assigned/unused variables.Friedemann Kleint2011-11-012-2/+1
* Add I18N support to qmltestrunnerCharles Yin2011-10-281-0/+15
* Remove Q_WS_*, symbian and maemo code in QtDeclarativeDamian Jansen2011-10-262-11/+1
* Add QT_BEGIN_HEADER/QT_END_HEADER macrosSergio Ahumada2011-10-252-0/+8
* Fix qmltestrunner hang bug when no TestCase itemCharles Yin2011-10-241-4/+12
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-212-8/+8
* Add file and lineno parameters to warn() methodCharles Yin2011-10-212-3/+3
* Remove SkipMode from qtestlib API.Jason McDonald2011-10-212-10/+2
* only use one QSGView instance for all qml test casesCharles Yin2011-10-141-13/+14
* make it possible to run single qml test case file by passing a tst_*.qml file...Charles Yin2011-10-101-9/+14
* Catch up with API change to QTestLog::qWarn().Jason McDonald2011-09-291-1/+1
* Call QWARN() instead of QTest::qWarn().Jason McDonald2011-09-261-1/+1
* Wheel event support in qmltestlib + few fixes.juhvu2011-09-222-8/+63
* Merge branch 'master' into refactorGunnar Sletta2011-09-121-37/+3
|\
| * make the testcase name the same in both plain text and xml/xunit logs for qml...Charles Yin2011-09-091-37/+3
* | make quicktest build and modify to use qwindowMatthew Cattell2011-09-094-36/+37
* | Merge branch 'master' into refactorGunnar Sletta2011-08-313-12/+3
|\|
| * Fix build break introduced by changes in QTestLog.Xizhi Zhu2011-08-291-2/+2
| * Deprecate QDeclarativeDebugHelper classKai Koehne2011-08-262-10/+1
* | Get declarative running on new gui/opengl stack.Samuel Rødal2011-08-292-4/+4
* | Merge branch 'master' into refactorGunnar Sletta2011-08-251-4/+9
|\|
| * parse args earlierCharles Yin2011-08-081-3/+4
| * don't create QApplication if there is already one thereCharles Yin2011-08-081-1/+5
* | Merge branch 'master' into refactorGunnar Sletta2011-08-112-5/+4
|\|