1. 26 Apr, 2013 - 1 commit
  2. 05 Feb, 2013 - 1 commit
  3. 28 Jan, 2013 - 2 commits
  4. 25 Jan, 2013 - 1 commit
  5. 12 Jan, 2013 - 1 commit
  6. 10 Jan, 2013 - 1 commit
  7. 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
  8. 19 Dec, 2012 - 1 commit
  9. 17 Dec, 2012 - 4 commits
  10. 16 Dec, 2012 - 1 commit
  11. 07 Dec, 2012 - 1 commit
  12. 03 Dec, 2012 - 1 commit
  13. 28 Nov, 2012 - 1 commit
  14. 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
  15. 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
  16. 11 Oct, 2012 - 1 commit
  17. 24 Sep, 2012 - 1 commit
  18. 11 Sep, 2012 - 1 commit
  19. 22 Aug, 2012 - 1 commit
  20. 11 Aug, 2012 - 1 commit
  21. 27 Jun, 2012 - 4 commits
  22. 25 May, 2012 - 1 commit
  23. 15 May, 2012 - 1 commit
  24. 10 May, 2012 - 2 commits
  25. 03 May, 2012 - 1 commit
  26. 24 Apr, 2012 - 1 commit
  27. 20 Apr, 2012 - 2 commits
  28. 13 Apr, 2012 - 1 commit
  29. 22 Mar, 2012 - 1 commit
  30. 16 Mar, 2012 - 1 commit