1. Apr 05, 2018
    • Jarek Kobus's avatar
      Create QHelpCollectionHandler's query dynamically · 49a5c554
      Jarek Kobus authored
      
      It fixes a warning about the use of db from the wrong thread.
      Before, the default m_query object was created
      in QHelpCollectionHandler constructor which caused the
      warning to appear. Now we create m_query object
      dynamically instead.
      
      This also fixed a leak in QHelpCollectionHandler::openCollectionFile()
      where two early returns, after the database had been opened, neither
      closed it nor set m_dbOpened.
      
      Change-Id: I24484d25d9d90b1a5d6fe4a5acb61c834e2b9599
      Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
      Reviewed-by: default avatarEdward Welbourne <edward.welbourne@qt.io>
      49a5c554
  2. Mar 22, 2018
  3. Mar 06, 2018
  4. May 02, 2017
  5. Mar 09, 2017
  6. Jan 10, 2017
  7. Jun 10, 2016
  8. Feb 14, 2015
  9. Sep 25, 2014
  10. Apr 09, 2014
  11. Jan 10, 2013
  12. Sep 25, 2012
  13. Jan 30, 2012
  14. Jan 23, 2012
  15. Jan 06, 2012
  16. Sep 13, 2011
  17. May 24, 2011
  18. Apr 27, 2011
    • Qt by Nokia's avatar
      Initial import from the monolithic Qt. · 50123887
      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
      50123887