summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-101-0/+73
* QUdpSocket: avoid infinite read notifier blockingAlex Trotsenko2015-09-101-0/+54
* Fix tst_QGuiApplication for embedded platforms using eglfs QPAPasi Petäjäjärvi2015-09-102-5/+16
* tst_QProcess_and_GuiEventLoop: Added flag QT_NO_PROCESSTuomas Heimonen2015-09-091-2/+5
* QMimeDatabase: warn instead of asserting on bad magic.David Faure2015-09-046-37/+91
* Another fix of cosmetic QPainter::drawPolyline()Eirik Aavitsland2015-09-011-1/+2
* Ensure sendPostedEvents() can be called independentlyJan Arve Saether2015-09-013-0/+281
* Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+2
* QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-182-15/+372
* Handle action events in QLineEditIconButton.Friedemann Kleint2015-08-181-3/+41
* Open menu on the third click on QMenuBar on X11Alexander Volkov2015-08-171-4/+7
* tst_qprocess cleanupJoerg Bornemann2015-08-171-17/+15
* fix assertion in QProcess/WinJoerg Bornemann2015-08-171-3/+28
* WinRT: Skip unsupported multicast UDP socket testsOliver Wolff2015-08-171-0/+18
* tst_qudpsocket: Do not crash if no testserver address could be foundOliver Wolff2015-08-171-2/+14
* QMimeDatabase: adapt to changes in shared-mime-info 1.3David Faure2015-08-162-3/+4
* QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-154-0/+169
* QMimeProvider: Do not crash when globPatterns is empty.Milian Wolff2015-08-124-0/+23
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-121-4/+5
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-4/+5
| |\
| | * Network: Fix up previous corruption patchMarkus Goetz2015-07-081-4/+5
* | | tst_qmimedatabase: check that QFile::remove() worked.David Faure2015-08-121-4/+4
* | | QMimeDatabase: Run more tests on non-XDG/shared-mime-info platformsEike Ziller2015-08-116-25/+50
* | | Extend QNetworkReply test exclusion on OS XSimon Hausmann2015-08-101-8/+1
* | | Make tst_accessibility's characterRect match QAccessibleTextWidget::character...Tor Arne Vestbø2015-08-071-1/+1
* | | Change how QDebug escapes QStrings in the outputThiago Macieira2015-08-064-9/+39
* | | Seed the random number generator before using QTemporaryDirThiago Macieira2015-08-062-1/+14
* | | QLoggingCategory: fix default severity in Q_LOGGING_CATEGORY macroAlex Merry2015-08-031-0/+11
* | | Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-313-33/+62
* | | ssl: add test certificates with DSA and EC keysJeremy Lainé2015-07-3012-5/+103
* | | QLineEdit should inherit the input methods from QComboBox.BogDan Vatra2015-07-301-0/+9
* | | consistently handle empty program string in QProcess::start overloadsJoerg Bornemann2015-07-301-0/+38
* | | Fix typo in test results report for androidSamuel Gaist2015-07-281-1/+1
* | | ssl: fix comment typo in QSslSocket testsJeremy Lainé2015-07-281-1/+1
* | | ssl: fix QNAM self-signed certificate test for non-OpenSSL backendsJeremy Lainé2015-07-281-2/+10
* | | Fix compilation error while instantiating operator<< explicitlyOlivier Goffart2015-07-261-0/+9
* | | QTimeZone: Convert fractional timezones properly.Cesar Garcia Naranjo2015-07-211-0/+18
* | | tst_qmimedatabase.cpp: Set write permission on files extracted from resources.Friedemann Kleint2015-07-211-8/+38
* | | Autotest: rename sub tests from "test" to something meaningfulThiago Macieira2015-07-188-4/+4
* | | tst_QUdpSocket: send two bytes in a datagramThiago Macieira2015-07-171-4/+4
|/ /
* | Add test for invalid exif dataRainer Keller2015-07-172-0/+8
* | QDir::removeRecursively(): Retry file deletion with write permission set.Friedemann Kleint2015-07-172-7/+10
* | Stabilize tst_QListView::batchedMode().Friedemann Kleint2015-07-171-33/+22
* | Stabilize tst_QApplication::touchEventPropagation().Friedemann Kleint2015-07-161-4/+4
* | Stabilize tst_QTouchEvent::touchBeginWithGraphicsWidget().Friedemann Kleint2015-07-161-3/+10
* | Disable thread-safe statics for MSVC 2015: they're brokenThiago Macieira2015-07-161-2/+2
* | Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-151-0/+1
* | QVarLengthArray: Unit-test that clear() preserves capacitySérgio Martins2015-07-081-0/+16
* | Fix the remainingTime() result after the first activation of a QTimerThiago Macieira2015-07-081-1/+58
* | Test QAction::autoRepeatFrederik Gladhorn2015-07-071-0/+38