summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QLineEdit: don't emit editingFinished if nothing was doneSamuel Gaist2019-02-121-0/+10
* Dodge qFatal() so as to get coverage results despite itEdward Welbourne2019-02-113-2/+82
* tst_qheaderview: Do not use the deprecated QAbstractItemModel::reset()Albert Astals Cid2019-02-111-2/+4
* Convert tst_qabstractnetwork auto-testTimur Pocheptsov2019-02-1111-1/+85
* Add a couple of tests in QObject::tst_qobjectOlivier Goffart2019-02-081-0/+165
* Move all connection related data into one data structureLars Knoll2019-02-081-2/+2
* Get rid of the connectedSignals bitflagsLars Knoll2019-02-081-2/+2
* Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-086-3/+250
* Disable Docker-based test servers on Windows temporarilyLiang Qi2019-02-071-2/+2
* Disable Docker-based test servers on macOS temporarilyLiang Qi2019-02-061-1/+12
* Regenerate TLS certificates after docker machine resumesRyan Chu2019-01-291-2/+4
* Schannel: Add ALPN supportMårten Nordheim2019-01-282-4/+21
* QtGui/Text: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-281-1/+1
* Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2019-01-2823-51/+101431
|\
| * Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2623-51/+101431
| |\
| | * tst_QItemDelegate: try to stabilize combobox testChristian Ehrlicher2019-01-252-4/+1
| | * tst_qsslsocket - blacklist several test temporarilyTimur Pocheptsov2019-01-241-0/+6
| | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-2317-23/+101390
| | |\
| | | * Stabilize tst_QItemDelegate::dateTimeEditor()Friedemann Kleint2019-01-221-10/+23
| | | * tst_QString: fix localeAwareCompare() when using ICUChristian Ehrlicher2019-01-211-25/+25
| | | * Use a more robust test for absolute paths in QDirEdward Welbourne2019-01-133-0/+47
| | | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0816-398/+1308
| | | |\
| | | * | Drag'n'Drop: fix dnd when dragMoveEvent() is not implementedChristian Ehrlicher2019-01-071-4/+32
| | | * | Add binary compatibility files for 5.12 for QtBaseMilla Pohjanheimo2018-12-2111-0/+101252
| | | * | Make url normalization closer to common browser behaviorJoni Poikelin2018-12-132-9/+36
| | * | | Fix resolve() on fonts returned from QWidget::font()Allan Sandfeld Jensen2019-01-222-2/+15
| | * | | tst_QGraphicsItem: stabilize cursor() testChristian Ehrlicher2019-01-221-5/+3
| | * | | Use RAII to handle setting of default locale in tst_QStringEdward Welbourne2019-01-221-17/+16
* | | | | Select single-name SSL certificate for test servers using host networkRyan Chu2019-01-287-6/+56
* | | | | QSslSocket: Fix isMatchingHostname when the CN is an IP AddressMårten Nordheim2019-01-282-0/+27
* | | | | Windows: improve QTimer::remainingTime when called before processEventsChristian Andersen2019-01-281-0/+29
* | | | | tst_QTimer: relax time requirement on remaining timeChristian Andersen2019-01-272-6/+3
|/ / / /
* | | | Fix inline ASM to use local labels for jump operationsDaniel Smith2019-01-251-2/+2
* | | | Add libfuzzer test for QTextDocument::setHtml()Robert Loehning2019-01-242-0/+41
* | | | Add libfuzzer test for QXmlStreamReader::readNext()Robert Loehning2019-01-243-0/+78
* | | | Add a feature to enable CodeCoverage analysis of testlibEdward Welbourne2019-01-2456-0/+111
* | | | Add assorted tests to exercise more QTest functionsEdward Welbourne2019-01-2410-0/+275
* | | | Enable path conversion from Windows-style to Unix-style on WindowsRyan Chu2019-01-241-0/+5
* | | | tst_qsslsocket: Make an ALPN test available to other backendsMårten Nordheim2019-01-241-40/+41
* | | | Ssl: Add support for IP-address in alternate subject nameMårten Nordheim2019-01-242-0/+31
* | | | Always escape the table names when creating the SQL statementAndy Shaw2019-01-235-77/+85
* | | | QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-233-4/+4
* | | | QProcess: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-232-10/+10
* | | | uic: Fix broken icon code generationFriedemann Kleint2019-01-232-1/+5
* | | | Allow more fine grained control over QFlags debug outputTor Arne Vestbø2019-01-231-17/+48
* | | | Allow more fine grained control over QMetaEnum debug outputTor Arne Vestbø2019-01-231-6/+43
* | | | Remove useless fall-back network interface of Dante-serverRyan Chu2019-01-232-8/+8
* | | | Fix QNetworkReply ServiceUnavailableError in macOSRyan Chu2019-01-231-0/+10
* | | | Use environment variables to replace the hard-code value of domain nameRyan Chu2019-01-233-19/+32
* | | | Docker-based test servers for network-related Qt autotests on WindowsRyan Chu2019-01-239-19/+175