1. 17 Nov, 2014 - 1 commit
  2. 12 Sep, 2014 - 1 commit
  3. 04 Aug, 2014 - 1 commit
  4. 08 Apr, 2014 - 1 commit
    • Jocelyn Turcotte's avatar
      Render the widgets view using the scene graph into a QOpenGLWidget · 96425960
      Jocelyn Turcotte authored
      
      This means that widgets application now need to setup the GL context
      sharing as well. QWebEngineWidgets::initialize() must be called,
      which has the same effect as QWebEngine::initialize().
      The QtWebEngineWidgets now depends on the QtWebEngine module to make
      this happen.
      
      Since QOpenGLWidget is only available in Qt 5.3, this patch also
      disables the webenginewidgets module completely when building using
      Qt 5.2.
      
      Change-Id: I0e99a779d1eb080f2ccf5a338ff0763ad64e6eba
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
      96425960
  5. 31 Mar, 2014 - 1 commit
    • Jocelyn Turcotte's avatar
      Rough port of the documentation to QtWebEngine · 484f2d8c
      Jocelyn Turcotte authored
      
      This is a gross mechanical modification of the documentation, along with build
      system bindings to allow it to generate. This should allow doing iterative
      improvements to the documentation from now on.
      
      This fixes project-related qdoc warnings but we still need to do some serious
      work to get the documentation better fitting QtWebEngine. All the documentation
      is ported to match the current state of our headers (without trying to adapt
      to modified APIs yet) and we should clear the part of the documentation that we
      don't need at the same time that we clean up our public headers.
      
      Change-Id: I6fb4e10e8b4c1c53be7bc7c581286248ac04d4da
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      484f2d8c
  6. 19 Mar, 2014 - 2 commits