1. 28 Jan, 2013 - 1 commit
  2. 25 Jan, 2013 - 1 commit
  3. 10 Jan, 2013 - 2 commits
  4. 03 Jan, 2013 - 1 commit
  5. 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
  6. 20 Dec, 2012 - 1 commit
  7. 16 Dec, 2012 - 1 commit
  8. 12 Dec, 2012 - 1 commit
  9. 11 Dec, 2012 - 1 commit
  10. 07 Dec, 2012 - 2 commits
  11. 05 Dec, 2012 - 1 commit
  12. 04 Dec, 2012 - 2 commits
  13. 03 Dec, 2012 - 1 commit
  14. 30 Nov, 2012 - 1 commit
  15. 28 Nov, 2012 - 1 commit
  16. 27 Nov, 2012 - 1 commit
  17. 26 Nov, 2012 - 1 commit
  18. 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
  19. 22 Nov, 2012 - 1 commit
  20. 21 Nov, 2012 - 1 commit
  21. 20 Nov, 2012 - 1 commit
  22. 01 Nov, 2012 - 1 commit
  23. 31 Oct, 2012 - 1 commit
  24. 29 Oct, 2012 - 1 commit
  25. 16 Oct, 2012 - 1 commit
  26. 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
  27. 11 Oct, 2012 - 2 commits
  28. 10 Oct, 2012 - 1 commit
  29. 08 Oct, 2012 - 1 commit
  30. 26 Sep, 2012 - 1 commit
  31. 24 Sep, 2012 - 1 commit
  32. 22 Sep, 2012 - 1 commit
  33. 11 Sep, 2012 - 1 commit
  34. 03 Sep, 2012 - 1 commit
    • Thiago Macieira's avatar
      Update the git-archive export options · 14961ecb
      Thiago Macieira authored
      
      The .gitattributes and .gitignore files do not need to be present in
      packaged sources, as they are for people using the Git repository.
      People who download tarballs usually don't reimport into Git -- they
      should just download the actual repositories.
      
      Meanwhile, the .tag file is quite useful. Instead of making Git extract
      to the useless SHA-1 of the $n string, ask git-archive to store
      the SHA-1 of the commit being packaged.
      
      Change-Id: Ia431c37780086366c60eb2b4281382740f64da57
      Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@nokia.com>
      14961ecb
  35. 22 Aug, 2012 - 1 commit