1. 04 Nov, 2014 - 1 commit
  2. 06 Oct, 2014 - 2 commits
  3. 12 Sep, 2014 - 1 commit
  4. 19 Aug, 2014 - 1 commit
  5. 19 May, 2014 - 1 commit
  6. 15 Apr, 2014 - 1 commit
    • Jocelyn Turcotte's avatar
      Cleanup the QtWebEngineWidgets public headers and API · beb4ff33
      Jocelyn Turcotte authored
      
      Headers were left intact to leave a trace of the evolution compared
      to the QtWebKit API and to make it easier to work until we had a
      basic subset of the API implemented.
      
      With the upcoming release, this patch removes this convenience in the
      aim of starting polishing the headers and the documentation for the
      upcoming release.
      
      Change-Id: Iae436b4ec041d771a7002575e122835802bc9f3e
      Reviewed-by: default avatarMichael Bruning <michael.bruning@digia.com>
      beb4ff33
  7. 10 Apr, 2014 - 1 commit
  8. 19 Mar, 2014 - 1 commit
  9. 13 Feb, 2014 - 2 commits
    • Jocelyn Turcotte's avatar
      Implement QWebEnginePage::findText · 324706a5
      Jocelyn Turcotte authored
      
      A few changes to the API:
      - Return the success result asynchronously.
      - FindWrapsAroundDocument and HighlightAllOccurrences are enabled by
        defaults and cannot be disabled.
      - Found text isn't updating the selection on the page like QtWebKit
        did, but triggers a separate state not available. A find count and
        current index could be exposed, but isn't in this case to keep the
        API delta lower.
      
      This also adds the possibility to pass bool results through the
      CallbackDirectory and add a new tst_QWebEnginePage::findTextResult
      test since the old test relied on the selection to be updated when
      the searched text is found.
      
      Change-Id: I8189b5aea8d832df183c6c1ae03e3f08198a9c45
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
      324706a5
    • Jocelyn Turcotte's avatar
      Update the invoke wrapper to allow bool arguments · 9df1c501
      Jocelyn Turcotte authored
      
      Forcing that arguments to be const references isn't necessary and
      prevents base types to be passed by value.
      
      Change-Id: I53ace8cf731ecaeee0b997af72d37843ef54e38f
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
      9df1c501
  10. 27 Jan, 2014 - 1 commit
  11. 22 Jan, 2014 - 1 commit
    • Jocelyn Turcotte's avatar
      Implement QWebEnginePage::toHtml and toPlainText · 1fcd7970
      Jocelyn Turcotte authored
      
      Those methods are now made asynchronous and need to be given a
      callback to handle the result.
      
      Update the code in the browser and fancybrowser examples using
      std::bind when using C++11 or tr1::bind with C++03 (which should be
      available with compilers on platforms that we support).
      
      Add a (currently failing) earlyToHtml test to make sure that an empty
      page doesn't crash because of a possibly incomplete attachment of
      the QtRenderViewObserver.
      
      Change-Id: I3ab7cb6f25b91b584dd80df5e4e9ad1e3214348e
      Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
      1fcd7970
  12. 14 Jan, 2014 - 1 commit
  13. 01 Oct, 2013 - 1 commit
  14. 20 Aug, 2013 - 4 commits