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