1. 02 Jan, 2018 - 1 commit
  2. 22 Dec, 2017 - 1 commit
  3. 12 Dec, 2017 - 1 commit
  4. 23 Nov, 2017 - 1 commit
  5. 08 Nov, 2017 - 1 commit
  6. 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
  7. 06 Oct, 2017 - 1 commit
  8. 25 Sep, 2017 - 2 commits
  9. 22 Sep, 2017 - 1 commit
  10. 15 Sep, 2017 - 1 commit
  11. 12 Sep, 2017 - 1 commit
    • Mitch Curtis's avatar
      SelectionListModel: Fix use after free · dfd70f47
      Mitch Curtis authored
      
      Calling InputEngine::setInputMethod(null) did not clear the pointer
      value stored in SelectionListModelPrivate.
      
      Also, in case the input method is destroyed without setting it null,
      prevent use of dangling pointer in selection list model by using
      QPointer.
      
      Task-number: QTBUG-61308
      Change-Id: If340d99a63489c54414497c61cd482e06a21c5ee
      Reviewed-by: default avatarMitch Curtis <mitch.curtis@qt.io>
      dfd70f47
  12. 15 Aug, 2017 - 1 commit
  13. 02 Aug, 2017 - 1 commit
  14. 27 Jul, 2017 - 1 commit
  15. 26 Jul, 2017 - 1 commit
    • Friedemann Kleint's avatar
      styles.qrc: Remove qmldir · a11fd7e4
      Friedemann Kleint authored
      
      If a plugin is used, the qmldir file must be located next to
      the plugin in the file system. By it being included in the .qrc
      file it was deployed twice, once in the file system and once
      in the virtual resource file system. A recent change in declarative
      ended up doing an implicit import on that virtual directory and
      thus uncovered this bug of the qmldir file being present in a (virtual)
      directory where it doesn't belong.
      
      qml_module.prf takes care of deploying the qmldir.
      
      Task-number: QTBUG-62138
      Change-Id: I7693b5656cb593454e2d777fe179e6f889d6dbdf
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@qt.io>
      a11fd7e4
  16. 25 Jul, 2017 - 1 commit
    • Jarkko Koivikko's avatar
      3rdparty/openwnn: Fix and optimize the engine due to QStringLiteral · 27eb4f56
      Jarkko Koivikko authored
      
      QStringLiteral is broken in MSVC2015 onwards when used with \uXXXX
      encoded character literals. This was the reason Japanese tests were
      failing - the OpenWNN engine was actually broken and producing
      garbage.
      
      Not only this change eliminates QStringLiteral from openwnn, but also
      reduces runtime memory usage by replacing QMap<QString, QString>.
      
      The new solution is based on simple binary lookup table WnnLookupTable.
      WnnLookupTable data was converted from existing QMap structures using
      WnnLookupTable::create() method, which was left there for future
      reference.
      
      This change also removes the unnecessary QObjectPrivate definitions
      from Romkan* classes.
      
      [ChangeLog][OpenWNN] Fixed and optimized OpenWNN engine (as a workaround
      for QStringLiteral breakage)
      
      Task-number: QTBUG-62133
      Change-Id: I50c9e2f5c363e1314f47d7023685da543ec9a7eb
      Reviewed-by: default avatarhjk <hjk@qt.io>
      Reviewed-by: default avatarMitch Curtis <mitch.curtis@qt.io>
      (cherry picked from commit 0bf1c6ad)
      27eb4f56
  17. 21 Jul, 2017 - 1 commit
  18. 30 Jun, 2017 - 2 commits
  19. 23 Jun, 2017 - 1 commit
  20. 22 Jun, 2017 - 1 commit
  21. 12 Jun, 2017 - 1 commit
  22. 31 May, 2017 - 1 commit
  23. 10 May, 2017 - 1 commit
  24. 09 May, 2017 - 4 commits
  25. 06 May, 2017 - 1 commit
  26. 05 May, 2017 - 3 commits
  27. 04 May, 2017 - 1 commit
  28. 24 Apr, 2017 - 1 commit
  29. 22 Apr, 2017 - 1 commit
  30. 19 Apr, 2017 - 1 commit
  31. 18 Apr, 2017 - 1 commit
  32. 06 Apr, 2017 - 2 commits