[vlc-devel] [PATCH 7/7] qml: show a busy indicator while listing network directory

Alexandre Janniaux ajanni at videolabs.io
Sat Oct 26 10:56:59 CEST 2019


Hi,

Nice, this was very missing for the browsing !
LGTM.

Regards,
--
Alexandre Janniaux
Videolabs

On Mon, Oct 21, 2019 at 06:08:59PM +0200, Pierre Lamot wrote:
> ---
>  modules/gui/qt/qml/mediacenter/MCNetworkBrowseDisplay.qml | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/modules/gui/qt/qml/mediacenter/MCNetworkBrowseDisplay.qml b/modules/gui/qt/qml/mediacenter/MCNetworkBrowseDisplay.qml
> index d3831bb52c..b8ee21552f 100644
> --- a/modules/gui/qt/qml/mediacenter/MCNetworkBrowseDisplay.qml
> +++ b/modules/gui/qt/qml/mediacenter/MCNetworkBrowseDisplay.qml
> @@ -242,5 +242,10 @@ Utils.NavigableFocusScope {
>              }
>          }
>
> +        Utils.BusyIndicatorExt {
> +            runningDelayed: providerModel.parsingPending
> +            anchors.centerIn: parent
> +            z: 1
> +        }
>      }
>  }
> --
> 2.17.1
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list