qutebrowser icon indicating copy to clipboard operation
qutebrowser copied to clipboard

Interesting changes in Qt 6.7

Open The-Compiler opened this issue 2 years ago • 14 comments

Interesting changes which didn't make it into 6.6 (#7646):

The-Compiler avatar Jun 14 '23 10:06 The-Compiler

Add QWebEngineSettings::AutoDarkModeEnabled (I4b3512dc) · Gerrit Code Review

(yes, I'm pretty sure that'd mean toggling dark mode without restart, and most likely per-domain dark mode toggling)

:heavy_check_mark: done here: https://github.com/qutebrowser/qutebrowser/pull/8182

The-Compiler avatar Aug 01 '23 08:08 The-Compiler

Add setting method to set image animation policy (I8b3ab606) · Gerrit Code Review

Note we can expose this as an option needing a restart with earlier Qt versions:

python3 -m qutebrowser --temp-basedir --qt-flag blink-settings=imageAnimationPolicy=1 https://giphy.com/categories

where (with both Qt 5 and Qt 6), 0 is the default (kImageAnimationPolicyAllowed), 1 animates once (kImageAnimationPolicyAnimateOnce) and 2 disables animations (kImageAnimationPolicyNoAnimation).

The-Compiler avatar Aug 30 '23 20:08 The-Compiler

Draft schedule:

  • Qt 6.7 Platform and Module freeze 24.11.2023
  • Qt 6.7 Feature Freeze 8.12.2023
  • Qt 6.7 Beta1 19.12.2023
  • Qt 6.7 RC 5.3.2024
  • Qt 6.7 Final release 19.3.2024

The-Compiler avatar Sep 01 '23 20:09 The-Compiler

The developer tools have changed their styling, that's interesting!

image

toofar avatar Jan 07 '24 06:01 toofar