1. 28 Sep, 2017 - 1 commit
  2. 19 Jul, 2017 - 1 commit
    • Jüri Valdmann's avatar
      Update Simple Browser example · a71efecb
      Jüri Valdmann authored
      
      - Accept downloads and add a downloads list.
      - Fix toolbar icons being pixelated on hidpi screens by
        - enabling attribute AA_UseHighDpiPixmaps, and
        - replacing the 22x22 icons with 32x32 versions.
      - Move favicon selection to WebView to reduce duplication.
      - Replace UrlLineEdit with a standard QLineEdit using a QAction for the favicon
        and setClearButtonEnabled(true) for the clear button.
      - Fix bug where the "File -> New Tab" action would create background tabs
        because the QAction::triggered(bool) signal was connected to the
        TabWidget::createTab(bool) slot with the bool argument having a completely
        different meaning between the two.
      - Make the toolbar unmovable. Nobody wants to move the toolbar.
      - Add tooltips to toolbar buttons.
      - Add tooltips to the tab bar (page titles).
      - Stop adding icons to menu items only to disable them right after.
      
      Task-number: QTBUG-60655
      Change-Id: I10cc0fa82dbf39281bbdbbf9ef901e1b26402f80
      Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@qt.io>
      Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
      a71efecb
  3. 20 Jun, 2016 - 1 commit
  4. 07 Jun, 2016 - 1 commit
  5. 11 May, 2016 - 1 commit
    • Alexandru Croitor's avatar
      [Simplebrowser] Fix command line option parsing. · bdaea370
      Alexandru Croitor authored
      
      Passing just command line options to Chromium prevents loading of the
      initial startup url. This happens because the startup url is
      overridden by the last command line argument, which happens to be a
      Chromium option, thus an invalid URL.
      
      Fix consists in using the last command line argument as the loading url
      only if it can be parsed as valid url.
      
      Change-Id: I3615ef57b6eddc5098de79cba1b1ba6b6af193ef
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      bdaea370
  6. 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
  7. 01 Mar, 2016 - 1 commit
  8. 01 Feb, 2016 - 1 commit
  9. 22 Jan, 2016 - 1 commit
  10. 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
  11. 03 Sep, 2015 - 1 commit
  12. 16 Feb, 2015 - 1 commit
  13. 19 Mar, 2014 - 1 commit
  14. 20 Aug, 2013 - 1 commit
  15. 19 Aug, 2013 - 2 commits
  16. 17 Jun, 2013 - 2 commits
  17. 06 Jun, 2013 - 2 commits
    • Jocelyn Turcotte's avatar
      Properly implement a QWidget and QtQuick API · 5bf14ccc
      Jocelyn Turcotte authored
      This layers things properly to be able to implement the UI in the
      example application instead of directly in shell_qt.cpp.
      
      This is still using global variables to allow the Shell platform
      code to do callbacks to the API classes. This should go away once
      we properly implemented a WebContentsDelegate.
      5bf14ccc
    • Zeno Albisser's avatar
      remove blinqpage · 8736ce7b
      Zeno Albisser authored
      8736ce7b
  18. 31 May, 2013 - 2 commits
  19. 30 Apr, 2013 - 1 commit
  20. 29 Apr, 2013 - 1 commit
  21. 17 Apr, 2013 - 1 commit
  22. 11 Apr, 2013 - 1 commit