aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/content/layouts_pinyin.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Delete unnecessary .qrc filesAlexander Volkov2017-12-221-12/+0
| | | | | | | | | They are unused since 97d9648f5d950ea7d7b64f5c2db67359e8f47013. Change-Id: I1b041712080d27a99a29e51f6f154601d38e2bf4 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* 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>
* Always use resources for QML filesSamuli Piippo2015-01-221-0/+11
Always compile all QML files into resources files, instead of generating resource files when using Quick Compiler. Saves some ifdefs in the code, since the file uris are the same in both cases. Also we are no longer dependent on the runtime path from QLibraryInfo::Qml2ImportsPath. It had problem in the prebuild QNX binaries, since the binaries had different prefix than what was used in the device. Change-Id: I19ee347244f56e4846831d4871f6667bce78d3a6 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi>