Skip to content

qt, contrib: get rid of qt5compat

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/getridofqt5compat into master

Qt5Compat.GraphicalEffects is now only used if Qt version is less than 6.5.0. This makes qt5compat not relevant for contribs, as we provide Qt 6.8.0 currently (QtQuick.Effects is used instead).

I also fixed the csd window shadow that is stacked below the interface not being hollow. This is currently a problem when the window has backdrop blur so that the interface has translucent parts. CSD shadow should not act as a filter for the backdrop blur effect.

Custom rectangular glow patches picked from !5417 (closed).

Request review @chub.

Edited by Fatih Uzunoğlu

Merge request reports

Loading