1. 07 Nov, 2014 - 1 commit
  2. 06 Oct, 2014 - 1 commit
    • Christian Kandeler's avatar
      Make sure the content widget never replaces valid data with empty data. · a1751e3d
      Christian Kandeler authored
      
      This could happen because insertContents() is called once for
      every run of the content provider, even if an invalidation happens
      in between. Example sequence:
          run()
          invalidate() [removes result of first run]
          run()
          insertContents() [queued for first run, retrieves result of second run]
          insertContents() [queued for second run, retrieves empty data]
      We now check in insertContents() whether the content provider has a
      valid root item and do nothing if it does not. This means that
      insertContents() will never replace the current model data with empty
      data; only invalidateContents() can do that from now on.
      Further improvements:
          - Only call insertContents() if the run was not aborted; this
            reduces the number of useless objects in the event queue.
          - Remove the m_rootItem member; it was only used in the run() function.
          - Only add the root item to the list at the end of a successful run;
            there is no reason this object should be accessible from the outside
            while there are still children being added to it.
      
      Change-Id: I80e2ea93dd9bbc8ab7f406c989b61f16f11b6eea
      Reviewed-by: default avatarKarsten Heimrich <karsten.heimrich@digia.com>
      a1751e3d
  3. 25 Sep, 2014 - 1 commit
  4. 19 Sep, 2014 - 1 commit
  5. 15 Jan, 2013 - 1 commit
  6. 10 Jan, 2013 - 1 commit
  7. 09 Jan, 2013 - 1 commit
    • kh1's avatar
      Revert most of 227a60a4. · 2b844b37
      kh1 authored
      
      The help engines findFile() does already resolve virtual folders in
      different namespaces, so the added code was superfluous. It did not
      even work properly... Implement a redirect network reply, so when a
      file from e.g. qtwidget is linked into qtcore, we will get the valid
      url set inside the address bar. This also fixes "Bookmark" handling,
      "Sync to Contents" as well as "Copy" and "Hover" actions.
      
      Change-Id: I418af5962d9f1d9970febb07f8f1c52e9995c58c
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
      Reviewed-by: default avatarChristian Kandeler <christian.kandeler@digia.com>
      2b844b37
  8. 25 Sep, 2012 - 1 commit
  9. 02 Aug, 2012 - 1 commit
  10. 27 Feb, 2012 - 1 commit
  11. 30 Jan, 2012 - 1 commit
  12. 23 Jan, 2012 - 1 commit
  13. 06 Jan, 2012 - 1 commit
  14. 13 Sep, 2011 - 1 commit
  15. 24 May, 2011 - 2 commits
  16. 27 Apr, 2011 - 1 commit
    • 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