[vlc-commits] [Git][videolan/libvlcpp][master] 4 commits: Media: Adapt to recent API changes

2022-06-20 Thread @chouquette
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp Commits: 41a07fcd by Hugo Beauzée-Luyssen at 2022-06-20T10:08:03+02:00 Media: Adapt to recent API changes The media isnt constructed with an instance anymore, but takes the instance as a parameter later on when needed - - -

[vlc-commits] [Git][videolan/vlc][master] qml: Safeguard Keys.onReleased events

2022-06-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: d695e4fa by Benjamin Arnaud at 2022-06-20T07:56:31+00:00 qml: Safeguard Keys.onReleased events fix #25598 - - - - - 9 changed files: - modules/gui/qt/medialibrary/qml/EmptyLabel.qml -

[vlc-commits] [Git][videolan/vlc][master] qt/covergenerator: Restore QImage::scaled implementation

2022-06-20 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 470005c7 by Benjamin Arnaud at 2022-06-20T07:43:50+00:00 qt/covergenerator: Restore QImage::scaled implementation QImage::scaled provides a better quality compared to QImageReader::setScaledSize. Except for svg(s). This

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml/TopBar: Add the 'textWidth' property

2022-06-20 Thread @Courmisch
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC Commits: 7f9ba8b8 by Benjamin Arnaud at 2022-06-20T17:18:08+00:00 qml/TopBar: Add the textWidth property - - - - - bf0317dd by Pierre Lamot at 2022-06-20T17:18:08+00:00 qml/TopBar: Add the reservedHeight property - - - - -