]> git.sesse.net Git - vlc/blob - modules/gui/qt4/qt4.cpp
bd8d1a08a796e35ab7fb879f7eb7bbdcc892f412
[vlc] / modules / gui / qt4 / qt4.cpp
1 /*****************************************************************************
2  * qt4.cpp : QT4 interface
3  ****************************************************************************
4  * Copyright © 2006-2009 the VideoLAN team
5  * $Id$
6  *
7  * Authors: Clément Stenac <zorglub@videolan.org>
8  *          Jean-Baptiste Kempf <jb@videolan.org>
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation; either version 2 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU General Public License for more details.
19  *
20  * You should have received a copy of the GNU General Public License
21  * along with this program; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
23  *****************************************************************************/
24
25 #ifdef HAVE_CONFIG_H
26 # include "config.h"
27 #endif
28
29 #include <QApplication>
30 #include <QDate>
31 #include <QMutex>
32
33 #include "qt4.hpp"
34
35 #include "input_manager.hpp"    /* THEMIM destruction */
36 #include "dialogs_provider.hpp" /* THEDP creation */
37 #include "main_interface.hpp"   /* MainInterface creation */
38 #include "dialogs/help.hpp"     /* Launch Update */
39 #include "recents.hpp"          /* Recents Item destruction */
40 #include "util/qvlcapp.hpp"     /* QVLCApplication definition */
41 #include <vlc_aout_intf.h>
42
43 #ifdef Q_WS_X11
44  #include <vlc_xlib.h>
45 #endif
46
47 #include "../../../share/icons/32x32/vlc.xpm"
48 #include "../../../share/icons/32x32/vlc-xmas.xpm"
49 #include <vlc_plugin.h>
50 #include <vlc_vout_window.h>
51
52 #ifdef WIN32 /* For static builds */
53  #include <QtPlugin>
54  Q_IMPORT_PLUGIN(qjpeg)
55  Q_IMPORT_PLUGIN(qtaccessiblewidgets)
56 #endif
57
58 /*****************************************************************************
59  * Local prototypes.
60  *****************************************************************************/
61 static int  OpenIntf     ( vlc_object_t * );
62 static int  OpenDialogs  ( vlc_object_t * );
63 static int  Open         ( vlc_object_t *, bool );
64 static void Close        ( vlc_object_t * );
65 static int  WindowOpen   ( vout_window_t *, const vout_window_cfg_t * );
66 static void WindowClose  ( vout_window_t * );
67 static void *Thread      ( void * );
68 static void ShowDialog   ( intf_thread_t *, int, int, intf_dialog_args_t * );
69
70 /*****************************************************************************
71  * Module descriptor
72  *****************************************************************************/
73 #define ADVANCED_PREFS_TEXT N_( "Show advanced preferences over simple ones" )
74 #define ADVANCED_PREFS_LONGTEXT N_( "Show advanced preferences and not simple "\
75                                     "preferences when opening the preferences "\
76                                     "dialog." )
77
78 #define SYSTRAY_TEXT N_( "Systray icon" )
79 #define SYSTRAY_LONGTEXT N_( "Show an icon in the systray " \
80                              "allowing you to control VLC media player " \
81                              "for basic actions." )
82
83 #define MINIMIZED_TEXT N_( "Start VLC with only a systray icon" )
84 #define MINIMIZED_LONGTEXT N_( "VLC will start with just an icon in " \
85                                "your taskbar" )
86
87 #define KEEPSIZE_TEXT N_( "Resize interface to the native video size" )
88 #define KEEPSIZE_LONGTEXT N_( "You have two choices:\n" \
89             " - The interface will resize to the native video size\n" \
90             " - The video will fit to the interface size\n " \
91             "By default, interface resize to the native video size." )
92
93 #define TITLE_TEXT N_( "Show playing item name in window title" )
94 #define TITLE_LONGTEXT N_( "Show the name of the song or video in the " \
95                            "controller window title." )
96
97 #define NOTIFICATION_TEXT N_( "Show notification popup on track change" )
98 #define NOTIFICATION_LONGTEXT N_( \
99     "Show a notification popup with the artist and track name when " \
100     "the current playlist item changes, when VLC is minimized or hidden." )
101
102 #define ADVANCED_OPTIONS_TEXT N_( "Advanced options" )
103 #define ADVANCED_OPTIONS_LONGTEXT N_( "Show all the advanced options " \
104                                       "in the dialogs." )
105
106 #define OPACITY_TEXT N_( "Windows opacity between 0.1 and 1" )
107 #define OPACITY_LONGTEXT N_( "Sets the windows opacity between 0.1 and 1 " \
108                              "for main interface, playlist and extended panel."\
109                              " This option only works with Windows and " \
110                              "X11 with composite extensions." )
111
112 #define OPACITY_FS_TEXT N_( "Fullscreen controller opacity between 0.1 and 1" )
113 #define OPACITY_FS_LONGTEXT N_( "Sets the fullscreen controller opacity between 0.1 and 1 " \
114                              "for main interface, playlist and extended panel."\
115                              " This option only works with Windows and " \
116                              "X11 with composite extensions." )
117
118
119 #define ERROR_TEXT N_( "Show unimportant error and warnings dialogs" )
120
121 #define UPDATER_TEXT N_( "Activate the updates availability notification" )
122 #define UPDATER_LONGTEXT N_( "Activate the automatic notification of new " \
123                             "versions of the software. It runs once every " \
124                             "two weeks." )
125 #define UPDATER_DAYS_TEXT N_("Number of days between two update checks")
126
127 #define COMPLETEVOL_TEXT N_( "Allow the volume to be set to 400%" )
128 #define COMPLETEVOL_LONGTEXT N_( "Allow the volume to have range from 0% to " \
129                                  "400%, instead of 0% to 200%. This option " \
130                                  "can distort the audio, since it uses " \
131                                  "software amplification." )
132
133 #define SAVEVOL_TEXT N_( "Automatically save the volume on exit" )
134 #define STARTVOL_TEXT N_( "Default start volume" )
135
136 #define PRIVACY_TEXT N_( "Ask for network policy at start" )
137
138 #define RECENTPLAY_TEXT N_( "Save the recently played items in the menu" )
139
140 #define RECENTPLAY_FILTER_TEXT N_( "List of words separated by | to filter" )
141 #define RECENTPLAY_FILTER_LONGTEXT N_( "Regular expression used to filter " \
142         "the recent items played in the player" )
143
144 #define SLIDERCOL_TEXT N_( "Define the colors of the volume slider " )
145 #define SLIDERCOL_LONGTEXT N_( "Define the colors of the volume slider\n" \
146                        "By specifying the 12 numbers separated by a ';'\n" \
147             "Default is '255;255;255;20;226;20;255;176;15;235;30;20'\n" \
148             "An alternative can be '30;30;50;40;40;100;50;50;160;150;150;255' ")
149
150 #define QT_MODE_TEXT N_( "Selection of the starting mode and look " )
151 #define QT_MODE_LONGTEXT N_( "Start VLC with:\n" \
152                              " - normal mode\n"  \
153                              " - a zone always present to show information " \
154                                   "as lyrics, album arts...\n" \
155                              " - minimal mode with limited controls" )
156
157 #define QT_FULLSCREEN_TEXT N_( "Show a controller in fullscreen mode" )
158 #define QT_NATIVEOPEN_TEXT N_( "Embed the file browser in open dialog" )
159
160 #define FULLSCREEN_NUMBER_TEXT N_( "Define which screen fullscreen goes" )
161 #define FULLSCREEN_NUMBER_LONGTEXT N_( "Screennumber of fullscreen, instead of " \
162                                        "same screen where interface is" )
163
164 #define QT_AUTOLOAD_EXTENSIONS_TEXT N_( "Load extensions on startup" )
165 #define QT_AUTOLOAD_EXTENSIONS_LONGTEXT N_( "Automatically load the "\
166                                             "extensions module on startup" )
167
168 #define QT_MINIMAL_MODE_TEXT N_("Start in minimal view (without menus)" )
169
170 #define QT_BGCONE_TEXT N_( "Display background cone or art" )
171 #define QT_BGCONE_LONGTEXT N_( "Display background cone or current album art " \
172                             "when not playing." \
173                             "Can be disabled to prevent burning screen." )
174 #define QT_BGCONE_EXPANDS_TEXT N_( "Expanding background cone or art." )
175 #define QT_BGCONE_EXPANDS_LONGTEXT N_( "Background art fits window's size" )
176
177 #define QT_DISABLE_VOLUME_KEYS_TEXT N_( "Ignore keyboard volume buttons." )
178 #define QT_DISABLE_VOLUME_KEYS_LONGTEXT N_(                                             \
179     "With this option checked, the volume up, volume down and mute buttons on your "    \
180     "keyboard will always change your system volume. With this option unchecked, the "  \
181     "volume buttons will change VLC's volume when VLC is selected and change the "      \
182     "system volume when VLC is not selected." )
183
184 #define QT_PAUSE_MINIMIZED_TEXT N_( "Pause the video playback when minimized" )
185 #define QT_PAUSE_MINIMIZED_LONGTEXT N_( \
186     "With this option enabled, the playback will be automatically paused when minimizing the window." )
187
188 #define ICONCHANGE_TEXT N_( "Allow automatic icon changes")
189 #define ICONCHANGE_LONGTEXT N_( \
190     "This option allows the interface to change its icon on various occasions.")
191
192 /**********************************************************************/
193 vlc_module_begin ()
194     set_shortname( "Qt" )
195     set_description( N_("Qt interface") )
196     set_category( CAT_INTERFACE )
197     set_subcategory( SUBCAT_INTERFACE_MAIN )
198     set_capability( "interface", 151 )
199     set_callbacks( OpenIntf, Close )
200
201     add_shortcut("qt")
202
203     add_bool( "qt-minimal-view", false, QT_MINIMAL_MODE_TEXT,
204               QT_MINIMAL_MODE_TEXT, false );
205
206     add_bool( "qt-system-tray", true, SYSTRAY_TEXT,
207           SYSTRAY_LONGTEXT, false)
208     add_bool( "qt-notification", true, NOTIFICATION_TEXT,
209               NOTIFICATION_LONGTEXT, false )
210     add_bool( "qt-start-minimized", false, MINIMIZED_TEXT,
211               MINIMIZED_LONGTEXT, true)
212     add_bool( "qt-pause-minimized", true, QT_PAUSE_MINIMIZED_TEXT,
213               QT_PAUSE_MINIMIZED_LONGTEXT, false )
214
215     add_float_with_range( "qt-opacity", 1., 0.1, 1., OPACITY_TEXT,
216                           OPACITY_LONGTEXT, false )
217     add_float_with_range( "qt-fs-opacity", 0.8, 0.1, 1., OPACITY_FS_TEXT,
218                           OPACITY_FS_LONGTEXT, false )
219
220     add_bool( "qt-video-autoresize", true, KEEPSIZE_TEXT,
221               KEEPSIZE_LONGTEXT, false )
222     add_bool( "qt-name-in-title", true, TITLE_TEXT,
223               TITLE_LONGTEXT, false )
224     add_bool( "qt-fs-controller", true, QT_FULLSCREEN_TEXT,
225               QT_FULLSCREEN_TEXT, false )
226
227     add_bool( "qt-recentplay", true, RECENTPLAY_TEXT,
228               RECENTPLAY_TEXT, false )
229     add_string( "qt-recentplay-filter", "",
230                 RECENTPLAY_FILTER_TEXT, RECENTPLAY_FILTER_LONGTEXT, false )
231
232 #ifdef UPDATE_CHECK
233     add_bool( "qt-updates-notif", true, UPDATER_TEXT,
234               UPDATER_LONGTEXT, false )
235     add_integer( "qt-updates-days", 3, UPDATER_DAYS_TEXT,
236                  UPDATER_DAYS_TEXT, false )
237 #endif
238
239     add_bool( "qt-volume-complete", false, COMPLETEVOL_TEXT,
240               COMPLETEVOL_LONGTEXT, true )
241     add_bool( "qt-autosave-volume", false, SAVEVOL_TEXT,
242               SAVEVOL_TEXT, true )
243     add_integer_with_range( "qt-startvolume", QT_VOLUME_DEFAULT, 0,
244                QT_VOLUME_MAX, STARTVOL_TEXT, STARTVOL_TEXT, true )
245
246 #ifdef WIN32
247     add_bool( "qt-disable-volume-keys"             /* name */,
248               true                                 /* default value */,
249               QT_DISABLE_VOLUME_KEYS_TEXT          /* text */,
250               QT_DISABLE_VOLUME_KEYS_LONGTEXT      /* longtext */,
251               false                                /* advanced mode only */)
252 #endif
253
254     add_bool( "qt-embedded-open", false, QT_NATIVEOPEN_TEXT,
255                QT_NATIVEOPEN_TEXT, false )
256
257
258     add_bool( "qt-advanced-pref", false, ADVANCED_PREFS_TEXT,
259               ADVANCED_PREFS_LONGTEXT, false )
260     add_bool( "qt-error-dialogs", true, ERROR_TEXT,
261               ERROR_TEXT, false )
262
263     add_string( "qt-slider-colours", "153;210;153;20;210;20;255;199;15;245;39;29",
264                 SLIDERCOL_TEXT, SLIDERCOL_LONGTEXT, false )
265
266     add_bool( "qt-privacy-ask", true, PRIVACY_TEXT, PRIVACY_TEXT,
267               false )
268         change_private ()
269
270     add_integer( "qt-fullscreen-screennumber", -1, FULLSCREEN_NUMBER_TEXT,
271                FULLSCREEN_NUMBER_LONGTEXT, false );
272
273     add_bool( "qt-autoload-extensions", true,
274               QT_AUTOLOAD_EXTENSIONS_TEXT, QT_AUTOLOAD_EXTENSIONS_LONGTEXT,
275               false )
276
277     add_bool( "qt-bgcone", true, QT_BGCONE_TEXT, QT_BGCONE_LONGTEXT, true )
278     add_bool( "qt-bgcone-expands", false, QT_BGCONE_EXPANDS_TEXT,
279               QT_BGCONE_EXPANDS_LONGTEXT, true )
280
281
282     add_obsolete_bool( "qt-blingbling" ) /* Suppressed since 1.0.0 */
283     add_obsolete_integer( "qt-display-mode" ) /* Suppressed since 1.1.0 */
284
285     add_bool( "qt-icon-change", true, ICONCHANGE_TEXT, ICONCHANGE_LONGTEXT, true )
286
287     add_obsolete_bool( "qt-adv-options" ) /* Since 1.2.0 */
288
289     cannot_unload_broken_library()
290
291     add_submodule ()
292         set_description( "Dialogs provider" )
293         set_capability( "dialogs provider", 51 )
294
295         set_callbacks( OpenDialogs, Close )
296
297 #if defined(Q_WS_X11) || defined(Q_WS_WIN) || defined(Q_WS_MAC)
298     add_submodule ()
299 #if defined(Q_WS_X11)
300         set_capability( "vout window xid", 0 )
301 #elif defined(Q_WS_WIN)
302         set_capability( "vout window hwnd", 0 )
303 #elif defined(Q_WS_MAC)
304         set_capability( "vout window nsobject", 0 )
305 #endif
306         set_callbacks( WindowOpen, WindowClose )
307 #endif
308
309 vlc_module_end ()
310
311 /*****************************************/
312
313 /* Ugly, but the Qt4 interface assumes single instance anyway */
314 static vlc_sem_t ready;
315 static QMutex lock;
316 static bool busy = false;
317 static bool active = false;
318
319 /*****************************************************************************
320  * Module callbacks
321  *****************************************************************************/
322
323 #ifdef Q_WS_MAC
324 /* Used to abort the app.exec() on OSX after libvlc_Quit is called */
325 #include "../../../src/control/libvlc_internal.h" /* libvlc_SetExitHandler */
326 static void Abort( void *obj )
327 {
328     QVLCApp::triggerQuit();
329 }
330 #endif
331
332 static void RegisterIntf( vlc_object_t *p_this )
333 {
334     playlist_t *pl = pl_Get(p_this);
335     var_Create (pl, "qt4-iface", VLC_VAR_ADDRESS);
336     var_SetAddress (pl, "qt4-iface", p_this);
337     var_Create (pl, "window", VLC_VAR_STRING);
338     var_SetString (pl, "window", "qt4,any");
339 }
340
341 /* Open Interface */
342 static int Open( vlc_object_t *p_this, bool isDialogProvider )
343 {
344     intf_thread_t *p_intf = (intf_thread_t *)p_this;
345
346 #ifdef Q_WS_X11
347     if( !vlc_xlib_init( p_this ) )
348         return VLC_EGENERIC;
349
350     Display *p_display = XOpenDisplay( NULL );
351     if( !p_display )
352     {
353         msg_Err( p_intf, "Could not connect to X server" );
354         return VLC_EGENERIC;
355     }
356     XCloseDisplay( p_display );
357 #endif
358
359     QMutexLocker locker (&lock);
360     if (busy)
361     {
362         msg_Err (p_this, "cannot start Qt4 multiple times");
363         return VLC_EGENERIC;
364     }
365
366     /* Allocations of p_sys */
367     intf_sys_t *p_sys = p_intf->p_sys = new intf_sys_t;
368     p_intf->p_sys->b_isDialogProvider = isDialogProvider;
369     p_sys->p_mi = NULL;
370
371     /* */
372     vlc_sem_init (&ready, 0);
373 #ifdef Q_WS_MAC
374     /* Run mainloop on the main thread as Cocoa requires */
375     libvlc_SetExitHandler( p_intf->p_libvlc, Abort, p_intf );
376     Thread( (void *)p_intf );
377 #else
378     if( vlc_clone( &p_sys->thread, Thread, p_intf, VLC_THREAD_PRIORITY_LOW ) )
379     {
380         delete p_sys;
381         return VLC_ENOMEM;
382     }
383 #endif
384
385     /* Wait for the interface to be ready. This prevents the main
386      * LibVLC thread from starting video playback before we can create
387      * an embedded video window. */
388     vlc_sem_wait (&ready);
389     vlc_sem_destroy (&ready);
390     busy = active = true;
391
392 #ifndef Q_WS_MAC
393     if( !isDialogProvider )
394     {
395         RegisterIntf( p_this );
396     }
397 #endif
398
399     return VLC_SUCCESS;
400 }
401
402 /* Open qt4 interface */
403 static int OpenIntf( vlc_object_t *p_this )
404 {
405     return Open( p_this, false );
406 }
407
408 /* Open Dialog Provider */
409 static int OpenDialogs( vlc_object_t *p_this )
410 {
411     return Open( p_this, true );
412 }
413
414 static void Close( vlc_object_t *p_this )
415 {
416     intf_thread_t *p_intf = (intf_thread_t *)p_this;
417     intf_sys_t *p_sys = p_intf->p_sys;
418
419     if( !p_sys->b_isDialogProvider )
420     {
421         var_Destroy (pl_Get(p_this), "window");
422         var_Destroy (pl_Get(p_this), "qt4-iface");
423     }
424
425     /* And quit */
426     msg_Dbg( p_this, "requesting exit..." );
427     QVLCApp::triggerQuit();
428
429     msg_Dbg( p_this, "waiting for UI thread..." );
430 #ifndef Q_WS_MAC
431     vlc_join (p_sys->thread, NULL);
432 #endif
433     delete p_sys;
434
435     QMutexLocker locker (&lock);
436     assert (busy);
437     busy = false;
438 }
439
440 static void *Thread( void *obj )
441 {
442     intf_thread_t *p_intf = (intf_thread_t *)obj;
443     MainInterface *p_mi;
444     char dummy[] = "vlc"; /* for WM_CLASS */
445     char *argv[2] = { dummy, NULL, };
446     int argc = 1;
447
448     Q_INIT_RESOURCE( vlc );
449
450     /* Start the QApplication here */
451     QVLCApp app( argc, argv );
452
453     p_intf->p_sys->p_app = &app;
454
455
456     /* All the settings are in the .conf/.ini style */
457     p_intf->p_sys->mainSettings = new QSettings(
458 #ifdef WIN32
459             QSettings::IniFormat,
460 #else
461             QSettings::NativeFormat,
462 #endif
463             QSettings::UserScope, "vlc", "vlc-qt-interface" );
464
465     /* Icon setting, Mac uses icon from .icns */
466 #ifndef Q_WS_MAC
467     if( QDate::currentDate().dayOfYear() >= QT_XMAS_JOKE_DAY && var_InheritBool( p_intf, "qt-icon-change" ) )
468         app.setWindowIcon( QIcon(vlc_xmas_xpm) );
469     else
470         app.setWindowIcon( QIcon(vlc_xpm) );
471 #endif
472
473     /* Initialize timers and the Dialog Provider */
474     DialogsProvider::getInstance( p_intf );
475
476     /* Detect screensize for small screens like TV or Netbooks */
477     p_intf->p_sys->i_screenHeight =
478         app.QApplication::desktop()->availableGeometry().height();
479
480 #ifdef UPDATE_CHECK
481     /* Checking for VLC updates */
482     if( var_InheritBool( p_intf, "qt-updates-notif" ) &&
483         !var_InheritBool( p_intf, "qt-privacy-ask" ) )
484     {
485         int interval = var_InheritInteger( p_intf, "qt-updates-days" );
486         if( QDate::currentDate() >
487              getSettings()->value( "updatedate" ).toDate().addDays( interval ) )
488         {
489             /* The constructor of the update Dialog will do the 1st request */
490             UpdateDialog::getInstance( p_intf );
491             getSettings()->setValue( "updatedate", QDate::currentDate() );
492         }
493     }
494 #endif
495
496     /* Create the normal interface in non-DP mode */
497     if( !p_intf->p_sys->b_isDialogProvider )
498     {
499         p_mi = new MainInterface( p_intf );
500         p_intf->p_sys->p_mi = p_mi;
501     }
502     else
503         p_mi = NULL;
504
505     /* Explain how to show a dialog :D */
506     p_intf->pf_show_dialog = ShowDialog;
507
508     /* Tell the main LibVLC thread we are ready */
509     vlc_sem_post (&ready);
510
511 #ifdef Q_WS_MAC
512     /* We took over main thread, register and start here */
513     if( !p_intf->p_sys->b_isDialogProvider )
514     {
515         RegisterIntf( (vlc_object_t *)p_intf );
516         playlist_Play( THEPL );
517     }
518 #endif
519
520     /* Last settings */
521     if( p_intf->p_sys->b_isDialogProvider )
522         app.setQuitOnLastWindowClosed( false );
523     else
524         app.setQuitOnLastWindowClosed( true );
525
526     /* Retrieve last known path used in file browsing */
527     p_intf->p_sys->filepath =
528          getSettings()->value( "filedialog-path", QVLCUserDir( VLC_HOME_DIR ) ).toString();
529
530     /* Loads and tries to apply the preferred QStyle */
531     QString s_style = getSettings()->value( "MainWindow/QtStyle", "" ).toString();
532     if( s_style.compare("") != 0 )
533         QApplication::setStyle( s_style );
534
535     /* Launch */
536     app.exec();
537
538     msg_Dbg( p_intf, "QApp exec() finished" );
539     if (p_mi != NULL)
540     {
541         QMutexLocker locker (&lock);
542         active = false;
543
544         p_intf->p_sys->p_mi = NULL;
545         /* Destroy first the main interface because it is connected to some
546            slots in the MainInputManager */
547         delete p_mi;
548     }
549
550     /* Destroy all remaining windows,
551        because some are connected to some slots
552        in the MainInputManager
553        Settings must be destroyed after that.
554      */
555     DialogsProvider::killInstance();
556
557     /* Delete the recentsMRL object before the configuration */
558     RecentsMRL::killInstance();
559
560     /* Save the path or delete if recent play are disabled */
561     if( var_InheritBool( p_intf, "qt-recentplay" ) )
562         getSettings()->setValue( "filedialog-path", p_intf->p_sys->filepath );
563     else
564         getSettings()->remove( "filedialog-path" );
565
566     /* Delete the configuration. Application has to be deleted after that. */
567     delete p_intf->p_sys->mainSettings;
568
569     /* Destroy the MainInputManager */
570     MainInputManager::killInstance();
571
572     /* Delete the application automatically */
573     return NULL;
574 }
575
576 /*****************************************************************************
577  * Callback to show a dialog
578  *****************************************************************************/
579 static void ShowDialog( intf_thread_t *p_intf, int i_dialog_event, int i_arg,
580                         intf_dialog_args_t *p_arg )
581 {
582     VLC_UNUSED( p_intf );
583     DialogEvent *event = new DialogEvent( i_dialog_event, i_arg, p_arg );
584     QApplication::postEvent( THEDP, event );
585 }
586
587 /**
588  * Video output window provider
589  *
590  * TODO move it out of here ?
591  */
592 static int WindowControl( vout_window_t *, int i_query, va_list );
593
594 static int WindowOpen( vout_window_t *p_wnd, const vout_window_cfg_t *cfg )
595 {
596     /* */
597     if( cfg->is_standalone )
598         return VLC_EGENERIC;
599 #if defined (Q_WS_X11)
600     if( var_InheritBool( p_wnd, "video-wallpaper" ) )
601         return VLC_EGENERIC;
602 #endif
603
604     intf_thread_t *p_intf =
605         (intf_thread_t *)var_InheritAddress( p_wnd, "qt4-iface" );
606     if( !p_intf )
607     {   /* If another interface is used, this plugin cannot work */
608         msg_Dbg( p_wnd, "Qt4 interface not found" );
609         return VLC_EGENERIC;
610     }
611
612     QMutexLocker locker (&lock);
613     if (unlikely(!active))
614         return VLC_EGENERIC;
615
616     MainInterface *p_mi = p_intf->p_sys->p_mi;
617     msg_Dbg( p_wnd, "requesting video..." );
618
619     int i_x = cfg->x;
620     int i_y = cfg->y;
621     unsigned i_width = cfg->width;
622     unsigned i_height = cfg->height;
623
624 #if defined (Q_WS_X11)
625     p_wnd->handle.xid = p_mi->getVideo( &i_x, &i_y, &i_width, &i_height );
626     if( !p_wnd->handle.xid )
627         return VLC_EGENERIC;
628     p_wnd->display.x11 = NULL;
629
630 #elif defined (Q_WS_WIN)
631     p_wnd->handle.hwnd = p_mi->getVideo( &i_x, &i_y, &i_width, &i_height );
632     if( !p_wnd->handle.hwnd )
633         return VLC_EGENERIC;
634
635 #elif defined (Q_WS_MAC)
636     p_wnd->handle.nsobject = (void *)p_mi->getVideo( &i_x, &i_y, &i_width, &i_height );
637     if( !p_wnd->handle.nsobject )
638         return VLC_EGENERIC;
639 #else
640 # error FIXME
641 #endif
642
643     p_wnd->control = WindowControl;
644     p_wnd->sys = (vout_window_sys_t*)p_mi;
645     return VLC_SUCCESS;
646 }
647
648 static int WindowControl( vout_window_t *p_wnd, int i_query, va_list args )
649 {
650     MainInterface *p_mi = (MainInterface *)p_wnd->sys;
651     QMutexLocker locker (&lock);
652
653     if (unlikely(!active))
654     {
655         msg_Warn (p_wnd, "video already released before control");
656         return VLC_EGENERIC;
657     }
658     return p_mi->controlVideo( i_query, args );
659 }
660
661 static void WindowClose( vout_window_t *p_wnd )
662 {
663     MainInterface *p_mi = (MainInterface *)p_wnd->sys;
664     QMutexLocker locker (&lock);
665
666     /* Normally, the interface terminates after the video. In the contrary, the
667      * Qt4 main loop is gone, so we cannot send any event to the user interface
668      * widgets. Ideally, we would keep the Qt4 main loop running until after
669      * the video window is released. But it is far simpler to just have the Qt4
670      * thread destroy the window early, and to turn this function into a stub.
671      *
672      * That assumes the video output will behave sanely if it window is
673      * destroyed asynchronously.
674      * XCB and Xlib-XCB are fine with that. Plain Xlib wouldn't, */
675     if (unlikely(!active))
676     {
677         msg_Warn (p_wnd, "video already released");
678         return;
679     }
680     msg_Dbg (p_wnd, "releasing video...");
681     p_mi->releaseVideo();
682 }