1. 28 May, 2015 - 1 commit
  2. 17 Feb, 2015 - 1 commit
  3. 24 Aug, 2014 - 1 commit
  4. 10 Jan, 2013 - 1 commit
  5. 24 Sep, 2012 - 1 commit
  6. 13 Apr, 2012 - 1 commit
  7. 22 Mar, 2012 - 1 commit
  8. 16 Mar, 2012 - 1 commit
  9. 05 Mar, 2012 - 1 commit
  10. 02 Feb, 2012 - 1 commit
    • Sami Rosendahl's avatar
      Fix for commit f42f82f4 · 65d24584
      Sami Rosendahl authored
      
      Qt5 change I758df57551ec49ce8c8b357794177b4e6c454d2f had mistakenly removed
      intialization of QXmlItem::m_atomicValue from
      QXmlItem::QXmlItem(const QVariant &atomicValue) constructor in a special
      case. This commit restores the initialization.
      
      Change-Id: I5ddc12bf0ff5d1d365471bb09d4eb3cdadd01b9b
      Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
      Reviewed-by: default avatarRobin Burchell <robin+qt@viroteck.net>
      65d24584
  11. 01 Feb, 2012 - 1 commit
    • Sami Rosendahl's avatar
      Fix access to uninitialized values in QtXmlPatterns · f42f82f4
      Sami Rosendahl authored
      
      Fixes valgrind warning like below when executing tst_QXmlQuery::copyConstructor()
        Conditional jump or move depends on uninitialised value(s)
          at: QPatternist::NodeIndexStorage::operator!=(QPatternist::NodeIndexStorage const&) const (qabstractxmlnodemodel.cpp:1220)
          by: QXmlItem::operator=(QXmlItem const&) (qabstractxmlnodemodel.cpp:1228)
      
      Reason for the warning is that QPatternist::NodeIndexStorage::operator!=
      accesses all fields of NodeIndexStorage, which are all not intialized in
      every execution path of QXmlItem::QXmlItem(const QVariant &) and class
      QPatternist::Item constructors.
      
      Fixed by adding NodeIndexStorage::reset() function that resets all fields
      and put a call to that function where NodeIndexStorage objects were
      previously incompletely initialized. Note that unfortunately class
      NodeIndexStorage cannot have a default constructor, because it is used as
      a union field.
      
      Change-Id: I758df57551ec49ce8c8b357794177b4e6c454d2f
      Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
      Reviewed-by: Dmitry Trofimov
      Reviewed-by: default avatarRobin Burchell <robin+qt@viroteck.net>
      f42f82f4
  12. 31 Jan, 2012 - 1 commit
  13. 23 Jan, 2012 - 1 commit
  14. 09 Jan, 2012 - 1 commit
  15. 24 May, 2011 - 1 commit
  16. 27 Apr, 2011 - 1 commit
    • Qt by Nokia's avatar
      Initial import from the monolithic Qt. · e1b2c9de
      Qt by Nokia authored
      This is the beginning of revision history for this module. If you
      want to look at revision history older than this, please refer to the
      Qt Git wiki for how to use Git history grafting. At the time of
      writing, this wiki is located here:
      
      http://qt.gitorious.org/qt/pages/GitIntroductionWithQt
      
      If you have already performed the grafting and you don't see any
      history beyond this commit, try running "git log" with the "--follow"
      argument.
      
      Branched from the monolithic repo, Qt master branch, at commit
      896db169ea224deb96c59ce8af800d019de63f12
      e1b2c9de