1. Jan 23, 2018
  2. Jan 09, 2018
  3. Nov 12, 2017
  4. Nov 02, 2017
  5. Oct 25, 2017
  6. Oct 20, 2017
  7. Sep 28, 2017
  8. Sep 20, 2017
  9. Sep 15, 2017
  10. Aug 23, 2017
  11. Aug 04, 2017
  12. Aug 03, 2017
  13. Aug 02, 2017
  14. Jul 31, 2017
  15. Jul 26, 2017
  16. Jul 19, 2017
    • 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
  17. Jul 13, 2017
  18. Jun 26, 2017
  19. Jun 20, 2017
  20. Jun 19, 2017
    • Jüri Valdmann's avatar
      Update Content Manipulation example code · 4f7f139b
      Jüri Valdmann authored
      
      - Use the new signals and slots syntax, QStringLiteral, lambdas and nullptr.
      - Use tr consistently for user-visible text.
      - Use unprefixed CSS transform properties.
      - Remove the "; undefined" workaround for runJavaScript calls, which is supposed
        to prevent a "possible recursion loop and crash" due to QVariant conversion.
        However, since no callback is passed to the method, no such conversion is
        taking place nowadays.
      
      Task-number: QTBUG-60655
      Change-Id: Iad9131a17e488bf5e6b1905483be33b562dbfc62
      Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
      Reviewed-by: default avatarViktor Engelmann <viktor.engelmann@qt.io>
      4f7f139b
  21. Jun 13, 2017
  22. Jun 08, 2017
  23. Jun 06, 2017
  24. May 23, 2017
  25. May 18, 2017
  26. May 15, 2017
  27. May 10, 2017
  28. May 04, 2017
  29. May 03, 2017