aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard
Commit message (Expand)AuthorAgeFilesLines
* Add debug print for available input modesJarkko Koivikko2021-09-021-1/+3
* Avoid reparenting of InputPanel when the window is being destroyedJarkko Koivikko2021-08-311-2/+4
* Add missing documentation for the dictionary APIJarkko Koivikko2021-08-272-0/+114
* Doc: Remove unsupported customFiltersKai Köhne2021-08-251-4/+0
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-08-232-5/+7
* Doc: Fix link errors Qt VirtualkeyboardNico Vertriest2021-08-122-2/+2
* Doc: Add \readonly command to VirtualKeyboardSettings::availableLocalesLuca Di Sera2021-08-121-0/+1
* Fix processing of hard Qt::Key_Backspace and Qt::Key_DeleteJarkko Koivikko2021-06-211-3/+11
* Remove old configure-related filesJoerg Bornemann2021-06-173-1191/+0
* Fix high CPU utilization caused by key repeat timerJarkko Koivikko2021-06-091-2/+4
* Fix QML TypeError Cannot read property 'selectionListHeight' of nullJarkko Koivikko2021-06-082-4/+4
* Add Cerence HWR and Cerence XT9 extension pluginsJarkko Koivikko2021-06-0317-213/+541
* Make sure keyboard layout observer returns correct geometryJarkko Koivikko2021-06-031-2/+8
* Add protected constructor for QVirtualKeyboardAbstractInputMethodJarkko Koivikko2021-06-035-19/+117
* Fix qml warning regarding touchPointsJarkko Koivikko2021-05-282-8/+8
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-221-90/+89
* Decrease the z-value of the InputPanel to 10000Volker Hilsheimer2021-05-062-1/+4
* Remove qmake project filesJarkko Koivikko2021-05-051-8/+0
* Document that there can only be one InputPanel instanceVolker Hilsheimer2021-05-051-0/+2
* Replace "Qt 5" with "Qt"Volker Hilsheimer2021-05-041-2/+2
* Remove qmake project filesJoerg Bornemann2021-04-302-808/+0
* Fix documentation of parametersVolker Hilsheimer2021-04-162-4/+4
* Refresh keyboard layouts and styleJarkko Koivikko2021-04-13128-5180/+6659
* Change long press delay from 800 ms to 500 msJarkko Koivikko2021-04-131-1/+1
* Add new property BaseKey.displayAlternativeKeysJarkko Koivikko2021-04-132-3/+14
* Don't use deprecated QLibrary::location, use path insteadVolker Hilsheimer2021-03-251-5/+5
* CMake: Fix pinyin and tcime resource bundlingJarkko Koivikko2021-03-055-3/+33
* Fix symbols key label in Japanese symbols layoutJarkko Koivikko2021-03-051-3/+13
* CMake: Change layout base path to value which it was before cmakeJarkko Koivikko2021-03-051-1/+1
* CMake: Add qt command line optionsJarkko Koivikko2021-03-051-0/+9
* Add Stroke and Romaji values to the InputMode enumerationJarkko Koivikko2021-03-054-2/+12
* Add Q_REVISION attribute to clearInputModeJarkko Koivikko2021-02-231-1/+1
* Replace layoutChangeNotifyTimer with Qt.callLaterJarkko Koivikko2021-02-131-7/+3
* Remove visible condition from the keyboard observer scanJarkko Koivikko2021-02-131-1/+1
* Do not trigger word reselect when focus is set programmaticallyJarkko Koivikko2021-02-122-1/+5
* Add missing parameter to Connections handlerJarkko Koivikko2021-02-091-1/+1
* Adapt to new Connections syntaxJarkko Koivikko2021-01-297-10/+10
* Add new key type FlickKey v2Jarkko Koivikko2021-01-2910-7/+261
* Add new function Trace.startHideTimerJarkko Koivikko2021-01-292-1/+47
* Add generic dictionary API for the virtual keyboard v2Jarkko Koivikko2021-01-2912-1/+659
* Add new method clearInputMode() to input method v2Jarkko Koivikko2021-01-296-1/+35
* Add new settings defaultInputMethodDisabled, defaultDictionaryDisabledJarkko Koivikko2021-01-295-3/+103
* Add new setting for disabling handwriting modeJarkko Koivikko2021-01-295-1/+54
* Add new setting for input method hintsJarkko Koivikko2021-01-295-0/+48
* Add new setting for handwriting timeoutJarkko Koivikko2021-01-294-1/+93
* Add new setting for user data path (add revision)Jarkko Koivikko2021-01-291-1/+1
* Add new setting for user data pathJarkko Koivikko2021-01-274-2/+77
* Fix XCB::XFIXES target lookup when using qt-configure-moduleAlexey Edelev2021-01-263-2/+8
* Add InputContext.keyboardObserver property v4Jarkko Koivikko2021-01-2627-2/+381
* Recycle drawing canvases to save resources v3Jarkko Koivikko2021-01-262-29/+67