summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-29834-2538/+132324
|\
| * bug fixDerick Hawcroft2009-06-291-6/+4
| * Fix painting errors in QScrollArea on Mac (Carbon)Morten Sørvig2009-06-261-0/+1
| * make invokable constructors work with classes in namespaceKent Hansen2009-06-251-0/+22
| * QNetworkReplyImpl: Protect against recursive event loopsMarkus Goetz2009-06-253-0/+136
| * Change QSharedPointer to track (or not) pointers when the #define isThiago Macieira2009-06-251-1/+2
| * Backport: Mark tests as XFail until they can be investigated further.Bill King2009-06-241-7/+13
| * These database connections need this parameter to work properly.Bill King2009-06-241-2/+2
| * Regression against 4.4 in QRectF::operator|.Bjørn Erik Nilsen2009-06-231-0/+2
| * Add new auto-test QGraphicsItem::childrenBoundingRect2().Bjørn Erik Nilsen2009-06-231-0/+11
| * Prevented QWizard from crashing upon removing a page after deleting a field o...jasplin2009-06-221-0/+22
| * Moving a child widget right after show() does not work as expected.Bjørn Erik Nilsen2009-06-221-0/+28
| * QItemEditorFactory: made sure the ownership is taken on theThierry Bastian2009-06-181-7/+31
| * Made QInputDialog::getText() return null QString when rejectedStian Sandvik Thomassen2009-06-181-2/+23
| * Fixed bugs in QPainterPath::united().Samuel Rødal2009-06-171-0/+20
| * Fixed segmentation fault caused by empty clip.Samuel Rødal2009-06-171-0/+19
| * add SqlQuery unit test for task: 234422Derick Hawcroft2009-06-161-1/+40
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-16816-1767/+1767
| * Fixes to get some MS Sql Server tests running again + new db definitions.Bill King2009-06-162-1/+10
| * Add Qt 4.4.0 linux-gcc-ia32 testdata to bic test and make the bic testRohan McGovern2009-06-1614-33/+129891
| * Fix wrong comparator in QSslCertificatePrivate::QByteArray_from_X509Markus Goetz2009-06-151-0/+38
| * make qscript unit tests not crash when test files are not foundKent Hansen2009-06-152-16/+18
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Derick Hawcroft2009-06-155-673/+50
| |\
| | * BT Revert "Fix the behaviour of sql classes regarding quoted identifiers"Bill King2009-06-155-673/+50
| * | unit test for task 229811Derick Hawcroft2009-06-151-7/+55
| |/
| * Adds unit test for task: 180617Derick Hawcroft2009-06-151-4/+41
| * QGraphicsItem::setOpacity(0.0) does not trigger an update of child itemsLeonardo Sobral Cunha2009-06-121-1/+50
| * Fix the qitemdelgate test.Olivier Goffart2009-06-091-14/+14
| * Fixed intermittent failure of tst_selftests.Rohan McGovern2009-06-091-1/+1
| * Fixed crash in tst_qcombobox when Qt is built in debug mode.Rohan McGovern2009-06-091-1/+1
| * Fixed tst_qmake failing to compile when QMAKE_CROSS_COMPILED is defined.Rohan McGovern2009-06-091-1/+2
| * Change order of functions in QInputDialog::getDouble()Markus Goetz2009-06-081-0/+15
* | report and continue policy for exceptions in all Qt threadsmread2009-06-181-7/+16
* | major rewrite - make it valgrind friendlyHarald Fernengel2009-06-165-74/+4379
* | add object exception test as wellHarald Fernengel2009-06-161-9/+53
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicHarald Fernengel2009-06-161-2/+4
|\ \
| * | Fix Qt network autotest compilation for ARMV5.Janne Anttila2009-06-161-2/+4
* | | add an out of memory checkerHarald Fernengel2009-06-163-0/+327
|/ /
* | fixed code formatting to Qt stylemread2009-06-151-39/+44
* | extra autotests for exceptionsmread2009-06-121-0/+205
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-1016-31/+1058
|\ \
| * | Fix "post linker error" with GCCE.Frans Englich2009-06-101-0/+11
| * | Make Qt exception safer.Robert Griebl2009-06-1015-31/+1047
* | | Fixed qlocalsocket autotest deploymentMiikka Heikkinen2009-06-101-3/+11
|/ /
* | Force qRound64() to take a double on platforms where qreal is a float.makuukka2009-06-101-0/+26
* | Fix to qplaintextedit::getSetCheck auto test in Symbian.Janne Anttila2009-06-081-1/+1
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-089-21/+145
|\ \
| * \ Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-088-20/+94
| |\ \
| | * \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-088-20/+94
| | |\ \ | | | |/
| | | * Autotest: Fixed a race condition in the network self test.Thiago Macieira2009-06-051-6/+0