aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-138-79/+256
|\ | | | | | | Change-Id: I41e5655ff707faecd8f6c0d3d5dc17bdd3dad0c7
| * Workaround for a alternative characters issuePekka Gehör2019-11-181-7/+33
| | | | | | | | | | | | | | | | | | | | When you use DragHandler all over the InputPanel, it block use a alternative characters. Now you can only use DragHandler at the top of the Window. Change-Id: I4b648ee56af42a7fff136f1961981dd7ef594337 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 851b902b7165b0d43d1327ae53f48c66309f14bb) Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
| * Add SystemTrayIcon to X11 manual testMichael Winkelmann2019-11-183-4/+16
| | | | | | | | | | | | | | | | | | Also adds widget dependency because it is required on some platoforms. Change-Id: If699c34bc1b954906fa4a0304387e4f4cab521e8 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit e5312d19b5579250f0b79a77f7383504d592685d) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * Fix keyboard being stuck on the sides on OpenBox environmentRisto Avila2019-11-181-4/+6
| | | | | | | | | | | | | | | | | | Fixes keyboard being stuck on the sides in OpenBox environment. Change-Id: I70d4cbbe5f49b1851f9010b22a3d89f9e0f04c11 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 32721b77eeaf7645f752a4669c30680a11694fab) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * x11vkbwrapper test: Make keyboard movableMichael Winkelmann2019-11-185-35/+32
| | | | | | | | | | | | | | | | | | | | | | This test makes the keyboard item moveable via DragHandler. The DragHandler implements a signal handler onTranslationChanged that moves the keyboardWindow accordingly. Change-Id: I2ef6761886ac318b46d6ba2fe422d520a40795e3 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 91a7cabbef952a0f44ac63ec3d5b4cf668288563) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| * Fix for a special character issuePekka Gehör2019-11-183-42/+182
| | | | | | | | | | | | | | | | | | | | | | Some of a characters need change of keyboard mapping, that they appear correctly. In the previous implementation there was no change of keyboard mapping, which caused the wrong character to appear or no character at all. Change-Id: I5670d37efba5b1a3aa4dd93e5309efea14fa0f53 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 4b9a5746581494ebf9e9847b829d2810e4469a53) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | Skip test_zhuyinInputMethod()Ulf Hermann2019-12-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | The test seems fundamentally broken and crashes frequently. Blacklisting won't prevent the crashes as the test will be executed anyway. Therefore, rather skip the test. Task-number: QTBUG-80663 Change-Id: I02a6632eebb757bfd9f4ebf633d88e1dad1c38ac Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* | Allow shift toggle with Qt::ImhNoAutoUppercaseSamuli Piippo2019-12-091-3/+3
|/ | | | | | | | | | | | | | | Qt::ImhNoAutoUppercase means that the input method should not try to automatically switch to upper case when a sentence ends. QtVKB was using it also to make shift work as caps lock. Change the behavior so that the shift key affects only the next character. [ChangeLog] Using Qt::ImhNoAutoUppercase hint (used also with password fields) no longer makes shift key function as a caps lock. Change-Id: I231c8d192a67e19f04bc4d3fcf0bc9c676a12830 Task-number: QTBUG-80058 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Qt virtual keyboard wrapper for X11v5.14.0-beta2Mikko Seppänen2019-10-0857-0/+5484
| | | | | | | | | | | | | | | This application is a Qt virtual keyboard wrapper that uses Qt virtual keyboard for any X11 input. Application uses At-Spi2 library for listening focus-in events on text widgets and pops up the Qt virtual keyboard when an accepted focus-in event is received. There's also support for listening focus-in events from Chromium browser. For mapping and sending the key events to focused text widget the application uses libXtst, libX11 and libxdo which are also external dependencies to the application among At-Spi2 library. Change-Id: Ifa54969ab4f61e1d48f11ca11058c836f2a403b8 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit fb9e76c9ebcc9ca98ff04e7310a12b4511fa5539)
* Fix tst_layoutresources::layoutsSami Nurmenniemi2019-01-171-0/+1
| | | | | | | | | Fix is needed after change 68511d41d50b1a136fb0e74fdabfd362e0b21a1a in qtbase Change-Id: I4dc1427a095edaf7d15aabc6193936546f90ae17 Task-number: QTBUG-73065 Reviewed-by: Liang Qi <liang.qi@qt.io>
* Fix tst_layoutfilesystem::layoutsSami Nurmenniemi2019-01-161-0/+1
| | | | | | | | | Fix is needed after change 68511d41d50b1a136fb0e74fdabfd362e0b21a1a in qtbase Task-number: QTBUG-73065 Change-Id: I88374d953e7e99e9ed653630380404b5ce9953bb Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* t9write: Add Thai handwriting recognitionJarkko Koivikko2018-10-119-0/+7887
| | | | | | | [ChangeLog] Added Thai handwriting recognition (T9 Write). Change-Id: Idb34fcf07d0318bbca6e6573e5859edb375f205f Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Qtify new APIMitch Curtis2018-09-272-7/+7
| | | | | | | | | | | | | | | Add "is" to C++ getter functions returning bool (where applicable). Add "Active" to "shift" and "capsLock" QML properties, etc. By making these names more explicit, it's clearer what they do and also future-proofs the API by allowing us to add related properties in the future if necessary. [ChangeLog][InputContext] Deprecated shift and capsLock properties in favor of shiftActive and capsLockActive. Change-Id: I66f2c85b50622a6e5fe6b25fb24f13be27acaf9d Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-251-0/+11
|\ | | | | | | Change-Id: I8aab893466cfc476a4017b082700cfe4cb678dcd
| * tests: Verify current item in selectionListSelectCurrentItemJarkko Koivikko2018-09-241-0/+11
| | | | | | | | | | | | | | | | | | | | For investigating flaky tests. Task-number: QTBUG-62518 Task-number: QTBUG-61279 Task-number: QTQAINFRA-2226 Change-Id: I447f8e4a332b60df617c834fc3ccbf4e3f6a47ce Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
| * tests: Backport test_wclAutoCommitWordSetting from 5.12Jarkko Koivikko2018-09-242-8/+10
| | | | | | | | | | | | | | | | | | | | Fixes flaky test. Task-number: QTBUG-62518 Task-number: QTBUG-61279 Task-number: QTQAINFRA-2226 Change-Id: I55208710ed4b9699fde6643438b23148cb7c7240 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Enable layout mirroring for word candidate listJarkko Koivikko2018-09-072-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change 4a92afe75bfb7886ecb1b3282b05b2985c39fe3c disabled layout mirroring for virtual keyboard. This change enables layout mirroring for word candidate list. Changes to navigation cursor logic are necessary, so that navigation cursor follows text direction. Task-number: QTBUG-70041 Change-Id: I59ec8968294c1c342e10f718dbd2360f25378956 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-051-0/+8
|\| | | | | | | | | | | | | Conflicts: src/virtualkeyboard/platforminputcontext.cpp Change-Id: Ic12049c5bfa598fff6e6c896a9b6ee73f664b681
| * Attempt to stabilise inputpanel auto testMitch Curtis2018-09-051-0/+8
| | | | | | | | | | | | | | | | | | | | The last patch showed that there was no focus window when InputContext::sendKeyClick() was called, so try to raise and activate the window at the start of each test to see if it helps. Task-number: QTBUG-62518 Change-Id: I48a66109d18e941e16e177d0c6ec76517846bc9d Reviewed-by: Andy Shaw <andy.shaw@qt.io>
* | Fix regression in arrow key navigationJarkko Koivikko2018-08-301-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | When word candidate view contained items and an alternative keys view was opened by long press key, the word candidate item was selected together with alternative key. This regression was introduced in commit e803aec1ea21fd00e13b9535a4b536cc43c26ee4 Change-Id: Ie6f7e1580ddcc5327104eafafc3a10c86e9abb65 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* | Use enum class in the public APIJarkko Koivikko2018-08-284-21/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change was suggested in the API review. All the "old" enums are backwards compatible in QML, since unscoped values are enabled by default. Added the following new enum values maintaining compatibility (in QML): - QVirtualKeyboardInputEngine::PatternRecognitionMode::None (same as PatternRecognitionDisabled) - QVirtualKeyboardInputEngine::PatternRecognitionMode::Handwriting (same as HandwritingRecoginition) - QVirtualKeyboardSelectionListModel::Role::Display (same as DisplayRole) - QVirtualKeyboardSelectionListModel::Role::WordCompletionLength (same as WordCompletionLengthRole) Renamed the following enum values (new in 5.12): - QVirtualKeyboardSelectionListModel::Role::Dictionary (was DictionaryTypeRole) - QVirtualKeyboardSelectionListModel::Role::CanRemoveSuggestion (was CanRemoveSuggestionRole) - QVirtualKeyboardSelectionListModel::DictionaryType::Default (was DefaultDictionary) - QVirtualKeyboardSelectionListModel::DictionaryType::User (was UserDictionary) Added missing Q_DECLARE_METATYPE for: - QVirtualKeyboardInputEngine::PatternRecognitionMode - QVirtualKeyboardInputEngine::ReselectFlag - QVirtualKeyboardSelectionListModel::DictionaryType The enums can be found in: - src/virtualkeyboard/qvirtualkeyboardinputengine.h - src/virtualkeyboard/qvirtualkeyboardselectionlistmodel.h Added a test case for verifying QML enum values. Change-Id: I16749af71aadd762e9c303b5c682b2888afaa672 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* | Fix regression in test_wclAutoCommitWordSettingJarkko Koivikko2018-08-272-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit e803aec1ea21fd00e13b9535a4b536cc43c26ee4 modified the test case and caused regression. The idea was correct, but the implementation used SignalSpy for model.dataChanged, which is ambiguous, since there are multiple signals per update. This change introduce inputMethodSelectionListChangedSpy which monitors selectionListChanged signal from the input method. This is reliable, as long as suggestions are generated background. Change-Id: Ica2710b8c389c13e1a1b1d28027667e031bc4f59 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* | Trim InputContext APIJarkko Koivikko2018-08-271-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose of this change is to reduce the number of public API in the virtual keyboard. This change moves a lot of stuff from InputContext to ShiftHandler and InputContextPrivate and exposes the private API to QML through InputContext.priv property. Almost all the unrelevant APIs were moved away, except some properties and methods needed by selection control. These were left intact because moving them is not trivial. Change-Id: I1f23f5f54bc21c68996cb220a66d16d34b5d14ce Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* | Restore inputpanel tests for b2qtSami Nurmenniemi2018-08-272-18/+0
| | | | | | | | | | | | | | | | | | | | | | These tests pass now. Fixes have been - Support for MADV_DONTNEED added to qemu - Newer Yocto toolchain Task-number: QTBUG-68349 Change-Id: I47377a1f2596c7de410a23dd556c79552b0a41c1 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Add Spanish Mexican keyboard layoutJarkko Koivikko2018-08-201-0/+1
| | | | | | | | | | | | | | | | [ChangeLog] Added Spanish Mexican keyboard layout Change-Id: Idfdf9d8abd051e8fbdad8e724780d30cb452e006 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add Portuguese Brazil keyboard layoutJarkko Koivikko2018-08-201-0/+1
| | | | | | | | | | | | | | | | [ChangeLog] Added Portuguese Brazil keyboard layout Change-Id: Icb6f5931c63aa0380bebee29c9344a2e30c6a8f1 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add French Canadian keyboard layoutJarkko Koivikko2018-08-201-0/+1
| | | | | | | | | | | | | | | | [ChangeLog] Added French Canadian keyboard layout Change-Id: I20efb7aa42cf2b30f6302980b931e2d5c9df930a Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add English US keyboard layoutJarkko Koivikko2018-08-171-0/+1
| | | | | | | | | | | | | | [ChangeLog] Added English US keyboard layout Change-Id: I02c54b5f31bfb757f3fb41fcc6c90341013a4fc3 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add Indonesian keyboard layoutJarkko Koivikko2018-08-171-0/+1
| | | | | | | | | | | | | | [ChangeLog] Added Indonesian keyboard layout Change-Id: I22bc6eca017c5ae79783c68eaf992853ae77d4ec Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add Malay keyboard layoutJarkko Koivikko2018-08-171-0/+1
| | | | | | | | | | | | | | [ChangeLog] Added Malay keyboard layout Change-Id: I4c388f6d5a8ee3863e09e2319645ba4644abc9b7 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add user dictionary and learning for HunspellJarkko Koivikko2018-08-163-8/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds user dictionary and learning function for Hunspell. Learning happens when the user selects the first candidate from the word candidate list (or presses the space key while the first candidate is selected) and the word does not exist in the default dictionary. User can remove a word from user dictionary by long pressing an item on the word candidate list (and selecting from the menu). This also allows the user to block words originating from the system dictionary. The Hunspell user dictionary is hard limited to 100 words. However, when user enters a word again (which exists in the user dictionary), it will be prioritized in the dictionary, so the most frequent words stay in the dictionary. The dictionaries are language and locale specific and are stored in: QStandardPaths::GenericConfigLocation + "/qtvirtualkeyboard/hunspell" The dictionaries are UTF-8 encoded text files and contain one word per line. The same directory also contains the blacklist files (which also exist per language and locale). These files contain words which are blacklisted from the default dictionary. [ChangeLog] Added user dictionary and learning for Hunspell Change-Id: Ib0fc70f7eaa14ec49b74000144a75c59313ac0fb Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add Ukrainian keyboard layoutJarkko Koivikko2018-08-161-0/+1
| | | | | | | | | | | | | | [ChangeLog] Added Ukrainian keyboard layout Change-Id: Ic844f43221823e6fde1a6f218f3ec539e731f607 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add Turkish keyboard layoutJarkko Koivikko2018-08-161-0/+1
| | | | | | | | | | | | | | | | [ChangeLog] Added Turkish keyboard layout Change-Id: Ibc4d1382346f20fcc0d6cd3031b728a40f4bf5a3 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add Thai keyboard layoutJarkko Koivikko2018-08-161-1/+2
| | | | | | | | | | | | | | [ChangeLog] Added Thai keyboard layout Change-Id: Ie527524f110a02729e2c81fa97408a00464eda4f Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | tests: Fix key search for Shift toggle layoutJarkko Koivikko2018-08-161-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some layouts, such as Arabic and Thai use Shift key to toggle nested keyboard layout. The test helper method InputPanel.multiLayoutKeyActionHelper contained a bug which caused Shift key to be pressed, but not released. Subsequently the keyboard layout did not change as expected. This change fixes the test method by changing the key press to key click. The issue was discovered when testing some Thai input strings. Change-Id: If73865d0765e0763cddc99f92d2582ebfa73125b Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add Slovenian keyboard layoutJarkko Koivikko2018-08-161-1/+2
| | | | | | | | | | | | | | [ChangeLog] Added Slovenian keyboard layout Change-Id: Icb8105c044831753a2565a55c0a1c7b98e9f84d1 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add Slovak keyboard layoutJarkko Koivikko2018-08-161-1/+2
| | | | | | | | | | | | | | [ChangeLog] Added Slovak keyboard layout Change-Id: Ie9a853b8ba2eecc023918e0d8abe8a41a03e4329 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add Albanian keyboard layoutJarkko Koivikko2018-08-161-1/+2
| | | | | | | | | | | | | | [ChangeLog] Added Albanian keyboard layout Change-Id: I85e800f0771c2d94ab87859c5feb7cf9d1f07f18 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Allow InputMethod to process pre-edit clickYuntaek Rim2018-08-161-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We already have InputMethod::reselect, but it is limited to case where the current pre-edit is discarded and new range is made active. However, if an input method wants to move the cursor within pre-edit, it is not possible with the current implementation. This change adds the new API for the InputMethod which allows to handle pre-edit click before reselect happens. If the input method handles the event, reselect will not be done. This change also improves the cursor handling within pre-edit text. Previously if the cursor attribute was added to pre-edit text and the input was committed, the cursor would jump to position after pre-edit text. This is now taken into account when committing text and cursor location will be preserved. Change-Id: I0a32f75eb4e454c86dd8d4f4016ac02fc1bc6c60 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | myscript: initial integrationYuntaek Rim2018-08-167-680/+837
| | | | | | | | | | | | | | [ChangeLog][MyScript] Added support for MyScript handwriting. Change-Id: I7c1f41dfd7ddd25faf2d197652ba04d3d7e12941 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Modularize virtual keyboard and add an extension interfaceJarkko Koivikko2018-08-063-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the extension interface it is possible to add new input method and/or languages without recompiling the Qt Virtual Keyboard plugin itself. The existing input methods are now isolated into plugins. So installing a new input method is a matter of copying the corresponding extension plugin to the plugins/virtualkeyboard directory (and any collateral required by the extension plugin itself). This change also renames the HunspellInputMethod to DefaultInputMethod. This change is necessary because some other extension plugin may want to provide the default input method instead. Implementation plan =================== [x] Create virtualkeyboard-private module [x] Create plugin library [x] Define interface for input method plugin [x] Define interface for keyboard layouts [x] Move existing input methods and layouts to plugins [x] HangulInputMethod [x] HunspellInputMethod [x] Maybe create a private library for sharing between HunspellInputMethod and LipiInputMethod [x] LipiInputMethod [x] OpenWnnInputMethod [x] PinyinInputMethod [x] T9WriteInputMethod [x] TCInputMethod [o] Rename some C++ classes (too generic name?) [x] Think again replacing the QtVirtualKeyboard namespace [x] Update documentation [x] General instructions for creating a plugin [x] For the C++ interfaces too (previously removed) [ChangeLog][Important Behavior Changes] Introduce an extension interface for the virtual keyboard. All the current input methods and some special keyboard layouts (e.g. Hunspell, OpenWnn, etc.) have been moved to extensions. The extension interface allows third party to create a new input method without having to modify or rebuild the virtual keyboard. In addition, this change makes it possible to add features and languages independently by copying the desired extension to the system. [ChangeLog][Important Behavior Changes] Introduce a virtualkeyboard module, which can be linked against an extension plugin. This module provides the C++ API necessary for creating an input method. [ChangeLog][Important Behavior Changes] Wrap the entire virtual keyboard API into Qt namespace (e.g. QT_BEGIN_NAMESPACE/QT_END_NAMESPACE). Task-number: QTBUG-57602 Change-Id: I449f4429109f596a7a1df7517c81f97d4aada27c Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-131-0/+4
|\| | | | | | | | | | | | | | | | | Conflicts: .qmake.conf src/virtualkeyboard/pinyindecoderservice.cpp src/virtualkeyboard/tcinputmethod.cpp Change-Id: Ie111173f60bc622ceda18bd5ee4a0e4b0e0a00ae
| * Skip crashing test on offscreen platformSami Nurmenniemi2018-05-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | Test currently crashes often on QEMU so it needs to be skipped until root cause is found. Blacklisting is not enough since it does not capture crashes. Task-number: QTBUG-68349 Change-Id: I72aaeae3cc338fc59fea43ee766eea3762a1eaa6 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Improve reliability of inputpanel testJarkko Koivikko2018-05-221-91/+81
| | | | | | | | | | | | | | | | | | - Skip tests which are not applicaple - Add delay after focus change in prepareTest Task-number: QTBUG-62518 Change-Id: Ib62b408634bf4ad19940908738fc2cd756bb6b67 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add Vietnamese handwriting recognition (T9 Write)Jarkko Koivikko2018-05-1111-3/+2410
| | | | | | | | | | | | | | [ChangeLog] Added Vietnamese handwriting recognition. Change-Id: I34fcf6acf58c3fcc8ef131db9c0f34703a7f85fc Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add Vietnamese keyboard layoutJarkko Koivikko2018-05-112-1/+23
| | | | | | | | | | | | | | [ChangeLog] Added Vietnamese keyboard layout Change-Id: I9191e76a3ff268ffa93af87786412c27da022950 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Add latin extra layout for RussianJarkko Koivikko2018-05-101-0/+1
|/ | | | | | | | [ChangeLog] Added latin extra layout for Russian. Task-number: QTBUG-67756 Change-Id: I9422d68ef2d08fffa6bb7241bd038aad9a3146a2 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* FullScreenMode: Send return key without modifiersv5.11.0-beta2Andy Shaw2018-03-091-0/+13
| | | | | | | | | | | When the return key is sent to a multiple line text field it can be interpreted differently if the Shift modifier is included. This makes sense for a hard keyboard as you can use it to enter in a new line versus a new paragraph. For the virtual keyboard however, it is best to just send it as a plain return so it handles it correctly. Change-Id: I995504d7ab6961fd8baf016d2d68be4b659d1e19 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-202-0/+12
|\ | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I84cccac7024c1c48b6419838bb424e45cb2557d4
| * Blacklist and skip failing/crashing tests on boot2qtSami Nurmenniemi2018-01-032-0/+12
| | | | | | | | | | | | Task-number: QTBUG-63152 Change-Id: I588c4b71a9d7e44cab5010e9a32c75e6e12c7389 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>