summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* QTestLib: do not assert if testLogger object is already destroyedPeter Hartmann2009-10-191-2/+2
* QTestLib: do not assert if file is not given in logging functionPeter Hartmann2009-10-191-1/+0
* doc: Fixed numerous qdoc errors.Martin Smith2009-10-021-2/+2
* Compilation fix for tests thas doesn't include qapplication.hOlivier Goffart2009-09-301-1/+1
* Make sure to process the events in QTest::qWaitForWindowShown on X11Olivier Goffart2009-09-301-0/+1
* fix warnings about declarations shadowing class members (autotest reported)Jeremy Katz2009-09-291-3/+3
* doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-291-0/+1
* Fix qdoc errorJason McDonald2009-09-281-1/+1
* Fix qdoc error.Jason McDonald2009-09-281-1/+1
* Make sure signal handlers are installed on QWSPaul Olav Tvete2009-09-281-1/+5
* Don't warn of an unused 'window' argument.Jan-Arve Sæther2009-09-231-0/+2
* qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-211-0/+3
* Added a QTest::qWaitForWindowShown function that waits for window manager on ...Denis Dzyubenko2009-09-182-0/+28
* Added missing headers to the testlib.proDenis Dzyubenko2009-09-181-11/+21
* Merge branch '4.5' into 4.6Tom Cooksey2009-09-171-1/+1
|\
| * compile fix for embedded Linux and defined QT_COORD_TYPETakumi ASAKI2009-09-171-1/+1
| * Update license headers again.Jason McDonald2009-09-0840-160/+160
* | QCursor support for Symbian OSShane Kearns2009-09-152-2/+2
* | Make qtest_gui.h define QT_GUI_LIB to enable GUI tests.Thiago Macieira2009-09-141-0/+8
* | Move the QT_GUI_LIB check to qtestevent.h instead of qtestmouse.h.Thiago Macieira2009-09-143-2/+4
* | Fix compilation with QT_NO_CAST_FROM_BYTEARRAY.Till Adam2009-09-131-3/+3
* | Changed Symbian tests to sleep only when run on emulator.Miikka Heikkinen2009-09-111-11/+14
* | Some unneeded semicolons lessAlessandro Portale2009-09-091-3/+3
* | Update license headers again.Jason McDonald2009-09-0961-244/+244
* | Fixed compilation error for qmdiarea and qmdisubwindow test.Gabriel de Dietrich2009-09-071-1/+1
* | Fixed "multiple definition of `QTest::mouseActionNames'" error inRohan McGovern2009-09-061-1/+2
* | Fixed compile of code which defines QT_NO_CAST_FROM_ASCII and includesRohan McGovern2009-09-051-1/+1
* | Fixed once-in-a-while failing tst_QGraphicsItem::selected test.Gabriel de Dietrich2009-09-041-2/+5
* | doc: Fixed several qdoc errors.Martin Smith2009-08-311-0/+4
* | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3117-221/+221
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-3144-572/+572
|\|
| * Update tech preview license header.Jason McDonald2009-08-3140-520/+520
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-1/+3
|\|
| * Update license headers.Jason McDonald2009-08-1140-40/+40
| * Prevent a crash when there is no QTest::logger when calling warn()Andy Shaw2009-08-101-1/+3
* | Remove dead code.Frans Englich2009-08-241-3/+1
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-194-4/+14
|\ \
| * | Remove a global static in QtTest: we can do the same with dynamicThiago Macieira2009-08-181-2/+7
| * | Make TestLib compatible with mingw when gui is not usedThierry Bastian2009-08-183-2/+7
* | | Merge commit 'qt/master'Jason Barron2009-08-183-4/+292
|\| |
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-172-0/+289
| * | Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-4/+3
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicShane Kearns2009-08-1459-63/+80
|\ \ \
| * | | Merge commit 'qt/master'Jason Barron2009-08-1359-63/+80
| |\| |
| | * | Update contact URL in license headers.Jason McDonald2009-08-1259-59/+59
| | * | Perform the variable initalizations _before_ starting the clock.Morten Sorvig2009-08-111-2/+2
| | * | Compile.Morten Sorvig2009-08-111-1/+1
| | * | Fix BC breakage caused by commit 7aa2d76d.Morten Sorvig2009-08-112-1/+9
| | * | Doc: add \since 4.6 for new functionsVolker Hilsheimer2009-08-101-0/+1
| | * | Doc: Fix qdoc warningsVolker Hilsheimer2009-08-102-2/+10