1. 25 Aug, 2021 - 1 commit
  2. 23 Aug, 2021 - 1 commit
    • Venugopal Shivashankar's avatar
      Doc: Fix qdoc warnings · 3f225bba
      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: default avatarJarkko Koivikko <jarkko.koivikko@code-q.fi>
      (cherry picked from commit 4079ab86
      
      )
      Reviewed-by: default avatarQt Cherry-pick Bot <cherrypick_bot@qt-project.org>
      3f225bba
  3. 21 Aug, 2021 - 1 commit
  4. 20 Aug, 2021 - 1 commit
  5. 19 Aug, 2021 - 1 commit
  6. 18 Aug, 2021 - 1 commit
  7. 17 Aug, 2021 - 3 commits
  8. 16 Aug, 2021 - 1 commit
  9. 12 Aug, 2021 - 4 commits
  10. 10 Aug, 2021 - 1 commit
  11. 05 Aug, 2021 - 1 commit
  12. 03 Aug, 2021 - 1 commit
  13. 29 Jul, 2021 - 1 commit
  14. 28 Jul, 2021 - 1 commit
  15. 24 Jul, 2021 - 3 commits
  16. 23 Jul, 2021 - 1 commit
  17. 22 Jul, 2021 - 2 commits
  18. 21 Jul, 2021 - 1 commit
  19. 20 Jul, 2021 - 2 commits
  20. 19 Jul, 2021 - 1 commit
  21. 16 Jul, 2021 - 1 commit
  22. 15 Jul, 2021 - 1 commit
  23. 14 Jul, 2021 - 1 commit
  24. 13 Jul, 2021 - 2 commits
  25. 12 Jul, 2021 - 1 commit
  26. 07 Jul, 2021 - 1 commit
    • Joerg Bornemann's avatar
      CMake: Don't give plugins PUBLIC usage requirements · 72828ed7
      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: default avatarQt CI Bot <qt_ci_bot@qt-project.org>
      Reviewed-by: default avatarAlexandru Croitor <alexandru.croitor@qt.io>
      (cherry picked from commit 864ae072
      
      )
      Reviewed-by: default avatarQt Cherry-pick Bot <cherrypick_bot@qt-project.org>
      72828ed7
  27. 05 Jul, 2021 - 1 commit
  28. 30 Jun, 2021 - 1 commit
  29. 29 Jun, 2021 - 1 commit
  30. 26 Jun, 2021 - 1 commit