summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct the description of the "C" localeEdward Welbourne2019-04-111-0/+11
* Fix race condition in getting the system locale dataThiago Macieira2019-02-011-2/+2
* QLocale: fix crash when using qDebug() in a global destructorDavid Faure2019-01-131-0/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-271-12/+24
|\
| * Fix toFloat()s between float and double ranges and documentEdward Welbourne2018-11-231-6/+12
| * Change documentation of some toDouble()s to reflect realityEdward Welbourne2018-11-231-6/+12
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-6/+6
|\|
| * Modernize the "datestring" featureLiang Qi2018-09-241-6/+6
* | Eliminate QLocale's system_data in favor of globalLocaleDataEdward Welbourne2018-08-171-20/+15
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-0/+12
|\|
| * Link from QLocale to where date-time formats are explainedEdward Welbourne2018-07-311-0/+12
* | Add "qt_" prefix to asciiToDouble and doubleToAscii functionsThiago Macieira2018-08-031-3/+3
* | QLocale: cache the QLocalePrivate for QLocale::system()Thiago Macieira2018-07-301-1/+6
* | QLocale: Convert the ok checks to nullptrAndre Hartmann2018-07-091-12/+12
* | QByteArray: toInt() and toDouble() ignore surrounding whitespacesAndre Hartmann2018-07-071-1/+17
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-54/+58
|\|
| * QLocale/QString/QByteArray: Use nullptr in documentationAndre Hartmann2018-06-221-48/+48
| * QLocale: Remove misleading link to QString::toDouble() conversionAndre Hartmann2018-06-221-6/+10
* | Prefer the raw data, if it specifies a locale, before shedding tagsEdward Welbourne2018-04-191-0/+7
* | Unicode TR 35: add likely subtags in the specified orderEdward Welbourne2018-04-191-8/+16
|/
* QLocale: Update the system private on QLocale default constructor if neededAlbert Astals Cid2018-03-021-0/+2
* doc: Fix several minor qdoc warningsMartin Smith2018-01-201-0/+6
* Don't try (Any,Any,Any) before a partially-specified localeEdward Welbourne2018-01-191-32/+36
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+2
|\
| * Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-081-2/+2
| |\
| | * Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-281-2/+2
* | | Deduplicate a common check for legacy codesEdward Welbourne2017-12-081-25/+26
* | | Mutex-lock QLocale's update of its globalLocaleDataEdward Welbourne2017-11-301-6/+17
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-11/+12
|\| |
| * | improve QLocale::formattedDataSize docs slightlyShawn Rutledge2017-11-241-11/+12
| |/
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-3/+5
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-3/+5
| |\
| | * Make QDateTimeParser a separate featureEdward Welbourne2017-09-251-3/+5
* | | QLocaleData::longLongToString: clean up sign handlingEdward Welbourne2017-10-031-5/+9
|/ /
* | QLocale docs: remove useless \sa linksShawn Rutledge2017-08-291-2/+0
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-1/+1
|\|
| * Return "en" for QLocale::c().bcp47Name()Jüri Valdmann2017-07-261-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-7/+10
|\|
| * QLocale: fix handling of milliseconds in string format and documentThiago Macieira2017-07-071-7/+10
* | Add QLocale::formattedDataSize and consolidate use casesShawn Rutledge2017-06-201-0/+71
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-3/+10
|\|
| * Prevent 2 unnecessary QString allocations for QString::number(0u)Erik Verbruggen2017-05-051-3/+6
| * QtCore: include mocsThiago Macieira2017-05-051-0/+4
* | QLocaleData: remove unused bool *overflow argumentsMarc Mutz2017-04-271-15/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-2/+2
| |\
| | * QLocale: do not test for Q_OS_MAC before including qglobal.hGiuseppe D'Angelo2017-04-121-2/+2
* | | QLocale: add toString(Q(Date|QTime)+, QStringView format) overloadsMarc Mutz2017-04-121-10/+70
* | | QStringView: use qssize_t as size_typeMarc Mutz2017-04-061-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-3/+3
|\| |