1. 19 Jul, 2017 - 1 commit
    • Florian Bruhin's avatar
      Add method for triggering downloads · 0f20780d
      Florian Bruhin authored
      
      The method download(const QUrl &url, const QString &suggestedFileName)
      already exists in WebContentsAdapter. It is now accessible through a
      corresponding method in QWebEnginePage.
      
      [ChangeLog][QtWebEngineWidgets][QWebEnginePage] New QWebEnginePage::download()
      method to start custom downloads for a web page.
      
      Task-number: QTBUG-55944
      Change-Id: I185ec69c1668b377a129bc9fc09963278e52de1e
      Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
      0f20780d
  2. 26 Jun, 2017 - 1 commit
    • Florian Bruhin's avatar
      Don't disable local storage for offTheRecord profiles · eaf6e205
      Florian Bruhin authored
      
      Chromium has local storage enabled in icognito windows, and simply doesn't
      persist it to disk. QtWebEngine seems to do the same when local storage is
      enabled in an off-the-record profile, so there's no reason to disable it by
      default.
      
      This also matches the behavior in Chromium (and Firefox, but not Safari).
      
      [ChangeLog] HTML 5 local storage is now enabled by default (but residing in
      memory) in off-the-record profiles.
      
      Change-Id: I0cb7e946575a53471ffed9d3324b3ae4c2e80eee
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      eaf6e205
  3. 23 Jun, 2017 - 1 commit
  4. 08 May, 2017 - 1 commit
  5. 26 Mar, 2017 - 1 commit
  6. 29 Oct, 2016 - 1 commit
  7. 17 Oct, 2016 - 1 commit
  8. 20 Sep, 2016 - 1 commit
  9. 02 Jul, 2016 - 1 commit
  10. 22 Jun, 2016 - 1 commit
  11. 16 Jun, 2016 - 1 commit
  12. 06 May, 2016 - 1 commit
  13. 04 May, 2016 - 2 commits
  14. 20 Apr, 2016 - 1 commit
  15. 19 Apr, 2016 - 1 commit
  16. 18 Apr, 2016 - 1 commit
    • Michal Klocek's avatar
      Update spellchecker APIs · 7d172fcf
      Michal Klocek authored
      
      * marks new properties in QQuickWebEngineProfile as FINAL
      * removes QT_NO_SPELLCHECK from API headers
      * renames spellCheckLanguages() to availableDictionaries()
      * removes "togle spellcheck" methods and actions
      * use WEBENGINE_CONFIG instead of CONFIG for disable the feature at
      compile time: WEBENGINE_CONFIG+=no_spellcheck
      
      Done-With: Peter Varga <pvarga@inf.u-szeged.hu>
      Task-number: QTBUG-52371
      Change-Id: I8c8eff497b9e7afe0cec2edc97dec248151487f2
      Reviewed-by: default avatarMichael Brüning <michael.bruning@theqtcompany.com>
      7d172fcf
  17. 03 Apr, 2016 - 1 commit
  18. 31 Mar, 2016 - 1 commit
  19. 29 Mar, 2016 - 1 commit
  20. 29 Feb, 2016 - 1 commit
  21. 10 Feb, 2016 - 1 commit
  22. 01 Feb, 2016 - 2 commits
    • Michal Klocek's avatar
      Add spell checker support · 4713387c
      Michal Klocek authored
      
      Integrate chromium spell checker:
      * add spellchecker and dependencies to build
      * underline misspelled words in html text areas
      * right-click context menu shows up to 4 options to
        correct the misspelled word
      * toggle spell check from context menu
      * add new qml and widget api calls to qwebengineprofile
        to enable/disable spell check, select spell check language,
        get list of supported languages/dictionaries
      * register new qml spell check properties for QtWebEngine 1.3
      * CONFIG+="no_spellcheck" to remove spellcheck support
      
      Change-Id: Ie61434ab9493597d7759a6f33794f6859c4e3a4c
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>
      4713387c
    • Jani Heikkinen's avatar
      Unify license header usage. · 676b9f24
      Jani Heikkinen authored
      
      Update files using old header.LGPL3 to use header.LGPL
      Update files using old header.FLD to use new header.FDL
      Update files using old header.BSD to use new header.BSD
      
      Change-Id: I36a67aaa8c3ca6c7946308defc9c03c3571a7d23
      Reviewed-by: default avatarKai Koehne <kai.koehne@theqtcompany.com>
      676b9f24
  23. 27 Jan, 2016 - 1 commit
  24. 06 Jan, 2016 - 1 commit
  25. 11 Dec, 2015 - 1 commit
  26. 07 Dec, 2015 - 1 commit
  27. 01 Dec, 2015 - 2 commits
  28. 05 Nov, 2015 - 1 commit
  29. 19 Oct, 2015 - 1 commit
  30. 16 Oct, 2015 - 1 commit
  31. 13 Oct, 2015 - 1 commit
  32. 08 Oct, 2015 - 1 commit
  33. 06 Oct, 2015 - 1 commit
  34. 30 Sep, 2015 - 1 commit
  35. 22 Sep, 2015 - 1 commit
  36. 14 Sep, 2015 - 1 commit
  37. 09 Sep, 2015 - 1 commit