aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/doc/snippets
Commit message (Collapse)AuthorAgeFilesLines
* Fix licensing of Qt VirtualKeyboard basic exampleJarkko Koivikko2023-10-232-2/+2
| | | | | | | Fixes: QTBUG-118324 Pick-to: 6.6 Change-Id: I8d0c05acb549f4abed2030ed5fd3fb7f8b1685e1 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Use scoped values in QML for enum classesJarkko Koivikko2023-06-211-1/+1
| | | | | | | | | | | | | This change was made based on feedback on Qt 6.6 api review. Update all the remaining instances of unscoped enum class usage in QML to use scoped values. Remove test for unscoped enums. Pick-to: 6.6 Change-Id: I8c1147001d41666cbf6fab967ada8981065c28fe Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Use SPDX license identifiersLucie Gérard2022-06-142-54/+4
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: Iaeb3cb05cd781031a35e40f712805fa265116076 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-121-1/+1
| | | | | | | | | | | Using REQUIRED as a prefix instead of suffix works better with OPTIONAL_COMPONENTS, and is also the order in the CMake manual. Task-number: QTBUG-98867 Pick-to: 6.3 Change-Id: I92c4c0c0e0fb3a072ddb9bb4482173f6908277c1 Reviewed-by: Rui Oliveira Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Doc: Add a section for using the module with CMakeVenugopal Shivashankar2021-09-131-0/+4
| | | | | | | | | All the Qt module pages for C++ offer info. about using the module with CMake and qmake. Pick-to: 6.2 Change-Id: I0f9dcd76ef5e6da16102797af6b0eea058d62f3b Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* Remove all version numbers from QML importsMitch Curtis2020-10-221-2/+2
| | | | | | | | | | | As of Qt 6, the latest version will be used by default. This saves us a lot of effort in terms of version bumps. A similar change was done to qtquickcontrols2 in d451cab0c8b727fa7f12a169a3d6ee449a3a1902. Change-Id: I092b8a5988b69f3018f8199cac2aeaaafdf4bc38 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Add support for external language switchJarkko Koivikko2018-01-191-0/+128
| | | | | | | | | | | | | | | | | | | Added new signal InputPanel::externalLanguageSwitch and a property InputPanel::externalLanguageSwitchEnabled for enabling external language switch. If the externalLanguageSwitchEnabled is true, the signal is triggered instead of built-in language popup. The new language can be selected by setting the VirtualKeyboardSettings::locale property. [ChangeLog] Add option to use external language dialog instead of built-in language popup. Change-Id: I44f88e6b3e52db4cfbee02bd3b6d7f4be38a9521 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>
* License updateKalle Viironen2016-01-121-9/+17
| | | | | | Change-Id: I0dc6af72a3ae52a0b97b704df84fb1a8197aeeb8 Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com> Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
* License Headers UpdateKalle Viironen2015-10-261-9/+12
| | | | | Change-Id: Iba2bd21b95dde1aac5750ac77856716e0c61e577 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Correct license headers.Mitch Curtis2015-09-151-10/+10
| | | | | | | | | | Using the commercial template found here: https://wiki.it.local/display/QTCOM/Header+templates+to+be+used+in+Qt+Code Change-Id: If401d8fa3ff4dab6ea1e74477d5c02b5dcd09eea Task-number: QTRD-3693 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Change copyright noticeRainer Keller2014-10-061-3/+3
| | | | | | | | | - URL points to qt.io - Update year to 2014 Change-Id: I6a77715faf32c88fe2832a6d21a912a20e5dae50 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Update license headers.Mitch Curtis2014-06-231-1/+1
| | | | | | | | | | | "This file is part of the Qt Quick Enterprise Controls add-on." becomes: "This file is part of the Qt Virtual Keyboard add-on for Qt Enterprise." Change-Id: Ief6e840a658fdf769d653844fe92752aa44c3bec Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi>
* Fixes in qdocconfv1.0.0-tp1Caroline Chao2014-02-041-0/+50
- Don't make the Virtual Keyboard doc part of Qt's - Update path to examples - Add navigation pages - Give the project its own version - Add "standard" doc include - Make doc for DeclarativeInputContext internal - Move code snippets folder Change-Id: Ib46e27bd6dd70225583d75cf5567d65a11cfaa2e Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>