summaryrefslogtreecommitdiff
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Update licenseheader text in source filesJyri Tahtela2011-05-1364-1076/+1076
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge commit 'refs/merge-requests/1108' of git://gitorious.org/qt/qt into mer...David Boddie2011-02-235-9/+43
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Export symbols from qtestlib required for QtQuickTestRhys Weatherley2011-02-185-9/+43
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Doc: Ensured that code snippets have appropriate file names.David Boddie2011-02-082-6/+6
|/ / / / / / / /
* | | | | | | | Update copyright year to 2011.Jason McDonald2011-01-1164-64/+64
* | | | | | | | Improve docs for QTEST_MAIN macro.Jason McDonald2010-12-231-1/+5
* | | | | | | | silence compiler warningsHarald Fernengel2010-11-191-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Added an example for QTest::touchEvent to the documentation.Denis Dzyubenko2010-11-111-0/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-042-10/+10
| |_|_|_|/ |/| | | |
* | | | | Fixed spelling, broken links, and missing default values.Jerome Pasion2010-08-301-1/+1
| |_|_|/ |/| | |
* | | | Use QElapsedTimer for the benchlib tests.Thiago Macieira2010-08-241-2/+2
| |_|/ |/| |
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-08-111-3/+13
|\ \ \ | |_|/ |/| |
| * | Add QDir::homePath() for the log file in QTestFileLogger in testlib on Symbia...Liang Qi2010-08-031-3/+13
* | | Merge remote branch 'origin/4.6' into 4.7-from-4.6Rohan McGovern2010-07-211-29/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Revert "Add the chart utility from qtestlib-tools."Rohan McGovern2010-07-201-29/+1
* | Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-212-50/+22
* | Fixed bug where testlib would not respect the -iterations option.Samuel Rødal2010-05-281-1/+1
* | Improve precision of testlib benchmarking.Samuel Rødal2010-05-282-1/+7
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-041-0/+1
|\ \ | |/
| * Fixing small memory leak in testlib.Aleksandar Sasha Babic2010-05-031-0/+1
* | Testlib XML flush: use benchmarkMetricName (identifier) overall instead of be...Thiago Macieira2010-04-291-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-213-28/+60
|\ \ | |/
| * Fixed DataTag missing from testlib XML in some cases.Rohan McGovern2010-04-193-5/+33
| * Fixed "pass" incident missing from test xml in some casesRohan McGovern2010-04-191-22/+26
| * Reverted "qwarn" -> "qwarning" attribute change in XML test logs.Rohan McGovern2010-04-191-1/+1
| * Fixed failure of tst_selftests::runSubTest(subtest xml)Rohan McGovern2010-04-191-1/+1
* | Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-2/+2
* | Port QTest::qWait also to use QTimestamp.Thiago Macieira2010-03-171-2/+2
* | Cleanup: Removed include file and comment.jasplin2010-03-171-5/+0
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-151-1/+1
|\ \ | |/
| * Typo fix in qtestlibMarkus Goetz2010-03-141-1/+1
* | QMetaObject::invokeMethod: print a warning if the method is not found.Olivier Goffart2010-03-011-7/+21
* | Don't include private headers from public headers.Morten Johan Sørvig2010-02-221-1/+1
* | Merge branch 'master' of git:qt/qtThiago Macieira2010-02-211-1/+21
|\ \
| * \ Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-201-1/+1
| |\ \
| * \ \ Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-182-2/+2
| |\ \ \
| * \ \ \ Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-1/+21
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-161-0/+8
| | |\ \ \
| | | * | | Make it possible to run benchmarks with the "-graphicssystem" switch.Bjørn Erik Nilsen2010-02-151-0/+8
| | * | | | QTestLib: don't crash if data tag requested, none availableJoão Abecasis2010-02-121-1/+13
| | |/ / /
* | | | | Merge remote branch 'origin/master'Thiago Macieira2010-02-201-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge remote branch 'qt/master' into staging-2-masterQt Continuous Integration System2010-02-182-2/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Always accept values reported directly using QTest::setBenchmarkResult.Samuel Rødal2010-02-181-1/+1
| | |/ / | |/| |
* | | | Fix compilation on GNU/Hurd (SA_SIGINFO isn't defined)Thiago Macieira2010-02-191-1/+5
| |/ / |/| |
* | | Fix copyright year.Jason McDonald2010-02-162-2/+2
|/ /
* | Doc: more \since 4.7Volker Hilsheimer2010-02-051-0/+2
* | doc: Fixed some qdoc warnings.Martin Smith2010-02-041-0/+28
* | BenchLib: update the result format and self-test.Thiago Macieira2010-01-271-1/+2
* | Fix crash handler regression introduced by c7739f7dd.Thiago Macieira2010-01-271-1/+2
* | Add proper license headers to these files.Thiago Macieira2010-01-261-39/+39