summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc fix in QLocaleDenis Dzyubenko2010-03-151-1/+1
* Fix build with wingwThierry Bastian2010-02-221-5/+5
* fix QTBUG-7898Shenghua Su2010-02-171-1/+1
* Revert "Optimized QLocale to access system locale on demand."Denis Dzyubenko2010-02-171-140/+46
* Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS)Thiago Macieira2010-02-141-32/+31
* Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS)Thiago Macieira2010-02-131-2/+2
* Optimized QLocale to access system locale on demand.Denis Dzyubenko2010-02-121-60/+155
* Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Merge branch '4.6'Thiago Macieira2009-12-261-4/+4
|\ \ | |/
| * Do not call macToQtFormat twice in QLocale.Denis Dzyubenko2009-12-161-4/+4
| * Revert "Changes to support locale change event for symbian platform"Denis Dzyubenko2009-12-161-35/+8
| * Changes to support locale change event for symbian platformdka2009-12-151-8/+35
* | Fix the int validator not handling the localeThierry Bastian2009-12-091-2/+9
|/
* doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-281-1/+4
* getMacPreferredLanguageAndCountry: Fix possible crashMarkus Goetz2009-09-281-1/+1
* System locale on Mac may not return AnyCountry for any language != Ccon2009-09-181-2/+5
* System locale on Mac returns preferred language/country from sys prefs.con2009-09-141-5/+29
* Update license headers again.Jason McDonald2009-09-091-4/+4
* doc: Fixed several qdoc errors.Martin Smith2009-09-021-0/+3
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-181-2/+2
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+2
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'origin/master'Jason Barron2009-08-041-3/+14
|\ \ \
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-3/+14
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-0/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Port of Qt to VxWorksRobert Griebl2009-07-291-0/+5
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-100/+43
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fixes memory leak of global data.Denis Dzyubenko2009-07-211-1/+5
| * | fix warnings for mingw in QtCoreThierry Bastian2009-07-151-2/+2
| * | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-011-97/+36
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-33/+23
|\ \ \ | |/ /
| * | More culling of Panther Code.Norwegian Rock Cat2009-06-231-27/+19
| * | Don't initialize data that will be overwritten immediately.hjk2009-06-181-4/+2
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-11/+19
|\ \ \ | |/ /
| * | small refactoring to reduce memory usage of static dataThierry Bastian2009-06-091-1/+1
| * | Fix QT_NO_DATASTREAM macro checks and improve readabilityRitt Konstantin2009-06-081-1/+1
| * | Doc fix: moved the cldr version outside of the double-to-string license headerDenis Dzyubenko2009-06-031-2/+2
| * | Removed an ifdef in QLocale that breaks the One Definition Rule.Denis Dzyubenko2009-06-021-1/+0
| * | improved string operations all over the placeThierry Bastian2009-05-281-2/+2
| * | Some refactoring of windows specific code + a private class of animationsThierry Bastian2009-05-251-2/+2
| * | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-251-2/+2
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-191-2/+2
| |\ \ | | |/
| * | Fix leak of global dataJoão Abecasis2009-05-081-0/+9