[vlc-commits] [Git][videolan/vlc][master] 4 commits: qml: do not unload playlist window if not visible

2024-04-13 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 73bad349 by Fatih Uzunoglu at 2024-04-13T10:05:46+00:00 qml: do not unload playlist window if not visible - - - - - 5a98f4b4 by Fatih Uzunoglu at 2024-04-13T10:05:46+00:00 qml: eliminate unnecessary connections in MainDisplay -

[vlc-commits] [Git][videolan/vlc][master] contrib: zlib: disable --version-script on static libraries

2024-04-13 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: e50ca0c0 by Steve Lhomme at 2024-04-13T11:33:53+00:00 contrib: zlib: disable --version-script on static libraries According to the documentation its only useful for shared libraries. With recent Android NDK this leads to linking

[vlc-commits] [Git][videolan/vlc][master] qml: Ctrl+L shortcut to open the playlist view now works the first time

2024-04-13 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 62aaef36 by Ash V at 2024-04-13T07:37:40+00:00 qml: Ctrl+L shortcut to open the playlist view now works the first time Added updatePlaylistVisible transition in the fsmForceHidden FSMState of the PlayerPlaylistVisibilityFSM.qml.

[vlc-commits] [Git][videolan/vlc][master] qml: use nullish coalescence and optional chaining to simplify conditions

2024-04-13 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 04a49bff by Pierre Lamot at 2024-04-13T13:02:12+00:00 qml: use nullish coalescence and optional chaining to simplify conditions optional chaining was introduced in 6.2 nullish coalescence was introduced in 5.15 no functional

[vlc-commits] [Git][videolan/vlc][master] qml: fix binding not restored with Qt 6 in PlayButton

2024-04-13 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: d28d8274 by Fatih Uzunoglu at 2024-04-13T15:38:41+00:00 qml: fix binding not restored with Qt 6 in PlayButton - - - - - 1 changed file: - modules/gui/qt/player/qml/controlbarcontrols/PlayButton.qml Changes:

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qt: add cache property to RoundImage

2024-04-13 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 31449414 by Pierre Lamot at 2024-04-13T16:28:40+00:00 qt: add cache property to RoundImage - - - - - 41d61e8d by Prince Gupta at 2024-04-13T16:28:40+00:00 qml: expose image cache property from GridItem - - - - - 35210a54 by

[vlc-commits] [Git][videolan/vlc][master] 17 commits: qt: remove obsolete version check for Q_MOC_INCLUDE

2024-04-13 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: b2ebdeca by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00 qt: remove obsolete version check for Q_MOC_INCLUDE - - - - - ded679b4 by Fatih Uzunoglu at 2024-04-13T14:34:59+00:00 qt: remove obsolete version check in

[vlc-commits] [Git][videolan/vlc][master] contrib: taglib: bump to 2.0.1

2024-04-13 Thread @fkuehne
Felix Paul Kühne pushed to branch master at VideoLAN / VLC Commits: e07f88d7 by Alexandre Janniaux at 2024-04-14T04:48:06+00:00 contrib: taglib: bump to 2.0.1 Release note: https://github.com/taglib/taglib/releases/tag/v2.0.1 Mostly bugfixing. - - - - - 2 changed files: -