summaryrefslogtreecommitdiffstats
path: root/tests/manual/qlocale
Commit message (Collapse)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-2617-17/+17
| | | | | | | | | | | | | | | | | | find . -path '*/3rdparty/*' -prune -o -type f -print | xargs -L1 sed -i -E 's/Copyright(.*) 2013 Digia/Copyright\1 2014 Digia/g' Manually patched files: demos/spectrum/3rdparty/fftreal/fftreal_wrapper.h demos/spectrum/3rdparty/fftreal/fftreal_wrapper.cpp src/3rdparty/s60/eiksoftkeyimage.h tools/qdoc3/test/qt-project.qdocconf tests/auto/qsharedpointer/nontracked.h tests/auto/qsharedpointer/nontracked.cpp Change-Id: I3f9074923b4d6bd4666258ab04f01476cc6e901c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Sergio Ahumada <sahumada@blackberry.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1317-17/+17
| | | | | | Change-Id: I52bf8ef0447b701b4ebf7d7d240013a72adb9425 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2917-102/+102
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I280c0a575987d1770e354b4948f1d4d767d711ea Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update contact information in license headers.Sergio Ahumada2012-08-0117-34/+34
| | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-1117-17/+17
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* 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