aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\|
| * Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-292-5/+4
* | Build against refactor.Samuel Rødal2011-07-292-2/+2
|/
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-123-4/+4
* Merge branch 'v8'Aaron Kennedy2011-07-081-18/+0
|\
| * get the caller file & line number from v8 stack trace.Charles Yin2011-06-231-18/+0
* | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-088-136/+136
|/
* Fix missing include->load conversion of qbase.priMarius Storm-Olsen2011-06-071-1/+1
* Compile.Kim Motoyoshi Kalland2011-05-301-2/+2
* qmltestcase.prf moved to qtbaseCharles Yin2011-05-211-25/+0
* Integrate QtQuickTest into QtCharles Yin2011-05-2010-0/+1770