1. 04 Nov, 2014 - 1 commit
  2. 19 Aug, 2014 - 1 commit
  3. 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
  4. 19 Mar, 2014 - 1 commit
  5. 13 Feb, 2014 - 1 commit
    • 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
  6. 17 Sep, 2013 - 1 commit
  7. 20 Aug, 2013 - 2 commits