- 25 Aug, 2021 - 1 commit
-
-
Ivan Tkachenko authored
It may get quite annoying when showing up each time an application starts up on developer machine, which in my case was too often enough to get irritated to the point where I just spend time actually fixing it. Grammar was messed up in ae8c8fdf , it used to spell: > "... for the" << locale << "language. Search paths" ... So, it made sense before removal of the "language" word. Change-Id: I2c0c51e4f14c4a7eb7001fe9cc074f8b43e89f26 Reviewed-by:
Jarkko Koivikko <jarkko.koivikko@code-q.fi> (cherry picked from commit 259851ad ) Reviewed-by:
Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-
- 23 Aug, 2021 - 1 commit
-
-
Venugopal Shivashankar authored
The following warnings are fixed: qt5/qtvirtualkeyboard/src/styles/KeyboardStyle.qml:531: (qdoc) warning: Can't link to 'QtVirtualKeyboard.KeyboardFunction' qt5/qtvirtualkeyboard/src/virtualkeyboard/content/InputPanel.qml:83: (qdoc) warning: Can't link to 'QtQml::Qt::locale()' qt5/qtvirtualkeyboard/src/virtualkeyboard/doc/src/xt9.qdoc:28: (qdoc) warning: Can't link to 'QVirtualKeyboardDictionaryManager' qt5/qtvirtualkeyboard/src/virtualkeyboard/doc/src/xt9.qdoc:28: (qdoc) warning: Can't link to 'VirtualKeyboardSettings.defaultDictionaryDisabled' Task-number: QTBUG-95860 Change-Id: I34be6017bca7e1bd4cf1d8850181a72dec70e068 Reviewed-by:
Jarkko Koivikko <jarkko.koivikko@code-q.fi> (cherry picked from commit 4079ab86 ) Reviewed-by:
Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-
- 21 Aug, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: Idf5509a6db1d54a31f47a9409cca7eb92198cdee Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 20 Aug, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: I681aad2b2479d694fe7e99c74ede5e036e34d818 Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 19 Aug, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: If1a1f316717124ed35331f67433ccfeacd226e50 Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 18 Aug, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: Ic2a2a0e689effa4528fd7b1c3b80169d2c93a61f Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 17 Aug, 2021 - 3 commits
-
-
Qt Submodule Update Bot authored
Change-Id: I6297f354226a81eae7ce2f1e566acf6860eae48a Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
Qt Submodule Update Bot authored
Change-Id: I42281959dfd452db233822d7baba3620af2ed5c6 Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
Joerg Bornemann authored
Task-number: QTBUG-95636 Change-Id: Iaded00e0fd274a27aeefb26d8211ce546d278399 Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit a79d2d1c ) Reviewed-by:
Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-
- 16 Aug, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: I4f69e42075b3fe5dd3c17e7b5bd19c6413a3cacf Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 12 Aug, 2021 - 4 commits
-
-
Alexandru Croitor authored
Task-number: QTBUG-95170 Change-Id: Iedd5df88d65c9b957d2f99edc5871b043fed4377 Reviewed-by:
Kai Koehne <kai.koehne@qt.io> (cherry picked from commit ad9691e5 ) Reviewed-by:
Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-
Daniel Smith authored
Change-Id: I3e3090b06157716aecc2d1e9fbdbaf11031e0931 Reviewed-by:
Daniel Smith <Daniel.Smith@qt.io>
-
Nico Vertriest authored
Corrected link to qmake advanced configuration options. Change-Id: Ia69f48c0a629bad1f24af9838ecf767d21bcc03d Reviewed-by:
Jarkko Koivikko <jarkko.koivikko@code-q.fi> (cherry picked from commit 8488948d ) Reviewed-by:
Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-
Luca Di Sera authored
Fixes: QTBUG-95664 Change-Id: Ic27fffc7e1888a9f7904716f3bb4b32eb672b4fb Reviewed-by:
Paul Wicking <paul.wicking@qt.io> (cherry picked from commit bebc87ba ) Reviewed-by:
Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-
- 10 Aug, 2021 - 1 commit
-
-
Jarkko Koivikko authored
When entering an invalid pinyin sequence, such as "fi", the engine would accept "i" as initial, which seems incorrect, because after that the word suggestions list is empty. Fix this by only accepting the character as initial if the spell parser can identify it as "endable". Fixes: QTBUG-94715 Change-Id: I07d92554acb4cdf93eb7787f2090d7a2a57352f1 Reviewed-by:
Liang Qi <liang.qi@qt.io> Reviewed-by:
Jarkko Koivikko <jarkko.koivikko@code-q.fi> (cherry picked from commit f5ebece4 ) Reviewed-by:
Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-
- 05 Aug, 2021 - 1 commit
-
-
Jarkko Koivikko authored
In case the pinyin (system) dictionary cannot be found, the pinyin engine is nullptr. This can lead to a crash when update() is called. Prevent the crash by adding a nullptr check. Fixes: QTBUG-68412 Change-Id: I04a13ff3abe4aef4a6edd2986aa943fc6d3d995d Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 79e14f6c ) Reviewed-by:
Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-
- 03 Aug, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: I067752ef847114a4e2696dac39b38c51cad1b3cf Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 29 Jul, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: I3691310245ca51c7936f387392ae4ec0ea32813b Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 28 Jul, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: Ia2c01f49899323bc04b41c96e75247a19ca7d108 Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 24 Jul, 2021 - 3 commits
-
-
Qt Submodule Update Bot authored
Change-Id: I1b51d65789f078a6ee5f16f908c4710064b49584 Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
Qt Submodule Update Bot authored
Change-Id: I223eda3b3c29953475c80fcbf4f6a6fa90388110 Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
Qt Submodule Update Bot authored
Change-Id: I7581991db0a5246eb38d450cfd3508fa96325c6c Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 23 Jul, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: I54d766e8af4b196833b8cc2ccc07a92d4de19749 Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 22 Jul, 2021 - 2 commits
-
-
Qt Submodule Update Bot authored
Change-Id: I7c060bbc73d5b7be64a8852e3d6234995186b141 Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
Qt Submodule Update Bot authored
Change-Id: I35843eccb413fb53fd26626e4e54497d65712f84 Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 21 Jul, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: Ica2087a24c8653346750562e7ad4036e0381f7dd Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 20 Jul, 2021 - 2 commits
-
-
Qt Submodule Update Bot authored
Change-Id: Id657057db44150d07ad78b82d3bfb1e93134bb3e Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
Qt Submodule Update Bot authored
Change-Id: If459043fc4a4e825934bb4436697c46e5cac7a76 Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 19 Jul, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: Ib39a2b67d0f656ef6ad85c5607e199aeb813094a Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 16 Jul, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: I933bbf8a4bc3af56246b70a406baa0f9ff5ade7b Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 15 Jul, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: I6846942a53c13302583ff3981f1162da4a2f4b7c Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 14 Jul, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: I6c82b42fbc30e3a5370058c34bf69ad9d4c3b606 Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 13 Jul, 2021 - 2 commits
-
-
Qt Submodule Update Bot authored
Change-Id: I49bff2856969962f6c0e95578680d07c7e7165bc Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
Qt Submodule Update Bot authored
Change-Id: I24a081e6310d4c4fc777eed21c7f9f6ed1742609 Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 12 Jul, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: Ic8d27ea0d82085de579ea7aa4d838c34717f1531 Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 07 Jul, 2021 - 1 commit
-
-
Joerg Bornemann authored
The pro2cmake.py conversion script faithfully reproduced the .pro files for the plugins, which specified the libraries as public. But in CMake, the implications of this are that public usage requirements should then be propagated to consumers. We don't expect any consumers, since a plugin is created as a MODULE library in CMake, so for Windows we don't even have an import library to link with. The only exception to this is for static builds where plugins are created as STATIC libraries instead, but only in certain controlled situations do we then link to plugins. Even then, usage requirements are not expected to propagate to the consumers, so these relationships should always be specified as private. Task-number: QTBUG-90819 Change-Id: I97ac6b81cfc89ded50e9f4038f53c8c7c98c3f4c Reviewed-by:
Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 864ae072 ) Reviewed-by:
Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-
- 05 Jul, 2021 - 1 commit
-
-
Marius Kittler authored
Change-Id: Id026f83dcd0da6faf1f8ff3a5d453d2e762f1231 Reviewed-by:
Jarkko Koivikko <jarkko.koivikko@code-q.fi> (cherry picked from commit a3882d6c ) Reviewed-by:
Alexandru Croitor <alexandru.croitor@qt.io>
-
- 30 Jun, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: I18e0ae1ee47961a5f902c51739f9e27e626ca61d Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 29 Jun, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: Ia7891bb13d0b66ba0c5b51c3bbcc1edfbdf59b53 Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-
- 26 Jun, 2021 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: I3b3810176b8f4f14a93f1792f0bdd0a0c1a2f9ff Reviewed-by:
Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
-