1. 04 Aug, 2014 - 1 commit
  2. 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
  3. 19 Mar, 2014 - 1 commit
  4. 20 Aug, 2013 - 1 commit
  5. 19 Aug, 2013 - 1 commit
  6. 17 Jun, 2013 - 2 commits
  7. 06 Jun, 2013 - 2 commits
    • Jocelyn Turcotte's avatar
      Properly implement a QWidget and QtQuick API · 5bf14ccc
      Jocelyn Turcotte authored
      This layers things properly to be able to implement the UI in the
      example application instead of directly in shell_qt.cpp.
      
      This is still using global variables to allow the Shell platform
      code to do callbacks to the API classes. This should go away once
      we properly implemented a WebContentsDelegate.
      5bf14ccc
    • Zeno Albisser's avatar
      remove blinqpage · 8736ce7b
      Zeno Albisser authored
      8736ce7b
  8. 31 May, 2013 - 2 commits
  9. 30 Apr, 2013 - 1 commit
  10. 29 Apr, 2013 - 1 commit
  11. 17 Apr, 2013 - 1 commit
  12. 11 Apr, 2013 - 1 commit