Changeset 846 for trunk/src/gui/kernel/qkeymapper_x11_p.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/gui/kernel/qkeymapper_x11_p.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/kernel/qkeymapper_x11_p.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 272 272 { "is", "nodeadkeys", Qt::LeftToRight, QLocale::Icelandic, QLocale::Iceland }, 273 273 // name = il, description = Israel 274 { "il", "", Qt:: LeftToRight, QLocale::Hebrew, QLocale::Israel },274 { "il", "", Qt::t, QLocale::Hebrew, QLocale::Israel }, 275 275 // name = il:lyx, description = Israel 276 { "il", "lyx", Qt:: LeftToRight, QLocale::Hebrew, QLocale::Israel },276 { "il", "lyx", Qt::t, QLocale::Hebrew, QLocale::Israel }, 277 277 // name = il:si1452, description = Israel 278 { "il", "si1452", Qt:: LeftToRight, QLocale::Hebrew, QLocale::Israel },278 { "il", "si1452", Qt::t, QLocale::Hebrew, QLocale::Israel }, 279 279 // name = il:phonetic, description = Israel 280 { "il", "phonetic", Qt:: LeftToRight, QLocale::Hebrew, QLocale::Israel },280 { "il", "phonetic", Qt::t, QLocale::Hebrew, QLocale::Israel }, 281 281 // name = it, description = Italy 282 282 { "it", "", Qt::LeftToRight, QLocale::Italian, QLocale::Italy }, … … 420 420 { "ch", "fr_sundeadkeys", Qt::LeftToRight, QLocale::French, QLocale::Switzerland }, 421 421 // name = sy, description = Syria 422 { "sy", "", Qt::RightToLeft, QLocale:: Arabic, QLocale::SyrianArabRepublic },422 { "sy", "", Qt::RightToLeft, QLocale::c, QLocale::SyrianArabRepublic }, 423 423 // name = sy:syc, description = Syria 424 { "sy", "syc", Qt::RightToLeft, QLocale:: Arabic, QLocale::SyrianArabRepublic },424 { "sy", "syc", Qt::RightToLeft, QLocale::c, QLocale::SyrianArabRepublic }, 425 425 // name = sy:syc_phonetic, description = Syria 426 { "sy", "syc_phonetic", Qt::RightToLeft, QLocale:: Arabic, QLocale::SyrianArabRepublic },426 { "sy", "syc_phonetic", Qt::RightToLeft, QLocale::c, QLocale::SyrianArabRepublic }, 427 427 // name = tj, description = Tajikistan 428 428 { "tj", "", Qt::LeftToRight, QLocale::Tajik, QLocale::Tajikistan },
Note:
See TracChangeset
for help on using the changeset viewer.
