summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes warningsOlivier Goffart2011-04-281-2/+0
* Added support for libICU for collation and toLower/toUpper.Denis Dzyubenko2011-04-121-0/+14
* Fixed checking for default arguments in QLocale::toCurrencyString()Denis Dzyubenko2011-03-291-3/+3
* Added native language and country names (endonyms) to QLocale.Denis Dzyubenko2011-03-291-0/+40
* Changed the return value of QLocale::matchingLocales().Denis Dzyubenko2011-03-281-8/+10
* Fixed documentation for QLocaleDenis Dzyubenko2011-03-241-16/+15
* QLocale fixes.Denis Dzyubenko2011-03-241-12/+12
* Bugfixing QLocale::weekdays and updating manual testZeno Albisser2011-03-221-7/+3
* replaced weekendStart and weekendEnd with weekdays functionZeno Albisser2011-03-211-21/+16
* Merge branch 'master-i18n' of scm.dev.nokia.troll.no:qt/qt-earth-team into ma...Denis Dzyubenko2011-03-171-0/+39
|\
| * Using list patterns to get a string from list in QLocale.Liang Qi2011-03-081-0/+39
* | Refactored QLocale on Windows.Denis Dzyubenko2011-03-171-0/+4
* | Improved QLocale::quoteString.Denis Dzyubenko2011-03-071-4/+3
* | Extended documentation for QLocale.Denis Dzyubenko2011-03-041-9/+28
|/
* Fixed spelling in the comment.Denis Dzyubenko2011-03-041-1/+1
* Fixed parsing on the locale name in QLocale.Denis Dzyubenko2011-03-031-2/+8
* Added writing script support to QLocale.Denis Dzyubenko2011-03-021-109/+318
* Use the localized represantion of AM/PM string when converting time.Denis Dzyubenko2011-03-011-2/+2
* Fixed documentation for QLocaleDenis Dzyubenko2011-02-251-40/+8
* Improved currency value to string conversion in QLocale.Denis Dzyubenko2011-02-251-24/+34
* fixed QLocale::quoteString() to allow for QSystemLocale implementationZeno Albisser2011-02-251-6/+9
* Improved QLocale apiDenis Dzyubenko2011-02-251-3/+3
* Merge branch 'master-i18n' of scm.dev.nokia.troll.no:qt/qt-earth-team into ma...Denis Dzyubenko2011-02-241-0/+34
|\
| * Implemented QLocale::weekendStart and QLocale::weekendEndZeno Albisser2011-02-241-1/+37
* | QLocale improvements on unix/linux.Denis Dzyubenko2011-02-241-24/+14
* | Split monolithic qlocale.cpp into platform-specific filesDenis Dzyubenko2011-02-241-5088/+16
|/
* QLocale: Compile fix on WindowsDenis Dzyubenko2011-02-231-0/+4
* Compile fix.Denis Dzyubenko2011-02-231-2/+2
* QLocale: Supporting multiple locale categories on Unix.Denis Dzyubenko2011-02-231-13/+132
* Added UI languages property to QLocaleDenis Dzyubenko2011-02-231-4/+129
* Added documentation for enum value FirstDayOfWeekZeno Albisser2011-02-221-0/+1
* Implemented QLocale::quoteString(...)Zeno Albisser2011-02-221-0/+86
* Merge remote branch 'earth-team/4.7-i18n' into master-i18nDenis Dzyubenko2011-02-211-2/+4
|\
| * Fixes QLocale locale name parsing.Denis Dzyubenko2011-02-031-2/+4
* | Added currency support for QLocaleDenis Dzyubenko2011-02-171-51/+375
* | Fixed QString creation for certain cases in QLocaleDenis Dzyubenko2011-02-171-1/+3
* | Implemented QLocale::firstDayOfWeek()Zeno Albisser2011-02-151-0/+41
* | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-241-0/+1
|\ \
| * | Fix wrong error assumption when converting "0.0" to doubleJoaquim Rocha2010-11-221-0/+1
* | | Doc: Removed incorrect statement about the C locale.David Boddie2010-11-221-2/+0
|/ /
* | Use GLIBC functions on any GLIBC architecture.Oswald Buddenhagen2010-11-171-3/+3
|/
* Added LatinAmericaAndTheCaribbean country to the doc.Denis Dzyubenko2010-07-161-0/+1
* Rename QLocale::isWrittenRightToLeft() to textDirection()Lars Knoll2010-06-091-4/+4
* Add a isWrittenRightToLeft() method to QLocale.Lars Knoll2010-06-091-0/+19
* Fix for Norwegian and Korean languages on symbian.Denis Dzyubenko2010-05-251-0/+1
* Added support for es_419 locale.Denis Dzyubenko2010-05-181-12/+18
* Upgraded QLocale to Unicode CLDR 1.8.1Denis Dzyubenko2010-05-181-1/+1
* Support updating system locale data on SymbianDenis Dzyubenko2010-05-031-0/+12
* Revert "Optimized QLocale to access system locale on demand."Morten Johan Sørvig2010-03-241-168/+46