Skip to content

qml: better undocked playlist handling

Fatih Uzunoğlu requested to merge fuzun/vlc:playlist-docking into master

This set of patches improve how undocked playlist behaves.

It also fixes #25737 (closed), with a workaround (disabling keyboard overlay menu fixes the issue). There is a Qt bug that causes segmentation fault when closing a window.

Related: https://bugreports.qt.io/browse/QTBUG-73243 https://bugreports.qt.io/browse/QTBUG-78667 https://bugreports.qt.io/browse/QTBUG-72604

Merge request reports