aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-03-261-1/+0
* Make hide behavior of qt vkb configurable through its settingsSanthosh Kumar2024-03-125-2/+74
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-151-1/+0
* Remove the use of Q_VIRTUALKEYBOARD_PRIVATE_EXPORTAlexey Edelev2024-01-151-2/+2
* Fix VirtualKeyboard attached propertiesJarkko Koivikko2023-11-142-2/+4
* Fix QML revisioningJarkko Koivikko2023-11-085-3/+7
* Fix licensing of Qt VirtualKeyboard basic exampleJarkko Koivikko2023-10-232-2/+2
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+2
* Doc: Mark example as highlighted (again)Kai Köhne2023-10-041-1/+1
* Doc: Update reference to 'Pure QML' exampleTopi Reinio2023-09-062-3/+7
* Disable desktop input panel on AndroidJarkko Koivikko2023-09-061-1/+1
* Work around QML creating separate singletons for each versionUlf Hermann2023-08-303-1/+33
* Doc: Add \examplecategory to qtvirtualkeyboardSafiyyah Moosa2023-08-291-0/+1
* Add QT_NO_CONTEXTLESS_CONNECT to the default build flagsAhmad Samir2023-08-221-4/+4
* Doc: List of all Qt overviews which are now termed as explanationJaishree Vyas2023-07-241-1/+1
* Doc: Remove warninglimit .qdocconf variableTopi Reinio2023-06-271-3/+0
* Remove repetitive names from KeyboardFunctionKeys enum valuesJarkko Koivikko2023-06-263-9/+9
* Use scoped values in QML for enum classesJarkko Koivikko2023-06-211-1/+1
* Make qvirtualkeyboardnamespace.h privateJarkko Koivikko2023-06-205-8/+19
* Use unsigned type for enum KeyboardFunctionKeyJarkko Koivikko2023-06-161-2/+2
* Doc: Add a DocBook version of custom svg imagesLuca Di Sera2023-06-141-0/+21
* Doc: Fix links to Supported Languages sectionVolker Hilsheimer2023-06-111-2/+2
* Rename KeyboardFunctionKeyFlag and KeyboardFunctionKeyJarkko Koivikko2023-06-095-16/+16
* Add example handwriting pluginJarkko Koivikko2023-05-095-4/+20
* Restore language and hide function keysJarkko Koivikko2023-05-095-0/+46
* Fix DesktopInputSelectionControlJarkko Koivikko2023-03-244-4/+19
* doc: Fix qdoc warning after Wayland Compositor changeEskil Abrahamsen Blomfeldt2023-03-011-2/+1
* Rename and tag exampleVolker Hilsheimer2023-02-241-2/+3
* Fix InputPanel keyboardRectangle bindingJarkko Koivikko2023-02-101-9/+9
* Fix selection with handles when highdpi is usedJarkko Koivikko2023-02-081-1/+6
* Do not allow empty selections (shadow input control)Jarkko Koivikko2023-02-081-0/+2
* Fix pre-edit text on shadow input when reselecting the first wordJarkko Koivikko2023-02-081-5/+11
* Doc: Revise Qt Virtual Keyboard module landing pageAndreas Eliasson2023-01-263-51/+61
* Doc: Fix ambiguous linksAndreas Eliasson2022-11-222-2/+3
* Revert "Fix build condition for vkb-desktop feature"Jani Heikkinen2022-11-111-1/+1
* Fix build condition for vkb-desktop featureJarkko Koivikko2022-11-051-1/+1
* Doc: Improve locale section of technical guidePaul Wicking2022-10-211-27/+49
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-064-5/+5
* Port from container::count() and length() to size()Marc Mutz2022-10-066-10/+10
* Fix syncqt warningsAlexey Edelev2022-09-288-17/+20
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-253-3/+3
* Remove Cpp.ignoretokens, Cpp.ignoredirectives from .qdocconfKai Köhne2022-08-221-6/+0
* Doc: Make QtVirtualKeyboard project name match the includeKai Köhne2022-07-221-20/+20
* Add new header qvirtualkeyboardnamespace.hKai Köhne2022-07-193-41/+52
* Add brief description for QtVirtualKeyboard namespaceKai Köhne2022-07-181-0/+1
* Add license headers to cmake filesLucie Gérard2022-07-083-0/+9
* Remove platform-dependent codes for XCBInho Lee2022-06-143-67/+4
* Use SPDX license identifiersLucie Gérard2022-06-1483-2298/+166
* Fix links to "QML Import Path" sectionKai Köhne2022-06-131-1/+1
* Avoid crash from nullptr accessVolker Hilsheimer2022-06-131-1/+3