summaryrefslogtreecommitdiffstats
path: root/tests/manual/qlocale
Commit message (Collapse)AuthorAgeFilesLines
* Added native language and country names (endonyms) to QLocale.Denis Dzyubenko2011-03-295-2/+171
| | | | | | Task-number: QTBUG-17092 Reviewed-by: Zeno Albisser Reviewed-by: Liang Qi
* Changed the return value of QLocale::matchingLocales().Denis Dzyubenko2011-03-281-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 testDenis Dzyubenko2011-03-231-1/+1
| | | | Reviewed-by: trustme
* Bugfixing QLocale::weekdays and updating manual testZeno Albisser2011-03-221-8/+2
| | | | Reviewed-by: Denis Dzyubenko
* Merge branch 'master-i18n' of scm.dev.nokia.troll.no:qt/qt-earth-team into ↵Denis Dzyubenko2011-03-172-0/+14
|\ | | | | | | | | | | | | master-i18n Conflicts: src/corelib/tools/qlocale.h
| * Using list patterns to get a string from list in QLocale.Liang Qi2011-03-082-0/+14
| | | | | | | | | | Reviewed-by: Denis Dzyubenko Task-number: QTBUG-17097
* | Fixed the qlocale manual test app on symbian.Denis Dzyubenko2011-03-173-3/+10
|/ | | | Reviewed-by: trustme
* Added writing script support to QLocale.Denis Dzyubenko2011-03-021-12/+16
| | | | | Task-number: QTBUG-17105 Reviewed-by: trustme
* Improved currency value to string conversion in QLocale.Denis Dzyubenko2011-02-252-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::weekendEndZeno Albisser2011-02-242-15/+32
| | | | | Reviewed-by: Denis Dzyubenko Task-number: QTBUG-17088
* Improved qlocale manualtestDenis Dzyubenko2011-02-2313-45/+469
| | | | Reviewed-by: trustme
* Added UI languages property to QLocaleDenis Dzyubenko2011-02-235-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 quotationZeno Albisser2011-02-225-2/+158
| | | | Reviewed-by: Denis Dzyubenko
* Changed manual QLocale test to update FirstDayOfWeek automaticallyZeno Albisser2011-02-221-1/+2
| | | | Reviewed-by: Denis Dzyubenko
* Added a manual test for qlocaleDenis Dzyubenko2011-02-178-0/+930
Reviewed-by: Zeno Albisser