1. 09 Mar, 2018 - 1 commit
    • Andy Shaw's avatar
      FullScreenMode: Send return key without modifiers · 7683c588
      Andy Shaw authored
      
      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: default avatarMitch Curtis <mitch.curtis@qt.io>
      v5.11.0-beta2
      7683c588
  2. 07 Mar, 2018 - 1 commit
    • Topi Reinio's avatar
      Doc: Resolve all documentation warnings · c1bc3573
      Topi Reinio authored
      
      QDoc in Qt 5.11 uses Clang to parse the C++ source for documentation.
      for this, Clang needs a module header which is not available for
      Qt Virtual Keyboard - construct a custom one for documentation builds
      and fix all remaining documentation warnings; \fn command syntax and
      one linking issue.
      
      Change-Id: I1e9b2170aca98782e9d6a758e84c9d17449cb25c
      Reviewed-by: default avatarMartin Smith <martin.smith@qt.io>
      c1bc3573
  3. 06 Mar, 2018 - 2 commits
  4. 18 Feb, 2018 - 1 commit
  5. 15 Feb, 2018 - 1 commit
    • Simon Hausmann's avatar
      Compile QML files ahead of time in resources · 5f80f66d
      Simon Hausmann authored
      
      With the QtQuickCompiler compatibility in place in qtdeclarative, we can by
      default compile all qml files ahead of time, embed the cache files into
      resources and avoid shipping the original sources. This simplifies distribution
      and reduces the size of the overall package, ~1.6 MB for
      libqtvirtualkeyboardplugin.so on Linux x86-64.
      
      Change-Id: Ic3c20f43dfac6e601389b581033dcaf6f7015443
      Reviewed-by: default avatarMitch Curtis <mitch.curtis@qt.io>
      5f80f66d
  6. 14 Feb, 2018 - 3 commits
  7. 12 Feb, 2018 - 1 commit
  8. 07 Feb, 2018 - 1 commit
  9. 05 Feb, 2018 - 3 commits
  10. 02 Feb, 2018 - 2 commits
  11. 23 Jan, 2018 - 1 commit
  12. 20 Jan, 2018 - 1 commit
  13. 19 Jan, 2018 - 2 commits
  14. 18 Jan, 2018 - 1 commit
  15. 09 Jan, 2018 - 1 commit
  16. 05 Jan, 2018 - 1 commit
  17. 03 Jan, 2018 - 1 commit
  18. 02 Jan, 2018 - 1 commit
  19. 22 Dec, 2017 - 1 commit
  20. 20 Dec, 2017 - 1 commit
  21. 13 Dec, 2017 - 1 commit
  22. 12 Dec, 2017 - 1 commit
  23. 08 Dec, 2017 - 1 commit
  24. 23 Nov, 2017 - 1 commit
  25. 21 Nov, 2017 - 1 commit
  26. 20 Nov, 2017 - 3 commits
  27. 15 Nov, 2017 - 1 commit
  28. 09 Nov, 2017 - 1 commit
  29. 08 Nov, 2017 - 1 commit
  30. 04 Nov, 2017 - 1 commit
    • Jake Petroules's avatar
      Fix build of pinyin plugin on platforms without pthread · 19cae9dd
      Jake Petroules authored
      
      ...such as VxWorks. Normally, the Qt dependency pulls in pthread,
      because the qt feature adds the thread feature (which in turn adds
      pthread and other necessary flags to the compiler and linker command
      lines), but in this case we don't have Qt so it must be manually added.
      
      Use the higher level abstraction instead of the direct -pthread flag,
      so that the compiler and linker flags used are taken from mkspecs.
      
      Task-number: QTBUG-63516
      Change-Id: I88876810129078dfe4898314e45379ff87f95b80
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@qt.io>
      19cae9dd
  31. 30 Oct, 2017 - 1 commit