summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6-api-review' into 4.6Marius Storm-Olsen2009-11-0913-67/+67
|\
| * API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-091-10/+10
| * API review: Rename numDigits() and setNumDigits()Marius Storm-Olsen2009-11-091-8/+8
| * API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-068-29/+29
| * API review: QRegExp::numCaptures() -> QRegExp::captureCount()Marius Storm-Olsen2009-11-063-20/+20
* | Merge commit 'b65fd82299' from qt-core-team 4.6 into 4.6Marius Storm-Olsen2009-11-094-514/+671
|\ \
| * | Extending tst_QFile::writeLargeDataBlock testJoão Abecasis2009-11-041-30/+134
| * | QLocalSocket test: stabilize test by calling waitFor... functionPeter Hartmann2009-11-031-4/+6
| * | QNetworkReply autotests: move performance tests to benchmarksPeter Hartmann2009-11-022-479/+530
* | | Crash on bug QTBUG-5493Warwick Allison2009-11-091-0/+14
* | | Merge file://t:/dev/qt-46-wt into widgetteamJan-Arve Sæther2009-11-082-13/+73
|\ \ \
| * \ \ Merge branch 'anchor-vertex-simplification' of git://gitorious.org/~cmarcelo/...Jan-Arve Sæther2009-11-072-13/+73
| |\ \ \
| | * | | QGAL (Test): redundant anchors shouldn't harm simplificationCaio Marcelo de Oliveira Filho2009-11-061-0/+39
| | * | | QGAL (Test): Enable remaining tests in 'qgraphicsanchorlayout1'Eduardo M. Fleury2009-11-061-16/+9
| | * | | QGAL (Test): Add test where center anchor is simplified by parallelEduardo M. Fleury2009-11-061-0/+26
* | | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-0637-796/+1905
|\ \ \ \ \
| * | | | | Improving reliability and information from the large file testJoão Abecasis2009-11-061-0/+35
| |/ / / /
| * | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-0614-149/+726
| |\ \ \ \
| | * \ \ \ Merge branch '4.6-s60' into 4.6axis2009-11-063-5/+4
| | |\ \ \ \
| | | * \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-s60axis2009-11-055-19/+143
| | | |\ \ \ \
| | | * | | | | Fixed symbian-abld build problems with xmlpatternsxqtsMiikka Heikkinen2009-11-052-3/+1
| | | * | | | | tst_qwidget widgetAt now does not leave widget lowered if test failsGareth Stockwell2009-11-041-2/+3
| | * | | | | | make the qapplication constructor test more meaningfulHarald Fernengel2009-11-061-23/+7
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Add preliminary QAccessibleImage interfaceHarald Fernengel2009-11-061-0/+21
| | * | | | | Merge remote branch 'qt-official/4.6' into 4.6Morten Johan Sørvig2009-11-064-110/+75
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-061-0/+39
| | | |\ \ \ \ \
| | | | * | | | | Fix QPainter::setPen(pen with color but no style) on non-extended.David Faure2009-11-061-0/+39
| | | * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-064-9/+617
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | Updated testcase since soft-light algorithm rewrite.Gunnar Sletta2009-11-061-3/+3
| | | * | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-11-062-5/+65
| | | |\ \ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | |
| | | * | | | | | Fixed warning in lance on printf with wrong typesgunnar2009-11-051-2/+2
| | | * | | | | | Add test for QEventTransition when filtering on a QApplication instanceEskil Abrahamsen Blomfeldt2009-11-051-0/+31
| | | * | | | | | Removed the FBO stacking behaviour and the test attached to it.Trond Kjernåsen2009-11-051-105/+0
| | * | | | | | | Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-11-064-9/+617
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | | * | | | | | Merge commit 'origin/4.6' into large-file-supportJoão Abecasis2009-11-05132-865/+5658
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | * | | | | | Switch large file test to using Unbuffered modeJoão Abecasis2009-11-051-2/+2
| | | * | | | | | Turns out 64-bit fseek/ftell are not available on VS 2003/2002...João Abecasis2009-10-291-0/+5
| | | * | | | | | Extending QFile::size test to cover files opened with fd and FILE*João Abecasis2009-10-231-8/+43
| | | * | | | | | Fix the LargeFile test for WindowsJoão Abecasis2009-10-231-10/+15
| | | * | | | | | Windows doesn't #define STD{IN,OUT,ERR}_FILENOJoão Abecasis2009-10-231-0/+12
| | | * | | | | | Adding a test case for large file supportJoão Abecasis2009-10-213-1/+497
| | | * | | | | | Get file position when attaching an open file descriptor to QFileJoão Abecasis2009-10-211-0/+55
| | * | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6Morten Johan Sørvig2009-11-061-2/+2
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | * | | | | | Improve the reliability of tst_QGridLayout::minMaxSize()Bradley T. Hughes2009-11-051-2/+2
| * | | | | | | | stabilize testOlivier Goffart2009-11-061-1/+1
| * | | | | | | | Fix autotests that expected QTextControl to always eat mouse eventsThierry Bastian2009-11-061-4/+4
| * | | | | | | | Fix QGraphicsScene::isActive if the view is shown while the window is active.Olivier Goffart2009-11-061-0/+178
| * | | | | | | | QGraphicsView: Fixes QGraphicsView::focusItem when scene is not activeOlivier Goffart2009-11-061-0/+22
| * | | | | | | | Merge commit 'origin/4.6' into 4.6Olivier Goffart2009-11-0531-255/+552
| |\| | | | | | |
| | * | | | | | | Merge branch '4.5' into 4.6Morten Johan Sørvig2009-11-051-0/+34
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |