summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Avoid deprecated QTest method in unit testPekka Vuorela2012-09-141-2/+2
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-1416-119/+188
* Fix QDBusServer with more than one connectionJan Arne Petersen2012-09-141-9/+29
* Use QElapsedTimer instead of QTime to measure elapsed timeThiago Macieira2012-09-131-1/+1
* Increase the fuzziness of the QSemaphore test to 50 msThiago Macieira2012-09-131-1/+1
* Fixed: QFileInfo::lastModified() returning wrong value.Markku Heikkila2012-09-131-0/+10
* Test: Redo remove QSKIP from printsupport testsCaroline Chao2012-09-133-1/+39
* Blackberry: fix tst_QFileInfo::isWritable()Rafael Roquetto2012-09-131-1/+4
* Fix crash when invalidating a QSortFilterProxyModelStephen Kelly2012-09-131-0/+59
* Fix regression in QTextDocument::toHtml() with font pixel sizeEskil Abrahamsen Blomfeldt2012-09-121-0/+14
* Test: Update QSKIP for tst_QGLThread on MacCaroline Chao2012-09-121-6/+16
* Test: remove QSKIP from printsupport testsCaroline Chao2012-09-123-46/+18
* Stabilize qprinter testEskil Abrahamsen Blomfeldt2012-09-121-1/+10
* Don't manipulate immutable dataJoão Abecasis2012-09-111-17/+71
* Close popups when switching applications on Windows.Friedemann Kleint2012-09-111-0/+12
* Remove deprecated inputItem and inputWindow from QInputMethodPekka Vuorela2012-09-112-47/+8
* Avoid duplicate setPen() in PDF when reusing QPrinterEskil Abrahamsen Blomfeldt2012-09-111-3/+0
* port qmake to qt creator's qmake language evaluatorOswald Buddenhagen2012-09-111-1/+1
* test: Remove QSKIP from tst_uic::stdOut()Sergio Ahumada2012-09-101-3/+0
* test: Remove QSKIP from tst_QLocale::windowsDefaultLocale()Sergio Ahumada2012-09-101-2/+0
* Fix semantics of the src dir in the include search paths with MinGWSimon Hausmann2012-09-105-0/+22
* Fix build of tests/ on Windows CEKevin Funk2012-09-103-2/+10
* Remove old troll test servers' references.Leonard Lee2012-09-101-15/+15
* Use QStringList::join(QChar) overload where applicable [QtDBus]Marc Mutz2012-09-101-2/+2
* test: QFtp tests require `private_tests' setSergio Ahumada2012-09-092-1/+2
* Use QStringList::join(QChar) overload where applicable [QtNetwork]Marc Mutz2012-09-072-7/+7
* Use QStringList::join(QChar) overload where applicable [QtWidgets]Marc Mutz2012-09-071-1/+1
* QtNetwork: bypass proxy for local connectionsJulien Brianceau2012-09-071-0/+61
* Add a way to benchmark sem_t on Unix tooThiago Macieira2012-09-071-0/+23
* Test: Replace QSKIP by XFAILCaroline Chao2012-09-071-5/+19
* Test: Remove QSKIP for tst_QXmlSimpleReader::inputFromSocketCaroline Chao2012-09-071-3/+0
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-077-1892/+1862
* Add example to test widget grab.Friedemann Kleint2012-09-073-1/+347
* Stabilize test of QSpinBox.Friedemann Kleint2012-09-071-35/+15
* Revert "Implement automatic mouse grabbing on mouse button press."Friedemann Kleint2012-09-071-0/+3
* Fix QDateEdit displaying day as a number for short and long day formatsMitch Curtis2012-09-051-36/+88
* Fix 3 digit day being displayed by QDateEdit.Mitch Curtis2012-09-052-1/+262
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-052-2/+2
* test: Check for null string comparisonSergio Ahumada2012-09-051-6/+6
* Optimize QTextLayout/QTextEngine usage outside of QTextDocument.Milian Wolff2012-09-051-8/+35
* Auto test for 'qmake -project' use case.Rafael Roquetto2012-09-047-4/+205
* Generate includes for Qt containers used as auto-metatypes.Stephen Kelly2012-09-032-0/+77
* Use QStringList::join(QChar) overload where applicable [QtSql]Marc Mutz2012-09-031-1/+1
* QStringList::join: add an overload taking a single QCharMarc Mutz2012-09-031-0/+38
* Change SChar to metatype id 40.Stephen Kelly2012-09-031-0/+0
* Fix moc generating invalid code for slots with reference types as argument.Volker Krause2012-09-021-0/+6
* auto tests: updated for new QStyle pure virtualsJ-P Nurmi2012-08-313-20/+34
* test: Mark tst_QFile::writeLargeDataBlock() unstable failure as XFAILSergio Ahumada2012-08-311-1/+11
* Make QGraphicsView respect scrollbar policiesJeremy Lainé2012-08-311-0/+288
* Fix updating of drag icons.Friedemann Kleint2012-08-311-1/+185