aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/myscript
Commit message (Expand)AuthorAgeFilesLines
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-251-0/+1
* Fix QML revisioningJarkko Koivikko2023-11-082-0/+3
* plugins/myscript: Fix build (remove missing plugin sources)Jarkko Koivikko2023-09-131-1/+0
* Restore language and hide buttons to handwriting layoutJarkko Koivikko2023-05-091-5/+5
* Fix the broken test after the retirement of qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-5/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-061-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-251-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-143-90/+12
* Port qtvirtualkeyboard to declarative type registrationJarkko Koivikko2022-04-076-305/+54
* [MyScript] Add CMake script for building MyScript HWR pluginYuntaek RIM2021-09-033-57/+107
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-101-1/+1
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-221-43/+43
* Remove qmake project filesJarkko Koivikko2021-05-051-59/+0
* Remove qmake project filesJoerg Bornemann2021-04-303-311/+0
* Don't use deprecated QLibrary::location, use path insteadVolker Hilsheimer2021-03-251-6/+6
* CMake: Change layout base path to value which it was before cmakeJarkko Koivikko2021-03-051-43/+43
* Recycle drawing canvases to save resources v3Jarkko Koivikko2021-01-261-1/+2
* CMake: Regenerate projects to use latest CMake APIAlexandru Croitor2020-11-262-2/+2
* Use QList instead of QVectorJarek Kobus2020-06-092-3/+2
* Initial CMake port of QtVirtualKeyboardMårten Nordheim2020-05-123-0/+650
* Move qtvirtualkeyboard over to the new configure systemLeander Beernaert2020-04-081-45/+47
* myscript: dependency updateYuntaek Rim2019-03-151-0/+2
* Restrict more sensitive debugging outputMitch Curtis2018-11-141-0/+4
* myscript: fix handwriting layout linkageYuntaek Rim2018-09-201-1/+2
* Fix resource initialization in static buildJarkko Koivikko2018-09-061-4/+4
* Prefix all the extension plugins classes with QtVirtualKeyboardJarkko Koivikko2018-09-063-3/+3
* Use enum class in the public APIJarkko Koivikko2018-08-282-12/+12
* Prefix non-namespaced header file names with qvirtualkeyboardJarkko Koivikko2018-08-272-4/+4
* Remove QtVirtualKeyboard namespace from the public APIJarkko Koivikko2018-08-272-53/+56
* Add Spanish Mexican keyboard layoutJarkko Koivikko2018-08-201-1/+2
* Add Portuguese Brazil keyboard layoutJarkko Koivikko2018-08-201-1/+2
* Add French Canadian keyboard layoutJarkko Koivikko2018-08-201-1/+2
* Show layout files in the project explorerJarkko Koivikko2018-08-171-0/+3
* Add English US keyboard layoutJarkko Koivikko2018-08-171-1/+2
* Add Indonesian keyboard layoutJarkko Koivikko2018-08-171-0/+1
* Add Malay keyboard layoutJarkko Koivikko2018-08-171-0/+1
* Add layout fallback feature and eliminate duplicate layoutsJarkko Koivikko2018-08-171-15/+21
* myscript: initial integrationYuntaek Rim2018-08-169-0/+1948