aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add changes file for Qt 5.12.3v5.12.3Antti Kokko2019-04-031-0/+25
| | | | | | | | | | | + 81204883f671951371a8582008e1357634e7ff0f Restore InputContext.inputItem property removed in 5.12 release + eea791e14a4e2c94ba3ac292292b76b05d56385c Fix incorrect qdoc syntax in Handwriting documentation + e032cadd9d80171cd97c0acac2c0f332131746fb Bump version + 21558bcead96716607e670840c63213d6eb4d8c9 Document Qt::WA_AcceptTouchEvents requirement when using QQuickWidget Change-Id: Ib036f680fcb80ddb88ed89c2f7758eb8aa0f44ee Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Document Qt::WA_AcceptTouchEvents requirement when using QQuickWidgetMitch Curtis2019-03-211-0/+7
| | | | | | | | | | | On touch devices, it's necessary to set this attribute on the widget to ensure that touch events don't get sent as mouse events. This apparently became necessary after 41293196. Change-Id: I6371efa4bce561aa7e21b240c862d8b1e0fc2950 Fixes: QTBUG-67018 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Bump versionKari Oikarinen2019-03-211-1/+1
| | | | Change-Id: Ie47f69cc0e858e5d304b165f1f7ba71ee75dfd63
* Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-151-0/+20
|\ | | | | | | Change-Id: I2895870a1c3e097a5a7bd1afb809e2e9de7d3e95
| * Add changes file for Qt 5.12.2v5.12.2Antti Kokko2019-02-211-0/+20
| | | | | | | | | | | | | | | | | | + 1c95cc756a804651818cfe202cc64339a773f51d Bump version + c16fd7561f2b42c0a572f360e8c72a384779fd3a Fix tst_layoutfilesystem::layouts + d08539bae35521bbd7ee60958b4492705efe5b3f Fix tst_layoutresources::layouts Change-Id: I9e05a4b75af1f0bef25ccf7d1a837711df1d1df0 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | Fix incorrect qdoc syntax in Handwriting documentationThibaut Cuvelier2019-03-051-2/+2
| | | | | | | | | | | | | | | | \MyScript instead of MyScript Fixes: QTBUG-74191 Change-Id: I6454a079b979e40a24b5a8cfa81550fa87ce1ce3 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Restore InputContext.inputItem property removed in 5.12 releaseJarkko Koivikko2019-02-202-0/+25
|/ | | | | | | | | | | | | | | This API was removed in 5.12 release as part of refactoring. However, based on user reports, it is somewhat used in applications, though it was originally intended for internal use. This change brings it back to the public as deprecated. [ChangeLog][InputContext] Restore InputContext.inputItem property removed in 5.12 release. Task-number: QTBUG-72494 Change-Id: I1fda2ae3671bf784839f395345dca3402be35d05 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-02-0111-58/+163
|\ | | | | | | Change-Id: I0068155614b5b538910f004a02be4441da9dca39
| * Add changes file for Qt 5.12.1v5.12.1Antti Kokko2019-01-101-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + eb9e095722e1d953d3bf17bad73f528ac9061488 Bump version + a8cab520dc7bedff73ec60a5a189b21cdf01f083 Add changes file for Qt 5.11.3 + c1d1f0e50b6145b4f31e58e0abbdf463a22a96d3 Doc: Update MyScript contact email address + de97ea192a46eecc79198f99e691f5816a01f3d9 plugins/openwnn: Add missing log prints + 3715b42724b2683454a1ffc1e7d31e13ea449520 Doc: remove namespace + b60c05b8eeb30b3ff5d6fe0257ec9617afa2fae3 Fix compilation with gcc 4.8 + a119ba5f76e04e98b08eb35d662daf5c55b2e2bf Add version information about third-party Lipi Toolkit + e5884643a2ec17678abcd4c9335e00feae7233f0 Doc: Fix name of SelectionListModel QML type + 23798415cbabfadeb76297624d5caee527ef54e2 Doc: Fix documentation issues + c3fa86ece61132155aec047e21772c813a87ddeb Bump version Change-Id: I36c60ef49af4887680f0189255ae4e57a0d0382a Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
| * Register QtQuick.VirtualKeyboard.Plugins version 2.3Andy Shaw2019-01-101-0/+1
| | | | | | | | | | | | | | | | | | | | Since the virtual keyboard is still usable even without the plugins, then it should have the latest version registered here instead of depending on the plugins to do it for us. Change-Id: I109e2f452341defbd78831235a35c494d5e44ff6 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
| * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-082-1/+27
| |\ | | | | | | | | | Change-Id: Ifbb60d6f8163a0a0dc316e1ac06d2ccdb7227f89
| * | Doc: Fix documentation issuesTopi Reinio2019-01-049-50/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes multiple documentation warnings - typos, missing documentation, missing \internal specifiers, linking problems and incorrect documentation configuration which caused Clang to fail to build a precompiled header for QtVirtualKeyboard. Change-Id: I33baf730a98747842a7813bb6ea3a3545927410b Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Martin Smith <martin.smith@qt.io>
| * | Doc: Fix name of SelectionListModel QML typeTopi Reinio2018-12-141-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | And also fix the the description to discuss QML types instead of the C++ types that they instantiate. Change-Id: I25c0ca4e6ec3b03b61f1b4ab7fb9124a34e03f6e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | | 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>
* | | Bump versionKari Oikarinen2019-01-141-1/+1
| |/ |/| | | | | Change-Id: I267df7a16a1e4368ba203646b0ef5f38a354e9e5
* | Bump versionKari Oikarinen2019-01-071-1/+1
| | | | | | | | Change-Id: I7719ddbda7156c72adb757c639d35fadff781f04
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-111-0/+26
|\ \ | |/ |/| | | Change-Id: Ie4592245f94c803e443146ba8e18143158704154
| * Merge remote-tracking branch 'origin/5.11.3' into 5.11Qt Forward Merge Bot2018-12-041-0/+26
| |\ | | | | | | | | | Change-Id: I44b488c82716bc98748022956e8a873a7ac25135
| | * Add changes file for Qt 5.11.3v5.11.3Antti Kokko2018-11-261-0/+26
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 4a92afe75bfb7886ecb1b3282b05b2985c39fe3c Disable layout mirroring for virtual keyboard + 30479f9771e60938dc0f6e325e3b16fb52663796 Fix possible crash in PlatformInputContext::update + d781f8a6b867980e03ef42b792404285ea9a799e Partially revert 30479f9771e60938dc0f6e325e3b16fb52663796 + c40e19e8012788522806f25589d7c41d93d423b4 Attempt to stabilise inputpanel auto test + 6d429be4d77841218d89f5e563593fb39812395d tests: Backport test_wclAutoCommitWordSetting from 5.12 + 50d1d95af5cb271285abb4375e63ca28cbadd77a tests: Verify current item in selectionListSelectCurrentItem + 8b3a4d6f305955171a595ad93460346c58df51d7 Fix word candidate list auto hiding + 3f152060b4072cb9aea5ca98d956b22a25c25697 Doc: Use correct image in virtual keyboard layout docs + abbc5a8ecc6a66c87d90a0f7acf15451c3808c1b Do show module license on all help pages + c7a94110987672308ed04b40fd8ed207d1c8d93b Be more restrictive about which information is included in logging + eb9e095722e1d953d3bf17bad73f528ac9061488 Bump version Change-Id: Ie07395f6ee02d8f1f18370e18ba22c017f34ad2f Reviewed-by: Andy Shaw <andy.shaw@qt.io>
* | Add version information about third-party Lipi ToolkitKai Koehne2018-12-051-2/+4
| | | | | | | | | | | | | | | | Also complete Copyright attributes, and add a DownloadLocation link. Task-number: QTBUG-72229 Change-Id: I220d6a4a953abd0f1c6c0083f4e65564db9c904b Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-12-0515-1342/+291
|\ \ | | | | | | | | | Change-Id: If8bf45af1625de901e589bb8e1c119a02d5e35d6
| * | Update plugins.qmltypesv5.12.0-rc2v5.12.0-rc1v5.12.0Kai Koehne2018-11-154-1333/+138
| | | | | | | | | | | | | | | | | | Change-Id: I896b8d82a817a1d31cb5b560f72d00b66144c1df Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
| * | Restrict more sensitive debugging outputMitch Curtis2018-11-149-6/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are more places where sensitive information could accidentally be disclosed. Also, move SENSITIVE_DEBUG to config.pri so that plugins can use it. Change-Id: Ifa4ccbd6bf4bf79412f29984c662c9e58ea01992 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Yuntaek Rim <yuntaek.rim@myscript.com>
| * | Restrict more sensitive logging outputMitch Curtis2018-11-071-3/+17
| | | | | | | | | | | | | | | | | | | | | c7a94110 missed some output. Change-Id: If2f1487dad2581f283800a13b8f791ccc7af1a59 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
| * | Add changes file for Qt 5.12.0v5.12.0-beta4Antti Kokko2018-11-011-0/+101
| | | | | | | | | | | | | | | | | | Change-Id: I509e21a50280e0c277b9ab44bb9b412fb48bbb17 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | | Fix compilation with gcc 4.8Ville Voutilainen2018-12-032-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | GCC 4.8 doesn't like using QPointer in signal connections, and it also doesn't like duplicate friend declarations. Change-Id: I08a775c056ae642e90725f26bc44baa9691eafaf Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi>
* | | Doc: remove namespaceMitch Curtis2018-11-291-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | The namespace was removed from the public API as part of the API review. Change-Id: Iebb11c0edf03ecc0f8c713c9786b703822fbd175 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
* | | plugins/openwnn: Add missing log printsJarkko Koivikko2018-11-281-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | OpenWnn ComposingText::debugout() function was missing log prints. Change-Id: I2d452e4db08ec97d3986a25e9d002bdb18fef82d Reviewed-by: Andy Shaw <andy.shaw@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | | Doc: Update MyScript contact email addressTopi Reinio2018-11-261-1/+1
| | | | | | | | | | | | | | | | | | Change-Id: I60ee3a385fee98130434657b88663d4ddd1e50dc Reviewed-by: Yuntaek Rim <yuntaek.rim@myscript.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-160-0/+0
|\ \ \ | |/ / |/| / | |/ | | | | | | Conflicts: .qmake.conf Change-Id: I631e3f00990e4d3f02af39b5034b1d4f5cda1b71
| * Bump versionOswald Buddenhagen2018-11-081-1/+1
| | | | | | | | Change-Id: I039262439281a04e6a90af46dcf7241e6c3baa2d
* | Doc: Rename dependency to Qt Quick ControlsTopi Reinio2018-10-311-1/+1
| | | | | | | | | | | | | | | | | | The documentation module for Qt Quick Controls 2 is now named simply 'qtquickcontrols'. Task-number: QTBUG-70333 Change-Id: Iba7d910c80f2c3f7fc919c64f94ca52114ec0d82 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-292-3/+16
|\| | | | | | | | | | | | | Conflicts: src/virtualkeyboard/qvirtualkeyboardinputcontext.cpp Change-Id: I153a6470bb291cffc75536eb44e9cf8c0973e6b8
| * Be more restrictive about which information is included in loggingMitch Curtis2018-10-262-3/+15
| | | | | | | | | | | | | | | | | | | | - Introduce SENSITIVE_DEBUG flag that should be explicitly enabled in order to have certain information included in logging output. - Replace qWarning() with qCWarning() where appropriate. Change-Id: I6386f9cb3ce375101f3c42f407d4af380f1ff75e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi>
* | t9write: Fix support line settingv5.12.0-beta3v5.12.0-beta2Jarkko Koivikko2018-10-111-2/+10
| | | | | | | | | | | | | | | | | | | | | | Some languages (such as Thai) use support lines for improved recognition accuracy. While these support lines were properly shown in the keyboard layout, they were not applied to the engine settings. This change fixes the support line setting. Change-Id: I9873b90842dabcd7b3cc9eeb1fc525df1bfc9989 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | t9write: Add Thai handwriting recognitionJarkko Koivikko2018-10-1121-11/+8047
| | | | | | | | | | | | | | [ChangeLog] Added Thai handwriting recognition (T9 Write). Change-Id: Idb34fcf07d0318bbca6e6573e5859edb375f205f Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-021-0/+1
|\| | | | | | | Change-Id: Id4890b7444ab7d76e218ae0a82fb4f16619c2c89
| * Do show module license on all help pagesKai Koehne2018-09-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt Virtual Keyboard has a different main license than most other Qt modules, which is easy to miss. We do show the license on the module landing page and in the 'All modules' overview page, but if you directly open an example or a class page you can still miss this. This change adds the main license description to the header shared by all pages of the module; we (mis)use the buildversion variable for that, which was so far unused. Right now qdoc does not 'linkify' the entry. It could add a generic link to the landing page though, where the license is also described. Task-number: QTBUG-70354 Change-Id: I5f271b1bcba6992abfd1ad7e213fc5f2a93a0d25 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
* | myscript: document updatev5.12.0-beta1Yuntaek Rim2018-09-302-0/+114
| | | | | | | | | | Change-Id: Iccddb8d9492a3c13de7b1b9d3a6f7dd68b5f86f1 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
* | Qtify new APIMitch Curtis2018-09-2725-214/+218
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-253-1/+14
|\| | | | | | | Change-Id: I8aab893466cfc476a4017b082700cfe4cb678dcd
| * Doc: Use correct image in virtual keyboard layout docsPaul Wicking2018-09-241-1/+1
| | | | | | | | | | | | Task-number: QTBUG-70602 Change-Id: I04a7015b6ee41dd9676f8b5859399e9758e7de1f Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
| * Fix word candidate list auto hidingJarkko Koivikko2018-09-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop auto hide timer when the word candidate list is not empty. Constantly failing CI bot revealed this error: agent:2018/09/24 07:50:50 build.go:193: FAIL! : inputpanel::tst_plugin::test_zhuyinInputMethod(row 17) 'Expected wordCandidateView to have a currentItem, but it's null. Its property values at the time of failure are: x=0 y=-9.478976 width=400 height=13 count=0 flicking=false moving=false visible=false' returned FALSE. () Task-number: QTBUG-62518 Task-number: QTBUG-61279 Task-number: QTQAINFRA-2226 Change-Id: I775aa834da9809008a34fc760e994610ad6e95a8 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
| * 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>
* | myscript: fix handwriting layout linkageYuntaek Rim2018-09-202-1/+2
| | | | | | | | | | | | Change-Id: I2e25a36ae4ea5674dbcc476db39e5b7798d16bac 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.12Qt Forward Merge Bot2018-09-151-0/+25
|\| | | | | | | Change-Id: I37686ea95e07f950c82f47b2f8fa5a5c41ee554a
| * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-091-0/+25
| |\ | | | | | | | | | Change-Id: Ia9a57398cb6d06da54083b56461d7f1dc9d59705
| | * Add changes file for Qt 5.11.2v5.11.2Antti Kokko2018-08-291-0/+25
| | | | | | | | | | | | | | | Change-Id: Id140d489fd499be509411ed7231a31bba5a11fa2 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>