1. 04 Nov, 2014 - 1 commit
  2. 19 Mar, 2014 - 3 commits
    • Jocelyn Turcotte's avatar
      Fork the quicknanobrowser as tests/quicktestbrowser · c117207e
      Jocelyn Turcotte authored
      
      This also removed experimental API uses from the quicknanobrowser example,
      which should be used mainly for documentation purposes.
      
      The quicktestbrowser should be the one that we use from now on as a raw testbed
      of new APIs.
      
      As with other targets in the tests directory, it will only be built by default
      if Qt is configured with -developer-build (and without -nomake tests).
      
      Change-Id: Ib4461c898cd3227bbb810493daac4d841d0d8f3e
      Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
      c117207e
    • Jocelyn Turcotte's avatar
      Rename example directories to match the source install destination · 482a89fb
      Jocelyn Turcotte authored
      
      To match other modules example directory structures we should deploy our
      examples in a directory matching the module name, webengine and
      webenginewidgets in our case.
      
      qmake uses the relative directory of each example up to the upper "examples"
      directory to decide where they will be deployed when running the sources
      install target.
      
      Change-Id: I59ce7ff8a30f98fad20064c7eecf72b784f1d275
      Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
      482a89fb
    • Jocelyn Turcotte's avatar
      Remove the widgetsnanobrowser example · f8d1105a
      Jocelyn Turcotte authored
      
      This example hasn't been touched since we imported QtWebKit examples.
      If we need to have a more test-purpose widgets browser in the future,
      we can dig it back from the history.
      
      Change-Id: Icee9bd7f09827a97b33c6783b87311e331d963b1
      Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
      f8d1105a
  3. 18 Jun, 2013 - 3 commits
  4. 17 Jun, 2013 - 2 commits
  5. 11 Jun, 2013 - 1 commit
  6. 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
  7. 31 May, 2013 - 1 commit
  8. 11 Apr, 2013 - 1 commit