summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Wrap long lines from auto test outputShane Kearns2009-08-141-15/+23
|/ / /
* | | Merge commit 'qt/master'Jason Barron2009-08-105-5/+40
|\| |
| * | Link with winscw againHarald Fernengel2009-08-101-1/+1
| * | Add QBENCMARK_ONCE to QTestLib.Morten Sorvig2009-08-104-4/+39
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-1015-223/+264
|\| |
| * | Refactor QTestCharBuffer a bitHarald Fernengel2009-08-0715-218/+257
| * | fixing outputMessage in qplaintestlogger.cpp for Windows CEJoerg Bornemann2009-08-061-5/+7
* | | Merge commit 'origin/master'Jason Barron2009-08-041-4/+14
|\ \ \
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-4/+14
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-0414-244/+364
|\ \ \ \ | | |/ / | |/| |
| * | | Doc: fix warnings.Volker Hilsheimer2009-07-311-0/+2
| * | | Fixed corrupt testlogs on Windows and other places where vsnprintf isRohan McGovern2009-07-311-3/+4
| * | | Convert all testlib loggers to use dynamically allocated strings.Rohan McGovern2009-07-304-132/+112
| * | | Make QTestBasicStreamer use dynamically allocated strings.Rohan McGovern2009-07-3010-102/+153
| * | | Allow testlib loggers to dynamically allocate storage for strings.Rohan McGovern2009-07-304-9/+88
| * | | Doc: Documentation for new toString(QVariant) overloadVolker Hilsheimer2009-07-291-0/+7
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-0/+25
|\| | |
| * | | Added a QVariant testlib toString specialization.Rohan McGovern2009-07-291-0/+25
* | | | Fix compilation of QTestLib on Symbian.Jason Barron2009-07-291-2/+2
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-282-4/+4
|\| | |
| * | | Fix warnings when compiling Qt (tst_warnings).Thiago Macieira2009-07-252-4/+4
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-273-29/+198
|\| | | | |/ / |/| |
| * | Fixed valgrind warnings related to sigaction from every testcase.Rohan McGovern2009-07-221-1/+1
| * | Compile with QT_NO_PROCESS or QT_NO_SETTINGSHarald Fernengel2009-07-211-3/+3