1. 09 Oct, 2014 - 1 commit
  2. 22 Sep, 2014 - 1 commit
  3. 24 Aug, 2014 - 1 commit
  4. 18 Aug, 2014 - 1 commit
  5. 14 Aug, 2014 - 1 commit
  6. 08 Jul, 2014 - 1 commit
  7. 07 Jul, 2014 - 1 commit
  8. 21 Jun, 2014 - 1 commit
  9. 16 May, 2014 - 1 commit
  10. 14 May, 2014 - 1 commit
  11. 01 Apr, 2014 - 1 commit
  12. 24 Jan, 2014 - 1 commit
  13. 22 Jan, 2014 - 1 commit
  14. 14 Jan, 2014 - 1 commit
  15. 10 Jan, 2014 - 1 commit
  16. 09 Jan, 2014 - 1 commit
  17. 06 Dec, 2013 - 2 commits
  18. 15 Nov, 2013 - 1 commit
    • Peter Hartmann's avatar
      make it possible to disable XML schema usage · 49b020db
      Peter Hartmann authored
      
      Removing XML schema functionality reduces the size of
      libQt5XmlPatterns.so considerably:
      
      Linux desktop release mode:
      
      with XML schema:    4.3 MB
      without XML schema: 3.2 MB
      
      BlackBerry10 release mode:
      
      with XML schema:    2.6 MB
      without XML schema: 1.9 MB
      
      XML schema might not be used, especially on a mobile / embedded
      device, as opposed to the rest of xmlpatterns (e.g. XPath through
      QML XmlListModel).
      
      Task-number: QTBUG-28068
      Change-Id: I5024a822179e7241e592f079efe3adef8f661c70
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
      49b020db
  19. 06 Nov, 2013 - 1 commit
  20. 05 Nov, 2013 - 2 commits
  21. 02 Oct, 2013 - 1 commit
    • Mark Shroyer's avatar
      Fix undefined behavior validating XSD substitution groups · 3c63cedb
      Mark Shroyer authored
      
      A bug in XSD substitution group validation would result in an invalid
      cast of SchemaType::Ptr to XsdComplexType::Ptr, in which case evaluating
      complexType->prohibitedSubstitutions() exhibited undefined behavior.  In
      practice this caused validation against XSD schemas containing
      substitution groups to fail on some machines, where ORing the checkSet
      mask against out of bounds memory could cause the function
      
      XsdSchemaHelper::substitutionGroupOkTransitive()
      
      to return a false negative.
      
      Minus the bug fix, the regression test added in this commit failed on
      (at least) Linux ARM when compiled with the Linaro toolchain 2013.01 g++
      4.7, with flags -marm -mcpu=cortex-a8 -O2.  However, it did not fail on
      a Linux amd64 machine prior to the bug fix.
      
      Change-Id: Idd060a941a3bc0620f1fcc903375e43022bdcbdc
      Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
      3c63cedb
  22. 27 Sep, 2013 - 1 commit
  23. 26 Sep, 2013 - 1 commit
  24. 24 Sep, 2013 - 1 commit
  25. 23 Sep, 2013 - 1 commit
  26. 07 Sep, 2013 - 1 commit
  27. 03 Sep, 2013 - 1 commit
  28. 29 Aug, 2013 - 1 commit
  29. 16 Aug, 2013 - 1 commit
  30. 02 Aug, 2013 - 1 commit
  31. 16 Jul, 2013 - 1 commit
  32. 11 Jul, 2013 - 1 commit
  33. 26 Jun, 2013 - 1 commit
  34. 16 Jun, 2013 - 1 commit
  35. 10 Jun, 2013 - 1 commit
    • Thiago Macieira's avatar
      Fix warnings found by clang: private members unused in classes · 4bd45d7d
      Thiago Macieira authored
      
      These are private classes, so there's no need to keep binary
      compatibility or reserved members.
      
      qabstractxmlpullprovider_p.h:103:41: error: private field 'd' is not used [-Werror,-Wunused-private-field]
      projectedexpression_p.h:124:55: error: private field 'm_axis' is not used [-Werror,-Wunused-private-field]
      qprojectedexpression_p.h:154:41: error: private field 'm_right' is not used [-Werror,-Wunused-private-field]
      
      Change-Id: Idd46da87aaa85124b285cdcf01cf76eaa16e86c3
      Reviewed-by: default avatarRobin Burchell <robin+qt@viroteck.net>
      4bd45d7d
  36. 24 May, 2013 - 1 commit
  37. 26 Apr, 2013 - 1 commit
  38. 05 Feb, 2013 - 1 commit