summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-161-0/+16
* Fix removing columns when QSortFilterProxyModel has not been sorted yetJoni Poikelin2021-04-111-0/+14
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-121-0/+27
* QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-091-0/+11
* Fix parsing of dates with spaces in day or month namesEdward Welbourne2021-02-191-11/+12
* Rework tst_QDateTime::toString_isoDate() to eliminate an XFAILEdward Welbourne2021-02-191-16/+17
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-191-15/+41
* QJsonObject::take: add missing detach() callThiago Macieira2021-02-031-0/+19
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-02-032-7/+8
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-02-032-20/+11
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-02-031-7/+7
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-021-11/+18
* Test QDateTime behavior in DST gapAndreas Buhr2021-02-021-1/+6
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-261-0/+28
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-1/+1
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-101-0/+1
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-101-0/+2
* tst_QCborValue: adjust the size of the minimum string that won't fitThiago Macieira2020-12-081-1/+3
* QStandardPaths: Don't change permissions of XDG_RUNTIME_DIRAlexander Volkov2020-11-301-1/+7
* QCalendar: increase coverage by testsEdward Welbourne2020-11-301-7/+101
* Fix invalid QSortFilterProxyModel::dataChanged parametersWang ChunLin2020-11-302-0/+168
* QVLA: do not include QtTestGiuseppe D'Angelo2020-11-251-1/+1
* Fix QSFPM not emitting dataChanged when source model is setWang ChunLin2020-11-212-0/+30
* Be more consistent when converting JSON values from variantSona Kurazyan2020-11-201-0/+12
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-201-0/+11
* Update CLDR to v38Edward Welbourne2020-11-091-1/+1
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-282-9/+9
* Deprecate QLocale::Language entries that no locale data relates toEdward Welbourne2020-10-281-10/+12
* Deprecate ordering on QItemSelectionRangeEdward Welbourne2020-10-281-0/+4
* Add QStringView::split()Lars Knoll2020-10-151-0/+5
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-10-091-12/+33
* 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
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-0/+26
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-012-2/+2
* QJsonObject: fix sorting after parsing from JSON textThiago Macieira2020-09-301-8/+43
* QMimeDatabase: fix handling of glob-deleteallDavid Faure2020-09-231-2/+7
* 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
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-3/+3
* 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
* Make qfloat16 helper functions consistent with float/double versionsAllan Sandfeld Jensen2020-07-281-1/+1
* tst_QPluginLoader: Fix MachO stub testsTor Arne Vestbø2020-07-222-5/+12
* Deprecate QTimeLine's curveShape in favor of its easingCurveEdward Welbourne2020-07-161-11/+11