summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/4.5' into 4.6Andreas Aardal Hanssen2009-09-223-2/+41
|\
| * Cached clip path not cleared correctly for ancestor that clips to shapeAndrew Christian2009-09-221-0/+32
| * tst_windowsmobile: local include correctedJoerg Bornemann2009-09-221-1/+1
| * Added more tests for QTextCodec::codecForHtml()Stian Sandvik Thomassen2009-09-221-1/+8
* | * QPixmap: Add toWinHICON() & fromWinHICON() methodminiak2009-09-2210-3/+112
* | Don't run host tools autotests when Qt is cross compiled.Rohan McGovern2009-09-221-10/+10
* | Fix tst_QScriptEngine::throwErrorFromProcessEventsOlivier Goffart2009-09-221-1/+0
* | QMatrix4x4::mapVector() to transform by top-left 3x3Rhys Weatherley2009-09-221-0/+61
* | Add some more debugging to this test.Rohan McGovern2009-09-211-1/+1
* | Removing needless qWaits and replacing others with QTRY_VERIFYsJoão Abecasis2009-09-211-21/+30
* | Fixing some compilation warnings in xml testsJoão Abecasis2009-09-213-3/+3
* | CompilePaul Olav Tvete2009-09-211-1/+1
* | Fix autotest compilationOlivier Goffart2009-09-211-1/+0
* | Optimized GL2 engine to use scissor clipping more aggressively.Samuel Rødal2009-09-211-1/+183
* | QtScript: Fix comparing QVariant and QObject.Olivier Goffart2009-09-211-2/+40
* | When using Plastique style, changing the background style sheet property of aGabriel de Dietrich2009-09-211-0/+51
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Andy Shaw2009-09-211-24/+52
|\ \
| * | Improved license header autotest.Kim Motoyoshi Kalland2009-09-211-24/+52
* | | Ensure that the menu only shows when clicking on the menu buttonAndy Shaw2009-09-211-0/+54
|/ /
* | On Mac, the posted events are processed on the first time in the loopBenjamin Poulain2009-09-211-13/+32
* | Add a new compressable event QEvent::UpdateSoftKeys.Jason Barron2009-09-212-0/+142
* | Fix one QDialog auto test case where due to changed S60 positioning rules,Sami Merilä2009-09-211-1/+22
* | S60 native looking dialog support.Sami Merilä2009-09-211-0/+22
* | Fix bug in the invisibleStretchLastSection autotest.Jan-Arve Sæther2009-09-211-15/+15
* | Small improvements to some autotests.Denis Dzyubenko2009-09-183-128/+54
* | make tests/auto/qicon/qicon.pro work in shadow buildsJoerg Bornemann2009-09-181-5/+7
* | Adding support for symbian graphics resources.Aleksandar Sasha Babic2009-09-181-0/+3
* | Add debug outputPaul Olav Tvete2009-09-181-0/+7
* | Change name of test to tst_QGraphicsAnchorLayout1Jan-Arve Sæther2009-09-181-31/+31
* | Stabilize testOlivier Goffart2009-09-182-3/+3
* | Don't fail if no printers are available.Paul Olav Tvete2009-09-181-0/+3
* | Only ignore the addChildLayoutItem warning in debug builds.Jan-Arve Sæther2009-09-181-1/+4
* | Autotest: fix compilation with a more strict compiler / libc.Thiago Macieira2009-09-182-0/+5
* | QGraphicsAnchorLayout: Added an auto test for size policyAnselmo Lacerda S. de Melo2009-09-181-0/+86
* | Stabilize testOlivier Goffart2009-09-171-4/+1
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Tom Cooksey2009-09-1710-23/+3364
|\ \
| * | Fixed the invalid license header.Trond Kjernåsen2009-09-171-39/+39
| * | Clean up my previous commit (remove comment and whitespace fix)Jan-Arve Sæther2009-09-171-3/+1
| * | Fix the scrollTo() test function on Windows.Jan-Arve Sæther2009-09-171-4/+7
| * | Fixed a bug in QToolTip when internal tool tips where reused.Trond Kjernaasen2009-09-171-3/+8
| * | Implement hasConflicts().Jan-Arve Sæther2009-09-171-1/+43
| * | Merge branch 'orbit-fixes' into 4.6Jan-Arve Sæther2009-09-173-0/+3097
| |\ \
| | * | Add QEXPECT_FAIL for the one test that fails.Jan-Arve Sæther2009-09-171-0/+2
| | * | Add QTest::ignoreMessage() calls in order to reduce some console noise.Jan-Arve Sæther2009-09-171-0/+28
| | * | QGraphicsAnchorLayout: Added new autotests fileJesus Sanchez-Palencia2009-09-173-0/+3067
| * | | Control-drag header selection behaved wierdly.Gabriel de Dietrich2009-09-171-0/+114
| * | | Fixed QFileInfo autotest absolute path tests not to expect C-drive.Miikka Heikkinen2009-09-171-4/+14
| * | | Stabilize tst_QGraphicsItem::hoverEventsGenerateRepaints.Bjørn Erik Nilsen2009-09-171-9/+7
| * | | Stabilize tst_QGraphicsItem::cacheMode on the Mac.Bjørn Erik Nilsen2009-09-171-0/+3
| |/ /
| * | Add a new wildcard mode similar to bash in QRegExpBenjamin Poulain2009-09-171-1/+74