[vlc-devel] [PATCH 0/9] Rework some simple preferences

Pierre Lamot pierre at videolabs.io
Tue Dec 19 11:56:49 CET 2017


theses patches updates Simple preferences screens to fix #19305

I added an option to select the default fullscreen display, I put this option in
Interface rather than Video, because it is only valid when the video is embeded
in the interface.

some labels I added might not be the best, I'm open to suggestions. esp:
   -> [8/9] "Fullscreen display" (to select wich screen will be used when entering in fullscreen)

Pierre Lamot (9):
  Qt: spref, remove Dolby Surround and headphone preference
  Qt: spref, put subtitle shadow and background options on their own
    line
  Qt: spref, fix Interface > Network > Filter alignment
  Qt: spref, move "Continue playback?" to playlist
  Qt: spref, align Privacy / Network options
  Qt: spref, move DirectX specific options to the DirectX GroupBox
  Qt: spref, remove DirectX DisplayDevice preference
  Qt: spref, add option to select the fullscreen screen
  Qt: spref, add fast seek option

 modules/gui/qt/components/simple_preferences.cpp |  46 ++--
 modules/gui/qt/ui/sprefs_audio.ui                |  66 +-----
 modules/gui/qt/ui/sprefs_input.ui                | 129 ++++++-----
 modules/gui/qt/ui/sprefs_interface.ui            | 276 +++++++++++------------
 modules/gui/qt/ui/sprefs_subtitles.ui            | 133 ++++++-----
 modules/gui/qt/ui/sprefs_video.ui                |  35 +--
 6 files changed, 312 insertions(+), 373 deletions(-)

--
2.14.1


More information about the vlc-devel mailing list