summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-121-0/+61
* QSharedPointer: do allow calling deleters on null pointersThiago Macieira2020-07-311-2/+31
* QNAM: Remove network connectivity pre-checkMårten Nordheim2020-07-301-9/+0
* Make qfloat16 helper functions consistent with float/double versionsAllan Sandfeld Jensen2020-07-281-1/+1
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-07-241-0/+38
* tst_QPluginLoader: Fix MachO stub testsTor Arne Vestbø2020-07-222-5/+12
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-212-0/+79
* Deprecate QTimeLine's curveShape in favor of its easingCurveEdward Welbourne2020-07-161-11/+11
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-151-0/+3
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-148-15/+15
* Fix passing QDBusUnixFileDescriptors over peer-to-peer connectionsSteffen Kieß2020-07-131-2/+3
* Fix buffer overflowRobert Loehning2020-07-102-0/+9
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-082-0/+106
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-072-0/+73
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-07-021-0/+28
* QTabBar: make sure the tab is repainted after releasing mouseWang Chuan2020-07-021-0/+38
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-022-0/+189
* QCborMap: remove the optimization not to detach from non-const find()Thiago Macieira2020-06-301-0/+62
* Skip proxy widgets that can't take focus when (back)tabbingVolker Hilsheimer2020-06-301-0/+46
* Http: Fix POST-to-GET redirects still uploading or transmitting CLMårten Nordheim2020-06-301-1/+73
* Fuzzing: Add fuzz target for QCryptographicHash::resultRobert Loehning2020-06-292-0/+50
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-242-3/+46
* Deprecate QByteArray's methods taking QStringSona Kurazyan2020-06-2413-13/+25
* Fuzzing: Test svg imagesRobert Loehning2020-06-221-0/+3