summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * 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
|\|