1. Oct 28, 2015
  2. Oct 27, 2015
  3. Oct 09, 2015
    • Joerg Bornemann's avatar
      add RequestClose web action · 2e9c6cd0
      Joerg Bornemann authored
      
      Web pages can set the onbeforeunload handler to let the user confirm
      whether to leave the page or not. Until now, only when leaving the
      page via a link, a confirmation was shown.
      Before actually closing a web page, applications can now trigger
      the RequestClose web action. This will give the use the chance to
      confirm or deny the close request.
      If the request is confirmed, the signal windowCloseRequested is
      emitted.
      
      Task-number: QTBUG-36155
      Change-Id: Icc1fabc37a2ac537f674c2f00bc8966e4dc4e610
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>
      2e9c6cd0
  4. Oct 07, 2015
    • Leena Miettinen's avatar
      Doc: remove doc config file from Qt WebEngineWidgets submodule · 8318548b
      Leena Miettinen authored
      
      This helps maintaining the doc dependencies.
      
      All Qt WebEngine module docs are now generated in the
      /qtbase/doc/qtwebengine/ folder.
      
      Note that you must run qmake -r for the docs to be generated
      correctly after applying this patch.
      
      Add Qt WebEngine C++ Classes page that lists the C++ classes
      for the submodules.
      
      Modify snippet and example paths accordingly.
      
      Change-Id: I59431c5f766f30b59654ca4e2219b76c79137225
      Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
      8318548b
  5. Sep 10, 2015
  6. Jul 30, 2015
  7. Jul 06, 2015
  8. May 07, 2015
  9. Mar 30, 2015
  10. Mar 16, 2015
  11. Mar 09, 2015
  12. Mar 04, 2015
  13. Feb 18, 2015
    • Pierre Rossi's avatar
      Move navigationHistory out of experimental · 6717d581
      Pierre Rossi authored
      
      Add an offset role to the models.
      Implement goBackAndForward that uses this offset.
      
      Also add a complete model, items, that includes current
      navigation entry (at offset 0) to allow for the Firefox-style
      single menu, and add that one to the nano browser example.
      
      The models are now instantiated lazily as it's unlikely the
      three models will be used by the same app.
      
      Change-Id: Ib551738611497c7eb9c501f045cda315968a2ada
      Reviewed-by: default avatarAndras Becsi <andras.becsi@theqtcompany.com>
      6717d581
  14. Feb 16, 2015
  15. Feb 09, 2015
  16. Feb 02, 2015
  17. Jan 23, 2015
  18. Nov 17, 2014
  19. Nov 05, 2014
  20. Nov 04, 2014
  21. Oct 13, 2014
  22. Oct 10, 2014
  23. Aug 12, 2014
  24. Aug 04, 2014
  25. Jun 27, 2014
  26. May 19, 2014
  27. May 16, 2014
  28. May 05, 2014
  29. Mar 31, 2014
    • Simon Hausmann's avatar
      Centralize OpenGL initialization · 3d6d6594
      Simon Hausmann authored
      
      We now require the user to use QWebEngine::initialize() in main (preferably) and
      print out an error message if this wasn't set up accordingly. This limits the use
      of private scene graph API to inside QWebEngine and offers public API for users
      of the API.
      
      Change-Id: I787c176a85ab7784dbc8787d9876960b4872959e
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      3d6d6594
  30. Mar 26, 2014
  31. Mar 19, 2014
    • 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