[vlc-commits] [Git][videolan/vlc][master] macosx: Fix dark mode and theme switching issues with playlist drawer

2022-07-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 19fb0ec2 by Claudio Cambra at 2022-07-09T22:00:22+00:00 macosx: Fix dark mode and theme switching issues with playlist drawer - - - - - 3 changed files: - modules/gui/macosx/UI/VLCLibraryWindow.xib -

[vlc-commits] [Git][videolan/vlc][master] vlc_aout: don't return void in public header

2022-07-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 456bed4a by Steve Lhomme at 2022-07-09T22:24:49+00:00 vlc_aout: dont return void in public header Some compilers dont like that. - - - - - 1 changed file: - include/vlc_aout.h Changes:

[vlc-commits] [Git][videolan/vlc][master] 3 commits: qml: fix initial index restoring in video group view

2022-07-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: df7ea14a by Prince Gupta at 2022-07-09T20:58:22+00:00 qml: fix initial index restoring in video group view remove unnecessary overriding property - - - - - 5a51394c by Prince Gupta at 2022-07-09T20:58:22+00:00 qml: remove

[vlc-commits] [Git][videolan/vlc][master] macosx: React to more media library change events

2022-07-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 7fdcf692 by Claudio Cambra at 2022-07-09T21:36:47+00:00 macosx: React to more media library change events - - - - - 1 changed file: - modules/gui/macosx/library/VLCLibraryModel.m Changes:

[vlc-commits] [Git][videolan/vlc][master] 8 commits: qt/mlvideo: Fix the 'isNew' property

2022-07-09 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 31e65c12 by Benjamin Arnaud at 2022-07-09T22:02:11+00:00 qt/mlvideo: Fix the isNew property The previous implementation simply did not work. - - - - - 5f12cf60 by Benjamin Arnaud at 2022-07-09T22:02:11+00:00 qt/mlvideo: