1. 19 Sep, 2017 - 3 commits
  2. 18 Sep, 2017 - 2 commits
  3. 17 Sep, 2017 - 1 commit
    • Alexandru Croitor's avatar
      [macOS] Fix creation of shared OpenGL 3.2 Core contexts · 56474df1
      Alexandru Croitor authored
      
      Due to a current issue described in QTBUG-63180, requesting a 3.2 Core
      context on macOS will advertise that a 4.1 context was created, even
      though that is not the case. Because
      RenderWidgetHostViewQtDelegateWidget will read the OpenGL major version
      from the global shared context and then apply that to its own context,
      this will cause a failure to create a shared context (one is 3.2, and
      the other is 4.1).
      
      The current workaround is to create the context with the default format
      version, instead of the global shared one. This way all the requested
      versions will be consitent.
      
      Task-number: QTBUG-60605
      Change-Id: I470c43ca9d15cb3887a0ed968b57c62518a33a72
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      56474df1
  4. 16 Sep, 2017 - 3 commits
  5. 15 Sep, 2017 - 2 commits
  6. 14 Sep, 2017 - 1 commit
  7. 13 Sep, 2017 - 2 commits
  8. 12 Sep, 2017 - 8 commits
  9. 11 Sep, 2017 - 7 commits
  10. 08 Sep, 2017 - 4 commits
    • Oleg Yadrov's avatar
      Make FocusOnNavigationEnabled setting disabled by default · f32b3514
      Oleg Yadrov authored
      
      Before this setting was added in Qt 5.8, the behavior was that
      QWebEngineView/WebEngineView got the focus automatically. With the new
      setting added it is configurable, but it was left enabled for
      compatibility reasons. It would had to be changed at some point anyway:
      none of other QML items or widgets grab the focus after creation, so why
      would QWebEngineView/WebEngineView do?
      This patch also fixes a bug with the text cursor in WebView (the cursor
      was blinking as if WebView had the focus when it did not).
      
      [ChangeLog][Important Changes][QtWebEngine][General]
      focusOnNavigationEnabled setting which allows controlling whether
      a web view will receive focus on a navigation request is now disabled
      by default.
      
      Task-number: QTBUG-60152
      Task-number: QTBUG-60149
      Change-Id: I78dc9bb9ffc70bf06217952acd456b97651c5185
      Reviewed-by: default avatarQt CI Bot <qt_ci_bot@qt-project.org>
      Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
      v5.10.0-alpha1
      f32b3514
    • Joerg Bornemann's avatar
      Fix translation of Qt::Key_Menu · f6dc11e9
      Joerg Bornemann authored
      
      VK_MENU is the virtual key code for the Alt key, but
      Qt::Key_Menu is the context menu key which maps to VK_APPS.
      
      Now the menu key can be used to invoke the context menu on web pages.
      
      Task-number: QTBUG-58306
      Change-Id: I8674ab84848b5c8732e4d0cf189909191b85d562
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      f6dc11e9
    • Allan Sandfeld Jensen's avatar
      Update Chromium · 8b5f1a82
      Allan Sandfeld Jensen authored
      
      Pulls in relevant security fixes upto Chome 61.0.3163.79
      
      Changes:
      609295469702 FIXUP: Support GN on MIPS64 hosts
      0c3fee8fd9ae FIXUP: Optionally unbundle re2
      10d8b35c35d1 [Backport] Fix for CVE-2017-5112
      838d4d79ff42 [Backport] Fix for CVE-2017-5114
      72c99b3ca20a [Backport] Fix for CVE-2017-5117
      5d375e38c58d [Backport] Fix for CVE-2017-5118
      bc703b5d9f97 [Backport] avformat/oggparsecelt: Do not re-allocate os->private
      89de564d176a [Backport] FrameHostMsg_OpenURL_Params.resource_request_body needs to be validated.
      5ebd47322d60 [Backport] Remove insecure code paths in portable NTLM.
      
      
      Change-Id: I8d8c93aab7f41a485c95878ce7aecb5997bbeb1c
      Reviewed-by: default avatarAlexandru Croitor <alexandru.croitor@qt.io>
      8b5f1a82
    • Allan Sandfeld Jensen's avatar
      Also set MIPS/Arm flags for host-builds · 369c64bc
      Allan Sandfeld Jensen authored
      
      QT_ARCH is the current architecture, and if the host is Arm or MIPS, we
      also need the flags there.
      
      Task-number: QTBUG-61846
      Change-Id: I38f826e061eff900f6e27f4de0fc913323cf5e3e
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@qt.io>
      369c64bc
  11. 06 Sep, 2017 - 2 commits
  12. 05 Sep, 2017 - 5 commits