aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-121-1/+1
* Update documentationJarkko Koivikko2022-04-2523-340/+342
* Add missing configure option -[no]-vkb-layoutsJarkko Koivikko2022-04-071-0/+1
* Port qtvirtualkeyboard to declarative type registrationJarkko Koivikko2022-04-07377-28266/+122
* Add workaround for QML compiler bugJarkko Koivikko2022-03-311-1/+1
* zh_TW/main: Fix source file name of the created input method objectJarkko Koivikko2022-03-301-1/+1
* Prevent Trace objects from being garbage collectedJarkko Koivikko2022-03-301-1/+9
* Use proper type (instead of var) for Keyboard.activeKeyJarkko Koivikko2022-03-302-3/+3
* Make sure all private headers include at least one otherThiago Macieira2022-03-0817-15/+32
* Better handle input plugin switches in the KeyboardSelectionListModelDominik Holland2022-02-222-1/+21
* Improve configure message for HunspellKai Köhne2022-02-111-1/+1
* Remove unused .qrc filesJoerg Bornemann2022-01-183-101/+0
* Update documentation wrt modality and z orderingVolker Hilsheimer2021-12-201-10/+3
* Fix license headers to be GPLKai Köhne2021-11-261-15/+5
* Update the Hangul mode key label in the Korean symbol layoutJarkko Koivikko2021-11-111-2/+2
* Doc: Mention plugin dependencies in the deployment guideTopi Reinio2021-11-081-8/+18
* CMake: Don't build pinyin if QT_FEATURE_thread is OFFAlexandru Croitor2021-11-051-0/+1
* Use a containment mask to keep input panel working during modal sessionVolker Hilsheimer2021-11-032-18/+39
* Migrate to autogenerated cpp exportsAlexey Edelev2021-11-0337-50/+39
* Doc: Enforce zero documentation warnings in CITopi Reinio2021-11-021-0/+3
* Fix whitespace (cosmit)Ivan Tkachenko2021-10-1921-21/+21
* Change label for InputModeKey (Japanese)Jarkko Koivikko2021-10-181-3/+3
* Document the reparenting of InputPanel during modal sessionsVolker Hilsheimer2021-10-181-3/+9
* Only reparent the InputPanel when necessaryVolker Hilsheimer2021-10-182-4/+19
* Doc: Add a section for using the module with CMakeVenugopal Shivashankar2021-09-133-2/+14
* Add reset method for QVirtualKeyboardDictionary::contents propertyVolker Hilsheimer2021-09-092-2/+3
* Doc: add a link and clarify how to reset a dictionaryVolker Hilsheimer2021-09-091-1/+2
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-09-091-1/+1
* Doc: fix prototypes of QVirtualKeyboardDictionaryManager propertiesVolker Hilsheimer2021-09-071-5/+10
* [MyScript] Add CMake script for building MyScript HWR pluginYuntaek RIM2021-09-034-22/+61
* 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