summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Fix QLocale::standaloneMonthName when d->m_data == systemData()El Mehdi Fekari2013-05-211-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Add QLocale::toUpper/LowerLars Knoll2011-07-121-0/+38
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast...Qt Continuous Integration System2011-06-281-4/+5
|\
| * Merge remote-tracking branch 'upstream/4.8' into 4.8Frederik Gladhorn2011-06-121-32/+39
| |\
| * | Build fix for Mac OS 10.5Richard Moe Gustavsen2011-06-061-4/+5
* | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-06-171-13/+22
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-06-081-4/+0
| |\ \
| | * \ Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-05-231-17/+17
| | |\ \
| | * | | Remove S60 version pluginsMiikka Heikkinen2011-05-201-4/+0
| * | | | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-241-17/+17
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Improved performance of the QLocale::name() function.Denis Dzyubenko2011-05-201-9/+22
| | |/ / | |/| |
* | | | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-241-17/+17
|\ \ \ \ | | |/ / | |/| |
| * | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| |/ /
* / / Doc: Applied pending fixes to API documentation.David Boddie2011-05-111-1/+1
|/ /
* / 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