1. 03 Sep, 2013 - 1 commit
  2. 29 Aug, 2013 - 1 commit
  3. 02 Aug, 2013 - 1 commit
  4. 16 Jul, 2013 - 1 commit
  5. 11 Jul, 2013 - 1 commit
  6. 26 Jun, 2013 - 1 commit
  7. 16 Jun, 2013 - 1 commit
  8. 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
  9. 24 May, 2013 - 1 commit
  10. 26 Apr, 2013 - 1 commit
  11. 05 Feb, 2013 - 1 commit
  12. 28 Jan, 2013 - 2 commits
  13. 25 Jan, 2013 - 1 commit
  14. 12 Jan, 2013 - 1 commit
  15. 10 Jan, 2013 - 1 commit
  16. 02 Jan, 2013 - 2 commits
    • Thiago Macieira's avatar
      Fix warnings found in qtxmlpatterns by Clang · 8a95cb56
      Thiago Macieira authored
      
      schema/qxsdstatemachine_tpl_p.h:186:71: error: unused parameter 'input' [-Werror,-Wunused-parameter]
      expr/qexpression.cpp:139:50: error: unused variable 'end' [-Werror,-Wunused-variable]
      projection/qdocumentprojector_p.h:84:22: error: 'QPatternist::DocumentProjector::attribute' hides overloaded virtual function [-Werror,-Woverloaded-virtual]
      
      Change-Id: I84021e4aa6bdca8dfcaa4c375845ceb24c33818b
      Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
      8a95cb56
    • Thiago Macieira's avatar
      Fix annoying warning in qtxmlpatterns about a value too big for the enum · 7b1f8df5
      Thiago Macieira authored
      
      api/qcoloroutput_p.h:74:60: error: signed shift result (0xFFFFF00000) requires 41 bits to represent, but 'int' only has 32 bits [-Werror,-Wshift-overflow]
      
      The masks don't look right anyway. Let's just hardcode them according
      to how many colours are used.
      
      Change-Id: Idd3438ecab3fb666bd84929fb731011224b9c68e
      Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
      7b1f8df5
  17. 19 Dec, 2012 - 1 commit
  18. 17 Dec, 2012 - 4 commits
  19. 16 Dec, 2012 - 1 commit
  20. 07 Dec, 2012 - 1 commit
  21. 03 Dec, 2012 - 1 commit
  22. 28 Nov, 2012 - 1 commit
  23. 23 Nov, 2012 - 1 commit
    • Jerome Pasion's avatar
      Doc: Modularized Qt XML Patterns documentation. · 051aeb29
      Jerome Pasion authored
      
      -moved snippets, images, documentation to src/xmlpatterns
      -fixed \snippet tag
      -ported module information from qtdoc repository
      -enabled "make docs" for the module
      -set up qdocconf file and .index file
      -updated tests/auto/patternistexamples to point to the new
       snippet locations
      
      Change-Id: Ifd10733c277c6dbacac42898c8e7bacd00d23f27
      Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
      051aeb29
  24. 14 Oct, 2012 - 1 commit
    • Ari Koivisto's avatar
      Fix XmlListModel memory leak · 3c3f8dd7
      Ari Koivisto authored
      
      This is a forward port of a memory leak fix committed to
      Qt 4.8 (QTBUG-15191). The fix includes all changes except
      changes to qitem_p.h which has changed in Qt 5.0. Additionally
      fix qxmlquery autotest failure introduced in the original
      Qt 4.8 patch.
      
      Task-number: QTBUG-27357
      Change-Id: Ia0e916d9d6bccea014d28920cef48d6e47e8f04f
      Reviewed-by: default avatarSergio Ahumada <sergio.ahumada@digia.com>
      3c3f8dd7
  25. 11 Oct, 2012 - 1 commit
  26. 24 Sep, 2012 - 1 commit
  27. 11 Sep, 2012 - 1 commit
  28. 22 Aug, 2012 - 1 commit
  29. 11 Aug, 2012 - 1 commit
  30. 27 Jun, 2012 - 4 commits
  31. 25 May, 2012 - 1 commit
  32. 15 May, 2012 - 1 commit