1. 05 Apr, 2013 - 2 commits
  2. 03 Apr, 2013 - 1 commit
  3. 25 Mar, 2013 - 1 commit
  4. 20 Mar, 2013 - 1 commit
  5. 19 Mar, 2013 - 1 commit
  6. 14 Mar, 2013 - 1 commit
  7. 12 Mar, 2013 - 1 commit
  8. 06 Mar, 2013 - 1 commit
  9. 28 Feb, 2013 - 1 commit
  10. 26 Feb, 2013 - 1 commit
  11. 20 Feb, 2013 - 1 commit
  12. 18 Feb, 2013 - 1 commit
  13. 08 Feb, 2013 - 1 commit
  14. 06 Feb, 2013 - 1 commit
  15. 05 Feb, 2013 - 2 commits
  16. 31 Jan, 2013 - 1 commit
  17. 28 Jan, 2013 - 2 commits
  18. 25 Jan, 2013 - 1 commit
  19. 23 Jan, 2013 - 1 commit
  20. 12 Jan, 2013 - 1 commit
  21. 10 Jan, 2013 - 2 commits
  22. 09 Jan, 2013 - 1 commit
  23. 04 Jan, 2013 - 1 commit
  24. 03 Jan, 2013 - 1 commit
  25. 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
  26. 20 Dec, 2012 - 1 commit
  27. 19 Dec, 2012 - 1 commit
  28. 18 Dec, 2012 - 1 commit
  29. 17 Dec, 2012 - 4 commits
  30. 16 Dec, 2012 - 1 commit
  31. 13 Dec, 2012 - 1 commit
  32. 12 Dec, 2012 - 1 commit