Commits on Source (2)
-
this allows an application to manage error messages outside of the UI lifetime. For instance to store error messages before the UI is loaded and able to handle dialogs. ref: #26378
211baa3f -
this allows to store error messages before the UI is loaded and not to miss dialogs messages if they are requested before the QML is ready. fix: #26111
c801d4f2
Showing
- include/vlc/libvlc_dialog.h 28 additions, 10 deletionsinclude/vlc/libvlc_dialog.h
- include/vlc_dialog.h 23 additions, 10 deletionsinclude/vlc_dialog.h
- lib/dialog.c 8 additions, 11 deletionslib/dialog.c
- modules/gui/macosx/panels/dialogs/VLCCoreDialogProvider.m 2 additions, 1 deletionmodules/gui/macosx/panels/dialogs/VLCCoreDialogProvider.m
- modules/gui/qt/dialogs/dialogs/dialogmodel.cpp 58 additions, 30 deletionsmodules/gui/qt/dialogs/dialogs/dialogmodel.cpp
- modules/gui/qt/dialogs/dialogs/dialogmodel.hpp 14 additions, 32 deletionsmodules/gui/qt/dialogs/dialogs/dialogmodel.hpp
- modules/gui/qt/dialogs/dialogs/qml/Dialogs.qml 22 additions, 21 deletionsmodules/gui/qt/dialogs/dialogs/qml/Dialogs.qml
- modules/gui/qt/maininterface/mainui.cpp 3 additions, 2 deletionsmodules/gui/qt/maininterface/mainui.cpp
- src/interface/dialog.c 31 additions, 2 deletionssrc/interface/dialog.c
- src/libvlccore.sym 1 addition, 0 deletionssrc/libvlccore.sym
- test/src/interface/dialog.c 2 additions, 1 deletiontest/src/interface/dialog.c