- Update to version 0.9.0:
+ Changes:
- QGnomePlatform has been now internally split into two
providers for configuration, where only one is used at a time
(not mixed together as before). We can even switch between
providers on runtime, e.g. when xdg-desktop-portal is started
later.
- QGnomePlatform can now switch between dark/light themes on
runtime (requires Adwaita-qt 1.4.2).
- Implements QPlatformTheme::Appearance() for Qt6.
- Added support for window menu into client-side decorations.
- Added support for native system try icon using QGnomeTheme
for Qt6.
- Added support for GNOME 42 theme switching (using Settings
portal).
+ Fixes:
- FileChooser portal: send window id in hex and only for
xwayland apps (backport from Qt).
- Ensure gtk uses the same windowing system as Qt (backport
from Qt).
- Fixes decoration size when QT_SCALE_FACTOR is set.
- Add Obsoletes/Provides QGnomePlatform to ease the switch-over.
- Add multibuild facility to provide both Qt5 and Qt6 flavors. This
is needed to hook up the right Qt base from adwaita-qt and apply
the configurations needed to change the styling of the window of
Qt apps under GNOME (boo#1202526).
- Add respective Qt6 build requirements and make use of
conditionals to produce a multibuild package based on flavors.
OBS-URL: https://build.opensuse.org/request/show/1006647
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/QGnomePlatform?expand=0&rev=18
5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
<multibuild>
|
|
<flavor>qt5</flavor>
|
|
<flavor>qt6</flavor>
|
|
</multibuild>
|