1. 02 Jul, 2016 - 1 commit
  2. 16 Mar, 2016 - 1 commit
    • Michal Klocek's avatar
      Strip down demobrowser to become simplebrowser · 0b6a3254
      Michal Klocek authored
      
      Demobrowser changes:
      * remove QLocalServer/Socket
      * remove AutoSaver
      * remove restoreLastSession
      * remove general QSettings
      * remove downloadManager
      * remove bookmarkManager
      * remove historyManager
      * remove searchBar
      * favor setStyleSheet over overriding paint methods
      * use lambdas where suitable
      * use QProgressBar instead of own painted widget
      * use QToolButton instead of own painted buttons
      * remove QStackWidget, use single UrlLineEdit per window
        instead of per tab
      * split files to keep own classes: webpage and webview
      * remove tracking windows by QPoiner
      * remove WebPageActionMapper, TabBar classes
      * remove QDrag dead code
      * remove special OS X close app handling
      * fix encapsulation, clean up application logic
      
      Change-Id: I4849b6a2de739dea4f01229abdb90418601a2397
      Reviewed-by: default avatarKai Koehne <kai.koehne@theqtcompany.com>
      Reviewed-by: default avatarAlexandru Croitor <alexandru.croitor@theqtcompany.com>
      0b6a3254
  3. 01 Mar, 2016 - 1 commit
  4. 26 Jan, 2016 - 1 commit
  5. 17 Dec, 2015 - 1 commit
  6. 17 Nov, 2015 - 1 commit
    • Kai Koehne's avatar
      Add 'markdowneditor' example · a6ae4526
      Kai Koehne authored
      
      This example shows the use of QWebEngineView in a hybrid application,
      and how one can leverage JavaScript libraries to provide functionality
      with minimal effort.
      
      QWebEngineView is used to preview a MarkDown document. The text is
      exposed to the view through QWebChannel. An off-the-self js library
      converts it to HTML.
      
      Change-Id: I24c38106da3ec18975c71c16f7f7a58e93142f9e
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@theqtcompany.com>
      a6ae4526
  7. 16 Nov, 2015 - 1 commit
  8. 03 Sep, 2015 - 1 commit
  9. 12 Aug, 2014 - 1 commit
  10. 01 Aug, 2014 - 1 commit
  11. 19 May, 2014 - 1 commit
  12. 08 Apr, 2014 - 1 commit
    • Jocelyn Turcotte's avatar
      Render the widgets view using the scene graph into a QOpenGLWidget · 96425960
      Jocelyn Turcotte authored
      
      This means that widgets application now need to setup the GL context
      sharing as well. QWebEngineWidgets::initialize() must be called,
      which has the same effect as QWebEngine::initialize().
      The QtWebEngineWidgets now depends on the QtWebEngine module to make
      this happen.
      
      Since QOpenGLWidget is only available in Qt 5.3, this patch also
      disables the webenginewidgets module completely when building using
      Qt 5.2.
      
      Change-Id: I0e99a779d1eb080f2ccf5a338ff0763ad64e6eba
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
      96425960
  13. 19 Mar, 2014 - 2 commits
  14. 12 Nov, 2013 - 1 commit
  15. 20 Aug, 2013 - 1 commit
  16. 19 Aug, 2013 - 1 commit
  17. 31 Jul, 2013 - 1 commit
    • Pierre Rossi's avatar
      Split out the Widgets and QtQuick integration · 67d042d0
      Pierre Rossi authored
      
      This is the first step to making proper Qt Modules out of QtWebEngine.
      The Widgets integration becomes a proper C++ Qt Module while we make
      the QtQuick side a QML plugin for now (could probably be promoted if
      the need arises).
      
      Code-wise, this means the introduction of a WebContentsAdapterClient
      interface that is subclassed by the private implementation of our API
      classes for delegation of things that are UI specific. Functionality
      from WebContents and the like is exposed via the WebContentsAdapter.
      
      Change-Id: I4ca3395b9fe8502a24e36002cfd5af44067bb6e8
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      67d042d0
  18. 17 Jun, 2013 - 1 commit