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. 17 Jul, 2017 - 1 commit
  3. 26 Jun, 2017 - 1 commit
  4. 03 Apr, 2017 - 1 commit
  5. 27 Mar, 2017 - 1 commit
  6. 07 Mar, 2017 - 1 commit
  7. 16 Jan, 2017 - 1 commit
  8. 11 Jan, 2017 - 1 commit
    • Viktor Engelmann's avatar
      Add methods to issue various types of HTTP requests · c4e1aa2c
      Viktor Engelmann authored
      
      Added class QWebEngineHttpRequest, which describes a
      GET or POST HTTP Request. Also added overloads of method
      "load" to QWebEngineView, QWebEnginePage and WebContentsAdapter,
      which issue such a request.
      These can be used for example to simulate form-submissions.
      
      Task-number: QTBUG-53314
      Task-number: QTBUG-53372
      Change-Id: I85ac8cdd3d1557905b35e3172b922aba356d1c41
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      c4e1aa2c
  9. 10 Jan, 2017 - 1 commit
  10. 19 Dec, 2016 - 1 commit
  11. 01 Oct, 2016 - 1 commit
  12. 26 Sep, 2016 - 1 commit
  13. 24 Aug, 2016 - 1 commit
    • Michael Bruning's avatar
      Add widgets API for printing on a QPrinter · af253501
      Michael Bruning authored
      
      Renders the content to a PDF document and then renders this on a
      QPrinter-backed QPainter using the PDFium library.
      
      PDFium bitmap to QImage conversion based on work by Paulo Pinheiro
      <paulvap.os@gmail.com>.
      
      [ChangeLog][QtWebEngineWidgets][Printing] Enables printing QWebPage
      content on a QPrinter. Currently does not support previewing the
      document. Widgets only for the moment.
      
      Change-Id: I9a5264433093379aee90f5e4f69bf2aee8814f2b
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      af253501
  14. 02 Aug, 2016 - 1 commit
  15. 02 Jul, 2016 - 1 commit
  16. 16 Jun, 2016 - 1 commit
  17. 19 May, 2016 - 1 commit
  18. 06 May, 2016 - 1 commit
  19. 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
  20. 13 Apr, 2016 - 2 commits
  21. 08 Apr, 2016 - 1 commit
  22. 31 Mar, 2016 - 1 commit
  23. 30 Mar, 2016 - 2 commits
  24. 16 Mar, 2016 - 1 commit
  25. 25 Feb, 2016 - 1 commit
  26. 15 Feb, 2016 - 1 commit
  27. 10 Feb, 2016 - 1 commit
  28. 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
  29. 15 Jan, 2016 - 1 commit
  30. 08 Jan, 2016 - 1 commit
  31. 15 Dec, 2015 - 1 commit
  32. 11 Dec, 2015 - 1 commit
  33. 12 Nov, 2015 - 1 commit
  34. 19 Oct, 2015 - 1 commit
  35. 12 Oct, 2015 - 3 commits