summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-294-17/+17
* Deprecate ordering on QItemSelectionRangeEdward Welbourne2020-10-291-0/+4
* Deprecate QLocale::Language entries that no locale data relates toEdward Welbourne2020-10-281-10/+12
* Show the year correctly after it has been editedAndy Shaw2020-10-261-0/+4
* tests: blacklist tst_QGraphicsAnchorLayout::layoutDirection()Liang Qi2020-10-221-0/+2
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-211-3/+0
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-161-19/+159
* QLocalSocket/Win: prevent writing to broken pipeAlex Trotsenko2020-10-151-0/+1
* Add QStringView::split()Lars Knoll2020-10-151-0/+5
* tests: blacklist two tests on Ubuntu 20.04Liang Qi2020-10-142-0/+4
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-131-0/+15
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-10-091-12/+33
* tst_QTcpSocket::connectToHostError - increase the timeoutTimur Pocheptsov2020-10-081-4/+5
* Blacklist tst_QUdpSocket::writeDatagramToNonExistingPeerHeikki Halmet2020-10-081-4/+2
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-081-0/+15
* tst_QUrl/Win: test QUrl::fromLocalFile with backslashesThiago Macieira2020-10-081-6/+17
* tst_QUrl: give the to/fromLocalFile test rows proper namesThiago Macieira2020-10-081-52/+60
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-061-0/+24
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-021-0/+151
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-0/+26
* Revert "Blacklist tst_QWindow::exposeEventOnShrink_QTBUG54040"Liang Qi2020-10-011-1/+0
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-012-2/+2
* tests/xcb: fix tst_QWidget::updateWhileMinimized() - againLiang Qi2020-09-301-1/+2
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-301-8/+43
* Don't error out when configuring Qt on a headless systemVolker Hilsheimer2020-09-261-4/+5
* fix QComboBox currentText return placeholderTextWang ChunLin2020-09-251-1/+1
* QMimeDatabase: fix handling of glob-deleteallDavid Faure2020-09-231-2/+7
* Add reentrancy guard for processEvents() in QProgressDialog::setValue()Christian Heimlich2020-09-221-0/+24
* QStyleSheetStyle: Fix push button hit testing with paddingVolker Hilsheimer2020-09-151-2/+8
* Schannel: Properly handle request for certificateMårten Nordheim2020-09-141-8/+0
* QSsl: workaround a 'very secure' OpenSSL version (CentOS 8.x et al)Timur Pocheptsov2020-09-144-1/+32
* Interbase: Handle EXECUTE BLOCK statements correctlyAndy Shaw2020-09-131-0/+22
* tst_QNetworkReply: Avoid race in ioGetFromHttpWithAuthMårten Nordheim2020-09-121-1/+5
* QAuthenticator: condition using GSSAPI on credentials availabilityMårten Nordheim2020-09-121-3/+3
* Fix a rather sloppy test case in tst_QSslKeyTimur Pocheptsov2020-09-111-6/+52
* Blacklist tst_qcolumnview::scrollTo on macOSUlf Hermann2020-09-091-0/+3
* QSqlite: Don't crash after binding too many placeholdersMarcel Krems2020-09-091-0/+10
* Interbase: Correctly read/write arrays to the databaseAndy Shaw2020-09-081-0/+29
* QTable/TreeView: fix sortByColumn() when view is already sortedChristian Ehrlicher2020-09-022-0/+69
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-281-1/+0
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-272-59/+203
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-261-0/+26
* Un-deprecate QByteArray's relational operators taking QStringSona Kurazyan2020-08-261-2/+0
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-261-0/+31
* Fix CaseSensitivity handling for QRegularExpression in QSortFilterProxyModelMarcel Krems2020-08-241-0/+21
* tst_QLocalSocket: fix wrong slot nameAlex Trotsenko2020-08-241-1/+1
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-223-17/+17
* Discard extra mouse move event generated by touchpadAndre de la Rocha2020-08-181-0/+1
* Add binary compatibility files for Qt 5.15.0 for QtBaseMilla Pohjanheimo2020-08-1711-0/+105972
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-141-0/+149