summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-1/+0
|\
| * Remove includes to qdatetime_p.h that aren't necessaryThiago Macieira2016-05-081-1/+0
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-3/+3
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-3/+3
| |\
| | * QDateTimeParser: mediate QLocale's meddling via a setter.Edward Welbourne2016-04-081-3/+3
* | | Remove dynamic loading of functions that are present in Windows Vista onwards.Friedemann Kleint2016-04-191-1/+0
|/ /
* | toCurrencyString() - Add missing documentationDan Cape2016-04-081-1/+7
* | Re-generate QLocale data from CLDR v29Konstantin Ritt2016-04-081-0/+3
* | QLocalePrivate: add overloaded codeToScript() and codeToLanguage()Anton Kudryavtsev2016-03-311-8/+6
* | QLocalePrivate: overload codeToCountry() for QStringRef and QChar arrayAnton Kudryavtsev2016-03-311-2/+1
* | Don't use Q_GLOBAL_STATIC for trivial type QLocaleDataSérgio Martins2016-02-031-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-0/+7
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-0/+7
| |\|
| | * [Android]: Java uses some deprecated locale codes so account for theseAndy Shaw2016-01-131-0/+7
* | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Add ability to specify precision of float/double currency stringsDan Cape2016-01-131-1/+12
* | Mark QLocale as sharedMarc Mutz2016-01-121-0/+8
* | Centralize dropping of trailing zeroes when converting doublesUlf Hermann2015-11-241-6/+1
* | Add flags to omit/reject padding in scientific notation exponentsUlf Hermann2015-11-231-41/+49
* | Interpret precision == -128 as "shortest" double conversionUlf Hermann2015-11-231-3/+18
* | Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-021-108/+53
|/
* The C locale should omit group separators by defaultLars Knoll2015-10-191-2/+3
* QLocale: remove (harmless) dead codeThiago Macieira2015-10-011-6/+6
* Be more forgiving about arguments to QString::arg(double).Christian Kandeler2015-09-241-2/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\
| * QLocale: Fix example return value for uiLanguages()Kai Koehne2015-06-241-1/+1
* | Add qHash(QLocale)Marc Mutz2015-06-301-0/+16
* | QLocale: Exclude null-byte in QString generated from script_code_list.Milian Wolff2015-04-241-1/+1
|/
* Update CLDR to v27Konstantin Ritt2015-03-271-3/+9
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-4/+6
* Remove support for QT_QLOCALE_USES_FCVT.Erik Verbruggen2015-01-281-25/+0
* Observe QLocale::RejectGroupSeparator in QInt/DoubleValidator.Friedemann Kleint2014-11-201-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Document behavioral dependencies to ICU in QLocaleKai Koehne2014-05-131-0/+14
* Centralize the merging toFloat conversionsThiago Macieira2014-02-161-22/+2
* Centralize the handling of all the toXxx (integral) functionsThiago Macieira2014-02-141-80/+47
* QLocalePrivate: merge removeGroupSeparators into numberToCLocaleThiago Macieira2014-02-141-7/+52
* QLocalePrivate: move the stringToXxx to QLocaleDataThiago Macieira2014-02-141-34/+34
* QLocalePrivate: move the xxxToString functions to QLocaleDataThiago Macieira2014-02-141-56/+48
* Merge the pairs of stringTo{Double,LongLong,UnsLongLong}Thiago Macieira2014-02-141-56/+12
* Remove duplicated trimming of a stringThiago Macieira2014-02-141-49/+13
* Ensure QLocale's shared C-locale QLocalePrivate is never deletedTor Arne Vestbø2013-11-041-3/+7
* QDateTime - Split QDateTimeParser into a separate fileJohn Layt2013-09-091-0/+1
* QLocale - Improve date formatterJohn Layt2013-09-051-76/+61
* QLocale: Minor code dde-uplicationKonstantin Ritt2013-08-141-8/+6
* QLocalePrivate: remove unused dataPointerForIndex functionThiago Macieira2013-05-081-13/+0
* QLocale: cache the QLocalePrivate for the default QLocaleThiago Macieira2013-05-011-6/+9
* QLocale: cache the C locale's privateThiago Macieira2013-05-011-1/+14