Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added native language and country names (endonyms) to QLocale. | Denis Dzyubenko | 2011-03-29 | 5 | -2/+171 |
| | | | | | | Task-number: QTBUG-17092 Reviewed-by: Zeno Albisser Reviewed-by: Liang Qi | ||||
* | Changed the return value of QLocale::matchingLocales(). | Denis Dzyubenko | 2011-03-28 | 1 | -3/+2 |
| | | | | | | | Instead of returning a QStringList, return the list of QLocale objects that can be used directly. Reviewed-by: axis | ||||
* | Fixed a typo in the manual test | Denis Dzyubenko | 2011-03-23 | 1 | -1/+1 |
| | | | | Reviewed-by: trustme | ||||
* | Bugfixing QLocale::weekdays and updating manual test | Zeno Albisser | 2011-03-22 | 1 | -8/+2 |
| | | | | Reviewed-by: Denis Dzyubenko | ||||
* | Merge branch 'master-i18n' of scm.dev.nokia.troll.no:qt/qt-earth-team into ↵ | Denis Dzyubenko | 2011-03-17 | 2 | -0/+14 |
|\ | | | | | | | | | | | | | master-i18n Conflicts: src/corelib/tools/qlocale.h | ||||
| * | Using list patterns to get a string from list in QLocale. | Liang Qi | 2011-03-08 | 2 | -0/+14 |
| | | | | | | | | | | Reviewed-by: Denis Dzyubenko Task-number: QTBUG-17097 | ||||
* | | Fixed the qlocale manual test app on symbian. | Denis Dzyubenko | 2011-03-17 | 3 | -3/+10 |
|/ | | | | Reviewed-by: trustme | ||||
* | Added writing script support to QLocale. | Denis Dzyubenko | 2011-03-02 | 1 | -12/+16 |
| | | | | | Task-number: QTBUG-17105 Reviewed-by: trustme | ||||
* | Improved currency value to string conversion in QLocale. | Denis Dzyubenko | 2011-02-25 | 2 | -10/+23 |
| | | | | | | | | | | Added a second, optional, argument to QLocale::toCurrencyString() that represents a currency symbol that is supposed to be added to the formatted string. Task-number: QTBUG-17100 Reviewed-by: Zeno Albisser Reviewed-by: Olivier Goffart | ||||
* | Implemented QLocale::weekendStart and QLocale::weekendEnd | Zeno Albisser | 2011-02-24 | 2 | -15/+32 |
| | | | | | Reviewed-by: Denis Dzyubenko Task-number: QTBUG-17088 | ||||
* | Improved qlocale manualtest | Denis Dzyubenko | 2011-02-23 | 13 | -45/+469 |
| | | | | Reviewed-by: trustme | ||||
* | Added UI languages property to QLocale | Denis Dzyubenko | 2011-02-23 | 5 | -2/+131 |
| | | | | | | | | The return value is a sorted list of locale names that could be used for presenting data to the user (i.e. for translations). Task-number: QTBUG-7329 Reviewed-by: Zeno Albisser | ||||
* | Added Misc Tab to QLocale manual test to test quotation | Zeno Albisser | 2011-02-22 | 5 | -2/+158 |
| | | | | Reviewed-by: Denis Dzyubenko | ||||
* | Changed manual QLocale test to update FirstDayOfWeek automatically | Zeno Albisser | 2011-02-22 | 1 | -1/+2 |
| | | | | Reviewed-by: Denis Dzyubenko | ||||
* | Added a manual test for qlocale | Denis Dzyubenko | 2011-02-17 | 8 | -0/+930 |
Reviewed-by: Zeno Albisser |