summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-4223/+0
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-4/+4
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-1/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-6/+6
|\
| * Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-6/+6
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-241-0/+11
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-0/+11
| |\
| | * Correct the description of the "C" localeEdward Welbourne2019-04-111-0/+11
| * | Add conversion to and from long and ulongVolker Hilsheimer2019-02-231-0/+126
* | | Improve the default selection of locale for QCollatorEdward Welbourne2019-04-101-0/+23
* | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-4/+4
* | | Add conversion to and from long and ulongVolker Hilsheimer2019-02-211-0/+126
|/ /
* | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-24/+24
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-2/+2
|\|
| * Fix race condition in getting the system locale dataThiago Macieira2019-02-011-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-0/+2
|\|
| * QLocale: fix crash when using qDebug() in a global destructorDavid Faure2019-01-131-0/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-12/+24
|\|
| * 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
* | | QLocale: add const version of formattedDataSizeChristian Ehrlicher2018-11-021-1/+14
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-291-6/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-6/+6
| |\|
| | * Modernize the "datestring" featureLiang Qi2018-09-241-6/+6
* | | Make updateSystemPrivate() local to qlocale.cppEdward Welbourne2018-09-111-9/+15
* | | Remove QConditional in favor of std::conditional/std::is_unsignedMikhail Svetkin2018-09-051-3/+1
|/ /
* | 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
|\|