1. 14 Sep, 2021 - 1 commit
  2. 24 May, 2021 - 1 commit
  3. 04 May, 2021 - 1 commit
  4. 08 Feb, 2020 - 1 commit
  5. 05 Feb, 2020 - 1 commit
  6. 02 Feb, 2020 - 1 commit
  7. 28 Jan, 2020 - 1 commit
  8. 27 Jan, 2020 - 3 commits
  9. 22 Jan, 2020 - 1 commit
  10. 21 Jan, 2020 - 2 commits
  11. 20 Jan, 2020 - 1 commit
  12. 15 Jan, 2020 - 2 commits
  13. 09 Jan, 2020 - 1 commit
  14. 30 Dec, 2019 - 1 commit
  15. 20 Dec, 2019 - 1 commit
  16. 18 Dec, 2019 - 3 commits
    • Sona Kurazyan's avatar
      Stop using SAX classes for writing XML in tests · 3839255e
      Sona Kurazyan authored
      
      Removed the dependency of XMLWriter from QXmlContentHandler and
      QXmlLexicalHandler which are about to be deprecated. There's no need
      in inheriting from these interfaces, the tests call the methods of
      XMLWriter directly via XMLWriter instance.
      
      Task-number: QTBUG-76177
      Change-Id: I2fe237b962774a004a9014f3dab1b5de5072f180
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@qt.io>
      3839255e
    • Sona Kurazyan's avatar
      Stop using SAX classes for reading XML files · 0e44a69b
      Sona Kurazyan authored
      
      The qtxmlpatterns' tests are using SAX classes for parsing XML files.
      These classes will be deprecated.
      
      Replaced QXmlSimpleReader by QDomDocument where applicable.
      
      For the test suite handlers inheriting from QXmlDefaultHandler, introduced
      the XmlParseHelper base class, which drives the parsing loop and allows
      overriding the methods for handling different XML tokens.
      
      Task-number: QTBUG-76177
      Change-Id: Ia1a60c898a272906ede459e95ced7ec95d154fde
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@qt.io>
      0e44a69b
    • Friedemann Kleint's avatar
      Fix deprecation warnings about QHash::unite() · 159d7230
      Friedemann Kleint authored
      
      Use QHash::insert() instead, fixing:
      schema/qxsdparticlechecker.cpp:467:83: warning: ‘QHash<K, V>& QHash<K, V>::unite(const QHash<K, V>&) is deprecated
      schema/qxsdschemachecker.cpp:108:39: warning: ‘QHash<K, V>& QHash<K, V>::unite(const QHash<K, V>&) is deprecated
      schema/qxsdschemaresolver.cpp:267:39: warning: ‘QHash<K, V>& QHash<K, V>::unite(const QHash<K, V>&) is deprecated
      
      Change-Id: I5ac3ee4f9a8103a9ce1210d6c369597c6b0abddc
      Reviewed-by: default avatarLars Knoll <lars.knoll@qt.io>
      159d7230
  17. 17 Dec, 2019 - 1 commit
  18. 16 Dec, 2019 - 1 commit
    • Daniel Smith's avatar
      Bump version · b8c12ed8
      Daniel Smith authored
      Change-Id: I16747fabe937d18a437880acffa35bcd3e7e2a97
      b8c12ed8
  19. 14 Dec, 2019 - 1 commit
  20. 13 Dec, 2019 - 2 commits
  21. 10 Dec, 2019 - 1 commit
  22. 09 Dec, 2019 - 1 commit
  23. 07 Dec, 2019 - 1 commit
  24. 05 Dec, 2019 - 1 commit
  25. 04 Dec, 2019 - 2 commits
  26. 30 Nov, 2019 - 1 commit
  27. 29 Nov, 2019 - 1 commit
  28. 28 Nov, 2019 - 1 commit
  29. 26 Nov, 2019 - 2 commits
  30. 25 Nov, 2019 - 2 commits