1. Aug 18, 2014
  2. Aug 15, 2014
  3. Aug 12, 2014
  4. Apr 15, 2014
    • Jocelyn Turcotte's avatar
      Cleanup the QtWebEngineWidgets public headers and API · beb4ff33
      Jocelyn Turcotte authored
      
      Headers were left intact to leave a trace of the evolution compared
      to the QtWebKit API and to make it easier to work until we had a
      basic subset of the API implemented.
      
      With the upcoming release, this patch removes this convenience in the
      aim of starting polishing the headers and the documentation for the
      upcoming release.
      
      Change-Id: Iae436b4ec041d771a7002575e122835802bc9f3e
      Reviewed-by: default avatarMichael Bruning <michael.bruning@digia.com>
      beb4ff33
  5. Nov 28, 2013
    • 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
  6. Sep 17, 2013
  7. Aug 20, 2013
    • Jocelyn Turcotte's avatar
      Import QtWebKit public headers. · f4c5a81c
      Jocelyn Turcotte authored
      
      This is the first step toward re-implementing part of the QWebView
      API on top of QtWebEngine. The plan is to import the complete headers
      to facilitate diffs and progress tracking.
      
      Changes squashed in this commit:
      - Use the QWebEngine prefix for class names
      - Strip out non-public members and directives
      - Allow building using those headers by disabling the Q_PROPERTY
        macros and by adding a dummy implementation for virtual methods
        directly in the header
      - Update the widgetsnanobrowser example to comply with the slight
        changes from the previous API
      
      Change-Id: Ia7efa5430f775d09b493544430a04856cc7928f6
      Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      f4c5a81c