[vlc-devel] commit: Revert "qt4 - Make errors dialog Application Modal." ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Jul 2 19:14:19 CEST 2009
vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Thu Jul 2 20:11:14 2009 +0300| [131945099d773609c2c199a2edc2bae799e3cd4c] | committer: Rémi Denis-Courmont
Revert "qt4 - Make errors dialog Application Modal."
This reverts commit f4e4ec78c05a8eaceb2b8424d1ccf503e2b58ec2.
Non-modal errors are non-model errors, and we only use the error dialog
for non-modal errors (otherwise we use a critical message box). We need
the Qt4 UI to remain usable inspite of a continuous flow of error.
(cherry picked from commit 36b4ced9c9a2af81237d4b5a7240873c7041f589)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=131945099d773609c2c199a2edc2bae799e3cd4c
---
modules/gui/qt4/dialogs/errors.cpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/dialogs/errors.cpp b/modules/gui/qt4/dialogs/errors.cpp
index b1f2fd1..a2bd94f 100644
--- a/modules/gui/qt4/dialogs/errors.cpp
+++ b/modules/gui/qt4/dialogs/errors.cpp
@@ -42,8 +42,6 @@ ErrorsDialog::ErrorsDialog( QWidget *parent, intf_thread_t *_p_intf )
setWindowTitle( qtr( "Errors" ) );
resize( 500 , 300 );
- setWindowModality( Qt::ApplicationModal );
-
QGridLayout *layout = new QGridLayout( this );
QDialogButtonBox *buttonBox = new QDialogButtonBox;
More information about the vlc-devel
mailing list