summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-0714-122/+206
|\
| * Don't parse XML symbols longer than 4096 charactersAllan Sandfeld Jensen2021-04-161-0/+5
| * Make POSIX transition rule parser more robustEdward Welbourne2021-04-161-14/+29
| * Doc: Improve deprecation messages for functions using QString::SplitBehaviorKai Köhne2021-04-132-8/+21
| * Fix removing columns when QSortFilterProxyModel has not been sorted yetJoni Poikelin2021-04-111-1/+4
| * QSystemSemaphorePrivate: Fix a call to tr() to translate()Tuomas Vaarala2021-04-091-1/+1
| * Call statx() with AT_NO_AUTOMOUNTAlexander Volkov2021-04-081-1/+1
| * Avoid attempting to parse insanely long texts as zone namesEdward Welbourne2021-04-071-0/+18
| * QString: improve lastIndexOf(QRegularExpression) docsGiuseppe D'Angelo2021-04-061-0/+4
| * Remove qualification for Julian calendarAlex Blasche2021-03-251-1/+1
| * Restore support for reading /etc/timezone for system zone nameEdward Welbourne2021-03-231-7/+15
| * QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-121-1/+5
| * QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-091-1/+6
| * QEventDispatcherWin32: get rid of the hook procedureAlex Trotsenko2021-02-262-30/+9
| * Fix parsing of dates with spaces in day or month namesEdward Welbourne2021-02-191-54/+68
| * Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-191-3/+19
* | Revert "Update commercial license headers to src/concurrent and src/corelib"Tarja Sundqvist2021-03-23716-14609/+14609
|/
* macos: Document that Drawer is obsoleteMorten Johan Sørvig2021-02-101-0/+2
* Doc: link to QScopeGuard in QScopedValueRollback documentationMitch Curtis2021-02-101-1/+1
* Fix build with GCC 11: include <limits>Thiago Macieira2021-02-032-1/+4
* Fix trivial typo in QDateTime::fromString() overload docEdward Welbourne2021-02-031-1/+1
* Update to CLDR v38.1, adding Yukon Standard TimeEdward Welbourne2021-02-031-221/+224
* QJsonObject::take: add missing detach() callThiago Macieira2021-02-031-0/+1
* QMimeDatabase/xml: support both 'xmlstarlet' and 'xml' for minifying XMLKai Köhne2021-02-031-0/+4
* QDir/QFileInfo: add doc notes about paths starting with ':'Ahmad Samir2021-02-032-7/+27
* Update public suffix list to today's latestEdward Welbourne2021-02-032-13923/+14360
* Fix QTzTimeZonePrivate::displayName()'s fallbackEdward Welbourne2021-02-031-1/+2
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-02-032-14/+23
* QTzTimeZonePrivate::init(): fix handling of empty IDEdward Welbourne2021-02-031-7/+13
* Hold references to zone IDs alive during useEdward Welbourne2021-02-031-2/+8
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-02-031-1/+1
* Doc: Add deprecation noticePaul Wicking2021-02-031-0/+4
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-02-032-11/+11
* Check date validity in calendar methods taking a QDateEdward Welbourne2021-02-021-2/+2
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-021-2/+2
* Fix segmentation fault in QObject::dumpObjectInfoAndreas Buhr2021-01-281-1/+1
* Update commercial license headers to src/concurrent and src/corelibTarja Sundqvist2021-01-28716-14608/+14608
* Make QCalendar's backend registration reentrant-safeEdward Welbourne2021-01-261-32/+120
* Doc: Generalize timer docsKai Köhne2021-01-261-3/+3
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-262-3/+52
* Doc: Clarify setLibraryPaths behaviorPaul Wicking2021-01-241-3/+4
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-2/+2
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-101-3/+9
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-101-0/+6
* Try again to fix Clang's -Wconstant-logical-operand warningThiago Macieira2020-12-091-0/+7
* macOS: Add missing QT_MANGLE_NAMESPACEMorten Johan Sørvig2020-12-082-2/+2
* Improve the documentation for QElapsedTimer::restart, include unitsAleix Pol2020-12-051-1/+2
* QCborStreamReader: move the readStringChunk code to the PrivateThiago Macieira2020-12-051-24/+33
* QStringView: operator==(), operator<(), operator>() currently Qt6 onlyAhmad Samir2020-12-041-4/+0
* Enable testing for whether a calendar registered its primary nameEdward Welbourne2020-12-042-25/+95