input context plugin for qt (virtual keyboard)

Daniel Lackmann e537c47f0b remove onInputPanelChange console log il y a 2 ans
.gitignore 7c4db72222 arbeitskopie il y a 8 ans
DeclarativeInputEngine.cpp 5aa2ea813b Tabulator hinzugebaut il y a 8 ans
DeclarativeInputEngine.h 905c38d4a7 work il y a 8 ans
FontAwesome.otf 36db27a8d2 start il y a 8 ans
FreeVirtualKeyboardInputContext.cpp 1393b389d4 onHideKeyPressed signal eingeführt il y a 8 ans
FreeVirtualKeyboardInputContext.h 1393b389d4 onHideKeyPressed signal eingeführt il y a 8 ans
FreeVirtualKeyboardInputContextPlugin.cpp 36db27a8d2 start il y a 8 ans
FreeVirtualKeyboardInputContextPlugin.h 36db27a8d2 start il y a 8 ans
FreeVirtualKeyboardInputContextPlugin.json 36db27a8d2 start il y a 8 ans
InputPanel.qml 40e9631154 settings is not defined il y a 2 ans
KeyButton.qml e537c47f0b remove onInputPanelChange console log il y a 2 ans
KeyModel.qml 905c38d4a7 work il y a 8 ans
KeyPopup.qml 36db27a8d2 start il y a 8 ans
LICENSE 36db27a8d2 start il y a 8 ans
Paths.txt 36db27a8d2 start il y a 8 ans
README first.txt 36db27a8d2 start il y a 8 ans
README.md 36db27a8d2 start il y a 8 ans
deployment.pri 36db27a8d2 start il y a 8 ans
freevirtualkeyboard.pro d423307ee3 remove debug outputs when build in release mode il y a 2 ans
freevirtualkeyboard.qrc 36db27a8d2 start il y a 8 ans
freevirtualkeyboard_global.h 36db27a8d2 start il y a 8 ans
qmldir 36db27a8d2 start il y a 8 ans
toToolchain.sh 7c4db72222 arbeitskopie il y a 8 ans

README first.txt

*******************************************************************************
* README for qtvirtual Keyboard
*******************************************************************************

Introduction
============
The code for this virtual keyboard is based on code from
https://github.com/githubuser0xFFFF/QtFreeVirtualKeyboard
and
http://tolszak-dev.blogspot.in/2013/04/qplatforminputcontext-and-virtual.html

It is the implementation of a Qt virtual keyboard plugin for QtQuick-based
embedded applications (like phyKitDemo software).


Deployment/Installation
=======================
The file "libVirtualKeyboard.so" has to be copied into the qt installation plugin directory.
For standard GfA BSP this will be: /usr/lib/qt/plugins/platforminputcontexts

The files FontAwesome.otf, KeyButton.qml, KeyPopup.qml ,InputPanel.qml, KeyModel.qml, qmldir have to be copied into
qml directory (e.g.: /usr/lib/qt/qml/QtQuick/VirtualKeyboard), so that they can be imported from QtQuick