1. Aug 19, 2013
    • 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
  2. Jul 31, 2013
    • Pierre Rossi's avatar
      [Examples] Add Ctrl + L shortcut for testing · df4a06d2
      Pierre Rossi authored
      
      It's quite convenient when one wants to test if navigating works.
      
      Change-Id: I89404df3a9a878701180fdd5b5144b46b3f68df5
      Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
      df4a06d2
    • 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
  3. Jul 03, 2013
  4. Jun 18, 2013
  5. Jun 17, 2013