[vlc-devel] [PATCH 0/2] fix issues with Qt-loop button icon

Filip Roséen filip at videolabs.io
Mon May 30 18:18:04 CEST 2016


The Qt interface button responsible for showing what "loop mode" is
currently active does not work properly.

If the playlist is set to both loop (all), and repeat (ie. play a
single entity over and over), the button would display the icon
corresponding to "loop" (even though "repeat" should be displayed).

The same thing will happen if one controls VLC through --extraintf,
showing that the wrong icon will be displayed when toggling "loop",
"repeat".

These two patches fixes the issue by changing the relevant expressions
in charge of what icon is to be played.

Filip Roséen (2):
  gui/qt: fix setup of loop-button icon
  gui/qt: fix loop-button icon on notification of change

 modules/gui/qt/components/controller.cpp | 12 ++++++++++--
 modules/gui/qt/input_manager.cpp         |  8 +++++---
 2 files changed, 15 insertions(+), 5 deletions(-)

-- 
2.8.3



More information about the vlc-devel mailing list