| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move text-related code out of corelib/tools/ to corelib/text/ | Edward Welbourne | 2019-07-10 | 1 | -4223/+0 |
| * | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -4/+4 |
| * | Separate out the time, zone, date code from corelib/tools/ | Edward Welbourne | 2019-06-06 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-05-13 | 1 | -6/+6 |
| |\ |
|
| | * | Doc: replace even more null/0/nullptr with \nullptr macro | Christian Ehrlicher | 2019-05-08 | 1 | -6/+6 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-04-24 | 1 | -0/+11 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Liang Qi | 2019-04-16 | 1 | -0/+11 |
| | |\ |
|
| | | * | Correct the description of the "C" locale | Edward Welbourne | 2019-04-11 | 1 | -0/+11 |
| | * | | Add conversion to and from long and ulong | Volker Hilsheimer | 2019-02-23 | 1 | -0/+126 |
| * | | | Improve the default selection of locale for QCollator | Edward Welbourne | 2019-04-10 | 1 | -0/+23 |
| * | | | Replace Q_DECL_NOEXCEPT with noexcept in corelib | Allan Sandfeld Jensen | 2019-04-03 | 1 | -4/+4 |
| * | | | Add conversion to and from long and ulong | Volker Hilsheimer | 2019-02-21 | 1 | -0/+126 |
| |/ / |
|
| * | | QtCore: replace null and nullptr with \nullptr in documentation | Christian Ehrlicher | 2019-02-18 | 1 | -24/+24 |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Liang Qi | 2019-02-08 | 1 | -2/+2 |
| |\| |
|
| | * | Fix race condition in getting the system locale data | Thiago Macieira | 2019-02-01 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/5.12' into dev | Qt Forward Merge Bot | 2019-01-21 | 1 | -0/+2 |
| |\| |
|
| | * | QLocale: fix crash when using qDebug() in a global destructor | David Faure | 2019-01-13 | 1 | -0/+2 |
| * | | Merge remote-tracking branch 'origin/5.12' into dev | Liang Qi | 2018-12-04 | 1 | -12/+24 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.11' into 5.12 | Qt Forward Merge Bot | 2018-11-27 | 1 | -12/+24 |
| | |\ |
|
| | | * | Fix toFloat()s between float and double ranges and document | Edward Welbourne | 2018-11-23 | 1 | -6/+12 |
| | | * | Change documentation of some toDouble()s to reflect reality | Edward Welbourne | 2018-11-23 | 1 | -6/+12 |
| * | | | QLocale: add const version of formattedDataSize | Christian Ehrlicher | 2018-11-02 | 1 | -1/+14 |
| * | | | Merge remote-tracking branch 'origin/5.12' into dev | Qt Forward Merge Bot | 2018-09-29 | 1 | -6/+6 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.11' into 5.12 | Liang Qi | 2018-09-27 | 1 | -6/+6 |
| | |\| |
|
| | | * | Modernize the "datestring" feature | Liang Qi | 2018-09-24 | 1 | -6/+6 |
| * | | | Make updateSystemPrivate() local to qlocale.cpp | Edward Welbourne | 2018-09-11 | 1 | -9/+15 |
| * | | | Remove QConditional in favor of std::conditional/std::is_unsigned | Mikhail Svetkin | 2018-09-05 | 1 | -3/+1 |
| |/ / |
|
| * | | Eliminate QLocale's system_data in favor of globalLocaleData | Edward Welbourne | 2018-08-17 | 1 | -20/+15 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-08-07 | 1 | -0/+12 |
| |\| |
|
| | * | Link from QLocale to where date-time formats are explained | Edward Welbourne | 2018-07-31 | 1 | -0/+12 |
| * | | Add "qt_" prefix to asciiToDouble and doubleToAscii functions | Thiago Macieira | 2018-08-03 | 1 | -3/+3 |
| * | | QLocale: cache the QLocalePrivate for QLocale::system() | Thiago Macieira | 2018-07-30 | 1 | -1/+6 |
| * | | QLocale: Convert the ok checks to nullptr | Andre Hartmann | 2018-07-09 | 1 | -12/+12 |
| * | | QByteArray: toInt() and toDouble() ignore surrounding whitespaces | Andre Hartmann | 2018-07-07 | 1 | -1/+17 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-07-02 | 1 | -54/+58 |
| |\| |
|
| | * | QLocale/QString/QByteArray: Use nullptr in documentation | Andre Hartmann | 2018-06-22 | 1 | -48/+48 |
| | * | QLocale: Remove misleading link to QString::toDouble() conversion | Andre Hartmann | 2018-06-22 | 1 | -6/+10 |
| * | | Prefer the raw data, if it specifies a locale, before shedding tags | Edward Welbourne | 2018-04-19 | 1 | -0/+7 |
| * | | Unicode TR 35: add likely subtags in the specified order | Edward Welbourne | 2018-04-19 | 1 | -8/+16 |
| |/ |
|
| * | QLocale: Update the system private on QLocale default constructor if needed | Albert Astals Cid | 2018-03-02 | 1 | -0/+2 |
| * | doc: Fix several minor qdoc warnings | Martin Smith | 2018-01-20 | 1 | -0/+6 |
| * | Don't try (Any,Any,Any) before a partially-specified locale | Edward Welbourne | 2018-01-19 | 1 | -32/+36 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Lars Knoll | 2018-01-02 | 1 | -2/+2 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.10.0' into 5.10 | Liang Qi | 2017-12-08 | 1 | -2/+2 |
| | |\ |
|
| | | * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2 | Simon Hausmann | 2017-11-28 | 1 | -2/+2 |
| * | | | Deduplicate a common check for legacy codes | Edward Welbourne | 2017-12-08 | 1 | -25/+26 |
| * | | | Mutex-lock QLocale's update of its globalLocaleData | Edward Welbourne | 2017-11-30 | 1 | -6/+17 |
| * | | | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2017-11-30 | 1 | -11/+12 |
| |\| | |
|
| | * | | improve QLocale::formattedDataSize docs slightly | Shawn Rutledge | 2017-11-24 | 1 | -11/+12 |
| | |/ |
|
| * | | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2017-10-17 | 1 | -3/+5 |
| |\| |
|