1. 21 Aug, 2014 - 1 commit
  2. 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
  3. 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
  4. 17 Sep, 2013 - 1 commit
  5. 13 Aug, 2013 - 1 commit
  6. 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
  7. 27 Jun, 2013 - 1 commit
  8. 25 Jun, 2013 - 1 commit
  9. 19 Jun, 2013 - 4 commits
  10. 18 Jun, 2013 - 1 commit
  11. 10 Jun, 2013 - 1 commit
  12. 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
  13. 31 May, 2013 - 1 commit
  14. 16 May, 2013 - 1 commit
  15. 15 May, 2013 - 1 commit