[vlc-devel] [PATCH 0/2] Update error handling to be properly displayed
Benjamin Arnaud
benjamin.arnaud at videolabs.io
Tue Mar 16 09:32:56 UTC 2021
This patch is a fix for the following: "error happening at startup might not be displayed" (https://code.videolan.org/chub/vlc/-/issues/28)
It makes sure that an error (or a collection of errors) that occured *before* the GUI are displayed once it's made visible. It also implements a dedicated "error" model for the Dialog QML view.
The error "popup" should be revamped soon since it's currently not optimal visually and in terms of behavior.
Benjamin Arnaud (2):
qt/dialogmodel: Update error handling before the GUI display
qml/Dialogs: Update error handling with the global object
.../gui/qt/dialogs/dialogs/dialogmodel.cpp | 246 ++++++++++++++----
.../gui/qt/dialogs/dialogs/dialogmodel.hpp | 177 ++++++++++---
.../gui/qt/dialogs/dialogs/qml/Dialogs.qml | 137 +++++-----
modules/gui/qt/maininterface/mainui.cpp | 5 +-
4 files changed, 410 insertions(+), 155 deletions(-)
--
2.25.1
More information about the vlc-devel
mailing list