summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-1624-7386/+7569
|\
| * Avoid mixing atomic futex changes and QAtomicAllan Sandfeld Jensen2021-05-291-29/+17
| * QVector: fix compilation failure in C++20 mode w/strict iteratorsMarc Mutz2021-05-281-1/+1
| * Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-251-2/+20
| * Fix QStringView::mid() to behave as documented when passed -1 for lengthAndy Shaw2021-05-241-1/+2
| * Apply the Core compile definitions to the big resource targetsAlexey Edelev2021-05-211-0/+3
| * Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-046-959/+953
| * Fix mix-guided use of const reference variableEdward Welbourne2021-04-291-1/+1
| * Fix build with GCC 11: include <limits>Jarek Kobus2021-04-292-0/+3
| * Do not access internal allThreads data unlockedAllan Sandfeld Jensen2021-04-231-0/+1
| * Doc: Mark QSet::toList, QSet::fromList, QList::toSet, QList::fromSet as obsoleteKai Köhne2021-04-224-89/+92
| * Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-223-6292/+6464
| * QFile::copy: call syncToDisk on destinationThiago Macieira2021-04-211-1/+1
| * Fix ARM and MIPS runtime CPU feature flagsAllan Sandfeld Jensen2021-04-201-11/+11
* | 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