1. 09 Nov, 2017 - 1 commit
  2. 28 Oct, 2016 - 1 commit
  3. 14 Oct, 2016 - 1 commit
  4. 20 Jul, 2016 - 1 commit
    • Jeremy Katz's avatar
      Enable loading styles from multiple import paths · a717da9b
      Jeremy Katz authored
      
      Import was previously allowed from two locations:
      * qrc:/QtQuick/VirtualKeyboard/content/styles/
      * The first import path containing
        QtQuick/VirtualKeyboard/Styles/
      
      This prevents an application-supplied style outside of
      these locations from being used, even if the style name is unique.
      
      [ChangeLog] Added support for styles in any Qml import path
      under the directory QtQuick/VirtualKeyboard/Styles/<style>
      
      Change-Id: Ie6034709182f182efacb0317e49d095d51ced5a6
      Reviewed-by: default avatarMitch Curtis <mitch.curtis@qt.io>
      a717da9b
  5. 13 May, 2016 - 1 commit
  6. 20 Apr, 2016 - 1 commit
  7. 03 Feb, 2016 - 1 commit
  8. 02 Oct, 2015 - 1 commit
  9. 06 Jul, 2015 - 1 commit
  10. 26 Feb, 2015 - 1 commit
  11. 04 Sep, 2014 - 1 commit
  12. 25 Jun, 2014 - 1 commit
  13. 16 Jun, 2014 - 1 commit
  14. 06 May, 2014 - 1 commit
    • Jarkko Koivikko's avatar
      Reimplement keyboard layout selection · 5bb000f5
      Jarkko Koivikko authored
      
      Moved keyboard layouts into locale specific directories and removed
      locale identifier from the layout file name. The FolderListModel now
      tracks the locale directories instead of layout file names. The default
      locale is now initialized based on current default locale (e.g. QLocale()).
      The locale selection also accepts partial locale names (e.g. language_*).
      
      The keyboard layout selection allows to override only those layout types
      that are different from the en_GB layout. For simple country variants
      such en_US only the specific layouts needs to be customized (e.g. symbols
      layout), while using default for the other layouts.
      
      The keyboard layout selection is now triggered manually in the Keyboard.qml
      instead of using bindings. With binding the keyboard layout could be changed
      multiple times before the final layout was found.
      
      There are now three kinds of numeric layouts, one for each exclusive numeric
      modes of the input method hints; digits, dialpad and numbers. The numbers
      layout is now dedicated for ImhFormattedNumbersOnly mode and it contains
      some extra math symbols.
      
      Added new parameter customLayoutsOnly for Keyboard.changeInputLanguage()
      function. When set to true, the list of possible languages is limited to
      those providing the specific layout type.
      
      Task number: QTRD-2823
      Task number: QTRD-2898
      Task number: QTRD-2899
      
      Change-Id: I9b0e5cf4110a58313b7320af571aca899c55749c
      Reviewed-by: default avatarMitch Curtis <mitch.curtis@digia.com>
      5bb000f5
  15. 04 Feb, 2014 - 1 commit
  16. 28 Jan, 2014 - 3 commits