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