summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcollator_icu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-154/+0
* Clean up the QCollator code and commentsEdward Welbourne2019-03-081-2/+4
* Extend QCollator to support QStringViewEdward Welbourne2019-03-081-26/+9
* Handle QCollator with locale C by delegating to QStringEdward Welbourne2018-12-111-0/+4
* Use suitable abstraction for the null value of CollatorTypeEdward Welbourne2018-08-131-2/+2
* Add missing init()-if-dirty in two of ICU's QCollator::compare()sEdward Welbourne2018-07-121-0/+6
* QCollatorSortKey: add some std::moveMarc Mutz2017-02-131-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-1/+1
|\
| * QCollator/ICU: fix a rather hair-raising performance bug in compare(QChar*, i...Marc Mutz2017-02-071-1/+1
* | QCollator: don't pipe bcp47Name() through QStringMarc Mutz2017-02-071-1/+2
|/
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-13/+30
|\
| * Core: fix crash in QCollator if ucol_open() failedLiang Qi2015-03-111-13/+30
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix several issues in QCollatorLars Knoll2014-09-101-44/+21
* Fix case insensitive comparisons using QCollatorLars Knoll2014-06-121-2/+9
* QCollatorSortKey: inline operator<Marc Mutz2013-11-171-5/+0
* Make QCollator more flexible to use in different platformsAleix Pol2013-09-131-0/+164