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