~andreas-pokorny/ubuntu-keyboard/shellRotation-2

« back to all changes in this revision

Viewing changes to plugins/it/qml/Keyboard_it_email.qml

  • Committer: Daniel d'Andrada
  • Date: 2014-12-04 15:55:32 UTC
  • mfrom: (233.2.23 ubuntu-keyboard)
  • Revision ID: daniel.dandrada@canonical.com-20141204155532-jrtpvxehmob2jsgu
Merge trunk

[ Michael Sheldon ]
* Fix old autopilot tests and implement some new ones.
* Allow Pinyin to be used in URL and email fields and fix text
  selection issues. (LP: #1393492, #1335007)
* Add ".com" as extended key on URL and email layouts for all language
  that don't have it as their primary URL key (LP: #1369510)
[ Ubuntu daily release ]
* New rebuild forced

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
            LanguageKey    { id: languageMenuButton;                     anchors.left: symShiftKey.right; height: parent.height; }
86
86
            CharKey        { id: atKey;    label: "@"; shifted: "@";     anchors.left: languageMenuButton.right; height: parent.height; }
87
87
            SpaceKey       { id: spaceKey;                               anchors.left: atKey.right; anchors.right: urlKey.left; noMagnifier: true; height: parent.height; }
88
 
            UrlKey         { id: urlKey; label: ".it"; extended: [".ch", ".va", ".sm"]; anchors.right: dotKey.left; height: parent.height; }
 
88
            UrlKey         { id: urlKey; label: ".it"; extended: [".com", ".ch", ".va", ".sm"]; anchors.right: dotKey.left; height: parent.height; }
89
89
            CharKey        { id: dotKey;      label: "."; shifted: "."; extended: ["?", "!"]; extendedShifted: ["?", "!"]; anchors.right: enterKey.left; height: parent.height; }
90
90
            ReturnKey      { id: enterKey;                               anchors.right: parent.right; height: parent.height; }
91
91
        }