aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/content/layouts_hangul.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'enterprise' from QML imports and QRC prefixesMitch Curtis2016-04-261-1/+1
| | | | | | | | | [ChangeLog] Renamed QML import from "import QtQuick.Enterprise.VirtualKeyboard" to "import QtQuick.VirtualKeyboard", as the module is now open-source. Change-Id: I240a3c1b598ca4aa41d2aad02b6e548622308833 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Refactor resource pathsJarkko Koivikko2015-10-281-1/+1
| | | | | | | | This change modifies the internal resource paths and makes them unique in the global context to avoid conflict with the application namespace. Change-Id: I72b17b744e07f5a94bb5ba99f3632d7f67b307ae Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Add lipi-toolkit implementation of handwriting input methodJarkko Koivikko2015-06-171-0/+1
| | | | | | | | | | | | | | This change adds a reference implementation of the handwriting input method. The handwriting support is enabled by adding CONFIG+=lipi-toolkit to the qmake command line. The current implementation uses alphanumeric model for handwriting recognition, which come bundled in the lipi toolkit. Change-Id: I1fcc0a0c0620dd7f9503a2a584cea0003e8a032e Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
* Add HangulInputMethod for Korean languageJarkko Koivikko2015-02-101-0/+11
This change adds support for Korean language. The keyboard layout is based on the standard Dubeolsik keyboard layout. The keyboard layout uses the Hangul Compatibility Jamo 3130-318F as the input characters. The Hangul composition and decomposition is implemented in the Hangul support class, and has the following key features: - Automatic detection of initial, medial and final Jamos based on the current syllable - Handles any Unicode input sequences, not just Hangul - Splitting and joining of double medial and double final Jamos - Splitting of double final consonant and joining with following vowel Added test cases that should cover most of the special cases in Hangul input. Change-Id: I5a6870407097bd1ce79bd2d00f81a30bd35a2f91 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>