1. Mar 02, 2015
  2. Feb 26, 2015
    • Andras Becsi's avatar
      Create application bundles for widget examples on OS X · a0b9e663
      Andras Becsi authored
      
      Do not remove app_bundle from CONFIG and update the Info.plist file
      for the Browser example to have the correct resolution on retina
      displays.
      This patch also updates the snapshot sha1 to include localization
      patch and one that removes a additional duplicate lower-case header
      file that was causing problems during source packaging.
      
      [ChangeLog][QtWebEngineWidgets][OS X] Fix example on retina display
      
      Change-Id: I682d41ca13d33ec06837ad862924382f4236d76c
      Task-number: QTBUG-44633
      Reviewed-by: default avatarMichael Brüning <michael.bruning@theqtcompany.com>
      a0b9e663
  3. 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
  4. Feb 16, 2015
  5. Feb 09, 2015
  6. Feb 06, 2015
  7. Feb 05, 2015
  8. Feb 02, 2015
  9. Jan 23, 2015
  10. Jan 16, 2015
  11. Dec 12, 2014
    • Allan Sandfeld Jensen's avatar
      Introduce QWebEngineProfile API · 6ec3268a
      Allan Sandfeld Jensen authored
      
      Introduces initial widgets API for the Chromium BrowserContext.
      
      Adds API for controlling cookie jar policy, user-agent string and
      cache and persistent data paths.
      
      Similar QML API will follow in another patch.
      
      [ChangeLog][QtWebEngineWidgets][QWebEngineProfile] New API for profiles
      applying to groups of QWebEnginePages.
      
      Change-Id: I3c4ef4053fde7564af29178c91a0aca8a2b61a5f
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      6ec3268a
  12. Nov 20, 2014
  13. Nov 17, 2014
  14. Nov 07, 2014
  15. Nov 05, 2014
  16. Nov 04, 2014
  17. Oct 20, 2014
  18. Oct 13, 2014
  19. Oct 10, 2014
  20. Oct 06, 2014
  21. Sep 29, 2014
  22. Sep 12, 2014
  23. Sep 09, 2014
  24. Aug 29, 2014
  25. Aug 19, 2014
  26. Aug 15, 2014
    • Jocelyn Turcotte's avatar
      Handle new window/tab modifiers also on normal navigations · bf4064cd
      Jocelyn Turcotte authored
      
      AddNewContents is only called when window.open is called from JavaScript.
      
      We also want the shift/ctrl modifiers to trigger normal links to open
      in the requested disposition. In this case OpenURLFromTab will pass
      the detected disposition and we must create a new WebContents
      ourselves.
      
      Use the same code path going through
      WebContentsAdapterClient::adoptNewWindow except that we pass a null
      WebContents pointer to the WebContentsAdapter constructor and let it
      create its own when initialized.
      
      Change-Id: I817b0e72aec12723bf92d9b7ad85c1cecbf5e408
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      bf4064cd
  27. Aug 12, 2014
  28. Aug 04, 2014
  29. Aug 01, 2014
  30. Jul 30, 2014
    • Allan Sandfeld Jensen's avatar
      Add api to get the favicon URL · a99922af
      Allan Sandfeld Jensen authored
      
      Adds one of the missing pieces of the QWebFrame and QWebView APIs.
      Unlike the QtWebKit version this only fetches the favicon URL, and not
      the icon. This is because we do not want to implement an icon database,
      and that the icon would be loaded asynchronous anyway, bringing no
      guarantee to be a valid icon/image yet.
      
      Change-Id: I227311ae3676044da850e687b82bee752b5079c8
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      a99922af
  31. Jun 27, 2014
  32. May 19, 2014