summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qcollator.cpp
Commit message (Expand)AuthorAgeFilesLines
* QCollatorSortKey: Rule of Five: add missing move constructorEdward Welbourne2024-04-041-8/+19
* Improve the documentation of compare() overloads for string-like typesJaishree Vyas2023-11-201-4/+5
* QCollator: clarify the POSIX backend limitationsThiago Macieira2023-08-161-3/+19
* QCollator: minor API docs grammar fixAhmad Samir2022-10-011-1/+1
* QCollator: Extract Method Private::ensureInitialized()Marc Mutz2022-07-201-4/+2
* QCollator: port compare(ptr, n, ptr, n) to qsizetypeMarc Mutz2022-07-201-1/+4
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-2/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* QCollator: add public, static functions to do comparisonsThiago Macieira2021-11-011-0/+51
* Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-151-4/+8
* Inline QCollator's QString methods via QStringViewEdward Welbourne2020-12-071-8/+2
* Indicate the limited locale selection in the POSIX backendEdward Welbourne2020-12-041-2/+3
* Fix documentation warnings about QCollator propertyAndreas Buhr2020-12-031-2/+2
* Clean up QCollator's documentation and tell fewer liesEdward Welbourne2020-11-271-53/+58
* Fix spacing in QCollator documentationEdward Welbourne2020-11-271-19/+19
* Remove more QStringRef overloads that aren't requiredLars Knoll2020-06-111-13/+0
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+456