1. 20 Feb, 2015 - 1 commit
  2. 19 Feb, 2015 - 1 commit
  3. 16 Feb, 2015 - 1 commit
  4. 02 Feb, 2015 - 1 commit
    • Andras Becsi's avatar
      Add widgets download API · b4864da7
      Andras Becsi authored
      
      This patch adds a QWebEngineDownloadItem class to the widget API
      and extends QWebEngineProfile with a signal to notify about initiated
      downloads, similar to the QML API.
      
      [ChangeLog][QtWebEngineWidgets] Add widgets download API
      
      Change-Id: I532de640934e1e93d63dfc347efb4113cb4a3d66
      Reviewed-by: default avatarJocelyn Turcotte <jturcotte@woboq.com>
      b4864da7
  5. 12 Jan, 2015 - 1 commit
    • Andras Becsi's avatar
      Add QML download API · e6a74159
      Andras Becsi authored
      
      This patch exposes downloadStarted and downloadFinished
      signals on the WebEngineProfile to notify about downloads.
      The WebEngineDownloadItem exposes a subset of Chromium's
      content::DownloadItem functionality.
      For now we expose minimal requirements to be able to control
      downloads in QML but this can be extended in the future.
      This patch also adds a DownloadView to quicktestbrowser
      to demonstrate the usage of the new API.
      
      [ChangeLog][QtWebEngineQML] Add QtQuick download API
      
      Change-Id: I8d8f0daf02c4e0151000427fc2a4b37d28b9db52
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      e6a74159
  6. 21 Aug, 2014 - 1 commit
  7. 04 Aug, 2014 - 1 commit
  8. 31 Mar, 2014 - 1 commit
    • Simon Hausmann's avatar
      Centralize OpenGL initialization · 3d6d6594
      Simon Hausmann authored
      
      We now require the user to use QWebEngine::initialize() in main (preferably) and
      print out an error message if this wasn't set up accordingly. This limits the use
      of private scene graph API to inside QWebEngine and offers public API for users
      of the API.
      
      Change-Id: I787c176a85ab7784dbc8787d9876960b4872959e
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      3d6d6594
  9. 28 Nov, 2013 - 1 commit
    • Jocelyn Turcotte's avatar
      Moving sources to src part 1: Move files. · fd61d752
      Jocelyn Turcotte authored
      This only move files without adjusting any paths.
      
      This moves:
      - lib/quick -> src/webengine/api (API files)
        lib/quick -> src/webengine (other files)
        This contains the main QtWebEngine module library since
        <ec7b2ee7
      
      >.
      - lib/widgets -> src/webenginewidgets
        Also rename this directory to match its module name and rename Api to api.
      - lib -> src/core
      - process -> src/process
      - resources -> src/core/resources
      - tools/* -> tools/scripts/
      
      The build directory is spread as follow:
      - build/build.pro -> src/core/gyp_run.pro
      - build/qmake_extras/* -> src/core/ (for the host and target .pro files)
      - build/qmake -> tools/qmake
      - Build related scripts -> tools/buildscripts
      
      Change-Id: I0cded1de772c99c0c1da6536c9afea353236b4a1
      Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
      Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      fd61d752
  10. 18 Nov, 2013 - 1 commit
    • Jocelyn Turcotte's avatar
      Add an intermediate Qt5WebEngine module library. · ec7b2ee7
      Jocelyn Turcotte authored
      
      Make the WebEngine QtQuick plubin library a library only that fetches
      the API privatly from the official module.
      
      This will allow an experimental plugin library to also have access to
      the API classes, which it currently can't since the plugins aren't
      deployed the same way as module to <prefix>/lib.
      
      The module currently only export classes privately but the plan is
      to make this library the official linking point of entry for
      applications along with the Qt5WebEngineWidgets module.
      The WebEngineCore library could eventyally be merged into this module
      library if we can get gyp to play well with qmake.
      
      Change-Id: I5edb60b412e213b59f791a7b8df9f28c295502de
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      ec7b2ee7
  11. 13 Aug, 2013 - 1 commit
  12. 31 Jul, 2013 - 1 commit
    • Pierre Rossi's avatar
      Split out the Widgets and QtQuick integration · 67d042d0
      Pierre Rossi authored
      
      This is the first step to making proper Qt Modules out of QtWebEngine.
      The Widgets integration becomes a proper C++ Qt Module while we make
      the QtQuick side a QML plugin for now (could probably be promoted if
      the need arises).
      
      Code-wise, this means the introduction of a WebContentsAdapterClient
      interface that is subclassed by the private implementation of our API
      classes for delegation of things that are UI specific. Functionality
      from WebContents and the like is exposed via the WebContentsAdapter.
      
      Change-Id: I4ca3395b9fe8502a24e36002cfd5af44067bb6e8
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      67d042d0
  13. 27 Jun, 2013 - 1 commit
  14. 25 Jun, 2013 - 1 commit
  15. 19 Jun, 2013 - 4 commits
  16. 18 Jun, 2013 - 1 commit
  17. 10 Jun, 2013 - 1 commit
  18. 06 Jun, 2013 - 1 commit
    • 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
  19. 31 May, 2013 - 1 commit
  20. 16 May, 2013 - 1 commit
  21. 15 May, 2013 - 1 commit