Fix QByteArray documentation errors.
[profile/ivi/qtbase.git] / src / testlib /
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/api_changes' into...
2012-03-08 Jason McDonaldtestlib: Make QTestResult::verify() more robust.
2012-03-08 Jason McDonaldtestlib: Improve verbose and XPASS output
2012-03-08 Jason McDonaldtestlib: Document a known limitation of QFINDTESTDATA.
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/master' into api_c...
2012-03-07 Miikka HeikkinenFix sending simulated keyboard events to popup widgets
2012-03-05 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-05 Rohan McGovernMerge "Merge remote-tracking branch 'origin/api_changes...
2012-03-04 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-03-02 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-03-02 Jędrzej NowackiIntroduce QMetaType::UnknownType.
2012-03-02 Jason McDonaldtestlib: Improve documentation of verbose test logging...
2012-02-29 Olivier GoffartAdd operator<<(QTestData &, QStringBuilder)
2012-02-29 Kent HansenRename QMetaMethod::signature() to methodSignature()
2012-02-28 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-28 Rohan McGovernMerge master -> api_changes
2012-02-28 Jason McDonaldtestlib: Improve the silent logging mode
2012-02-28 Jason McDonaldtestlib: Remove commented-out code from plain text...
2012-02-27 David FaureQtTest: add missing \since 5.0 to the new macros
2012-02-27 Olivier GoffartQTestlib: no need to use the preprocessor to distinguis...
2012-02-24 Oswald Buddenhagenclean up qmake-generated projects
2012-02-22 Caroline ChaoCodeCoverage: Move installCoverageTool call.
2012-02-21 Konstantin Rittreplace 'const QChar &' with 'QChar ' where appropriate
2012-02-21 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-20 Kent HansenUse QMetaMethod::isValid() to check method validity
2012-02-20 Jason McDonaldtestlib: Report one test result per benchmark test.
2012-02-20 Jason McDonaldtestlib: make XPASS output slightly less confusing.
2012-02-17 Bradley T. HughesRemove usages of QT_ARCH and QT_ARCH_* from qtbase
2012-02-17 Marc Mutz[QTBUG-22847] Compile with C++11 compiler
2012-02-17 Jason McDonaldtestlib: Skip test function if init() fails.
2012-02-16 Jason McDonaldtestlib: Remove obsolete version of QSKIP macro.
2012-02-16 Jason McDonaldRemove code related to test location.
2012-02-15 Jonathan LiuFix compilation with MinGW
2012-02-13 Jonathan LiuAdd missing crtdbg.h include
2012-02-13 Jason McDonaldtestlib: Count passes, fails and skips consistently.
2012-02-12 Caroline ChaoCodeCoverage: Handle QTest based subtests.
2012-02-08 Andreas HolzammerDisable Assertion messagebox for unittests.
2012-02-08 Jason McDonaldtestlib: Clear ignored messages after every data row
2012-02-08 Jason McDonaldtestlib: Clear expected failures after every data row.
2012-02-07 Caroline ChaoCodeCoverage: Save coverage data in QTestLog::stopLogging()
2012-02-05 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-01 Bradley T. HughesRevert "Put the generated <module>version.h into build...
2012-01-31 Frederik GladhornUse events for accessibility updates.
2012-01-31 Robin BurchellRevert "Revert "Blow up earlier when adding test rows...
2012-01-30 Jason McDonaldRemove pass/fail/skip count getters from QTestResult.
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-30 Jason McDonaldEliminate QTestResult::ignoreMessage().
2012-01-28 Liang QiPut the generated <module>version.h into build tree
2012-01-25 Gunnar SlettaRemove use of QT_MODULE from library
2012-01-23 Robin BurchellRevert "Blow up earlier when adding test rows without...
2012-01-23 Robin BurchellBlow up earlier when adding test rows without columns.
2012-01-23 Jason McDonaldUpdate contact information in license headers.
2012-01-18 Jason McDonaldChange QSKIP to fail for outdated tests.
2012-01-17 Jason McDonaldMove pass/fail/skip counters from QTestResult to QTestLog.
2012-01-16 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-01-16 Jason McDonaldRemove unused QTestResult::allDataPassed().
2012-01-16 Jason McDonaldRename QTestLog::addIgnoreMessage to QTestLog::ignoreMe...
2012-01-12 Lars KnollCompile if the header files from QtWidgets are unavailable
2012-01-11 Friedemann KleintQStyleHelper: Base DPI-calculation on QScreen.
2012-01-10 Friedemann KleintTests: Remove duplicate QTRY_VERIFY/QTRY_COMPARE macros...
2012-01-08 Stephen KellyRemove the Q_TYPENAME define.
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2011-12-21 Friedemann KleintQTestlib: Make QImage comparison more verbose.
2011-12-21 Friedemann KleintQTestLib: Fix QFINDTESTDATA for Windows.
2011-12-21 Robin BurchellFix -tickcounter in qtestlib.
2011-12-20 Jason McDonaldRetire QTest::pixmapsAreEqual().
2011-12-19 Jason McDonaldAvoid confusing method overloading in QTestTable.
2011-12-16 Jason McDonaldAvoid qDebug in verbose benchmark test output.
2011-12-16 Jason McDonaldSwitch off signal dumper when testing is completed.
2011-12-15 Jason McDonaldRemove Qt5 comment from qsignalspy.h.
2011-12-15 Jason McDonaldFix incorrect function name in assertion.
2011-12-15 Jason McDonaldRemove QTest::qt_snprintf() from testlib API.
2011-12-15 Jason McDonaldImprove QTest::keyClick documentation.
2011-12-15 Jason McDonaldUpdate documentation of QTEST_MAIN macro.
2011-12-15 Jason McDonaldImprove QCOMPARE for QStringList
2011-12-14 Laszlo AgocsRemove redundant touch processing in QtGui and widgets.
2011-12-14 Jason McDonaldRemove incorrect information from QCOMPARE documentation.
2011-12-13 Jason McDonaldAdd missing assertion to QAbstractTestLogger.
2011-12-13 Rohan McGoverntestlib: fixed actual, expected order in QTest::compare...
2011-12-12 Laszlo AgocsStore the primary status in the touch point flags.
2011-12-12 Friedemann KleintRevert "Remove unused overload of QTest::qExec."
2011-12-12 Jason McDonaldRemove -keyevent-verbose option for autotests.
2011-12-12 Jason McDonaldStop using QTest::qt_snprintf() in testlib.
2011-12-12 Jason McDonaldImprove definition of QTEST_NO_SPECIALIZATIONS
2011-12-12 Jason McDonaldFilter unprintable chars out of all test output.
2011-12-09 Oswald BuddenhagenMerge remote-tracking branch 'gerrit/master' into conta...
2011-12-09 Laszlo AgocsRemove event type parameter from handleTouchEvent.
2011-12-09 Laszlo AgocsExtend touch events.
2011-12-08 Jason McDonaldRemove unused overload of QTest::qExec.
2011-12-06 Jason McDonaldRemove obsolete autotest parameters.
2011-12-02 Jason McDonaldUpdate documentation for QTest::qExec()
2011-12-01 Rohan McGoverntestlib: add QFINDTESTDATA macro for finding testdata...
2011-11-27 Stephen KellyUse Q_FOREACH in headers.
2011-11-16 Jędrzej NowackiMake QTest::newRow a bit more verbose if a data tag...
2011-11-15 Rohan McGovernIntegrate testcocoon support into Qt build system.
2011-11-15 Charles YinMake QTest::qWait() handle DeferredDelete event
2011-11-10 Andrew den ExterPropagate QTest::mouseEvent keyboard modifiers.
2011-11-04 Laszlo AgocsPrevent timestamps in widgets' touch events from disapp...
2011-11-04 Jo AsplinAdded -datatags option to QTestLib
2011-11-03 Jason McDonaldFix getting of enviroment strings in testlib
next