1. 02 May, 2017 - 1 commit
  2. 15 Dec, 2016 - 1 commit
  3. 01 Feb, 2016 - 1 commit
  4. 01 Sep, 2015 - 1 commit
  5. 23 Feb, 2015 - 1 commit
  6. 16 Feb, 2015 - 1 commit
  7. 16 Jan, 2015 - 1 commit
  8. 21 Aug, 2014 - 1 commit
  9. 15 Jan, 2014 - 2 commits
    • Pierre Rossi's avatar
      JS dialogs in QtQuick · 6f5850dd
      Pierre Rossi authored
      
      Refactor JavaScriptDialogManagerQt to support a Qt Quick dialogs
      friendly approach.
      Qt Quick dialogs are still missing a prompt, so we use a "handmade"
      one. This should be solved before 5.3 though.
      
      Change-Id: I965df66837b2e81d6e4618a8da1167a37661c26e
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      6f5850dd
    • Pierre Rossi's avatar
      Pave the way for our UI delegation strategy. · e4688691
      Pierre Rossi authored
      
      Starting with the context Menus for QtQuick.
      Add default UI delegates as a subproject. We allow ourselves to use
      Qt Quick Controls there for in order to get a nice "out of the box"
      experience for things like context menus, dialogs, etc while leaving
      the door open for system embedders to override this.
      
      Opting out of the deployment of these QML files is still very primitive
      but can be done by passing WEBENGINE_CONFIG+=no_ui_delegates at qmake
      time.
      
      Customization of context menus could be done via a qml component, which
      is probably best kept in experimental for now while we address its
      shortcomings.
      
      Change-Id: I0705b20d5ddd3bb010f9371b65a181c6b02a03e1
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      e4688691
  10. 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
  11. 10 Jun, 2013 - 1 commit
    • Pierre Rossi's avatar
      And shell is out ! · 65558744
      Pierre Rossi authored
      Introduce a few more bits of our own very basic implementations
      (URLRequestContextGetter and NetworkDelegate subclasses).
      
      Still need to figure out the appropriate dependancies in blinq.gypi
      65558744
  12. 31 May, 2013 - 1 commit
  13. 11 Apr, 2013 - 1 commit