1. Jun 20, 2016
  2. Apr 20, 2016
  3. Mar 25, 2016
  4. Mar 07, 2016
  5. Mar 01, 2016
  6. Feb 01, 2016
  7. Jan 22, 2016
  8. Jan 07, 2016
  9. Dec 18, 2015
  10. Dec 17, 2015
    • Michal Klocek's avatar
      Fix fullscreen mode in qml api · 1c547c6a
      Michal Klocek authored
      
      Current implementation was not working correctly
      for quicknanobrowser when entering and leaving
      fullscreen video, in cases where the browser itself
      was already fullscreen. Use ExitFullScreen
      to leave fullscreen in demo code. Use onFullScreenRequested
      handler to track if fullscreen mode is on.
      
      Change-Id: I022d5e830b189897d34a9a8747381d041101c692
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>
      1c547c6a
  11. Oct 28, 2015
  12. Oct 27, 2015
  13. 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
  14. 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
  15. Sep 10, 2015
  16. Jul 30, 2015
  17. Jul 06, 2015
  18. May 07, 2015
  19. Mar 30, 2015
  20. Mar 16, 2015
  21. Mar 09, 2015
  22. Mar 04, 2015
  23. 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
  24. Feb 16, 2015
  25. Feb 09, 2015
  26. Feb 02, 2015
  27. Jan 23, 2015
  28. Nov 17, 2014
  29. Nov 05, 2014
  30. Nov 04, 2014
  31. Oct 13, 2014
  32. Oct 10, 2014
  33. Aug 12, 2014
  34. Aug 04, 2014