1. 19 Jan, 2017 - 1 commit
  2. 11 Jan, 2017 - 1 commit
  3. 26 Nov, 2016 - 2 commits
  4. 24 Nov, 2016 - 1 commit
  5. 08 Nov, 2016 - 1 commit
  6. 06 Nov, 2016 - 1 commit
  7. 28 Oct, 2016 - 1 commit
  8. 21 Oct, 2016 - 1 commit
    • Richard Moe Gustavsen's avatar
      qquickwebviewcontroller: don't remove listener from wrong parent · 61e1c61f
      Richard Moe Gustavsen authored
      
      QQuickViewChangeListener::itemParentChanged is called for parent
      changes done to any of the items we listen to up the parent chain.
      But as it stood, we would always remove the change listener from
      m_item->parentItem(), even if the changed item was higher up in
      the hierarchy. We would therefore wrongly miss any later changes
      done to m_item->parentItem().
      
      A bug from this could be seen when pushing an item containing a
      webview to a stackview, since then, several parent changes would
      occur.
      
      [ChangeLog][General] Fixed missing geometry update bug when a
      webview changed anchestor (e.g. when pushing it onto a StackView).
      
      Task-number: QTBUG-54128
      Change-Id: Iff00a0029dd713306db7e39db8c92672a6b379c7
      Reviewed-by: default avatarChristian Stromme <christian.stromme@qt.io>
      61e1c61f
  9. 17 Oct, 2016 - 1 commit
  10. 14 Oct, 2016 - 2 commits
  11. 27 Sep, 2016 - 1 commit
  12. 21 Sep, 2016 - 1 commit
  13. 17 Sep, 2016 - 1 commit
  14. 16 Sep, 2016 - 1 commit
  15. 14 Sep, 2016 - 1 commit
  16. 13 Sep, 2016 - 1 commit
  17. 08 Sep, 2016 - 1 commit
  18. 02 Sep, 2016 - 1 commit
  19. 29 Aug, 2016 - 1 commit
  20. 23 Aug, 2016 - 1 commit
    • J-P Nurmi's avatar
      Fix QQuickViewChangeListener · aad32ba9
      J-P Nurmi authored
      
      QQuickViewChangeListener wasn't cleaning up its ancestor listeners
      properly. QQuickItemChangeListener::itemChildRemoved() is too late
      for removing listeners of the _ancestors_ of the child that just
      got removed.
      
      Task-number: QTBUG-55127
      Change-Id: I004a5dd0b49fa36baabf951ee41d8a9ccdef4da8
      Reviewed-by: default avatarChristian Stromme <christian.stromme@qt.io>
      aad32ba9
  21. 02 Aug, 2016 - 1 commit
  22. 01 Aug, 2016 - 1 commit
  23. 28 Jul, 2016 - 1 commit
  24. 20 Jul, 2016 - 1 commit
  25. 15 Jul, 2016 - 1 commit
  26. 06 Jul, 2016 - 1 commit
  27. 22 Jun, 2016 - 3 commits
  28. 17 Jun, 2016 - 1 commit
  29. 16 Jun, 2016 - 1 commit
  30. 10 Jun, 2016 - 1 commit
  31. 09 Jun, 2016 - 2 commits
  32. 03 Jun, 2016 - 1 commit
    • Vincas Dargis's avatar
      Android: add support for various url schemes. · 70cc7914
      Vincas Dargis authored
      
      Android WebView does not handle schemes by default, such
      as mailto:, geo:, and others, but will instead show an
      "ERR_UNKNOWN_URL_SCHEME" error. This patch fixes it by
      starting ACTION_VIEW Intent for specified scheme, meanwhile
      showing the same "ERR_UNKNOWN_URL_SCHEME" error page for
      invalid cases as before.
      
      [ChangeLog][Android] Added support for various url schemes.
      
      Taks-number: QTBUG-53736
      Change-Id: Ib569ec1598f76f823b2293446ea4e513764ef1fa
      Reviewed-by: default avatarChristian Stromme <christian.stromme@qt.io>
      70cc7914
  33. 01 Jun, 2016 - 1 commit
  34. 26 May, 2016 - 1 commit
  35. 24 May, 2016 - 1 commit