1. 19 Mar, 2014 - 2 commits
  2. 23 Dec, 2013 - 1 commit
    • Jocelyn Turcotte's avatar
      createWindow QML API for QQuickWebEngineView · 7d39fa4a
      Jocelyn Turcotte authored
      This implements adoptNewWindow for QQuickWebEngineView.
      The API is only intended to be used through QML to avoid delegating
      the QQuickWebEngineViewHandle ownership through a signal parameter.
      
      Another limitation of the implementation is currently to fail the
      handle adoption unless it is done synchronously within the
      adoptNewWindow call. To support this we would need to delay the call
      to WebContentsAdapter::initialize which will leave the adapter
      without a client when returning to the event loop and would require
      putting null checks everywhere it is used.
      So I would prefer to keep the API limited and avoid potential crashes.
      If we want to support asynchronous Loader elements or QML files
      fetched from the network in the future, the API should be able to
      scale to the task once we've adjusted the implementation.
      
      This also adds basic tabs support in the quicknanobrowser example.
      The url property is now set imperatively to avoid overwriting the
      adopted WebContentsAd...
      7d39fa4a
  3. 19 Aug, 2013 - 2 commits
    • Jocelyn Turcotte's avatar
      Detach common.pri from the nano browser examples. · b6b4418d
      Jocelyn Turcotte authored
      
      Move common.pri to the root directory to be able to use it with tests.
      Remove nano browser specific logic (util.h include and common resources)
      from this file and use relative paths in the examples instead.
      
      This also remove unnecessary directives:
      - lib doesn't have to be added to INCLUDEPATH since proper modules are used
      - util.h doesn't need to be added to HEADERS, moc doesn't need to go through it
      - MOC_DIR doesn't have to be adjusted anymore
      
      Change-Id: Id706e7f2ef7c9607bdcd0ba63afecf5b5854262b
      Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
      b6b4418d
    • Jocelyn Turcotte's avatar
      Prepare the directories to have more examples included. · 6713e926
      Jocelyn Turcotte authored
      
      This also ajust the name to be consistent with other Qt examples.
      - Move nano browser one directory level down,
        also renaming them to match their target name
      - Remove the dashes from the target names
      - Rename the qtquick example directory to quick, matching the style in lib
      
      Change-Id: I4a5e31be0b919ae596eadbf731be52372ae61151
      Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
      6713e926
  4. 18 Jun, 2013 - 2 commits
  5. 17 Jun, 2013 - 2 commits
  6. 11 Jun, 2013 - 1 commit
  7. 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
  8. 31 May, 2013 - 1 commit
  9. 11 Apr, 2013 - 1 commit