summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* remove mentions of borland from project filesOswald Buddenhagen2012-09-195-5/+2
* Pass correct argument to QShortcutEvent ctor in tst_qabstractbutton.cppMitch Curtis2012-09-191-1/+2
* Fix mapping to/from global coordinates for child/embedded windows.Miikka Heikkinen2012-09-181-0/+7
* Disable SSL compression by default.Richard Moore2012-09-181-0/+6
* HTTP header may be damaged - fix, unit testTomasz Duda2012-09-181-0/+74
* test: Mark tst_QTabBar::sizeHints() failure as XFAILSergio Ahumada2012-09-171-1/+3
* Attempt to stabilize QMenu auto testsJ-P Nurmi2012-09-151-4/+4
* Blackberry: fix tst_QFileInfo::fileTimes()Rafael Roquetto2012-09-141-1/+5
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-144-24/+22
* 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