summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix global coordinate mapping for child widgets in QGraphicsView."Friedemann Kleint2016-01-051-1/+7
* QAbstractSocket: do not enable read notifications on TCP in bind()Alex Trotsenko2015-12-241-0/+21
* QWidgetWindow: The alien widget should be from the window's hierarchyGabriel de Dietrich2015-12-211-0/+32
* Fix timeout calculations using qt_subtract_from_timeoutJoerg Bornemann2015-12-211-8/+12
* Fix utf8->utf16 BOM/ZWNBSP decoding.Erik Verbruggen2015-12-211-3/+10
* Fix a crash when calling QOpenGLTexture::setData with a null QImage.Juha Turunen2015-12-111-1/+14
* Fix crash in QFileDialog::iconProvider() with native dialogsJoni Poikelin2015-11-241-0/+9
* QComboBox: Disable wheel events on OS X & iOSAdam Strzelecki2015-11-091-0/+6
* Don't let closed http sockets pass as valid connectionsUlf Hermann2015-11-051-0/+54
* Fix QImage::setDotsPerMeterX/Y for images with some orientationsJoni Poikelin2015-11-051-10/+15
* QWindowsPipeReader: fix occasional "Unknown error 995"Joerg Bornemann2015-11-021-0/+29
* QLineEdit: Fix visibility handling of side widgets.Friedemann Kleint2015-10-221-17/+41
* Tests: Use blacklist for tst_NetworkSelfTest::ftpProxyServer()Caroline Chao2015-10-222-1/+4
* QAbstractSocket: fix writing to socket in HostLookup stateAlex Trotsenko2015-10-131-0/+13
* QListView: Use correct available size when calculating scrollbars.Christoph Schleifenbaum2015-10-121-1/+23
* Fix comparisons between QByteArray and QString.Christian Kandeler2015-09-281-0/+16
* Make sure networkAccessibilityChanged is emittedLorn Potter2015-09-261-14/+17
* QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
* tst_QUndoGroup, tst_QUndoStack Fixed flag QT_NO_PROCESSTuomas Heimonen2015-09-142-8/+8
* 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