~ubuntu-branches/ubuntu/vivid/ubuntu-keyboard/vivid-proposed

« back to all changes in this revision

Viewing changes to qml/KeyboardContainer.qml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Michael Sheldon, CI Train Bot, Michael Terry, Ubuntu daily release, Bill Filler, Penk Chen, Mike Sheldon
  • Date: 2015-02-09 21:15:02 UTC
  • mfrom: (1.1.73)
  • Revision ID: package-import@ubuntu.com-20150209211502-g235f9pizwviovia
Tags: 0.99.trunk.phablet2+15.04.20150209-0ubuntu1
[ Michael Sheldon ]
* Add contractions as overrides (I've, you've, I'm, etc.). (LP:
  #1416020)
* Recreate prediction databases with apostrophe support and remove
  Gutenberg license text from sample data. (LP: #1384800)
* Always display the language button, even when only one language is
  enabled (so settings is easily accessible) and modify language
  button behaviour to toggle between most recently used layouts when
  tapped and to only show the menu when long pressed. (LP: #1417048,
  #1416037, #1416157)

[ CI Train Bot ]
* Resync trunk

[ Michael Terry ]
* Add em dash, en dash, and the bullet as extended hyphen options.
  (LP: #1414763)

[ Ubuntu daily release ]
* New rebuild forced

[ Bill Filler ]
* enable emoji by default (LP: #1416036)

[ Penk Chen ]
* Add mechanism for pure QML layouts to provide suggestion candidates.

[ Mike Sheldon ]
* Recreate prediction databases with apostrophe support and remove
  Gutenberg license text from sample data. (LP: #1384800)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
    property string activeKeypadState: "NORMAL"
35
35
    property alias popoverEnabled: extendedKeysSelector.enabled
36
 
    property string previousLanguage
37
 
    property bool switchBack: false // Switch back to the previous layout without showing the language menu
 
36
    property bool switchBack: false // Switch back to the previous layout when changing fields
38
37
    property bool justChangedLanguage: true // Don't switch back languages during language switch process
39
38
 
40
39
    state: "CHARACTERS"