summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix QLocale::standaloneMonthName when d->m_data == systemData()Albert Astals Cid2013-05-011-1/+1
* Make QLocalePrivate PODThiago Macieira2013-04-301-5/+5
* QLocalePrivate: remove QLocalePrivate::m_indexThiago Macieira2013-04-301-22/+7
* Move the code that creates QLocalePrivate to separate functionsThiago Macieira2013-04-301-27/+33
* Remove QLocalePrivate::m_localeIDhjk2013-04-231-30/+30
* QLocale: Report textDirection() by looking to the locale scriptKonstantin Ritt2013-03-301-13/+20
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-16/+310
|\
| * QLocalePrivate: Add convenience language/script/country to code helpersKonstantin Ritt2013-03-191-10/+10
| * QLocale: Added QStringRef overloads to toInt(), toUInt(), etc...Keith Gardner2013-02-181-0/+276
| * QLocalePrivate: Generalized numberToCLocale.Keith Gardner2013-02-161-6/+24
* | Correct QLocale(const QString &) documentation.Mitch Curtis2013-03-071-2/+2
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QLocale: Report RTL text direction for pa_Arab and uz_ArabKonstantin Ritt2012-12-101-9/+16
* QLocale: Fix matchingLocales() behavior if script or country is not Any*Konstantin Ritt2012-11-251-13/+18
* [SIC] QLocale: Update some language names with their modern valuesKonstantin Ritt2012-11-241-2/+2
* QLocale: Fix toCurrencyString() didn't respect group separator optionKonstantin Ritt2012-11-231-4/+3
* Use likelySubtags to instantiate a locale id from it's short formKonstantin Ritt2012-11-211-29/+136
* [SIC/BIC] QLocale: update enums up to CLRD 1.9.1Konstantin Ritt2012-11-211-3/+18
* Output leading zeroes for yyyy date formats in QLocale::toString().Mitch Curtis2012-10-241-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-1/+3
* Remove references to nonexistent QLocale::setDefaultLocale() in docs.Mitch Curtis2012-07-251-1/+1
* Speed up QCoreApplication construction a bitHarald Fernengel2012-07-101-2/+2
* Refactor the ICU code for QLocaleLars Knoll2012-06-101-56/+35
* Rename QSystemLocale::fallbackLocale() to QSystemLocale::fallbackUiLocale()Mike FABIAN2012-06-061-2/+2
* Pashto uses Arabic script and is written right to leftMike FABIAN2012-06-021-0/+1
* Divehi is written right to leftLars Knoll2012-05-091-1/+2
* QLocale: Clean up QLocalePrivate implementationJohn Layt2012-04-241-229/+238
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-4/+4
* Make QLocale::toULongLong return the proper type: qulonglongThiago Macieira2012-04-051-3/+1
* QLocale: Merge month name data storage to save 50KB memoryJohn Layt2012-04-031-1/+1
* Fix measurement system for the UKLars Knoll2012-03-261-1/+1
* Make QLocale not depend on being friends with the global staticThiago Macieira2012-03-221-8/+7
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-11/+11
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-211-1/+1
* SIC: QLocale: Remove base argument from conversion to number apiJohn Layt2012-02-051-42/+18
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-4/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove Symbian code from QtCore.Xizhi Zhu2012-01-241-12/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-101-0/+10
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Deinlined QLocale::operator==Denis Dzyubenko2012-01-041-0/+10
* Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-061-0/+38
|\